]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-instr-name.ly
Let fret-diagram scale markups to fit into dots
[lilypond.git] / input / regression / multi-measure-rest-instr-name.ly
index 4338e09b2e40d1ed7f38581a33402b6d9940ca9f..498da491619a8ea098771de4d94e46ec3fc0677f 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.16.0"
 \header {
 
   texidoc = "There are both long and short instrument names.
@@ -7,21 +7,18 @@ multimeasure rests. "
 
 }
 
-
-\context Staff <<
-  \set Staff.instrument = "instrument"
-  \set Staff.instr = "instr"
-  {c''1 \break R1 }
->>
 \layout {
-  raggedright = ##t
+  ragged-right = ##t
   \context {
     \Staff
-    \consists Instrument_name_engraver
+    \consists "Instrument_name_engraver"
 
   }
 }
 
 
-
-
+\context Staff <<
+  \set Staff.instrumentName = "instrument"
+  \set Staff.shortInstrumentName = "instr"
+  {c''1 \break R1 }
+>>