]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/temporary-stave.ly
* scm/define-context-properties.scm
[lilypond.git] / input / test / temporary-stave.ly
index 9310a53ae9e337bc04146d859f9f2633cddd9dca..5dd7d1bf58ed8bfcf2899632ca221d6789ce27c0 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.4"
+\version "2.9.16"
 
 \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