Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / regression / instrument-name-markup.ly
blobfc9e20a4bf1040d40febeef52e1b25baab0193cb
1 \header {
3 texidoc = "Instrument names are set with @code{Staff.instrument} and
4 @code{Staff.instr}. You can enter markup texts to create more funky names,
5 including alterations. "
10 \layout { ragged-right = ##t }
12 \version "2.10.0"
14 textFlat = \markup {\smaller \flat}
16 \new Staff {
17 \set Staff.instrumentName = \markup { \column { "Clarinetti" \line { "in B" \textFlat } } }
18 \set Staff.shortInstrumentName = \markup { \smaller { "Cl(B" \textFlat ")" } }
20 { c''1 \break c'' }