X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmulti-measure-rest-instr-name.ly;h=70c01d70fadafc6873bdd33f2dcf7e9f2dd01596;hb=ff5b756b319b1a577e0ebcbe90b77feeef3eb1da;hp=89ee4351c24e23846055c266052b980f5dded56c;hpb=d12d721e46d077c3e9557567f84c0eb401fc277a;p=lilypond.git diff --git a/input/regression/multi-measure-rest-instr-name.ly b/input/regression/multi-measure-rest-instr-name.ly index 89ee4351c2..70c01d70fa 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.23" -\header { texidoc = "There are both long and short intstrument names. +\version "2.12.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 { - \translator { \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 } +>>