X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmulti-measure-rest-instr-name.ly;h=49c37b1bfa02d3fa451e8f21eed349918655d7ae;hb=b98d183aed598bcfe1d79827a724e60025f62ee2;hp=5f3a65c8c38d7534aa56e4fcfcca5293a762b1db;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/multi-measure-rest-instr-name.ly b/input/regression/multi-measure-rest-instr-name.ly index 5f3a65c8c3..49c37b1bfa 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.3.16" +\version "2.7.39" \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 } - >> - \paper { - raggedright = ##t - \context { - \Staff - \consists Instrument_name_engraver +\layout { + ragged-right = ##t + \context { + \Staff + \consists Instrument_name_engraver - } - } + } } - +\context Staff << + \set Staff.instrument = "instrument" + \set Staff.instr = "instr" + {c''1 \break R1 } +>>