lilypond-user
[Top][All Lists]
Advanced

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

Re: Fingering Infos always above the system


From: Nick Payne
Subject: Re: Fingering Infos always above the system
Date: Sun, 07 Mar 2010 08:28:36 +1100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

On 07/03/10 08:12, Hajo Dezelski wrote:
Hello,

and thanks for the solutions. I see the better solution in using the brackets. It writes the number nearer to the note but if I have something like the example below, the numbers are written over the beams, so that they are not readable.


 \set fingeringOrientations = #'(up)
  {  e' [b <d-4> <c-1>] | % 1
     b8 <a-2> r8 <d-4>8 | % 2 }
You can also use

    \override Fingering #'add-stem-support = ##f

to get the fingering below the beam, and

    \override Fingering #'staff-padding = #'()

to get the fingering inside the staff.

Nick




reply via email to

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