]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/multi-measure-rest-instr-name.ly
* configure.in (reloc_b): bump fontforge requirement to 20050624.
[lilypond.git] / input / regression / multi-measure-rest-instr-name.ly
index 1236e9d84ecb6f8669e63390cdbb3a1e8169dfad..074a19a4211144f85551bc1111dd1a555ef4ae2b 100644 (file)
@@ -1,20 +1,27 @@
-\version "1.9.0"
-\header { texidoc = "This combines instrument names and multimeasure rests (there was an
-interesting bug in 1.3.98). " }
+\version "2.6.0"
+\header {
+
+    texidoc = "There are both long and short instrument names.
+Engraving instrument names should not be confused by the
+multimeasure rests. "
+
+}
 
 \score{
-       \context Staff <
-             \property Staff.instrument = "instrument"
-             \property 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 }
        }
+    }
+}
+