summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-15 19:17:44 +0100
committerErich Eckner <git@eckner.net>2019-02-15 19:17:44 +0100
commit11af40e19925c9f95d79cda866e716158dc7430f (patch)
tree2cd122e45ddb74b327a48b21d49e5c1d709744dc
parent1be06e25ca7c9ec47f3274c0eeb424eea3698456 (diff)
downloadMusik-11af40e19925c9f95d79cda866e716158dc7430f.tar.xz
Er_weckt_mich_alle_Morgen neu
-rw-r--r--Er_weckt_mich_alle_Morgen/Er_weckt_mich_alle_Morgen.ly70
-rw-r--r--Er_weckt_mich_alle_Morgen/Makefile44
-rw-r--r--Er_weckt_mich_alle_Morgen/stimmen.ly111
-rw-r--r--Er_weckt_mich_alle_Morgen/texte.ly39
4 files changed, 264 insertions, 0 deletions
diff --git a/Er_weckt_mich_alle_Morgen/Er_weckt_mich_alle_Morgen.ly b/Er_weckt_mich_alle_Morgen/Er_weckt_mich_alle_Morgen.ly
new file mode 100644
index 0000000..263dd2d
--- /dev/null
+++ b/Er_weckt_mich_alle_Morgen/Er_weckt_mich_alle_Morgen.ly
@@ -0,0 +1,70 @@
+\version "2.19.82"
+
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmen.ly"
+\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+
+\score {
+ \header {
+ title = "Er weckt mich alle Morgen"
+ poet = "Text: Jochen Klepper 1938"
+ composer = "Melodie: Rudolf Zöbeley 1941"
+ arranger = "Satz: Johannes Petzold 1982"
+ }
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = sopran {
+ \global \sopranMelodie
+ }
+ >>
+ %STR_1% \new Lyrics \lyricsto sopran { \textI }
+ %STR_2% \new Lyrics \lyricsto sopran { \textII }
+ %STR_3% \new Lyrics \lyricsto sopran { \textIII }
+ %STR_4% \new Lyrics \lyricsto sopran { \textIV }
+ %STR_5% \new Lyrics \lyricsto sopran { \textV }
+ \new Staff <<
+ \new Voice = alt {
+ \global \altMelodie
+ }
+ >>
+ %STR_1% \new Lyrics \lyricsto alt { \textI }
+ %STR_2% \new Lyrics \lyricsto alt { \textII }
+ %STR_3% \new Lyrics \lyricsto alt { \textIII }
+ %STR_4% \new Lyrics \lyricsto alt { \textIV }
+ %STR_5% \new Lyrics \lyricsto alt { \textV }
+ \new Staff <<
+ \clef "bass"
+ \new Voice = bass {
+ \global \bassMelodie
+ }
+ >>
+ %STR_1% \new Lyrics \lyricsto bass { \textI }
+ %STR_2% \new Lyrics \lyricsto bass { \textII }
+ %STR_3% \new Lyrics \lyricsto bass { \textIII }
+ %STR_4% \new Lyrics \lyricsto bass { \textIV }
+ %STR_5% \new Lyrics \lyricsto bass { \textV }
+ >>
+}
diff --git a/Er_weckt_mich_alle_Morgen/Makefile b/Er_weckt_mich_alle_Morgen/Makefile
new file mode 100644
index 0000000..472466a
--- /dev/null
+++ b/Er_weckt_mich_alle_Morgen/Makefile
@@ -0,0 +1,44 @@
+CURDOC=$(shell basename "$(CURDIR)")
+STROPHEN=[1-5]
+
+ifeq ($(FUER),ewe)
+ SPEZIFISCH=\#(set! paper-alist (cons '(\"kindle\" . (cons (* 210 mm) (* 130 mm))) paper-alist))\n\#(set-default-paper-size \"kindle\")
+else
+ SPEZIFISCH=
+ #\#(set-global-staff-size 19.5)
+endif
+
+ifeq ($(MIDI),1)
+ MIDI_REGEX=
+else
+ MIDI_REGEX=/\\\\midi/{ :a; s/\\\\midi[^{}]*{/\\\\midi/; tb; N; ba; :b; s/{[^{}]*}//; tb; s/\\\\midi[^{}]*}//; t; N; bb; };
+endif
+
+ifeq ($(KLAVIER),1)
+ KLAVIER_REGEX=
+else
+ KLAVIER_REGEX=/%Klavier%/d;
+endif
+
+all: $(CURDOC).pdf
+ pkill -SIGHUP -xf 'mupdf(-x11)? (.*/)?$<'
+
+clean:
+ rm -f *.pre
+
+Clean: clean
+ rm -f *.pdf *.midi
+
+%.pre: %.ly
+ sed " \
+ s@%spezifisch%@$(SPEZIFISCH)@ ; \
+ /%STR_\($(STROPHEN)\)%/{ \
+ s/%[A-Z_0-9]\+%//; \
+ p; \
+ d; \
+ }; \
+ /%[A-Z_0-9]\+%/d \
+ " "$<" > "$@"
+
+%.pdf: %.pre *.ly
+ lilypond $<
diff --git a/Er_weckt_mich_alle_Morgen/stimmen.ly b/Er_weckt_mich_alle_Morgen/stimmen.ly
new file mode 100644
index 0000000..d1e2235
--- /dev/null
+++ b/Er_weckt_mich_alle_Morgen/stimmen.ly
@@ -0,0 +1,111 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.18"
+
+global = {
+ \key g \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 3/4
+ \autoBeamOff
+}
+
+% Die Stimmen
+
+sopranMelodie = \relative d' {
+ R2.*2 |
+ d4 d d |
+ g4.( fis8) g4 |
+ d' c\breathe h |
+ c( h) a |
+ h2 c4 |
+ d2. |
+ R |
+ d,4 d d |
+ g4.( fis8) g4 |
+ d' c\breathe h |
+ c( h) a |
+ h2 c4 |
+ d2. |
+ R |
+ a4 d, e |
+ fis4.( g8) a4 |
+ g fis\breathe e |
+ d2 cis4 |
+ d2 e4 |
+ fis2. |
+ R |
+ d4 d d |
+ g4.( fis8) e4 |
+ g a\breathe h |
+ c( h) a |
+ d2 a4 |
+ h2. | \bar "|."
+}
+
+altMelodie = \relative d' {
+ d4 d d |
+ g4.( fis8) g4 |
+ a2. |
+ h2\breathe h4 |
+ g4.( a8) h4 |
+ a2 a4 |
+ g2.\breathe |
+ d4 d d |
+ g4.( fis8) g4 |
+ a2. |
+ h2\breathe h4 |
+ g4.( a8) h4 |
+ a2 a4 |
+ g2.\breathe |
+ h4 a fis |
+ e4.( fis8) g4 |
+ fis2. |
+ d2\breathe h4 |
+ e2 g4 |
+ fis( d) e |
+ d2.\breathe |
+ d4 d d |
+ g4.( fis8) g4 |
+ a2. |
+ h2\breathe c4 |
+ h4.( a8) g4 |
+ a2 a4 |
+ g2.~ |
+ g | \bar "|."
+}
+
+bassMelodie = \relative d {
+ d4 d' c |
+ h4.( a8) g4 |
+ fis4.( e8 fis4) |
+ g2\breathe g4 |
+ e( fis) g |
+ c2 d4 |
+ g,2( a4)\breathe |
+ h d c |
+ h4.( a8) g4 |
+ fis4.( e8 fis4) |
+ g2\breathe g4 |
+ e( fis) g |
+ c2 d4 |
+ h2( a4)\breathe |
+ g d fis |
+ a2 a4 |
+ d,2. |
+ d2\breathe d4 |
+ e2 e4 |
+ h'2 a4 |
+ d,2.\breathe |
+ d4 d' c |
+ h4.( a8) g4 |
+ fis4.( e8 fis4) |
+ g2\breathe a4 |
+ h( g) e |
+ a2.~( |
+ a4 h) d |
+ <<
+ \new Voice { \voiceOne d2. | }
+ \voiceTwo g,2. |
+ >> \bar "|."
+ \bar "|."
+}
diff --git a/Er_weckt_mich_alle_Morgen/texte.ly b/Er_weckt_mich_alle_Morgen/texte.ly
new file mode 100644
index 0000000..6b4ad6f
--- /dev/null
+++ b/Er_weckt_mich_alle_Morgen/texte.ly
@@ -0,0 +1,39 @@
+textI = \lyricmode {
+ \set stanza = "1."
+ Er weckt mich al -- le Mor -- gen er weckt mir selbst das Ohr.
+ Gott hält sich nicht ver -- bor -- gen, führt mir den Tag em -- por,
+ dass ich mit sei -- nem Wor -- te be -- grüß das neu -- e Licht.
+ Schon an der Dämm -- rung Pfor -- te ist er mir nah und spricht.
+}
+
+textII = \lyricmode {
+ \set stanza = "2."
+ Er spricht wie an dem Ta -- ge, da er die Welt er -- schuf.
+ Da schwei -- gen Angst und Kla -- ge; nichts gilt mehr als sein Ruf.
+ Das Wort der ew -- gen Treu -- e, die Gott uns Men -- schen schwört,
+ er -- fah -- re ich aufs neu -- e so, wie ein Jün -- ger hört.
+}
+
+textIII = \lyricmode {
+ \set stanza = "3."
+ Er will, dass ich mich fü -- ge. Ich ge -- he nicht zu -- rück.
+ Hab nur in ihm Ge -- nü -- ge, in sei -- nem Wort mein Glück.
+ Ich wer -- de nicht zu -- schan -- den, wenn ich nur ihn ver -- nehm.
+ Gott löst mich aus den Ban -- den. Gott macht mich ihm ge -- nehm.
+}
+
+textIV = \lyricmode {
+ \set stanza = "4."
+ Er ist mir täg -- lich na -- he und spricht mich selbst ge -- recht.
+ Was ich von ihm em -- pfa -- he, gibt sonst kein Herr dem Knecht.
+ Wie wohl hats hier der Skla -- ve, der Herr hält sich be -- reit,
+ dass er ihn aus dem Schla -- fe zu sei -- nem Diens ge -- leit.
+}
+
+textV = \lyricmode {
+ \set stanza = "5."
+ Er will mich früh um -- hül -- len mit sei -- nem Wort und Licht,
+ ver -- hei -- ßen und er -- fül -- len, da -- mit mir nichts ge -- bricht;
+ will vol -- len Lohn mir zah -- len, fragt nicht, ob ich ver -- sag.
+ Sein Wort will hel -- le strah -- len, wie dun -- kel auch der Tag.
+}