]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-dots.ly
*** empty log message ***
[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.1.28"
9 \paper { raggedright= ##t }
10
11 % todo: b2 (up) + b8 down looks strange compared to c2up + b8. (down)
12 \score{
13         \context Staff \notes <<
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