Disabling the TAB symbol at the beginning of a TabStaff
Appearance
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
}