]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/temporary-stave.ly
clean up graphviz for inclusion in regtest.
[lilypond.git] / input / test / temporary-stave.ly
index 8c3807ad04da6ffea1b03a20eb69cd994b8c93ac..84c1c8acd3646e50dfbbb3ef4bc23bc839fe7bc9 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.2"
+\version "2.10.0"
 
 \header {
 
@@ -11,18 +11,18 @@ time and key signatures and clef at the beginning of the extra stave.
 } 
 
 \score {
-  \notes {
+   {
     \relative c' {
-      \context Staff = One { c4 d e f }
+      \new Staff = One { c4 d e f }
       <<
         {c d e f | c d e f | c c c c | c c c c }
-        \context TemporaryStaff = Two { c4 c8 d e4 f | c d e f |
+        \new TemporaryStaff = Two { c4 c8 d e4 f | c d e f |
           c c c c | c c c8 b c b |}
       >>
       c4 d e f |
     }
   }
-  \paper {
+  \layout {
     \context {
       \Score
       \consists Span_bar_engraver