X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmulti-measure-rest-instr-name.ly;h=08ce7ab16b9107cf4e14c52dfc5da2024972b336;hb=0a0274a3bf5792dfb7ce3719f5dfaef36059affe;hp=d8299eda153cc34f134f7ec956c24b528f8a9b6a;hpb=1395665466e349117f251da681262bd56c44d04e;p=lilypond.git diff --git a/input/regression/multi-measure-rest-instr-name.ly b/input/regression/multi-measure-rest-instr-name.ly index d8299eda15..08ce7ab16b 100644 --- a/input/regression/multi-measure-rest-instr-name.ly +++ b/input/regression/multi-measure-rest-instr-name.ly @@ -1,20 +1,24 @@ -\version "2.1.22" -\header { texidoc = "This combines instrument names and multimeasure rests (there was an -interesting bug in 1.3.98). " } +\version "2.14.0" +\header { -\score{ - \context Staff << - \set Staff.instrument = "instrument" - \set Staff.instr = "instr" - \notes{c''1 \break R1 } - >> - \paper { - \translator { \StaffContext - \consists Instrument_name_engraver + texidoc = "There are both long and short instrument names. +Engraving instrument names should not be confused by the +multimeasure rests. " - } - } - \paper { raggedright = ##t } - } +} +\layout { + ragged-right = ##t + \context { + \Staff + \consists Instrument_name_engraver + } +} + + +\context Staff << + \set Staff.instrumentName = "instrument" + \set Staff.shortInstrumentName = "instr" + {c''1 \break R1 } +>>