X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmulti-measure-rest-instr-name.ly;h=5dc425dc9e559c38874c0b443730a456c3a84b47;hb=a34d68e00f08b9fdd4753e5f10d2325d2bd1a878;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..5dc425dc9e 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.10.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 } +>>