]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-instr-name.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / multi-measure-rest-instr-name.ly
index 074a19a4211144f85551bc1111dd1a555ef4ae2b..49c37b1bfa02d3fa451e8f21eed349918655d7ae 100644 (file)
@@ -1,27 +1,24 @@
-\version "2.6.0"
+\version "2.7.39"
 \header {
 
-    texidoc = "There are both long and short instrument names.
+  texidoc = "There are both long and short instrument names.
 Engraving instrument names should not be confused by the
 multimeasure rests. "
 
 }
 
-\score{
-    \context Staff <<
-       \set Staff.instrument = "instrument"
-       \set Staff.instr = "instr"
-       {c''1 \break R1 }
-    >>
-    \layout {
-       raggedright = ##t
-       \context {
-           \Staff
-           \consists Instrument_name_engraver
+\layout {
+  ragged-right = ##t
+  \context {
+    \Staff
+    \consists Instrument_name_engraver
 
-       }
-    }
+  }
 }
 
 
-
+\context Staff <<
+  \set Staff.instrument = "instrument"
+  \set Staff.instr = "instr"
+  {c''1 \break R1 }
+>>