]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-instr-name.ly
Doc-es: various updates.
[lilypond.git] / input / regression / multi-measure-rest-instr-name.ly
index 8b9f00bbc11410e414d6d6a2ecf3be205bfe892b..498da491619a8ea098771de4d94e46ec3fc0677f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.7.13"
+\version "2.16.0"
 \header {
 
   texidoc = "There are both long and short instrument names.
@@ -8,17 +8,17 @@ multimeasure rests. "
 }
 
 \layout {
-  raggedright = ##t
+  ragged-right = ##t
   \context {
     \Staff
-    \consists Instrument_name_engraver
+    \consists "Instrument_name_engraver"
 
   }
 }
 
 
 \context Staff <<
-  \set Staff.instrument = "instrument"
-  \set Staff.instr = "instr"
+  \set Staff.instrumentName = "instrument"
+  \set Staff.shortInstrumentName = "instr"
   {c''1 \break R1 }
 >>