]> 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 182ef9f982ebfa9d3be35046fc10d70e870a5465..ebc783ee24bf1e47237f02379a507fa31e30040d 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.11.51"
 
 \header { texidoc =
 
@@ -16,22 +16,21 @@ This example was done with a pianostaff, which has fixed distance
 alignment; this should not confuse the mechanism.
 "
          
-       }
-
-\layout { raggedright= ##t }
-
+}
 
-\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 {
+  ragged-right= ##t
   \context {
     \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 }
+>>
+