]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/extra-staff.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / test / extra-staff.ly
index 445337ef754a35a36f927964517e9b7c7169a5b2..4ea143850f87a2d5eaefa54f8d2d2c074bc6dc7c 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.36"
+\version "2.10.0"
 
 % 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
 
                }
        }