]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-dots-move.ly
fix keep-inside-line on the left side (issue #130)
[lilypond.git] / input / regression / collision-dots-move.ly
1 \version "2.7.39"
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 }