lilypond-user
[Top][All Lists]
Advanced

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

Fingering Instructions


From: Kamal
Subject: Fingering Instructions
Date: Mon, 27 Mar 2006 12:19:04 +0300

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 }
    >>
    |
   \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 }
      >>
}
}
\version "2.8.0"
 

reply via email to

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