]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-dots-move.ly
* input/regression/collision-dots-move.ly: New test.
[lilypond.git] / input / regression / collision-dots-move.ly
1 \header {
2     
3     texidoc = "If collision resolution finds dotted note head must
4         remain on left hand side, move dots to the right."
5
6 }
7
8 \paper { raggedright = ##t }
9
10 \score {
11   \notes \relative c {
12     \key d \minor
13     \clef bass
14     << <cis a' cis>4 \\ { g'8. bes16} >>
15   }
16 }