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