]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/instrument-name-grandstaff.ly
* scm/define-grobs.scm (all-grob-descriptions): remove
[lilypond.git] / input / test / instrument-name-grandstaff.ly
index 403177d7159be149e10ddb498d2d5ddd0035618e..8091d8de88a746db7a9183b62dc24672c72daaf8 100644 (file)
@@ -1,21 +1,18 @@
-\version "1.7.18"
+\version "2.1.7"
 \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 }>
+    \context Staff = bass { \property Staff.instrument = " vn II" c''4 }>>
 
 
 \paper {
 raggedright = ##t
-\translator { \StaffContext
-  \consists "Instrument_name_engraver"
-  }
 \translator { \GrandStaffContext \consists "Instrument_name_engraver" }
 }}