]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/hara-kiri-pianostaff.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / hara-kiri-pianostaff.ly
index 187dc6bb9c39006ce1b44de2408eb4d67d5a21fa..ebc783ee24bf1e47237f02379a507fa31e30040d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.4.0"
+\version "2.11.51"
 
 \header { texidoc =
 
@@ -18,20 +18,19 @@ alignment; this should not confuse the mechanism.
          
 }
 
-\layout { 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 }
- >>
- \layout {
+\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 }
+>>
+
+