]> 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 1e74ef452e22d57e9adfd2d5210d835ecf8324ed..49c37b1bfa02d3fa451e8f21eed349918655d7ae 100644 (file)
@@ -1,21 +1,24 @@
-\version "2.1.26"
-\header { texidoc = "There are both long and short intstrument names.
+\version "2.7.39"
+\header {
+
+  texidoc = "There are both long and short instrument names.
 Engraving instrument names should not be confused by the
-multimeasure rests. " }
-% (there was an interesting bug in 1.3.98)
-\score{
-       \context Staff <<
-             \set Staff.instrument = "instrument"
-             \set Staff.instr = "instr"
-             \notes{c''1 \break R1 }
-           >>
-        \paper {
-           \translator { \StaffContext
-           \consists Instrument_name_engraver
+multimeasure rests. "
+
+}
+
+\layout {
+  ragged-right = ##t
+  \context {
+    \Staff
+    \consists Instrument_name_engraver
 
-           }
-         }
-       \paper { raggedright = ##t }
-       }
+  }
+}
 
 
+\context Staff <<
+  \set Staff.instrument = "instrument"
+  \set Staff.instr = "instr"
+  {c''1 \break R1 }
+>>