X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmulti-measure-rest-instr-name.ly;h=498da491619a8ea098771de4d94e46ec3fc0677f;hb=d60a839a6cda6b5341360d5b46bfc98872a81b7a;hp=074a19a4211144f85551bc1111dd1a555ef4ae2b;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/multi-measure-rest-instr-name.ly b/input/regression/multi-measure-rest-instr-name.ly index 074a19a421..498da49161 100644 --- a/input/regression/multi-measure-rest-instr-name.ly +++ b/input/regression/multi-measure-rest-instr-name.ly @@ -1,27 +1,24 @@ -\version "2.6.0" +\version "2.16.0" \header { - texidoc = "There are both long and short instrument names. + texidoc = "There are both long and short instrument names. Engraving instrument names should not be confused by the multimeasure rests. " } -\score{ - \context Staff << - \set Staff.instrument = "instrument" - \set Staff.instr = "instr" - {c''1 \break R1 } - >> - \layout { - raggedright = ##t - \context { - \Staff - \consists Instrument_name_engraver +\layout { + ragged-right = ##t + \context { + \Staff + \consists "Instrument_name_engraver" - } - } + } } - +\context Staff << + \set Staff.instrumentName = "instrument" + \set Staff.shortInstrumentName = "instr" + {c''1 \break R1 } +>>