]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-multiple-cross-staff.ly
*** empty log message ***
[lilypond.git] / input / regression / beam-multiple-cross-staff.ly
index 49fa6a503fc23d7b4dc7f35963e09b22dc7ffde2..5e925cac78f916d7ea72ddc0672430d20f8c19d5 100644 (file)
@@ -1,30 +1,30 @@
-\version "1.7.16"
+\version "2.1.28"
 \header {
 
     texidoc = "Kneed beams (often happens with cross-staff beams)
 should look good when there are multiple beams: all the beams should
-go on continuously at the staff change. Stems in both staffs reach up
+go on continuously at the staff change. Stems in both staves reach up
 to the last beam.
 "
 }
 
 \score { \notes
-        \context PianoStaff \relative c' <
+        \context PianoStaff \relative c' <<
             \context Staff = SA {
                 \stemDown
-                 c8-[ c16 \translator Staff = SB \stemUp c16 ]
+                 c8[ c16 \change Staff = SB \stemUp c16 ]
                 \stemBoth
-                 f-[ g \translator Staff = SA a c] 
+                 f[ g \change Staff = SA a c] 
                               }
             \context Staff = SB \relative c' {
 \clef bass
-                 b8-[ b16 \stemUp b,,16 ]
+                 b8[ b16 \stemUp b,,16 ]
 
                 g'4\rest
-                 b,8-[ b16 \stemDown b''16 b ]
+                 b,8[ b16 \stemDown b''16 b ]
             }       
             
-            >
+            >>
+    \paper { raggedright= ##t }
 
 }
-%% new-chords-done %%
\ No newline at end of file