]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/extra-staff.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / test / extra-staff.ly
index 18ceba191f9867fe6ef11326983ffc8e68dc8f1b..71a54da3f226485b3724bebac03ba2ce19edad68 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.23"
+\version "2.7.39"
 
 % definitely wil be renamed to something.
 %{
@@ -29,22 +29,24 @@ extra-staff.ly:
 
 \header{ texidoc="@cindex Staff Extra
 @cindex Staff Ossia
-You can add an extra staff after the beginning of a piece. "}
+You can add (possibly temporarily) an extra staff after the beginning of 
+a piece. "
+}
 
 \score {
        <<
-               \new Staff \notes\relative c''{ c1 c c c c }
-               \new StaffGroup \notes\relative c''{ 
+               \new Staff \relative c''{ c1 c c c c }
+               \new StaffGroup \relative c''{ 
                        \new Staff 
                        c1 c
                        << c1 \new Staff { c1 } >>
                        c
                }
        >>
-       \paper {
-               raggedright = ##t
-               \translator{
-                       \ScoreContext
+       \layout {
+               ragged-right = ##t
+               \context{
+                       \Score
 
                }
        }