MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / instrument-name-markup.ly
blob3af4924721cc301b496bf2939f92c0e9695e1735
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.12.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'' }