]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-dots-invert.ly
*** empty log message ***
[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.6.0"
8 \relative c'' { 
9   << <a c>2\\ { <b d>4 <b d>4 }   >>
10   << { <a c>2 } \\ { <b d>4. <b e>8 } >> 
11 }
12 \layout {  raggedright = ##t }