]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-multiple-cross-staff.ly
clarify slightly.
[lilypond.git] / input / regression / beam-multiple-cross-staff.ly
index ecbaa16c7f9016ac11b66f5a05d8ac41eacaa6c2..cedbb65e9090909799be92f1ac22de87f90a2b54 100644 (file)
@@ -1,30 +1,30 @@
-\version "1.7.18"
+\version "2.6.0"
 \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' <
+\score { 
+        \context PianoStaff \relative c' <<
             \context Staff = SA {
                 \stemDown
-                 c8-[ c16 \translator Staff = SB \stemUp c16 ]
-                \stemBoth
-                 f-[ g \translator Staff = SA a c] 
+                 c8[ c16 \change Staff = SB \stemUp c16 ]
+                \stemNeutral
+                 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 ]
             }       
             
-            >
+            >>
+    \layout { raggedright= ##t }
 
 }
-%% new-chords-done %%
\ No newline at end of file