Is it possible to get fingerings aligned the same way when defined in a separate variable as when defined in a different variable? i.e.:

\include "deutsch.ly"
\version "2.12.2"
musicOne = { c'8 d' e' f' g' a' h' c'' }
musicOneFingerings= { s8-1 s-2 s-3 s-1 s-2 s-3 s-4 s-5}
musicTwo = {c'8-1 d'-2 e'-3 f-'1 g-'2 a'-3 h'-4 c''-5}

\score { \new Staff <<\musicOne \musicOneFingerings >>}
\score { \musicTwo }

Or is it just not possible?

<<inline: fingerings.png>>

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to