]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-dots.ly
aae096ba6954c5648297462188591025a992958f
[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.6.0"
9 \layout { raggedright= ##t }
10
11 % todo: b2 (up) + b8 down looks strange compared to c2up + b8. (down)
12 \score{
13         \context Staff  <<
14                 \clef "bass"
15                 { b8. c'16 d'4 b8  c'8  d'4 b2 b2  }
16                 \\
17                 { b2 b2 b8. a16 g4 b8 a g4 }
18         >>
19 }
20
21
22