]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-cross-staff.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / beam-collision-cross-staff.ly
index d546aafa18b3cf9393ec836f9bb1cc76893cad62..04c1720081e09fe9ac1d73770e17dc3ef69574a1 100644 (file)
@@ -2,11 +2,25 @@
   texidoc = "cross staff beams work with collisions."
 }
 
-\version "2.13.55"
+\version "2.14.0"
 
-<< 
+<<
  \new Staff = "PianoRH" s4.
  \new Staff = "PianoLH" {
    d''8 [b''! \change Staff = "PianoRH"  d'' ]
  }
 >>
+
+<<
+  \new Staff = up \relative c' {
+    c8 c c c
+    c c c c
+    b' b b b
+  }
+  \new Staff = down \relative c' {
+    s8 c c \change Staff = up c
+    \change Staff = down c [ c s16 \change Staff = up a'16 s16 a16 ]
+    \stemUp
+    \change Staff = down b8 b b b \change Staff = up
+  }
+>>