]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/die-staff.ly
*** empty log message ***
[lilypond.git] / input / no-notation / die-staff.ly
index 6b0d8e7bc8c405c68f7eab0c16bdfb3d52afb7f2..531806abc26a0a949291709f048d11ea3444db5e 100644 (file)
@@ -5,17 +5,17 @@ texidoc = "a staff should really die, if no one's referencing it."
 }
 \score {
  {
-    \context Staff = "q" {
+    \new Staff =  "q" {
        { a' b' c' d' }
     }
 
     \break
 
     \context PianoStaff <<
-      \context Staff = "i" {
+      \new Staff =  "i" {
          { a' b' c' d' }
       }
-      \context Staff = "ii" {
+      \new Staff =  "ii" {
          { \clef "bass" a b c d }
       }
     >>