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