]> git.donarmstrong.com Git - lilypond.git/blob - input/test/voice-switch.ly
f4fae7cdebcc273c08a7cfc0316e244324b04ada
[lilypond.git] / input / test / voice-switch.ly
1 \version "1.7.18"
2 % delete.  We have other partcombine examples -- if that's
3 % what this is.  -gp
4
5 \score{
6         \context Staff <
7                 \context Voice=one\skip 1
8                 \context Voice=two\skip 1
9                 \context Voice=one \partcombine Voice
10                         \context Thread=one \notes\relative c'' {
11                                 c2 c2
12                                 c2 c2
13                         }
14                         \context Thread=two \notes\relative c'' {
15                                 b2 a4 (a-)
16                                 a2 a4 (a-)
17                                 
18                         }
19         >
20         \paper{
21                 linewidth=140.\mm
22         }
23 }
24
25
26 %% new-chords-done %%