]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-dots.ly
Merge branch 'origin' into master-hanwen
[lilypond.git] / input / regression / collision-dots.ly
1
2
3
4 \header { texidoc = "Collision resolution tries to put notes with dots
5   on the right side."
6 }
7
8 \version "2.10.0"
9 \layout { ragged-right= ##t }
10
11 % todo: b2 (up) + b8 down looks strange compared to c2up + b8. (down)
12 \context Staff  <<
13   \clef "bass"
14   { b8. c'16 d'4 b8  c'8  d'4 b2 b2  }
15   \\
16   { b2 b2 b8. a16 g4 b8 a g4 }
17 >>
18
19
20