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