summaryrefslogtreecommitdiff
path: root/Nun_bitten_wir_den_Heiligen_Geist/texte.ly
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-05-17 00:04:23 +0200
committerErich Eckner <git@eckner.net>2019-05-17 00:04:23 +0200
commit4750cac813241aa87e436c6d4fa72e8a994ef45e (patch)
treee7602859c62669bf84207c66ab6266f2952c755f /Nun_bitten_wir_den_Heiligen_Geist/texte.ly
parent18b321c7beec14da5e2807a44252d44d3a40076c (diff)
downloadMusik-4750cac813241aa87e436c6d4fa72e8a994ef45e.tar.xz
Nun_bitten_wir_den_Heiligen_Geist neu
Diffstat (limited to 'Nun_bitten_wir_den_Heiligen_Geist/texte.ly')
-rw-r--r--Nun_bitten_wir_den_Heiligen_Geist/texte.ly125
1 files changed, 125 insertions, 0 deletions
diff --git a/Nun_bitten_wir_den_Heiligen_Geist/texte.ly b/Nun_bitten_wir_den_Heiligen_Geist/texte.ly
new file mode 100644
index 0000000..8ee6164
--- /dev/null
+++ b/Nun_bitten_wir_den_Heiligen_Geist/texte.ly
@@ -0,0 +1,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
+}