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