]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/instrument-name-grandstaff.ly
* Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
[lilypond.git] / input / test / instrument-name-grandstaff.ly
index 7e86843b1fea1708dc356681f30c2c85927a767e..1f2ecbbc6d37b146ef48455c91c2d5cd67f59acf 100644 (file)
@@ -1,18 +1,19 @@
-\version "1.9.4"
+\version "2.3.2"
 \header { texidoc = "@cindex Instrument Name Grandstaff
-You can name the whole grandstaff in addition to individual staffs. " }
+You can have a name for the whole @code{GrandStaff} in addition to 
+individual @code{Staff}s. " }
 
 \score {
   \notes
   \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 {
 raggedright = ##t
-\translator { \GrandStaffContext \consists "Instrument_name_engraver" }
+\context { \GrandStaff \consists "Instrument_name_engraver" }
 }}