]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-instr-name.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / multi-measure-rest-instr-name.ly
index 66c9e1fc6bf9228e67cdade5e61373b9210e6fa9..49c37b1bfa02d3fa451e8f21eed349918655d7ae 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.9.13"
+\version "2.7.39"
 \header {
 
   texidoc = "There are both long and short instrument names.
@@ -18,7 +18,7 @@ multimeasure rests. "
 
 
 \context Staff <<
-  \set Staff.instrumentName = "instrument"
-  \set Staff.shortInstrumentName = "instr"
+  \set Staff.instrument = "instrument"
+  \set Staff.instr = "instr"
   {c''1 \break R1 }
 >>