]> git.donarmstrong.com Git - lilypond.git/blob - input/test/collision-merge-dotted.fly
patch::: 1.3.40.jcn4
[lilypond.git] / input / test / collision-merge-dotted.fly
1
2 \relative c'' \context Staff <
3 \context Voice = one {
4         \property Staff.collisionMergeDotted = ##t
5         \stemup
6         [c8 f g a]
7 }
8 \context Voice = two {
9         \stemdown c,4. f8
10
11 }>