X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmulti-measure-rest-instr-name.ly;h=70c01d70fadafc6873bdd33f2dcf7e9f2dd01596;hb=cf7576678883f85d32137df21d5757a9a8f59629;hp=a84e2c27a9df1742041e856242567676d090d4a4;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/multi-measure-rest-instr-name.ly b/input/regression/multi-measure-rest-instr-name.ly index a84e2c27a9..70c01d70fa 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.4" +\version "2.12.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 } - >> - \paper { - 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 } +>>