]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-collision-cross-staff.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / beam-collision-cross-staff.ly
1 \header {
2   texidoc = "cross staff beams work with collisions."
3 }
4
5 \version "2.16.0"
6
7 <<
8  \new Staff = "PianoRH" s4.
9  \new Staff = "PianoLH" {
10    d''8 [b''! \change Staff = "PianoRH"  d'' ]
11  }
12 >>
13
14 <<
15   \new Staff = up \relative c' {
16     c8 c c c
17     c c c c
18     b' b b b
19   }
20   \new Staff = down \relative c' {
21     s8 c c \change Staff = up c
22     \change Staff = down c [ c s16 \change Staff = up a'16 s16 a16 ]
23     \stemUp
24     \change Staff = down b8 b b b \change Staff = up
25   }
26 >>