]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-whole.ly
Make the length of beamlets configurable.
[lilypond.git] / input / regression / collision-whole.ly
1 \version "2.11.51"
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 }