Hi Simone,
A basic solution:

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

Cheers,
Pierre

Le ven. 29 mai 2020 à 15:20, Simone Capretti <simone.capre...@gmail.com> a
écrit :

> 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