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


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to