]> git.donarmstrong.com Git - lilypond.git/blob - input/test/solo-a2.ly
b886c7a9c47ad646978058da0770debf610e0a9f
[lilypond.git] / input / test / solo-a2.ly
1
2 \score{
3         \context Staff = one <
4                 \context Voice=one { \skip 1; }
5                 \context Voice=two { \skip 1; }
6
7                 \context Voice=one \partcombine Voice
8                         \context Thread=one \notes\relative c''
9                                 {
10                                         e \property Voice.soloADue = ##f e
11                                 }
12                         \context Thread=two \notes\relative c''
13                                 {
14                                         e \property Voice.soloADue = ##f e
15                                 }
16                 >
17         \paper{
18                 linewidth = 100.\mm;
19         }
20 }