lilypond-user
[Top][All Lists]
Advanced

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

Overlapping figer indications


From: Yannick Patois
Subject: Overlapping figer indications
Date: Tue, 03 Jul 2007 15:51:12 +0200
User-agent: Thunderbird 1.5.0.9 (X11/20061220)

Hi,

With lilypond-2.11.27-1, the following code overlap the "m" and "i" indications set by the rightHandFinger command.

\include "italiano.ly"
#(define RH rightHandFinger)
\score {
  {
    \set Score.fingeringOrientations    = #'(left)
    \set Score.strokeFingerOrientations = #'(up down right)
    \relative do' {
      <<
         { <do'-1 -\RH #3 >4 } \\
         { <la-2  -\RH #2 la,>4.}
      >>
    }
  }
}

Thanks for any suggestion.

        Yannick





reply via email to

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