]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-collision-cross-staff.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beam-collision-cross-staff.ly
index d546aafa18b3cf9393ec836f9bb1cc76893cad62..7c8b659fbeffa0b7330fb38c8df03a191db5dbd2 100644 (file)
@@ -2,11 +2,25 @@
   texidoc = "cross staff beams work with collisions."
 }
 
-\version "2.13.55"
+\version "2.19.21"
 
-<< 
+<<
  \new Staff = "PianoRH" s4.
  \new Staff = "PianoLH" {
    d''8 [b''! \change Staff = "PianoRH"  d'' ]
  }
 >>
+
+<<
+  \new Staff = up \relative {
+    c'8 c c c
+    c c c c
+    b' b b b
+  }
+  \new Staff = down \relative {
+    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
+  }
+>>