blob: 2f7d3d2d180daa147469156081b28c3fc193818f (
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
%some settings% vim: ai sw=2 lbr nu et
% Abkürzungen
% Die Textaufteilungen
textI = \lyricmode {
\set stanza = "1."
Ding Dong! Mer -- ri -- ly on high in heav'n the bells are ring -- ing.
Ding Dong! Ve -- ri -- ly the sky is riv'n with an -- gel sing -- ing.
}
textII = \lyricmode {
\set stanza = "2."
E'en so here be -- low, be -- low, let stee -- ple bells be swung -- en.
And i -- o, __ _ i -- _ o by priest and peo -- ple sung -- en.
}
textIII = \lyricmode {
Pray ye du -- ti -- ful -- ly prime your ma -- tin chime, ye ring -- ers.
May ye beau -- ti -- ful -- ly rime your eve -- time song, ye sing -- ers.
}
sopranTextI = \lyricmode {
\textI
}
sopranTextII = \lyricmode {
\textII
\set stanza = "1.-3."
Glo -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ri -- a, ho -- san -- na in ex -- cel -- sis!
}
sopranTextIII = \lyricmode {
\textIII
}
altTextI = \lyricmode {
\textI
}
altTextII = \lyricmode {
\textII
\set stanza = "1.-3."
Glo -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ri -- a, ho -- san -- na in ex -- cel -- sis!
}
altTextIII = \lyricmode {
\textIII
}
maennerTextI = \lyricmode {
\textI
}
maennerTextII = \lyricmode {
\textII
\set stanza = "1.-3."
Ding Dong Ding Dong Ding Dong Ding Dong Ding Dong Ding
ho -- san -- na in ex -- cel -- sis!
}
maennerTextIII = \lyricmode {
\textIII
}
|