blob: 920ba66341c8199e73a24e0df3105bba84503053 (
plain)
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
%some settings% vim: ai sw=2 lbr nu et
% Abkürzungen
% Die Textaufteilungen
sopranTextI = \lyrics {
%<+hier den Text für den Sopran eintragen+>
God rest you mer -- ry, gen -- tle -- men,
let no -- thing you dis -- may!
Re -- mem -- ber Christ our Sa -- viour
was born on Christ -- mas day,
to save us all from Sa -- tans pow’r
when we were gone a -- stray.
}
sopranTextII = \lyrics {
%<+hier den Text für den Sopran eintragen+>
From God our heaven -- ly Fa -- _ ther
a bles -- sed an -- gel came,
and un -- to cer -- tain shep -- herds brought
ti -- dings of the same,
how that in Beth -- le -- hem was born
the son of God by name.
O Ti -- dings of com -- fort and joy,
com -- fort and joy,
o ti -- dings of com -- fort and joy.
}
sopranTextV = \lyrics {
%<+hier den Text für den Sopran eintragen+>
Now to the Lord sing prai -- _ ses
all you with -- in this place,
and with true love and bro -- ther -- hood
each other now em -- brace;
this ho -- ly tide of Christ -- _ mas
all oth -- er doth de -- face.
}
altText = \lyrics {
%<+hier den Text für den Alt eintragen+>
}
tenorText = \lyrics {
%<+hier den Text für den Tenor eintragen+>
}
bassText = \lyrics {
%<+hier den Text für den Baß eintragen+>
}
|