]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-dots-invert.ly
7319b94566c9c789eb3fbf33c8b0140789f022ee
[lilypond.git] / input / regression / collision-dots-invert.ly
1 \header {
2
3     texidoc = "When notes are colliding, the resolution depends on the
4     dots: notes with dots should go to the right, if there could be
5     confusion to which notes the dots belong."
6 }
7 \version "2.1.26"
8 \score { 
9   \notes \relative c'' { 
10     << <a c>2\\ { <b d>4 <b d>4 }   >>
11     << { <a c>2 } \\ { <b d>4. <b e>8 } >> 
12   }
13   \paper {  raggedright = ##t } 
14 }