]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/collision-dots-invert.ly
Merge commit 'origin' into beamlets2
[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 \layout {  ragged-right = ##t }
8
9 \version "2.12.0"
10 \relative c'' { 
11   << <a c>2\\ { <b d>4 <b d>4 }   >>
12   << { <a c>2 } \\ { <b d>4. <b e>8 } >> 
13 }
14