lilypond-1.3.79
[lilypond.git] / input / test / hymn.ly
blob8003c4dbd42960d6e721d4a53d43f94b5457ad59
1 \score{
2 \context Staff <
3 \context Voice=one { \skip 1; }
4 \context Voice=two { \skip 1; }
6 \context Voice=one \partcombine Voice
7 \context Thread=one \notes\relative c'' {
8 %a4 c4.()g8 a4 |
9 g4 e' g()f |
10 b, a c2
12 \context Thread=two \notes\relative c'' {
13 %g4 e4.()d8 c4 |
14 g4 c, e()f |
15 d2 a
18 \paper{
19 linewidth=140.\mm;
20 \translator {
21 \VoiceContext
22 soloADue = ##f
23 %\remove Slur_engraver;
24 \consists Slur_engraver;
26 % \translator {
27 % \ThreadContext
28 % \consists Slur_engraver;
29 % }