]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-whole.ly
20f0d7194600d87627d6247857b52d30de5e156c
[lilypond.git] / input / regression / collision-whole.ly
1 \version "2.12.0"
2
3 \header {
4  texidoc = "Mixed collisions with whole notes require asymmetric shifts."
5 }
6
7 \layout{ragged-right=##t}
8 \relative c'' {
9   <<
10     { c1 c2 s2 c1 c4 s2. }
11     \\
12     { c2 s2 c1 c4 s2. c1 }
13  >>
14 }