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