MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / collision-dots.ly
blob264a3350d0be3b842c6d4f8d7273f795518bfe2a
1 \header { texidoc = "Collision resolution tries to put notes with dots
2 on the right side."
5 \version "2.12.0"
6 \layout { ragged-right= ##t }
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 }
13 { b2 b2 b8. a16 g4 b8 a g4 }