lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: named strings in TABs


From: Malte Meyn
Subject: Re: named strings in TABs
Date: Sun, 5 Jan 2020 12:22:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.3.1



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

[Prev in Thread] Current Thread [Next in Thread]