summaryrefslogtreecommitdiff
path: root/Der_Herr_mein_Hirte_fuehret_mich
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
committerErich Eckner <git@eckner.net>2014-09-04 10:59:12 +0200
commitcd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd (patch)
tree25be2d35abeec51d18d0204e199f3bdbf66826b1 /Der_Herr_mein_Hirte_fuehret_mich
downloadMusik-cd2759024b1ad36d3ac6e15e5a2bbe43d80bcfcd.tar.xz
initialer Commit
Diffstat (limited to 'Der_Herr_mein_Hirte_fuehret_mich')
-rw-r--r--Der_Herr_mein_Hirte_fuehret_mich/Der_Herr_mein_Hirte_fuehret_mich.ly50
-rw-r--r--Der_Herr_mein_Hirte_fuehret_mich/stimmen.ly38
-rw-r--r--Der_Herr_mein_Hirte_fuehret_mich/texte.ly52
3 files changed, 140 insertions, 0 deletions
diff --git a/Der_Herr_mein_Hirte_fuehret_mich/Der_Herr_mein_Hirte_fuehret_mich.ly b/Der_Herr_mein_Hirte_fuehret_mich/Der_Herr_mein_Hirte_fuehret_mich.ly
new file mode 100644
index 0000000..e02245a
--- /dev/null
+++ b/Der_Herr_mein_Hirte_fuehret_mich/Der_Herr_mein_Hirte_fuehret_mich.ly
@@ -0,0 +1,50 @@
+\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 = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Lyrics = textSopranI { }
+ \new Lyrics = textSopranII { }
+ \new Lyrics = textSopranIII { }
+ \new Lyrics = textSopranIV { }
+ \new Lyrics = textSopranV { }
+ \new Staff <<
+ \new Voice = "sopran" { \global \voiceOne \sopranMelodie }
+ \new Voice = "alt" { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics = textI { }
+ \new Lyrics = textII { }
+ \new Lyrics = textIII { }
+ \new Lyrics = textIV { }
+ \new Lyrics = textV { }
+ \new Staff <<
+ \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ \context Lyrics = textSopranI \lyricsto "sopran" \textIa
+ \context Lyrics = textSopranII \lyricsto "sopran" \textIIa
+ \context Lyrics = textSopranIII \lyricsto "sopran" \textIIIa
+ \context Lyrics = textSopranIV \lyricsto "sopran" \textIVa
+ \context Lyrics = textSopranV \lyricsto "sopran" \textVa
+ \context Lyrics = textI \lyricsto "bass" \textI
+ \context Lyrics = textII \lyricsto "bass" \textII
+ \context Lyrics = textIII \lyricsto "bass" \textIII
+ \context Lyrics = textIV \lyricsto "bass" \textIV
+ \context Lyrics = textV \lyricsto "bass" \textV
+ >>
+ \layout {
+ indent = #0
+ }
+}
diff --git a/Der_Herr_mein_Hirte_fuehret_mich/stimmen.ly b/Der_Herr_mein_Hirte_fuehret_mich/stimmen.ly
new file mode 100644
index 0000000..01ed983
--- /dev/null
+++ b/Der_Herr_mein_Hirte_fuehret_mich/stimmen.ly
@@ -0,0 +1,38 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key es \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 3/4
+ \autoBeamOff
+ \partial 4
+ }
+
+% Die Stimmen
+
+
+ sopranMelodie = \relative b {
+ b4 | g'2 as8.[ f16] | b2 as8[ f] | es2 d4 | es2\breathe g4 | g( f) f |
+ a2 a4 | b2.~ | b2\breathe g4 | g( as) g | f2 g4 |
+ \slurDashed \set melismaBusyProperties = #'() as( b) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) as | g2\breathe g4 | f( as) c | es,2 d4 | es2.~ | es2 \bar "|."
+ }
+
+ altMelodie = \relative b {
+ b4 | es2 f4 | f2 c8[ d] | c2 b4 | b2 es4 | es( d) f |
+ f4.( es8) f4 | \slurDashed \set melismaBusyProperties = #'() f( as) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) g | f2 es4 | es2 es4 | f2 c4 |
+ \tieDashed \set melismaBusyProperties = #'() c~ c \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) d | es2 es4 |f2 f4 | b,4.( c8) b4 | g( c) as | b2 \bar "|."
+ }
+
+ tenorMelodie = \relative g {
+ g4 | b2 c4 | b( f4.) as8 | g4( f) f | g2\breathe b4 | b2 b4 |
+ c2 c4 | \slurDashed \set melismaBusyProperties = #'() b( b) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) b8[ c] | d2\breathe b4 | b2 b4 | b2 b4 |
+ \tieDashed \set melismaBusyProperties = #'() as~ as \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) as | c2 c4 | c2 c4 | g4.( as8) f4 | es( as) f | g2 \bar "|."
+ }
+
+ bassMelodie = \relative es {
+ es4 | es2 es4 | d2 f4 | c( as) b | es2 es4 | b2 d4 |
+ f2 f4 | \slurDashed \set melismaBusyProperties = #'() d( f) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) es | b2 es4 | es( f) es | d2 e4 |
+ \tieDashed \set melismaBusyProperties = #'() f~ f \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) f | c\breathe c'( b) | as( f) as, | b2 b4 | c2 c4 | es2 \bar "|."
+ }
diff --git a/Der_Herr_mein_Hirte_fuehret_mich/texte.ly b/Der_Herr_mein_Hirte_fuehret_mich/texte.ly
new file mode 100644
index 0000000..78acb8d
--- /dev/null
+++ b/Der_Herr_mein_Hirte_fuehret_mich/texte.ly
@@ -0,0 +1,52 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Der Herr, mein Hir -- te füh -- ret mich,
+ für -- wahr, nichts man -- gelt, man -- _ gelt mir.
+ Er la -- gert mich auf grü -- _ nen Aun bei fri -- schem, fri -- schem Was -- ser hier.
+ }
+ textIa = \lyricmode {
+ \repeat unfold 11 { \skip 1 } man -- gelt mir.
+ \repeat unfold 12 { \skip 1 } Was -- ser hier.
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Er -- qui -- ckung schenkt er mei -- ner Seel und füh -- ret gnä -- dig, gnä -- _ dig -- lich
+ um sei -- nes ho -- hen Na -- _ mens Ehr auf rech -- ter, rech -- ter Stra -- ße mich.
+ }
+ textIIa = \lyricmode {
+ \repeat unfold 11 { \skip 1 } gnä -- dig -- lich.
+ \repeat unfold 12 { \skip 1 } Stra -- ße mich.
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Geh ich durchs dunk -- le To -- des -- tal, ich fürcht kein Un -- glück, kein Un -- glück dort.
+ Denn du bist da! Dein Ste -- cken und Stab sind Trös -- tung, Trös -- tung mir und Hort!
+ }
+ textIIIa = \lyricmode {
+ \repeat unfold 11 { \skip 1 } Un -- glück dort.
+ \repeat unfold 12 { \skip 1 } mir und Hort!
+ }
+ textIV = \lyricmode {
+ \set stanza = "4."
+ Den Tisch be -- rei -- test du vor mir selbst vor der Fein -- de, der Fein -- de Schar.
+ Mein Haupt salbst du mit dei -- _ nem Öl, mein Kelch, mein Kelch fließt ü -- ber gar.
+ }
+ textIVa = \lyricmode {
+ \repeat unfold 11 { \skip 1 } Fein -- de Schar.
+ \repeat unfold 12 { \skip 1 } ü -- ber gar.
+ }
+ textV = \lyricmode {
+ \set stanza = "5."
+ Ja, dei -- ne Gü -- te fol -- get mir mein gan -- zes, gan -- zes Le -- _ ben lang,
+ und im -- mer -- das im Haus _ des Herrn er -- tönt, er -- tönt mein Lob -- ge -- sang.
+ }
+ textVa = \lyricmode {
+ \repeat unfold 11 { \skip 1 } Le -- ben lang.
+ \repeat unfold 12 { \skip 1 } Lob -- ge -- sang.
+ }