Hello,
In the following
code, I need the fingering instructions to be on the left of every note, so I
use " \set fingeringOrientations = #'(left)". This works fine with the
first couple of notes, but afterwards, the finger numbers begin reappearing
above the note which is the default behaviour ( Note <e'-2>8 ).
Is there
any reason for that?
Thank
you
\score {
\relative {
\partial 2.
<< { a'8[ b] c[ d] e[ f] } \\
{ r4 r2 }
>>
|
\relative {
\partial 2.
<< { a'8[ b] c[ d] e[ f] } \\
{ r4 r2 }
>>
|
\set
fingeringOrientations = #'(left)
<< { <d-4>2. c8 b } \\
{ d,[ e] f[ g] a2 }
>>
|
<< { <c-1>4 <a-3>2. } \\
{ a,2 <e'-2>8( d) e4 }
>>
<< { <d-4>2. c8 b } \\
{ d,[ e] f[ g] a2 }
>>
|
<< { <c-1>4 <a-3>2. } \\
{ a,2 <e'-2>8( d) e4 }
>>
}
}
\version
"2.8.0"
_______________________________________________ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user