]> git.donarmstrong.com Git - lilypond.git/blob - input/test/short-part-combine.ly
89783ca084314b7ea317909bb13a25b59cb97966
[lilypond.git] / input / test / short-part-combine.ly
1 \version "1.7.18"
2 % covered by part-combine.ly.  delete -gp
3
4 \score{
5         \context Staff <
6                 \context Voice=one \partcombine Voice
7                         \context Thread=one \notes\relative c''
8                                 {
9                                         d e f
10                                 }
11                         \context Thread=two \notes\relative c''
12                                 {
13                                         d d d
14                                 }
15                 >
16 }
17 %% new-chords-done %%