]> 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 964db8fef5c699a5c1f9f57b405c9a47889eb2d4..71a54da3f226485b3724bebac03ba2ce19edad68 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.2"
+\version "2.7.39"
 
 % definitely wil be renamed to something.
 %{
@@ -35,16 +35,16 @@ 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
+       \layout {
+               ragged-right = ##t
                \context{
                        \Score