summaryrefslogtreecommitdiff
path: root/Christe_du_bist_der_helle_Tag
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-07-29 10:54:42 +0200
committerErich Eckner <git@eckner.net>2019-07-29 10:54:42 +0200
commit3e22643b8637fdee4453ff92909022ba6d77ca07 (patch)
tree306450301f7b11006d02173fd6f49714951c4aa6 /Christe_du_bist_der_helle_Tag
parentff9595877f2c971725475164bf36dfe680809803 (diff)
downloadMusik-3e22643b8637fdee4453ff92909022ba6d77ca07.tar.xz
Christe_du_bist_der_helle_Tag neu
Diffstat (limited to 'Christe_du_bist_der_helle_Tag')
-rw-r--r--Christe_du_bist_der_helle_Tag/Christe_du_bist_der_helle_Tag.ly49
-rw-r--r--Christe_du_bist_der_helle_Tag/Makefile44
-rw-r--r--Christe_du_bist_der_helle_Tag/stimmen.ly69
-rw-r--r--Christe_du_bist_der_helle_Tag/texte.ly68
4 files changed, 230 insertions, 0 deletions
diff --git a/Christe_du_bist_der_helle_Tag/Christe_du_bist_der_helle_Tag.ly b/Christe_du_bist_der_helle_Tag/Christe_du_bist_der_helle_Tag.ly
new file mode 100644
index 0000000..3b4f2f2
--- /dev/null
+++ b/Christe_du_bist_der_helle_Tag/Christe_du_bist_der_helle_Tag.ly
@@ -0,0 +1,49 @@
+\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 = ##f
+}
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+
+\score {
+ \header {
+ title = "Christe, du bist der helle Tag"
+ poet = "Text: Erasmus Alber um 1536"
+ meter = "Textübertragung: Friedrich Dörr 1969"
+ composer = "Melodie: Frankfurt am Main 1557"
+ arranger = "Satz: J.S.Bach (1685-1750)"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \new Voice = sopran { \global \voiceOne \sopranMelodie }
+ \new Voice = alt { \global \voiceTwo \altMelodie }
+ >>
+ %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 }
+ %STR_6% \new Lyrics \lyricsto sopran { \textVI }
+ %STR_7% \new Lyrics \lyricsto sopran { \textVII }
+ \new Staff <<
+ \clef "bass"
+ \new Voice = tenor { \global \voiceOne \tenorMelodie }
+ \new Voice = bass { \global \voiceTwo \bassMelodie }
+ >>
+ >>
+ \layout {
+ indent = #0
+ }
+}
diff --git a/Christe_du_bist_der_helle_Tag/Makefile b/Christe_du_bist_der_helle_Tag/Makefile
new file mode 100644
index 0000000..571b714
--- /dev/null
+++ b/Christe_du_bist_der_helle_Tag/Makefile
@@ -0,0 +1,44 @@
+CURDOC=$(shell basename "$(CURDIR)")
+STROPHEN=[1-7]
+
+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 14)
+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)? (.*/)?$<' || true
+
+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/Christe_du_bist_der_helle_Tag/stimmen.ly b/Christe_du_bist_der_helle_Tag/stimmen.ly
new file mode 100644
index 0000000..db92e44
--- /dev/null
+++ b/Christe_du_bist_der_helle_Tag/stimmen.ly
@@ -0,0 +1,69 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.12"
+
+global = {
+ \key b \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \partial 4
+ \autoBeamOff
+}
+
+% Die Stimmen
+
+sopranMelodie = \relative g' {
+ g4 |
+ g b a g |
+ b c d^\fermata d |
+ d d8[ es] f[ es] d4 |
+ c c b^\fermata b |
+ b d c a |
+ b c d^\fermata d |
+ d d c c |
+ b4. a16[ g] f4^\fermata f |
+ b8[( c] d4 c) d |
+ b a g^\fermata \bar "|."
+}
+
+altMelodie = \relative d' {
+ f4 |
+ d8[ e] f[ g] f[ es] d4 |
+ g8[ f] es[ f] f4 f |
+ f g a b |
+ b8[ a16 g] a4 f g |
+ g8[ a] b4 b8[ a16 g] f4 |
+ f f f f |
+ f f f8.[ es16] d4 |
+ d e d d |
+ g8[( a] b2) a4~ |
+ a8 g4 fis8 d4 \bar "|."
+}
+
+tenorMelodie = \relative b {
+ b4 |
+ b d8[ c] c4 b8[ a] |
+ g16[( a] b4) a8 b4 b8[ c] |
+ d[ c] b4 c b8[ d] |
+ g4 f8[ es] d4 d |
+ es f f c |
+ b4. a8 b4 b |
+ b b b8[ a] a4 |
+ a8[ g] f[ a16 b] a4 b8[ c] |
+ d[( c b a] g4) d' |
+ d8[ es] a,[ d] b4 \bar "|."
+}
+
+bassMelodie = \relative g, {
+ g4 |
+ g' d8[ e] f[ fis] g[ f] |
+ es d] c[ f] b,4_\fermata b |
+ b'8[ a] g4 f g8[ f] |
+ es4 f b,_\fermata g'8[ f] |
+ es[ d] c[ b] f'4. es8 |
+ d[ b] f'4 b,_\fermata b |
+ b8[ c] d[ es] f4 fis8[ d] |
+ g4 cis, d_\fermata b8[ a] |
+ g4( g'8[ f] e4) fis |
+ g8[ c,] d4 g,_\fermata \bar "|."
+}
diff --git a/Christe_du_bist_der_helle_Tag/texte.ly b/Christe_du_bist_der_helle_Tag/texte.ly
new file mode 100644
index 0000000..d01f4d8
--- /dev/null
+++ b/Christe_du_bist_der_helle_Tag/texte.ly
@@ -0,0 +1,68 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+textI = \lyrics {
+ \set stanza = "1."
+ Chris -- te, du bist der hel -- le Tag,
+ vor dir die Nacht nicht blei -- ben mag.
+ Du leuch -- test uns vom Va -- ter her
+ und bist des Lich -- tes Pre -- di -- ger,
+ des Lich -- tes Pre -- di -- ger.
+}
+
+textII = \lyrics {
+ \set stanza = "2."
+ Ach lie -- ber Herr, be -- hüt uns heut,
+ in die -- ser Nacht vorm bö -- sen Feind
+ und lass uns in dir ru -- hen fein
+ und vor dem Sa -- tan si -- cher sein,
+ vorm Sa -- tan si -- cher sein.
+}
+
+textIII = \lyrics {
+ \set stanza = "3."
+ Ob -- schon die Au -- gen schla -- fen ein,
+ so lass das Herz doch wa -- cker sein;
+ halt ü -- ber uns dein rech -- te Hand,
+ dass wir nicht falln in Sünd und Schand,
+ nicht falln in Sünd und Schand.
+}
+
+textIV = \lyrics {
+ \set stanza = "4."
+ Wir bit -- ten dich, Herr Je -- su Christ:
+ be hüt uns vor des Teu -- fels List,
+ der stets nach uns -- rer See -- le tracht',
+ dass er an uns hab kei -- ne Macht,
+ an uns hab kei -- ne Macht.
+}
+
+textV = \lyrics {
+ \set stanza = "5."
+ Sei dei -- ner Die -- ner ein -- ge -- denk,
+ die du mit dei -- nem Blut er -- kauft.
+ Stärk uns durch dei -- nes Lei -- dens Kraft;
+ wir sind auf dei -- nen Tod ge -- tauft,
+ auf dei -- nen Tod ge -- tauft.
+}
+
+textVI = \lyrics {
+ \set stanza = "6."
+ Be -- fiehl dem En -- gel, dass er komm
+ und uns be -- wach, dein Ei -- gen -- tum;
+ gib uns die lie -- ben Wäch -- ter zu,
+ dass wir vorm Sa -- tan ha -- ben Ruh,
+ vorm Sa -- tan ha -- ben Ruh.
+}
+
+textVII = \lyrics {
+ \set stanza = "7."
+ So schla -- fen wir im Na -- men dein,
+ die -- weil die En -- gel bei uns sein.
+ Du Hei -- li -- ge Drei -- fal -- tig -- keit,
+ wir lo -- ben dich in E -- wig -- keit,
+ in E -- _ _ wig -- keit.
+}