]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-dots-move.ly
3f947c156072446bf437b5ed1d0f40755e535a03
[lilypond.git] / input / regression / collision-dots-move.ly
1 \version "2.6.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 { raggedright = ##t }
10
11 \score {
12    \relative c {
13     \key d \minor
14     \clef bass
15     << <cis a' cis>4 \\ { g'8. bes16} >>
16   }
17 }