]> 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 fb46171ac762f488f4294f4341c0caed49c10dc1..8283c038604ce14cc1b6fd5c764fe108007207dd 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.29"
+\version "2.7.39"
 
 \header {
 
@@ -11,20 +11,20 @@ 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 {
-      \ScoreContext
+      \Score
       \consists Span_bar_engraver
       % Avoid a vertical line at the beginning of the system:
       \remove System_start_delimiter_engraver
@@ -32,7 +32,7 @@ time and key signatures and clef at the beginning of the extra stave.
       \accepts "TemporaryStaff"
     }
     \context {
-      \StaffContext
+      \Staff
       \name "TemporaryStaff"
       \alias "Staff"
       \remove "Clef_engraver"