summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-02-07 09:25:49 +0100
committerErich Eckner <git@eckner.net>2019-02-07 09:25:49 +0100
commit45ba9847a3e43b3067932e933b7222d5f29bd059 (patch)
tree1b2325c128b4b05ea020715b81c870a3243424c8
parente0606d36b93c813b264e3742396054505c142a21 (diff)
downloadMusik-45ba9847a3e43b3067932e933b7222d5f29bd059.tar.xz
Ich_steh_an_deinem_Kreuz neu
-rw-r--r--Ich_steh_an_deinem_Kreuz/Ich_steh_an_deinem_Kreuz.ly59
-rw-r--r--Ich_steh_an_deinem_Kreuz/Makefile44
-rw-r--r--Ich_steh_an_deinem_Kreuz/stimmen.ly61
-rw-r--r--Ich_steh_an_deinem_Kreuz/texte.ly17
4 files changed, 181 insertions, 0 deletions
diff --git a/Ich_steh_an_deinem_Kreuz/Ich_steh_an_deinem_Kreuz.ly b/Ich_steh_an_deinem_Kreuz/Ich_steh_an_deinem_Kreuz.ly
new file mode 100644
index 0000000..3a6a65c
--- /dev/null
+++ b/Ich_steh_an_deinem_Kreuz/Ich_steh_an_deinem_Kreuz.ly
@@ -0,0 +1,59 @@
+\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 = "Ich steh an deinem Kreuz"
+ poet = "Text: Arno Pötzsch um 1956"
+ composer = "Melodie und Satz: Gerhard Schnitter (*1939)"
+ }
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ \override VerticalAxisGroup #'remove-first = ##t
+ }
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff <<
+ \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 <<
+ \clef "bass"
+ \new Voice = tenor {
+ \global \voiceOne \tenorMelodie
+ }
+ \new Voice = bass {
+ \global \voiceTwo \bassMelodie
+ }
+ >>
+ \new Lyrics = "bass" { }
+ >>
+}
diff --git a/Ich_steh_an_deinem_Kreuz/Makefile b/Ich_steh_an_deinem_Kreuz/Makefile
new file mode 100644
index 0000000..28f291c
--- /dev/null
+++ b/Ich_steh_an_deinem_Kreuz/Makefile
@@ -0,0 +1,44 @@
+CURDOC=$(shell basename "$(CURDIR)")
+STROPHEN=[1-9]\|1[01]
+
+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 (.*/)?$<'
+
+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/Ich_steh_an_deinem_Kreuz/stimmen.ly b/Ich_steh_an_deinem_Kreuz/stimmen.ly
new file mode 100644
index 0000000..b8a3f0b
--- /dev/null
+++ b/Ich_steh_an_deinem_Kreuz/stimmen.ly
@@ -0,0 +1,61 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.18"
+
+global = {
+ \key es \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+ \partial 4
+}
+
+% Die Stimmen
+
+sopranMelodie = \relative b' {
+ b4 |
+ b g f g |
+ as f es es |
+ f g as b |
+ f2. f4 |
+ g f g as |
+ b c b es, |
+ f g f f |
+ es2. \bar "|."
+}
+
+altMelodie = \relative es' {
+ es4 |
+ es es es es |
+ c d c c |
+ c es c es |
+ es(c d) d |
+ es d es es |
+ es es es es |
+ c c es d |
+ es2. \bar "|."
+}
+
+tenorMelodie = \relative g {
+ g4 |
+ g g as b |
+ as as g g |
+ as b f g |
+ b2. b4 |
+ b b b f |
+ g as g g |
+ as as c b8[( as]) |
+ g2. \bar "|."
+}
+
+bassMelodie = \relative es {
+ es4 |
+ es es es es |
+ f b, c c |
+ f es f es |
+ b2. b4 |
+ es b es es |
+ es es es c |
+ f f b, b |
+ es2. \bar "|."
+}
diff --git a/Ich_steh_an_deinem_Kreuz/texte.ly b/Ich_steh_an_deinem_Kreuz/texte.ly
new file mode 100644
index 0000000..1f49b66
--- /dev/null
+++ b/Ich_steh_an_deinem_Kreuz/texte.ly
@@ -0,0 +1,17 @@
+textI = \lyricmode {
+ \set stanza = "1."
+ Ich steh an dei -- nem Kreuz, Herr Christ, und seh dein Bild -- nis an
+ und weiß: Was hier ge -- sche -- hen ist, das hab ich dir ge -- tan.
+}
+
+textII = \lyricmode {
+ \set stanza = "2."
+ Du kamst aus dei -- nes Va -- ters Haus zur Welt und such -- test mich,
+ ich a -- ber, Herr, ich stieß dich aus, ans Kreuz -- holz schlug ich dich.
+}
+
+textIII = \lyricmode {
+ \set stanza = "3."
+ Nun steh ich hier mit mei -- ner Schuld und weiß nicht aus noch ein
+ und weiß nur dich und dei -- ne Huld. Ach Herr, er -- barm dich mein!
+}