blob: 9c9e740c12c654292ff793bceb35014d0d1adc84 (
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
66
67
68
69
70
|
%some settings% vim: ai sw=2 lbr nu encoding=utf8
% Abkürzungen
christe = \lyricmode {
O Je -- su Chri -- ste ca -- re
}
jesu = \lyricmode {
O Je -- su ca -- re
}
sol = \lyricmode {
Sol pec -- to -- ris præ -- cla -- re,
}
Sol = \lyricmode {
Sol pec -- to -- ris
}
pr = \lyricmode {
præ -- cla -- re,
}
attende = \lyricmode {
At -- ten -- de vo -- ta
}
grate = \lyricmode {
no -- stra gra -- te
}
excellens = \lyricmode {
Ex -- cel -- lens bo -- ni -- ta -- te
}
% Die Textaufteilungen
sopranText = \lyricmode {
\christe \sol \sol \pr
\attende \grate \christe \sol
\excellens \attende vo -- ta \grate
\christe \sol \Sol \sol
\excellens \attende \grate
}
altText = \lyrics {
\christe \sol \sol \sol
\attende \grate \christe \sol \pr
\attende vo -- ta \grate
\christe \sol \sol \sol
\attende vo -- ta \grate
}
tenorText = \lyricmode {
\jesu \sol \pr \sol
\attende \grate
\jesu \jesu \jesu
\attende vo -- ta \grate
\jesu \jesu \sol \pr \sol
\excellens \attende gra -- te
}
bassText = \lyrics {
\jesu \sol \sol \sol
\attende \grate
\jesu \jesu
\attende vo -- ta \grate
\jesu \sol \sol \sol
\attende \grate
}
|