]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-instr-name.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / multi-measure-rest-instr-name.ly
index 1e74ef452e22d57e9adfd2d5210d835ecf8324ed..498da491619a8ea098771de4d94e46ec3fc0677f 100644 (file)
@@ -1,21 +1,24 @@
-\version "2.1.26"
-\header { texidoc = "There are both long and short intstrument names.
+\version "2.16.0"
+\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.instrumentName = "instrument"
+  \set Staff.shortInstrumentName = "instr"
+  {c''1 \break R1 }
+>>