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