Am 05.01.20 um 10:55 schrieb bb:
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?

How did you input the sharps? #, ♯, or \sharp? The character # is special in LilyPond, you’d have to enclose the note name in quotes "f#". But I’d recommend true sharp symbols using \sharp:

\markup \center-column {
  \concat { f \hspace #0.5 \raise #0.6 \sharp  }
  \concat { c \hspace #0.2 \raise #0.6 \sharp  }
}


Reply via email to