]> git.donarmstrong.com Git - lilypond.git/blob - input/test/short-part-combine.ly
2869207c00e01cf515236ca158197efc8820a8a6
[lilypond.git] / input / test / short-part-combine.ly
1 \score{
2         \context Staff <
3                 \context Voice=one \partcombine Voice
4                         \context Thread=one \notes\relative c''
5                                 {
6                                         d e f
7                                 }
8                         \context Thread=two \notes\relative c''
9                                 {
10                                         d d d
11                                 }
12                 >
13 }