]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-instr-name.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / multi-measure-rest-instr-name.ly
index bb526c52e52b321ce8f5a2f516f2ea29c750c246..6311b00ad57ba4f9c1012b5b172fba0e942d3998 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.16.0"
 \header {
 
   texidoc = "There are both long and short instrument names.
@@ -8,7 +8,7 @@ multimeasure rests. "
 }
 
 \layout {
-  raggedright = ##t
+  ragged-right = ##t
   \context {
     \Staff
     \consists Instrument_name_engraver
@@ -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 }
 >>