]> git.donarmstrong.com Git - lilypond.git/blob - input/test/hymn.ly
patch::: 1.3.134.jcn1
[lilypond.git] / input / test / hymn.ly
1
2 \score{
3         \context Staff <
4                 \time 4/4;
5                 \context Voice=one \partcombine Voice
6                         \context Thread=one \notes\relative c'' {
7                                 a4 c4.()g8 a4 |
8                                 g4 e' g()f | 
9                                 b, a c2
10                         }
11                         \context Thread=two \notes\relative c'' {
12                                 g4 e4.()d8 c4 |
13                                 g'4 c, e()f |
14                                 d2 a
15                         }
16         >
17         \paper{
18                 linewidth=140.\mm;
19                 \translator {
20                         \VoiceContext
21                         soloADue = ##f
22                 }
23         }
24 }
25