]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/temporary-stave.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / test / temporary-stave.ly
index 9310a53ae9e337bc04146d859f9f2633cddd9dca..84c1c8acd3646e50dfbbb3ef4bc23bc839fe7bc9 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.4"
+\version "2.10.0"
 
 \header {
 
@@ -13,16 +13,16 @@ time and key signatures and clef at the beginning of the extra stave.
 \score {
    {
     \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