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