]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hara-kiri-pianostaff.ly
Update .ly files.
[lilypond.git] / input / regression / hara-kiri-pianostaff.ly
index 8355ccfeaa8c02960098f5382823613a6ed3d5d7..e347ad20293ef3ae2d8cef931a9e16c03038e864 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.16"
+\version "2.12.0"
 
 \header { texidoc =
 
@@ -18,20 +18,19 @@ alignment; this should not confuse the mechanism.
          
 }
 
-\paper { raggedright= ##t }
-
-       
-\score {  \transpose c c''
- \context PianoStaff <<
-   \new Staff {  c4 c c c \break  s1 \break c4 c c c \break c c c c}
-   \new Staff {  d4 d d d s1 s1 s1 s1 }
-   \new Staff {  e4 e e e s1 e4 e e e s1 }
- >>
- \paper {
+\layout {
+  ragged-right= ##t
   \context {
-   \RemoveEmptyStaffContext
+    \RemoveEmptyStaffContext
   }
- }
 }
 
+\transpose c c''
+\context PianoStaff <<
+  \new Staff {  c4 c c c \break s1 \break c4 c c c \break c c c c}
+  \new Staff {  d4 d d d        s1        s1              s1 }
+  \new Staff {  e4 e e e        s1        e4 e e e        s1 }
+>>
+
+