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