]> 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 a7a16bdb34f1a6ce3fc514ff748e723d9317feb0..71a54da3f226485b3724bebac03ba2ce19edad68 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.29"
+\version "2.7.39"
 
 % definitely wil be renamed to something.
 %{
@@ -35,18 +35,18 @@ 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{
-                       \ScoreContext
+                       \Score
 
                }
        }