lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fingering


From: James E. Bailey
Subject: fingering
Date: Fri, 13 Mar 2009 22:44:34 +0100

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?

PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]