]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-cross-staff.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-collision-cross-staff.ly
index d546aafa18b3cf9393ec836f9bb1cc76893cad62..120b488c8d490fca9aeac5f04d0782a815564c5c 100644 (file)
@@ -2,11 +2,25 @@
   texidoc = "cross staff beams work with collisions."
 }
 
-\version "2.13.55"
+\version "2.16.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
+  }
+>>