]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/extra-staff.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / test / extra-staff.ly
index 5d64e1eccad3d9c39742ff2885e367c04d69950c..4ea143850f87a2d5eaefa54f8d2d2c074bc6dc7c 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.28"
+\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
-               \translator{
-                       \ScoreContext
+       \layout {
+               ragged-right = ##t
+               \context{
+                       \Score
 
                }
        }