]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/temporary-stave.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / test / temporary-stave.ly
index 34e0ab5cdad4bfd626310b360d43dc62ede6b589..8283c038604ce14cc1b6fd5c764fe108007207dd 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.16"
+\version "2.7.39"
 
 \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