]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/instrument-name-grandstaff.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / test / instrument-name-grandstaff.ly
index 004d79c84403da251c13f646024a72e61c8b7c53..e875d99ae62af6d69a2ee8d06747bd7fbf0e8fd9 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.9.13"
+\version "2.7.39"
 \header { texidoc = "@cindex Instrument Name Grandstaff
 You can have a name for the whole @code{GrandStaff} in addition to 
 individual @code{Staff}s. " }
@@ -7,9 +7,9 @@ individual @code{Staff}s. " }
   
    \new GrandStaff <<
     \new Staff =  "treble"    {
-      \set GrandStaff.instrumentName = "Violini  "
-      \set Staff.instrumentName = " vn I" { c''4 }}
-    \new Staff =  "bass" { \set Staff.instrumentName = " vn II" c''4 }>>
+      \set GrandStaff.instrument = "Violini  "
+      \set Staff.instrument = " vn I" { c''4 }}
+    \new Staff =  "bass" { \set Staff.instrument = " vn II" c''4 }>>
 
 
 \layout {