]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/instrument-name-align.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / test / instrument-name-align.ly
index 3d982c68c0f78a4a955a2a79ef873013930b1a35..cad9544e3fa2036ce56d60c6191d59b41cf0171c 100644 (file)
@@ -8,7 +8,7 @@ names in padded boxes with @code{\markup}."
 
 }
 
-\version "2.9.13"
+\version "2.7.39"
 
 \paper {
   line-width = 15\cm
@@ -18,11 +18,13 @@ names in padded boxes with @code{\markup}."
 \new StaffGroup \relative
 <<
   \new Staff {
-    \set Staff.instrumentName = \markup { \hcenter-in #10 "blabla" }
+    \set Staff. instrument
+    = \markup { \hcenter-in #10 "blabla" }
     c1 c1
   } 
   \new Staff {
-    \set Staff.instrumentName = \markup { \hcenter-in #10 "blo" }
+    \set Staff. instrument
+    = \markup { \hcenter-in #10 "blo" }
     c1 c1
   }