]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-dots-move.ly
MusicXML: src-dir rather than srcdir.
[lilypond.git] / input / regression / collision-dots-move.ly
1 \version "2.11.51"
2 \header {
3     
4     texidoc = "If dotted note heads must remain on the left side,  
5 collision resolution moves the 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 }