summaryrefslogtreecommitdiff
path: root/Nun_bitten_wir_den_Heiligen_Geist/texte.ly
blob: 8ee61640423da2e2ea7c1a378cbfd70432cfc76b (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
%some settings% vim: ai sw=2 lbr nu et

% Abkürzungen

% Die Textaufteilungen

textIa = \lyricmode {
  \set stanza = "1."
  Nun bit -- ten wir den Hei -- li -- gen Geist
}

textIb = \lyricmode {
  um den rech -- ten Glau -- ben al -- ler -- meist,
}

textIc = \lyricmode {
  dass er uns be -- hü -- te an un -- serm En -- de,
}

textId = \lyricmode {
  wenn wir heim -- fahrn aus die -- sem E -- len -- de.
}

textIIa = \lyricmode {
  \set stanza = "2."
  Du wer -- tes Licht, gib uns dei -- nen Schein,
}

textIIb = \lyricmode {
  lehr uns Je -- sus Christ ken -- nen al -- lein,
}

textIIc = \lyricmode {
  dass wir an ihm blei -- ben, dem treu -- en Hei -- land,
}

textIId = \lyricmode {
  der uns bracht hat zum rech -- ten Va -- ter -- land.
}

textIIIa = \lyricmode {
  \set stanza = "3."
  Du sü -- ße Lieb, schenk uns dei -- ne Gunst,
}

textIIIb = \lyricmode {
  lass uns em -- pfin -- den der Lieb In -- brunst,
}

textIIIc = \lyricmode {
  dass wir uns von Her -- zen ei -- nan -- der lie -- ben
}

textIIId = \lyricmode {
  und im Frie -- den auf ei -- nem Sinn blei -- ben.
}

textIVa = \lyricmode {
  \set stanza = "4."
  Du höchs -- ter Trös -- ter in al -- ler Not,
}

textIVb = \lyricmode {
  hilf, dass wir nicht fürch -- ten Schand noch Tod,
}

textIVc = \lyricmode {
  dass in uns die Sin -- ne _ nicht ver -- za -- gen,
}

textIVd = \lyricmode {
  wenn der Feind wird das Le -- ben ver -- kla -- gen.
}

frauenTextI = \lyricmode {
  \textIa
  \textIb
  \textIc
  \textId
  \set stanza = "1.-4."
  Ky -- ri -- e -- leis.
}

frauenTextII = \lyricmode {
  \textIIa
  \textIIb
  \textIIc
  \textIId
}

frauenTextIII = \lyricmode {
  \textIIIa
  \textIIIb
  \textIIIc
  \textIIId
}

frauenTextIV = \lyricmode {
  \textIVa
  \textIVb
  \textIVc
  \textIVd
}

maennerTextI = \lyricmode {
  \textIa
  \textIc
  \set stanza = "1.-4."
  Ky -- ri -- e, Ky -- ri -- e -- leis.
}

maennerTextII = \lyricmode {
  \textIIa
  \textIIc
}

maennerTextIII = \lyricmode {
  \textIIIa
  \textIIIc
}

maennerTextIV = \lyricmode {
  \textIVa
  \textIVc
}