]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/die-staff.ly
* Documentation/user/examples.itely (Module): 2.4.0 -> 2.6.0
[lilypond.git] / input / no-notation / die-staff.ly
index 52b03ade920010ede33413e454de29c2ca3dd33b..6b0d8e7bc8c405c68f7eab0c16bdfb3d52afb7f2 100644 (file)
@@ -1,22 +1,22 @@
-\version "2.1.36"
+\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' }
+    \context Staff = "q" {
+       { a' b' c' d' }
     }
 
     \break
 
     \context PianoStaff <<
-      \context Staff = i {
-        \notes { a' b' c' d' }
+      \context Staff = "i" {
+         { a' b' c' d' }
       }
-      \context Staff = ii {
-        \notes { \clef "bass" a b c d }
+      \context Staff = "ii" {
+         { \clef "bass" a b c d }
       }
     >>
   }