X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Finstrument-name-markup.ly;h=fc9e20a4bf1040d40febeef52e1b25baab0193cb;hb=0814eb254c79c03bce8a8db49e8779e8f9a8683a;hp=ffd694df1e33a61f91787819e2984d82c67b7ebf;hpb=1395665466e349117f251da681262bd56c44d04e;p=lilypond.git diff --git a/input/regression/instrument-name-markup.ly b/input/regression/instrument-name-markup.ly index ffd694df1e..fc9e20a4bf 100644 --- a/input/regression/instrument-name-markup.ly +++ b/input/regression/instrument-name-markup.ly @@ -1,26 +1,25 @@ \header { -texidoc = "Instrument names are set with @code{Staff.instrument} and + texidoc = "Instrument names are set with @code{Staff.instrument} and @code{Staff.instr}. You can enter markup texts to create more funky names, including alterations. " } -\version "2.1.22" +\layout { ragged-right = ##t } +\version "2.10.0" -textFlat = \markup {\smaller \semiflat} +textFlat = \markup {\smaller \flat} -\score { - \notes \new Staff { - \set Staff.instrument = \markup { \column < "Clarinetti" { "in B" \textFlat } > } - \set Staff.instr = \markup { \smaller { "Cl(B" \textFlat ")" } } +\new Staff { + \set Staff.instrumentName = \markup { \column { "Clarinetti" \line { "in B" \textFlat } } } + \set Staff.shortInstrumentName = \markup { \smaller { "Cl(B" \textFlat ")" } } - { c''1 \break c'' } - - } - \paper { raggedright = ##t } + { c''1 \break c'' } } + +