summaryrefslogtreecommitdiff
path: root/Jesus_Gottes_Lamm
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2015-02-20 10:40:50 +0100
committerErich Eckner <git@eckner.net>2015-02-20 10:40:50 +0100
commitb7c2f99e7b64eae4a52bb33590376deb7fa52bd6 (patch)
treec0cae24330f059aa3b7b48f7b78fb27200bc486a /Jesus_Gottes_Lamm
parent41607bf9ddf2c2546bd00b6f5d859fa5e10c11ca (diff)
downloadMusik-b7c2f99e7b64eae4a52bb33590376deb7fa52bd6.tar.xz
Gloria Kleinigkeiten
Golgatha neu Jesus_Gottes_Lamm neu
Diffstat (limited to 'Jesus_Gottes_Lamm')
-rw-r--r--Jesus_Gottes_Lamm/Jesus_Gottes_Lamm.ly49
-rw-r--r--Jesus_Gottes_Lamm/stimmen.ly93
-rw-r--r--Jesus_Gottes_Lamm/texte.ly29
3 files changed, 171 insertions, 0 deletions
diff --git a/Jesus_Gottes_Lamm/Jesus_Gottes_Lamm.ly b/Jesus_Gottes_Lamm/Jesus_Gottes_Lamm.ly
new file mode 100644
index 0000000..5b42f59
--- /dev/null
+++ b/Jesus_Gottes_Lamm/Jesus_Gottes_Lamm.ly
@@ -0,0 +1,49 @@
+\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")
+
+\pointAndClickOff
+
+\header {
+ tagline = ""
+ title = "Jesus, Gottes Lamm"
+ composer = "Jochen Rieger"
+ poet = "Thomas Eger"
+ arranger = "Every Zabel"
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice \pausen
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics = textI {}
+ \new Lyrics = textII {}
+ \new Lyrics = textIII {}
+ \new Staff <<
+ \new Voice \pausen
+ \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ \context Lyrics = textI \lyricsto tenor { \textI }
+ \context Lyrics = textII \lyricsto tenor { \textII }
+ \context Lyrics = textIII \lyricsto tenor { \textIII }
+ >>
+}
diff --git a/Jesus_Gottes_Lamm/stimmen.ly b/Jesus_Gottes_Lamm/stimmen.ly
new file mode 100644
index 0000000..2b83c0c
--- /dev/null
+++ b/Jesus_Gottes_Lamm/stimmen.ly
@@ -0,0 +1,93 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.18"
+
+ global = {
+ \key f \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+ }
+
+% Die Stimmen
+
+ pausen = {
+ s1*15 |
+ s2 r | \bar "|."
+ }
+
+ sopranMelodie = \relative a' {
+ a4 c c a |
+ g( f2) f4 |
+ b2. b8[( a]) |
+ g1 |
+ a4 c c a |
+ g f2 c4 |
+ d f f a |
+ g1 |
+ d'4 g, g a8[( b]) |
+ a4( g) f f |
+ b2. b8[( a]) |
+ g1 |
+ d4 e f a |
+ g f f e |
+ f1~ |
+ f2 s | \bar "|."
+ }
+
+ altMelodie = \relative f' {
+ f4 a g g |
+ e( d2) d4 |
+ d2 f |
+ f( e) |
+ f4 a g g |
+ e d2 c4 |
+ d d d f |
+ e1 |
+ f4 f e e |
+ e2 d4 d |
+ d2 f |
+ f( e) |
+ d4 d d d |
+ d d d c |
+ c2 d |
+ c s | \bar "|."
+ }
+
+ tenorMelodie = \relative c' {
+ c4 c c c |
+ a2. a4 |
+ b2 d |
+ c1 |
+ c4 c c c |
+ a a2 f4 |
+ f f g g |
+ g1 |
+ b4 b g g |
+ a2 a4 a |
+ b2 d |
+ c1 |
+ f,4 g a a |
+ b b b b |
+ a2 b |
+ a s | \bar "|."
+ }
+
+ bassMelodie = \relative f {
+ f4 f e e |
+ d2. d4 |
+ b2 b |
+ c1 |
+ f4 f e e |
+ d d2 a4 |
+ b b h h |
+ c1 |
+ b4 b c c |
+ cis2 d4 d |
+ b2 b |
+ c1 |
+ b4 b h h |
+ c c c c |
+ f1~ |
+ f2 s | \bar "|."
+ }
diff --git a/Jesus_Gottes_Lamm/texte.ly b/Jesus_Gottes_Lamm/texte.ly
new file mode 100644
index 0000000..23d52de
--- /dev/null
+++ b/Jesus_Gottes_Lamm/texte.ly
@@ -0,0 +1,29 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1.-3."
+ Je -- sus, Got -- tes Lamm für uns, für uns!
+ \set stanza = "1."
+ Hast dich bin -- den las -- sen und zogst mit dei -- nem Leid
+ auf dich al -- le Sün -- den für uns, für uns!
+ \set stanza = "1.-3."
+ Je -- sus, Got -- tes Lamm, du starbst für uns, für uns!
+ }
+
+ textII = \lyricmode {
+ \repeat unfold 9 { \skip 1 }
+ \set stanza = "2."
+ Hast dich schla -- gen las -- sen und hast mit dei -- nem Schmerz
+ al -- le Shuld ge -- tra -- gen für uns, für uns!
+ }
+
+ textIII = \lyricmode {
+ \repeat unfold 9 { \skip 1 }
+ \set stanza = "3."
+ Bist am Kreuz ge -- stor -- ben und hast mit dei -- nem Tod
+ Le -- ben neu er -- wor -- ben für uns, für uns!
+ }