X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Finstrument-name-markup.ly;h=124e4e33c9bc9a8c901b050f49eab8a386b4b013;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=966d8c27087dc36729703a0c7be233e17975da27;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/instrument-name-markup.ly b/input/regression/instrument-name-markup.ly index 966d8c2708..124e4e33c9 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.3.4" +\layout { ragged-right = ##t } +\version "2.16.0" textFlat = \markup {\smaller \flat} -\score { - \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'' } } + +