On 21/01/2025 20:00, Walt North wrote:

Is there any way to get TabStaff to show the same type of finger notation as Staff?

Or do I need to do it with text as in the second measure below?

This \layout may get what you would like. (I really don't know anything about how Tab notation should look).

\layout {
  \context {
    \TabStaff
    \tabFullNotation
    \revert TextScript.stencil
  }
  \context {
    \TabVoice
    \remove "Script_column_engraver"
    \consists "New_fingering_engraver"
    \consists "Script_column_engraver"
    \omit StringNumber
  }
}

--
Timothy Lanfear, Bristol, UK.

Reply via email to