lilypond-user
[Top][All Lists]
Advanced

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

Re: fingerings inside the staff


From: Pierre Perol-Schneider
Subject: Re: fingerings inside the staff
Date: Mon, 7 Nov 2016 07:51:06 +0100

Or tweak it:

{
  %\override Fingering.staff-padding = #'()
  c'-\tweak staff-padding #'()-1
}

Pierre

2016-11-07 7:49 GMT+01:00 Pierre Perol-Schneider <address@hidden>:
Hi Gianmaria,

You can also override the staff padding:

{
  \override Fingering.staff-padding = #'()
  c'-1
}

Cheers,
Pierre

2016-11-07 1:08 GMT+01:00 Simon Albrecht <address@hidden>:
On 07.11.2016 00:17, Gianmaria Lari wrote:
In the manual is written:

    By default, vertically oriented fingerings are positioned outside
    the staff. However, this behavior can be canceled. Note: you must
    use a chord construct <>, even if it is only a single note.


Why to obtain this behavior the chord construct is mandatory?

Two different engravers are at play here: Fingering_engraver and New_fingering_engraver. One is for in-chord fingerings, one for outside-chord fingerings, and apparently only one of them handles inside staff positioning.

HTH, Simon

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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