]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-dots-move.ly
83d2c951758d995ce7d5cb55079bf6430397152a
[lilypond.git] / input / regression / collision-dots-move.ly
1 \version "2.3.17"
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 \paper { 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 }