]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/die-staff.ly
* Documentation/user/refman.itely (Ottava brackets): more doco for
[lilypond.git] / input / no-notation / die-staff.ly
index 1f3b94174a52769090c3583885148ec2c13ed63b..7c8e3544e91175c0bb7102fe424e57a4243f080e 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.3.148"
+\version "2.1.7"
 
 \header  {
 texidoc = "a staff should really die, if no one's referencing it."
@@ -11,13 +11,13 @@ texidoc = "a staff should really die, if no one's referencing it."
 
     \break
 
-    \context PianoStaff <
+    \context PianoStaff <<
       \context Staff = i {
         \notes { a' b' c' d' }
       }
       \context Staff = ii {
         \notes { \clef "bass" a b c d }
       }
-    >
+    >>
   }
 }