Hi Walt,
Try:

\version "2.24.4"

\layout {
  \context {
    \TabStaff
    \clef moderntab
    \tabFullNotation
    \revert TextScript.stencil
    \consists Fingering_engraver
  }
}

\score {{\new Staff {\relative { c'1-1}}}}
\score {{\new TabStaff {\relative { c'1-1}}}}

HTH, cheers,
Pierre

Le ven. 1 nov. 2024 à 18:02, Walt North <waltno...@gmail.com> a écrit :

> I am trying to show fingering but can't seem to get it working.  Here is
> simple test with Staff and TabStaff.
>
> \version "2.24.4"
>
> \layout {
>   \context {
>     \TabStaff
>     \clef moderntab
>     \tabFullNotation
>     \revert TextScript.stencil
>   }
> }
>
> \score {{\new Staff {\relative { c'1-1}}}}
> \score {{\new TabStaff {\relative { c'1-1}}}}
>
>
>
>

Reply via email to