diff options
author | Erich Eckner <git@eckner.net> | 2019-09-04 15:42:59 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-09-04 15:42:59 +0200 |
commit | 88fd241d246df178497739f178eb651728acdea8 (patch) | |
tree | 1aa553cfc965e2c79d7960e70279c5431d1d1a73 /Verleih_uns_Frieden__ | |
parent | 1fb1b6d7bf0afb3e4cbabadd7178d0a3437fe028 (diff) | |
download | Musik-88fd241d246df178497739f178eb651728acdea8.tar.xz |
Verleih_uns_Frieden__ neu
Diffstat (limited to 'Verleih_uns_Frieden__')
-rw-r--r-- | Verleih_uns_Frieden__/Makefile | 32 | ||||
-rw-r--r-- | Verleih_uns_Frieden__/Verleih_uns_Frieden__.ly | 44 | ||||
-rw-r--r-- | Verleih_uns_Frieden__/stimmen.ly | 133 | ||||
-rw-r--r-- | Verleih_uns_Frieden__/texte.ly | 15 |
4 files changed, 224 insertions, 0 deletions
diff --git a/Verleih_uns_Frieden__/Makefile b/Verleih_uns_Frieden__/Makefile new file mode 100644 index 0000000..d77f888 --- /dev/null +++ b/Verleih_uns_Frieden__/Makefile @@ -0,0 +1,32 @@ +CURDOC=$(shell basename "$(CURDIR)") + +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 + +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)@ ; \ + $(MIDI_REGEX) \ + " "$<" > "$@" + +%.pdf: %.pre *.ly + lilypond $< diff --git a/Verleih_uns_Frieden__/Verleih_uns_Frieden__.ly b/Verleih_uns_Frieden__/Verleih_uns_Frieden__.ly new file mode 100644 index 0000000..f8ce64d --- /dev/null +++ b/Verleih_uns_Frieden__/Verleih_uns_Frieden__.ly @@ -0,0 +1,44 @@ +\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 = "Verleih uns Frieden" + composer = "Matthias Nagel (*1958)" + subtitle = ##f + poet = "Gebet nach Worten von Luther" + } + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = frauen { \global \oneVoice \pausen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics = "text" {} + \new Staff << + \new Voice = maenner { \clef "bass" \global \oneVoice \pausen } + \new Voice = tenor { \clef "bass" \global \voiceOne \tenorMelodie } + \new Voice = bass { \clef "bass" \global \voiceTwo \bassMelodie } + >> + \context Lyrics = "text" \lyricsto sopran { \text } + >> + \layout { + indent = #0 + } +} diff --git a/Verleih_uns_Frieden__/stimmen.ly b/Verleih_uns_Frieden__/stimmen.ly new file mode 100644 index 0000000..8b925d1 --- /dev/null +++ b/Verleih_uns_Frieden__/stimmen.ly @@ -0,0 +1,133 @@ +\version "2.18" + +global = { + \time 4/4 + \key d \major + \autoBeamOff +} + +pausen = { + R1*3 | + r2. s4 | \bar "||" + s1*3 | + s2 r4 s | + s1*3 | + s2 r4 s | + s1*3 | + s2 r4 s | + \repeat volta 2 { + s1 | + s2 r4 s | + s1 | + s2 r4 s | + s1 | + s2 r4 s | + s1 | + } + \alternative { + { + s2 r4 s | + } + { + s2 r4 s | \bar "|." + } + } +} + +melodieAnfang = \relative a' { + s1*3 | + s2. a4 | \bar "||" \mark \markup { \musicglyph #"scripts.segno" } + \repeat unfold 2 { + a2~ a8 g fis e | + e d d2 d4 | + h'2~ h8 e, e h' | + h[ a] a4 s a | + } + b4 b8 b b4 c8[ g] | + a4( g) f4. f8 | + g4 g8 g g4 b8 b~( | + b a) a4 s a8 a | +} + +sopranMelodie = \relative d'' { + \melodieAnfang + \repeat volta 2 { + d4-> d-. cis8 cis cis a | + h4-> h-. s a | + h a g h |a2 s4 a8 a | + d4-> d-. cis8 cis cis a | + h4-> h-. s a | + g fis e4. d8 | + } + \alternative { + { + d2 s4 a'8 a | + } + { + d,2^\fermata s4 a'4^\markup { Dal \tiny \raise #1 \musicglyph #"scripts.segno" (ad. lib.) } | \bar "|." + } + } +} + +altMelodie = \relative a' { + \melodieAnfang + \repeat volta 2 { + a4 a a8 a a fis | + g4 g s fis | + g fis e fis | + e2 s4 e8 e | + a4 a a8 a a fis | + g4 g s d | + e d cis4. h8 | + } + \alternative { + { + a2 s4 a'8 a | + } + { + a,2 s4 a'4 | \bar "|." + } + } +} + +tenorMelodie = \relative fis' { + \transpose c' c \melodieAnfang + \repeat volta 2 { + fis fis e8 e e d | + d4 d s d | + e d h d | + d2( cis4) cis8 cis | + fis4 fis e8 e e d | + d4 d s d | + h h a4. g8 | + } + \alternative { + { + fis2 s4 a8 a | + } + { + fis2 s4 a | \bar "|." + } + } +} + +bassMelodie = \relative d' { + \transpose c' c \melodieAnfang + \repeat volta 2 { + d4-> d-. a8 a a a | + g4-> g-. s fis | + e fis g h | + a2 s4 a8 a | + d4-> d-. a8 a a a | + g4-> g-. s fis | + e e a,4. a8 | + } + \alternative { + { + d2 s4 a'8 a | + } + { + d,2_\fermata s4 a' | \bar "|." + } + } +} diff --git a/Verleih_uns_Frieden__/texte.ly b/Verleih_uns_Frieden__/texte.ly new file mode 100644 index 0000000..edfd26f --- /dev/null +++ b/Verleih_uns_Frieden__/texte.ly @@ -0,0 +1,15 @@ +\version "2.18" + +text = \lyricmode { + Ver -- leih uns Frie -- den gnä -- dig -- lich, Herr Gott, zu un -- sern Zei -- ten. + Es ist ja doch kein An -- drer nicht, der für uns könn -- te strei -- ten, + denn du, un -- ser Gott al -- lei -- ne, + denn du, un -- ser Gott al -- lei -- ne! + Hal -- le -- lu -- ja, Ky -- ri -- e e -- lei -- son: + Herr Gott, er -- bar -- me dich! + Hal -- le -- lu -- ja, Ky -- ri -- e e -- lei -- son: + Herr Gott, er -- bar -- me dich! + Hal -- le- + dich! + Ver- +} |