]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/instrument-name-grandstaff.ly
*** empty log message ***
[lilypond.git] / input / test / instrument-name-grandstaff.ly
index 0087b47192e6b5b4983a1bbf1d73d47bfd0e33f1..a231b5f3f8831b5841fdad2b97deaf0fc1e09c3b 100644 (file)
@@ -5,11 +5,11 @@ individual @code{Staff}s. " }
 
 \score {
   
-   \context GrandStaff <<
-    \context Staff = "treble"    {
+   \new GrandStaff <<
+    \new Staff =  "treble"    {
       \set GrandStaff.instrument = "Violini  "
       \set Staff.instrument = " vn I" { c''4 }}
-    \context Staff = "bass" { \set Staff.instrument = " vn II" c''4 }>>
+    \new Staff =  "bass" { \set Staff.instrument = " vn II" c''4 }>>
 
 
 \layout {