]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/instrument-name-grandstaff.ly
* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
[lilypond.git] / input / test / instrument-name-grandstaff.ly
index f50b2c55ff145d864aabed0242cd370c0ee7e1da..b26181ca00c27e240c9359761f056d4480d08849 100644 (file)
@@ -1,14 +1,14 @@
-\version "1.9.2"
+\version "2.1.23"
 \header { texidoc = "@cindex Instrument Name Grandstaff
 You can name the whole grandstaff in addition to individual staffs. " }
 
 \score {
   \notes
-  \notes \context GrandStaff <
+  \notes \context GrandStaff <<
     \context Staff = treble    {
-      \property GrandStaff.instrument = "Violini  "
-      \property Staff.instrument = " vn I" { c''4 }}
-    \context Staff = bass { \property Staff.instrument = " vn II" c''4 }>
+      \set GrandStaff.instrument = "Violini  "
+      \set Staff.instrument = " vn I" { c''4 }}
+    \context Staff = bass { \set Staff.instrument = " vn II" c''4 }>>
 
 
 \paper {