]> 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 52b03ade920010ede33413e454de29c2ca3dd33b..bc32b56bb8d1948c5a2b7cac48c6eef46ccb40a9 100644 (file)
@@ -1,22 +1,22 @@
-\version "2.1.36"
+\version "2.7.39"
 
 \header  {
 texidoc = "a staff should really die, if no one's referencing it."
 }
 \score {
  {
-    \context Staff = q {
-      \notes { a' b' c' d' }
+    \new Staff =  "q" {
+       { a' b' c' d' }
     }
 
     \break
 
     \context PianoStaff <<
-      \context Staff = i {
-        \notes { a' b' c' d' }
+      \new Staff =  "i" {
+         { a' b' c' d' }
       }
-      \context Staff = ii {
-        \notes { \clef "bass" a b c d }
+      \new Staff =  "ii" {
+         { \clef "bass" a b c d }
       }
     >>
   }