I named the strings in my TABs successfully as long as I use natural note names. If I use flats and sharps I get an error. How do I gat flats and sharps?
\version "2.19.80"
\score { <<
\new TabStaff{
\override Staff.Clef #'stencil = #ly:text-interface::print
\override Staff.Clef #'text =
\markup
\center-column {{ fis cis } % how to get f# c# ???????}
} >> }
kind regards
