]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-collision-cross-staff2.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beam-collision-cross-staff2.ly
1 \version "2.19.21"
2
3 \header {
4   texidoc = "Cross staff beams do collision avoidance.
5 "
6 }
7
8 \new PianoStaff <<
9   \new Staff = up \relative c' { s2 }
10   \new Staff \relative {
11     \clef bass \time 2/4
12     g,32 [ d' \change Staff = up d'
13     gis a c d g ] r4 |
14   }
15 >>