1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
sopranText = \lyricmode {
\set stanza = "Sopran"
The Lord bless you and keep you:
The Lord make his face to shine up -- on you,
to shine up -- on you and be gra -- cious
and be gra -- cious un -- to you.
\repeat unfold 47 { \skip 1 }
and give you peace,
\repeat unfold 8 { \skip 1 }
A -- men, a -- men, a -- men, a -- men, a -- men, a -- men.
}
altText = \lyricmode {
The Lord bless you and keep you:
The Lord make his face to shine up -- on you,
to shine up -- on you and be gra -- cious
and be gra -- cious un -- to you:
The Lord lift up the light of his coun -- te -- nance up -- on you,
and give you peace, and give you peace.
A -- men, a -- men, a -- men, a -- men, a -- men, a -- men, a -- men, a -- men.
}
tenorText = \lyricmode {
\repeat unfold 33 { \skip 1 }
The Lord lift up the light of his coun -- te -- nance up -- on you
and give you peace,
\repeat unfold 8 { \skip 1 }
A -- men, a -- men,
}
bassText = \lyricmode {
\repeat unfold 57 { \skip 1 }
a -- men, a -- men, a -- men, a -- men, a -- men.
}
|