X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmulti-measure-rest-instr-name.ly;h=498da491619a8ea098771de4d94e46ec3fc0677f;hb=7271ef0cd2204b490c64abc1f77dc2609d81451f;hp=09299ea82ef4aa7be07a1685cf62c838a91a9c88;hpb=8842378bd0fed31bb365c1c8042519df06d14b9a;p=lilypond.git diff --git a/input/regression/multi-measure-rest-instr-name.ly b/input/regression/multi-measure-rest-instr-name.ly index 09299ea82e..498da49161 100644 --- a/input/regression/multi-measure-rest-instr-name.ly +++ b/input/regression/multi-measure-rest-instr-name.ly @@ -1,21 +1,24 @@ -\version "2.1.29" -\header { texidoc = "There are both long and short intstrument names. +\version "2.16.0" +\header { + + texidoc = "There are both long and short instrument names. Engraving instrument names should not be confused by the -multimeasure rests. " } -% (there was an interesting bug in 1.3.98) -\score{ - \context Staff << - \set Staff.instrument = "instrument" - \set Staff.instr = "instr" - \notes{c''1 \break R1 } - >> - \paper { - \context { \StaffContext - \consists Instrument_name_engraver +multimeasure rests. " + +} + +\layout { + ragged-right = ##t + \context { + \Staff + \consists "Instrument_name_engraver" - } - } - \paper { raggedright = ##t } - } + } +} +\context Staff << + \set Staff.instrumentName = "instrument" + \set Staff.shortInstrumentName = "instr" + {c''1 \break R1 } +>>