summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gott_hat_mir_laengst_einen_Engel_gesandt/Gott_hat_mir_laengst_einen_Engel_gesandt.ly37
-rw-r--r--Gott_hat_mir_laengst_einen_Engel_gesandt/stimmen.ly215
-rw-r--r--Gott_hat_mir_laengst_einen_Engel_gesandt/texte.ly13
-rw-r--r--Lass_mich_Engel_nicht_allein/Lass_mich_Engel_nicht_allein.ly41
-rw-r--r--Lass_mich_Engel_nicht_allein/stimmen.ly119
-rw-r--r--Lass_mich_Engel_nicht_allein/texte.ly28
-rw-r--r--Ueber_dir_wach_ein_Engel/Ueber_dir_wach_ein_Engel.ly35
-rw-r--r--Ueber_dir_wach_ein_Engel/stimmen.ly127
-rw-r--r--Ueber_dir_wach_ein_Engel/texte.ly12
9 files changed, 627 insertions, 0 deletions
diff --git a/Gott_hat_mir_laengst_einen_Engel_gesandt/Gott_hat_mir_laengst_einen_Engel_gesandt.ly b/Gott_hat_mir_laengst_einen_Engel_gesandt/Gott_hat_mir_laengst_einen_Engel_gesandt.ly
new file mode 100644
index 0000000..81a128c
--- /dev/null
+++ b/Gott_hat_mir_laengst_einen_Engel_gesandt/Gott_hat_mir_laengst_einen_Engel_gesandt.ly
@@ -0,0 +1,37 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ tagline = ""
+ title = "Gott hat mir längst einen Engel gesandt"
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ <<
+ \set Score.skipBars = ##t
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = pausenFrauen { \global \oneVoice \pausen }
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics \lyricsto sopran { \text }
+ \new Staff <<
+ \new Voice = pausenMaenner { \clef "bass" \global \oneVoice \pausen }
+ \new Voice = tenor { \clef "bass" \voiceOne \global \tenorMelodie }
+ \new Voice = bass { \clef "bass" \voiceTwo \global \bassMelodie }
+ >>
+ >>
+ >>
+ \layout {
+ indent = #0
+ \context { \Staff \RemoveEmptyStaves }
+ }
+} \ No newline at end of file
diff --git a/Gott_hat_mir_laengst_einen_Engel_gesandt/stimmen.ly b/Gott_hat_mir_laengst_einen_Engel_gesandt/stimmen.ly
new file mode 100644
index 0000000..4a7ad3d
--- /dev/null
+++ b/Gott_hat_mir_laengst_einen_Engel_gesandt/stimmen.ly
@@ -0,0 +1,215 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ global = {
+ \key e \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 2/2
+ \autoBeamOff
+ }
+
+% Die Stimmen
+
+ pausen = {
+ \repeat volta 2 {
+ s1*3 |
+ s2. r4 |
+ s1*3 |
+ s2. r4 |
+ s1*3 |
+ s2. r4 |
+ s1*3 |
+ s2. r4 |
+ \key c \major
+ s1*3 |
+ s2. r4 |
+ s1*4 |
+ \key e \major
+ s1*2 |
+ }
+ \alternative {
+ {
+ s1 |
+ s2. r4 |
+ }
+ {
+ s1*2 |
+ }
+ }
+ s1 | \bar "|."
+ }
+
+ sopranMelodie = \relative gis' {
+ \repeat volta 2 {
+ gis2 gis4 gis |
+ fis2 fis4 gis |
+ a2 a4 a |
+ a2. s4 |
+ h2 cis4 dis |
+ e2 fis4 cis |
+ h1 |
+ <fis h>2. s4 |
+ gis2 gis4 gis |
+ fis2 fis |
+ a2 a4 a |
+ a2. s4 |
+ h2 cis4 dis |
+ e2 dis4 cis |
+ <h fis>1 |
+ <h fis>2. s4 |
+ \key c \major
+ e2 d4 c |
+ d2 g, |
+ a4 h c d |
+ h2. s4 |
+ e2 d4 c |
+ d2 g, |
+ a a4 e' |
+ e2( dis) |
+ \key e \major
+ e dis4 cis |
+ h2 a4 gis |
+ }
+ \alternative {
+ {
+ fis1 |
+ h2. s4 |
+ }
+ {
+ fis1( |
+ h) |
+ }
+ }
+ h | \bar "|."
+ }
+
+ altMelodie = \relative e' {
+ \repeat volta 2 {
+ e2 e4 e |
+ dis2 dis4 gis |
+ fis2 fis4 fis |
+ fis2. s4 |
+ fis2 h4 h |
+ h2 e,4 e |
+ e1 |
+ dis2. s4 |
+ e2 e4 e |
+ dis2 dis |
+ fis fis4 fis |
+ fis2. s4 |
+ fis2 h4 h |
+ h2 e,4 e |
+ e1 |
+ dis2. s4 |
+ \key c \major
+ g2 g4 g |
+ g2 g |
+ e4 e fis fis |
+ d2. s4 |
+ g2 g4 g |
+ fis2 e |
+ e e4 a |
+ fis1 |
+ \key e \major
+ gis2 gis4 gis |
+ gis2 e4 e |
+ }
+ \alternative {
+ {
+ e1 |
+ fis2. s4 |
+ }
+ {
+ e1( |
+ fis) |
+ }
+ }
+ gis | \bar "|."
+ }
+
+ tenorMelodie = \relative h {
+ \repeat volta 2 {
+ h2 h4 h |
+ h2 h4 dis |
+ d2 d4 d |
+ cis2. s4 |
+ dis2 dis4 dis |
+ e2 e4 e |
+ cis1 |
+ h2. s4 |
+ h2 h4 h |
+ h2 dis |
+ d d4 d |
+ cis2. s4 |
+ dis2 dis4 dis |
+ e2 e4 e |
+ cis1 |
+ h2. s4 |
+ \key c \major
+ g2 g4 g |
+ g2 d' |
+ c4 c a a |
+ g2. s4 |
+ g2 g4 g |
+ a2 h |
+ c c4 c |
+ h1 |
+ \key e \major
+ h2 h4 cis |
+ dis2 h4 h |
+ }
+ \alternative {
+ {
+ cis1 |
+ dis2. s4 |
+ }
+ {
+ cis1( |
+ dis) |
+ }
+ }
+ e | \bar "|."
+ }
+
+ bassMelodie = \relative e {
+ \repeat volta 2 {
+ e2 e4 e |
+ h2 h4 h |
+ d2 d4 d |
+ fis2. s4 |
+ h2 a4 a |
+ gis2 gis4 gis |
+ a1 |
+ h2. s4 |
+ e,2 e4 e |
+ h2 h |
+ d d4 d |
+ fis2. s4 |
+ h2 a4 a |
+ gis2 gis4 gis |
+ a1 |
+ h2. s4 |
+ \key c \major
+ c,2 c4 c |
+ h2 h |
+ a4 a d d |
+ g,2. s4 |
+ c2 c4 c |
+ h2 e |
+ fis fis4 fis |
+ h,1 |
+ \key e \major
+ e2 e4 e |
+ gis2 gis,4 gis |
+ }
+ \alternative {
+ {
+ a1 |
+ h2. s4 |
+ }
+ {
+ a1( |
+ h) |
+ }
+ }
+ e | \bar "|."
+ }
diff --git a/Gott_hat_mir_laengst_einen_Engel_gesandt/texte.ly b/Gott_hat_mir_laengst_einen_Engel_gesandt/texte.ly
new file mode 100644
index 0000000..ce79ea9
--- /dev/null
+++ b/Gott_hat_mir_laengst_einen_Engel_gesandt/texte.ly
@@ -0,0 +1,13 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ text = \lyricmode {
+ Gott hat mir längst ei -- nen En -- gel ge -- sandt, mich durch das Le -- ben zu füh -- ren.
+ Und die -- ser En -- gel hält mei -- ne Hand, wo ich auch bin, kann ich's spü -- ren.
+ Mein En -- gel bringt in Dun -- kel -- heit mir Licht.
+ Mein En -- gel sagt mir: Fürch -- te dich nicht!
+ Du bist bei Gott auf -- ge -- ho -- ben. ho -- ben.
+ }
diff --git a/Lass_mich_Engel_nicht_allein/Lass_mich_Engel_nicht_allein.ly b/Lass_mich_Engel_nicht_allein/Lass_mich_Engel_nicht_allein.ly
new file mode 100644
index 0000000..c9854b0
--- /dev/null
+++ b/Lass_mich_Engel_nicht_allein/Lass_mich_Engel_nicht_allein.ly
@@ -0,0 +1,41 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ tagline = ""
+ title = "Lass mich, Engel, nicht allein"
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ <<
+ \set Score.skipBars = ##t
+ \new ChoirStaff <<
+ \new ChordNames { \global \akkorde }
+ \new Staff <<
+ \new Voice = pausenFrauen { \global \oneVoice \pausen }
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics \lyricsto sopran { \textI }
+ \new Lyrics \lyricsto sopran { \textII }
+ \new Lyrics \lyricsto sopran { \textIII }
+ \new Staff <<
+ \new Voice = pausenMaenner { \clef "bass" \global \oneVoice \pausen }
+ \new Voice = tenor { \clef "bass" \voiceOne \global \tenorMelodie }
+ \new Voice = bass { \clef "bass" \voiceTwo \global \bassMelodie }
+ >>
+ >>
+ >>
+ \layout {
+ indent = #0
+ \context { \Staff \RemoveEmptyStaves }
+ \germanChords
+ }
+} \ No newline at end of file
diff --git a/Lass_mich_Engel_nicht_allein/stimmen.ly b/Lass_mich_Engel_nicht_allein/stimmen.ly
new file mode 100644
index 0000000..ffe0509
--- /dev/null
+++ b/Lass_mich_Engel_nicht_allein/stimmen.ly
@@ -0,0 +1,119 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ global = {
+ \key d \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+ }
+
+% Die Stimmen
+
+ pausen = {
+ s1*2\breathe |
+ s1 |
+ s2. r4 |
+ s1*2\breathe |
+ s1*2 | \bar "|."
+ s1*2\breathe |
+ s1*2\breathe |
+ s1 |
+ s2..\breathe s8 |
+ s1 |
+ s2. r4 | \bar "||"
+ }
+
+ akkorde = \chordmode {
+ d2 h:m |
+ a:4 a |
+ g a |
+ d a |
+ d h:m |
+ a:4 a |
+ e:m a |
+ d1 |
+ h:m |
+ h:m |
+ g |
+ e |
+ fis:m |
+ g:9 |
+ e:m |
+ a |
+ }
+
+ sopranMelodie = \relative fis' {
+ fis4 fis fis8 g a h |
+ e,1 |
+ g4 h a e |
+ fis8 g a e4. s4 |
+ fis4 fis fis8 g a h |
+ e,1 |
+ d4 g fis8 e d cis |
+ d1 | \bar "|."
+ h'4 cis d cis |
+ h fis8 fis4 fis4. |
+ h4 cis d cis |
+ h e,8 e~ e2 |
+ a4 h cis h |
+ a d,8 d4 d d8 |
+ g4 fis g a |
+ a2. s4 | \bar "||"
+ }
+
+ altMelodie = \relative d' {
+ d4 d d8 e d d |
+ d4( h cis2) |
+ d4 g e cis |
+ d8 d d cis4. s4 |
+ d4 d d8 e d d |
+ d4( h cis2) |
+ h4 d cis8 h a a |
+ a1 | \bar "|."
+ fis'4 fis fis fis |
+ fis d8 d4 d4. |
+ g4 fis e e |
+ fis e8 h~ h2 |
+ fis'4 gis a dis, |
+ d h8 h4 h h8 |
+ h4 d e d |
+ e2. s4 | \bar "||"
+ }
+
+ tenorMelodie = \relative a {
+ a4 a h8 a fis g |
+ a4( e a2) |
+ h4 d cis8[ h] a4 |
+ fis8 a d a4. s4 |
+ a4 a h8 a fis g |
+ a4( e a as) |
+ g h a8 g fis g |
+ fis1 | \bar "|."
+ d'4 d d d |
+ d h8 h4 h4. |
+ d4 d h h |
+ gis a h( d) |
+ cis d cis a |
+ h a8 g4 h a8 |
+ g4 d' cis h |
+ cis2. s4 | \bar "||"
+ }
+
+ bassMelodie = \relative d {
+ d4 d h8 fis h h |
+ a2.( as4) |
+ g4 g a a |
+ d8 e fis a,4. s4 |
+ d4 d h8 fis h h |
+ a1 |
+ e'4 e a,8 a a a |
+ d1 | \bar "|."
+ h'4 h h b |
+ a a a a |
+ g g g g |
+ e fis gis( h) |
+ fis fis fis fis |
+ g g, g' fis8 fis |
+ e4 e e e |
+ a,2. s4 | \bar "||"
+ }
diff --git a/Lass_mich_Engel_nicht_allein/texte.ly b/Lass_mich_Engel_nicht_allein/texte.ly
new file mode 100644
index 0000000..193331a
--- /dev/null
+++ b/Lass_mich_Engel_nicht_allein/texte.ly
@@ -0,0 +1,28 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "Refr."
+ Lass mich, Eng -- el, nicht al -- lein, wenn mich al -- le Lie -- be ver -- lässt.
+ Lass mich, Eng -- el, nicht al -- lein: En -- gel, hal -- te du mich fest.
+ \set stanza = "1."
+ Hast mich nie al -- lein ge -- las -- sen, hast mit Blick und Hand ge -- führt,
+ hat -- test mei -- ne Hand zu fas -- sen, auch wenn sie kaum ge -- spürt.
+ }
+
+ textII = \lyricmode {
+ \repeat unfold 29 { \skip 1 }
+ \set stanza = "2."
+ Vor -- er -- sehn und bei -- ge -- sen -- det, eh die Mut -- ter mich em -- pfing,
+ Tag und Nacht hast du be -- glei -- tet, wo -- hin mein Weg auch ging.
+ }
+
+ textIII = \lyricmode {
+ \repeat unfold 29 { \skip 1 }
+ \set stanza = "3."
+ Im -- mer nah und kaum be -- schreib -- lich trugst du mich und hast ge -- wehrt,
+ al -- lem Un -- heil bei -- ge -- sprun -- gen, dass ich blieb un -- ver -- sehrt.
+ }
diff --git a/Ueber_dir_wach_ein_Engel/Ueber_dir_wach_ein_Engel.ly b/Ueber_dir_wach_ein_Engel/Ueber_dir_wach_ein_Engel.ly
new file mode 100644
index 0000000..7fcd8e6
--- /dev/null
+++ b/Ueber_dir_wach_ein_Engel/Ueber_dir_wach_ein_Engel.ly
@@ -0,0 +1,35 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ tagline = ""
+ title = "Über dir wach ein Engel"
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ <<
+ \set Score.skipBars = ##t
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics \lyricsto alt { \text }
+ \new Staff <<
+ \new Voice = tenor { \clef "bass" \voiceOne \global \tenorMelodie }
+ \new Voice = bass { \clef "bass" \voiceTwo \global \bassMelodie }
+ >>
+ >>
+ >>
+ \layout {
+ indent = #0
+ \context { \Staff \RemoveEmptyStaves }
+ }
+} \ No newline at end of file
diff --git a/Ueber_dir_wach_ein_Engel/stimmen.ly b/Ueber_dir_wach_ein_Engel/stimmen.ly
new file mode 100644
index 0000000..cd6445f
--- /dev/null
+++ b/Ueber_dir_wach_ein_Engel/stimmen.ly
@@ -0,0 +1,127 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ global = {
+ \key es \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+ \partial 2
+ }
+
+% Die Stimmen
+
+ sopranMelodie = \relative b' {
+ \repeat volta 2 {
+ b4^\p^\< b |
+ c2 c4 d^\! |
+ d es c^\> as |
+ g(^\! f)\breathe es4.^\< es8 |
+ es4 f8[^\! g] as4.^\> g8 |
+ g[ f]^\! f4 f^\< g8[ as]^\! |
+ b4. b8 b4.^\> as8 |
+ as[ g]^\! g4\breathe a b8[ c] |
+ c4^\> es,^\! d^\< f |
+ b^\> as g^\< b |
+ c4. d8^\! d[^\f es]^\> c[ as] |
+ }
+ \alternative {
+ {
+ g4 f es4. es8^\< |
+ b'4.( as8^\! g4)^\> f |
+ es2^\!
+ }
+ { \partial 4*0
+ g4^\> f b4.^\< as8 |
+ g4^\> f8[ es] es2^\!\breathe |
+ }
+ }
+ r2^\p g2(^\< |
+ as4) b^\> b2^\! | \bar "|."
+ }
+
+ altMelodie = \relative g' {
+ \repeat volta 2 {
+ g4 g |
+ g2 g4 g |
+ f es d c |
+ d2 es4 d |
+ c c c c |
+ c c d d |
+ d d es f |
+ f8[ es] es4 f f |
+ f c b d |
+ d8[ b] c[ d] es4 f |
+ g g f8[ es] d[ c] |
+ }
+ \alternative {
+ {
+ d4 d es\breathe d8[ c] |
+ es2. d4 |
+ b2
+ }
+ {
+ d4 d f8[ es] es4 |
+ }
+ }
+ es d c2 |
+ des4 c es2~ |
+ es4 d es2 | \bar "|."
+ }
+
+ tenorMelodie = \relative es' {
+ \repeat volta 2 {
+ es4 es |
+ es2 es4 d |
+ c c as as |
+ b( as)\breathe g g |
+ as as as as |
+ as as as b |
+ b b b b |
+ b b\breathe es es |
+ es f, f b |
+ b b b b |
+ es g, c as |
+ }
+ \alternative {
+ {
+ b as g4. as8 |
+ b4( d8[ c] b4) as |
+ g2
+ }
+ {
+ b4 b b d8[ c] |
+ }
+ }
+ b4 as g2\breathe |
+ b4 as g2 |
+ f g | \bar "|."
+ }
+
+ bassMelodie = \relative es' {
+ \repeat volta 2 {
+ es4 es |
+ c2 c4 b |
+ as as f f |
+ b,2 c4 b |
+ as g f es' |
+ d d b as |
+ g g c d |
+ es es c b |
+ a a b as' |
+ g f es d |
+ c b as f |
+ }
+ \alternative {
+ {
+ b b c\breathe b8[ as] |
+ g4( as b) b |
+ es2
+ }
+ {
+ b4 as g as |
+ }
+ }
+ b h c2 |
+ g4 as b2 |
+ b <es es,> | \bar "|."
+ }
diff --git a/Ueber_dir_wach_ein_Engel/texte.ly b/Ueber_dir_wach_ein_Engel/texte.ly
new file mode 100644
index 0000000..7251ad1
--- /dev/null
+++ b/Ueber_dir_wach_ein_Engel/texte.ly
@@ -0,0 +1,12 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ text = \lyricmode {
+ Ü -- ber dir wach ein En -- gel für und für,
+ vor des Le -- bens rau -- en Stür -- men möcht er lie -- bend dich be schir -- men,
+ und aus sei -- ner blau -- en Fer -- ne mö -- gen dir zum Glück die Ster -- ne ziehn, die Ster -- ne ziehn.
+ Ster -- ne zie -- hen für und für, ü -- ber, ü -- ber dir.
+ }