]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-dots-move.ly
Add a TODO comment re grace note spacing.
[lilypond.git] / input / regression / collision-dots-move.ly
1 \version "2.10.0"
2 \header {
3     
4     texidoc = "If collision resolution finds dotted note head must
5         remain on left hand side, move dots to the right."
6
7 }
8
9 \layout { ragged-right = ##t }
10
11 \relative c {
12   \key d \minor
13   \clef bass
14   << <cis a' cis>4 \\ { g'8. bes16} >>
15 }