summaryrefslogtreecommitdiff
path: root/Lass_mich_Engel_nicht_allein
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-12-10 11:19:58 +0100
committerErich Eckner <git@eckner.net>2014-12-10 11:19:58 +0100
commit0656fbf0d12c22a800be9fcd68f5eb06875ae002 (patch)
tree9e3664f8810a950de3cae895f7348103322b1277 /Lass_mich_Engel_nicht_allein
parentd7fd81445d1cb4559622e5fe2aeaaf531cbcbe12 (diff)
downloadMusik-0656fbf0d12c22a800be9fcd68f5eb06875ae002.tar.xz
Gott_hat_mir_laengst_einen_Engel_gesandt neu
Lass_mich_Engel_nicht_allein neu Ueber_dir_wach_ein_Engel neu
Diffstat (limited to 'Lass_mich_Engel_nicht_allein')
-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
3 files changed, 188 insertions, 0 deletions
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.
+ }