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