]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-instr-name.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / multi-measure-rest-instr-name.ly
index 8c284c4f358131a2326688b3af0866395aa88f5f..08ce7ab16b9107cf4e14c52dfc5da2024972b336 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.32"
+\version "2.14.0"
 \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 }
 >>