]> git.donarmstrong.com Git - lilypond.git/blob - input/test/collision-merge-dotted.ly
5687381bbe3f397b27975028cbd5cd4353c3a48e
[lilypond.git] / input / test / collision-merge-dotted.ly
1 \version "1.5.68"
2
3 \score { 
4   \context Voice \notes\relative c {
5     
6         \relative c'' \context Staff <
7         \context Voice = one {
8                 \property Staff.collisionMergeDotted = ##t
9                 \stemUp
10                 [c8 f g a]
11         }
12         \context Voice = two {
13                 \stemDown c,4. f8
14         
15         }>
16         
17   }
18   \paper { }  
19   \midi { }
20 }