lilypond-user
[Top][All Lists]
Advanced

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

Fingering inside staff


From: Simone Capretti
Subject: Fingering inside staff
Date: Fri, 29 May 2020 13:13:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0

Hello to all,

I've read in the manual that it's possible to insert fingering inside the staff:

\relative c' {
    \stemUp
    \override Fingering.staff-padding = #'()
    <c-1 e-2 g-3 b-5>4 <g'-0>8
}

however, if you have notes that are tied together the fingering is always outside the staff:

\relative c' {
    \stemUp
      \override Fingering.staff-padding = #'()
      <c-1 e-2 g-3 b-5>4 <g'-0>8 <g'>
}

It's possible to obtain something like this below?

Can you suggest a work-around?


Regards,

Simone




reply via email to

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