Jump to content

Disabling the TAB symbol at the beginning of a TabStaff

From LilyPond wiki

Use \hide Clef to remove the TAB symbol at the beginning of a TabStaff.

\version "2.24.0"

%% http://lsr.di.unimi.it/LSR/Item?id=550


\new TabStaff \with { \hide Clef }
{
  s1
}