X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Finstrument-name-markup.ly;h=fc9e20a4bf1040d40febeef52e1b25baab0193cb;hb=bdf808b1c2de11d29e09bb0fb94e83ee9ecc6957;hp=07193b4e51e8d9122119cb625babfd8ec27d79c1;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/instrument-name-markup.ly b/input/regression/instrument-name-markup.ly index 07193b4e51..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.30" +\layout { ragged-right = ##t } +\version "2.10.0" 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'' } } + +