]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/no-notation/die-staff.ly
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / input / no-notation / die-staff.ly
index 6b0d8e7bc8c405c68f7eab0c16bdfb3d52afb7f2..4f94b3bd14ad91b078032fe7a4072bfdf9f3d4bc 100644 (file)
@@ -1,21 +1,21 @@
-\version "2.6.0"
+\version "2.10.0"
 
 \header  {
 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 }
       }
     >>