]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-instr-name.ly
*** empty log message ***
[lilypond.git] / input / regression / multi-measure-rest-instr-name.ly
index 8e293426fc5ebbcdfadcec2a3eb5d9fb6f548837..cff6c1f5872053e0c190dbdd6aa87354c817d42f 100644 (file)
@@ -1,20 +1,27 @@
-\version "2.1.22"
-\header { texidoc = "This combines instrument names and multimeasure rests (there was an
-interesting bug in 1.3.98). " }
+\version "2.3.22"
+\header {
+
+    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"
-             \notes{c''1 \break R1 }
-           >>
-        \paper {
-           \translator { \StaffContext
+    \context Staff <<
+       \set Staff.instrument = "instrument"
+       \set Staff.instr = "instr"
+       {c''1 \break R1 }
+    >>
+    \layout {
+       raggedright = ##t
+       \context {
+           \Staff
            \consists Instrument_name_engraver
 
-           }
-         }
-       \paper { raggedright =  ##t }
        }
+    }
+}
+