]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-instr-name.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / multi-measure-rest-instr-name.ly
index 49c37b1bfa02d3fa451e8f21eed349918655d7ae..0def9abbd27c3c9398702e40bb756a014ad0e8cf 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.39"
+\version "2.11.51"
 \header {
 
   texidoc = "There are both long and short instrument names.
@@ -18,7 +18,7 @@ multimeasure rests. "
 
 
 \context Staff <<
-  \set Staff.instrument = "instrument"
-  \set Staff.instr = "instr"
+  \set Staff.instrumentName = "instrument"
+  \set Staff.shortInstrumentName = "instr"
   {c''1 \break R1 }
 >>