]> git.donarmstrong.com Git - lilypond.git/blob - input/test/voice-switch.ly
d515666e941eb1d377d8762397adaf18d8ec7b20
[lilypond.git] / input / test / voice-switch.ly
1 \score{
2         \context Staff <
3                 \context Voice=one\skip 1;
4                 \context Voice=two\skip 1;
5                 \context Voice=one \partcombine Voice
6                         \context Thread=one \notes\relative c'' {
7                                 c2 c2
8                                 c2 c2
9                         }
10                         \context Thread=two \notes\relative c'' {
11                                 b2 a4 () a
12                                 a2 a4 () a
13                                 
14                         }
15         >
16         \paper{
17                 linewidth=140.\mm;
18         }
19 }
20
21