diff options
author | Erich Eckner <git@eckner.net> | 2020-09-30 14:10:04 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-09-30 14:10:04 +0200 |
commit | 441470fd52525e0fbf6ce84f20fa162935fb8fb7 (patch) | |
tree | 27fd3489dd3f396d2c4ba50ff316975855faee0c /Wenn_das_Brot_das_wir_teilen | |
parent | c0cb5947e62364a82217c5a80e17a4c2876d0935 (diff) | |
download | Musik-441470fd52525e0fbf6ce84f20fa162935fb8fb7.tar.xz |
Wenn_das_Brot_das_wir_teilen neu
Diffstat (limited to 'Wenn_das_Brot_das_wir_teilen')
-rw-r--r-- | Wenn_das_Brot_das_wir_teilen/Makefile | 25 | ||||
-rw-r--r-- | Wenn_das_Brot_das_wir_teilen/Wenn_das_Brot_das_wir_teilen.ly | 50 | ||||
-rw-r--r-- | Wenn_das_Brot_das_wir_teilen/stimmen.ly | 88 | ||||
-rw-r--r-- | Wenn_das_Brot_das_wir_teilen/texte.ly | 20 |
4 files changed, 183 insertions, 0 deletions
diff --git a/Wenn_das_Brot_das_wir_teilen/Makefile b/Wenn_das_Brot_das_wir_teilen/Makefile new file mode 100644 index 0000000..fb92f9c --- /dev/null +++ b/Wenn_das_Brot_das_wir_teilen/Makefile @@ -0,0 +1,25 @@ +CURDOC=$(shell basename "$(CURDIR)") + +EXTRAS=$(shell ../.meta/find-extras) + +all: $(CURDOC)$(EXTRAS).pdf $(CURDOC)$(EXTRAS)-tolino.pdf + +clean: + rm -f *.pre *.post + +Clean: clean + rm -f *.pdf *.midi + +include ../.meta/*.mk + +%.pre: %.ly + cat "$<" > "$@" + +%.post: %.pre $(patsubst %.ly,%.pre, $(shell find . -name '*.ly')) ../.meta/header.ly + cat ../.meta/header.ly "$<" \ + |m4 \ + >"$@" + +%.pdf: %.post + lilypond $< + pkill -SIGHUP -xf "mupdf(-x11)? $@" || true diff --git a/Wenn_das_Brot_das_wir_teilen/Wenn_das_Brot_das_wir_teilen.ly b/Wenn_das_Brot_das_wir_teilen/Wenn_das_Brot_das_wir_teilen.ly new file mode 100644 index 0000000..3a3ed24 --- /dev/null +++ b/Wenn_das_Brot_das_wir_teilen/Wenn_das_Brot_das_wir_teilen.ly @@ -0,0 +1,50 @@ +\version "2.19.82" + +\include "deutsch.ly" +include(stimmen.pre) +include(texte.pre) + +%spezifisch% + +\pointAndClickOff + +\header { + tagline = "" +} +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\score { + \header { + title = "Wenn das Brot, das wir teilen" + poet = "Text: Claus Peter März 1981" + composer = "Musik: Kurt Grahl 1981" + arranger = "Satz: Every Zabel 2020" + } + \layout { + indent = #0 + \context { + \Staff + \RemoveEmptyStaves + \override VerticalAxisGroup #'remove-first = ##t + } + } + \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 } + >> + ifdef(`STR_1',`\new Lyrics \lyricsto sopran { \textI }') + ifdef(`STR_2',`\new Lyrics \lyricsto sopran { \textII }') + ifdef(`STR_3',`\new Lyrics \lyricsto sopran { \textIII }') + \new Staff << + \new Voice = maenner { \global \clef "bass" \oneVoice \pausen } + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + >> +} diff --git a/Wenn_das_Brot_das_wir_teilen/stimmen.ly b/Wenn_das_Brot_das_wir_teilen/stimmen.ly new file mode 100644 index 0000000..f4de63a --- /dev/null +++ b/Wenn_das_Brot_das_wir_teilen/stimmen.ly @@ -0,0 +1,88 @@ +%some settings% vim: ai sw=2 lbr nu et + +\version "2.12" + +global = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff +} + +% Die Stimmen + +pausen = { + R1*3 | + r2. s4 | + s1*7 | + s2 r4 s | + s1*3 | + s2 r4 s | + s1 | + s2 r4 \bar "|." +} + +unisono = \relative e' { + s1*3 | + s2. e8 f | + g4 g8 e c4 d8 e | + f4 e8 d4. e8 f | + g4 g8 g a4 h8 c | + h4 a8 g4. +} + +sopranMelodie = \relative a' { + \unisono a8 h | + c4 c8 c h4 g8 g | + a4 a8 g4. c,8 d | + e4 e8 e e4 d8 c | + d2 s4 a'8 h | + c4 c8 c h4 g8 g | + a4 a8 g4. c,8 d | + e4 e8 e f e f4 | + g2 s4 c,8 d | + e4 e8 e f e d4 | + c2 s4 \bar "|." +} + +altMelodie = \relative a' { + \unisono a8 g | + e4 e8 e e4 e8 d | + c4 c8 e4. c8 h | + c4 c8 c a4 a8 a | + h2 s4 a'8 g | + e4 e8 e e4 e8 d | + c4 c8 e4. c8 h | + c4 c8 c d d d[ c] | + d2 s4 c8 h | + c4 c8 c a a h4 | + c2 s4 \bar "|." +} + +tenorMelodie = \relative a { + \transpose c' c \unisono a8 h | + c4 c8 c g4 h8 h | + a4 a8 c4. c8 h | + a4 a8 a f4 f8 f | + g2 s4 a8 h | + c4 c8 c g4 h8 h | + a4 a8 c4. c8 h | + a4 a8 a a a a4 | + h2 s4 c8 h | + a4 a8 a f f g[ f] | + e2 s4 \bar "|." +} + +bassMelodie = \relative a { + \transpose c' c \unisono a8 g | + c,4 c8 d e4 e8 e | + f4 f8 c4. c8 h | + a4 a8 a d4 d8 d | + g,2 s4 a'8 g | + c,4 c8 d e4 e8 e | + f4 f8 c4. c8 h | + a4 a8 a d d d4 | + g,2 s4 c8 h | + a4 a8 a d d g,4 | + c2 s4 \bar "|." +} diff --git a/Wenn_das_Brot_das_wir_teilen/texte.ly b/Wenn_das_Brot_das_wir_teilen/texte.ly new file mode 100644 index 0000000..ff94525 --- /dev/null +++ b/Wenn_das_Brot_das_wir_teilen/texte.ly @@ -0,0 +1,20 @@ +textI = \lyricmode { + \set stanza = "STR_1." + Wenn das Brot, das wir tei -- len als Ro -- se blüht + und das Wort, das wir spre -- chen, als Lied er -- klingt, + dann hat Gott un -- ter uns schon sein Haus ge -- baut, + dann wohnt er schon in un -- se -- rer Welt. + Ja, dann schau -- en wir heut schon sein An -- ge -- sicht + in der Lie -- be, die al -- les um -- fängt, + in der Lie -- be, die al -- les um -- fängt. +} +textII = \lyricmode { + \set stanza = "STR_2." + Wenn das Leid je -- des Ar -- men uns Chris -- tus zeigt + und die Not, die wir lin -- dern, zur Freu -- de wird, +} +textIII = \lyricmode { + \set stanza = "STR_3." + Wenn die Hand, die wir hal -- ten, uns sel -- ber hält + und das Kleid, das wir schen -- ken, auch uns be -- deckt, +} |