]> git.donarmstrong.com Git - lilypond.git/blob - input/test/hymn.ly
release: 1.3.146
[lilypond.git] / input / test / hymn.ly
1 \version "1.3.146"
2
3 \score{
4         \context Staff <
5                 \time 4/4
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
11                         }
12                         \context Thread=two \notes\relative c'' {
13                                 g4 e4.()d8 c4 |
14                                 g'4 c, e()f |
15                                 d2 a
16                         }
17         >
18         \paper{
19                 linewidth=140.\mm
20                 \translator {
21                         \VoiceContext
22                         soloADue = ##f
23                 }
24         }
25 }
26