]> 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 fb5690febcfdcfd88037a3a7e7adb69ab822d1c0..531806abc26a0a949291709f048d11ea3444db5e 100644 (file)
@@ -1,22 +1,22 @@
-\version "2.1.22"
+\version "2.6.0"
 
 \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 }
       }
     >>
   }