summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2024-01-17 22:01:18 +0100
committerErich Eckner <git@eckner.net>2024-01-17 22:01:18 +0100
commitf13f32a30b511079ba028e416130776b3d5c64b7 (patch)
treec905a0075e19bfc58a08c9e2717dd7b4e8eb78dd
parentae217d0a30518de39cb47d1c6bdf953ec8f26ff6 (diff)
downloadMusik-f13f32a30b511079ba028e416130776b3d5c64b7.tar.xz
Guter_Mond_du_gehst_so_stille neu
-rw-r--r--Guter_Mond_du_gehst_so_stille/Guter_Mond_du_gehst_so_stille.ly35
-rw-r--r--Guter_Mond_du_gehst_so_stille/Makefile37
-rw-r--r--Guter_Mond_du_gehst_so_stille/stimmen.ly56
-rw-r--r--Guter_Mond_du_gehst_so_stille/texte.ly23
4 files changed, 151 insertions, 0 deletions
diff --git a/Guter_Mond_du_gehst_so_stille/Guter_Mond_du_gehst_so_stille.ly b/Guter_Mond_du_gehst_so_stille/Guter_Mond_du_gehst_so_stille.ly
new file mode 100644
index 0000000..f07ee1e
--- /dev/null
+++ b/Guter_Mond_du_gehst_so_stille/Guter_Mond_du_gehst_so_stille.ly
@@ -0,0 +1,35 @@
+\include "deutsch.ly"
+include(stimmen.pre)
+include(texte.pre)
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ title = "Guter Mond du gehst so stille"
+ poet = "Text: Karl Enslin 1851"
+ arranger = "Satz: Georg L. Sothilander 2014"
+ meter = "Melodie: Anonymus (Erstdruck 1838, hier rhythmisch vereinfacht)"
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \new Staff <<
+ \new Voice = pausen { \global \oneVoice \pausen }
+ \new Voice = erste { \global \voiceOne \melodieI }
+ \new Voice = zweite { \global \voiceTwo \melodieII }
+ >>
+ ifdef(`STR_1',`\new Lyrics \lyricsto erste { \textI }')
+ ifdef(`STR_2',`\new Lyrics \lyricsto erste { \textII }')
+ ifdef(`STR_3',`\new Lyrics \lyricsto erste { \textIII }')
+ >>
+ \layout {
+ indent = #0
+ \context { \Staff \RemoveEmptyStaves }
+ }
+}
diff --git a/Guter_Mond_du_gehst_so_stille/Makefile b/Guter_Mond_du_gehst_so_stille/Makefile
new file mode 100644
index 0000000..ff3ee4e
--- /dev/null
+++ b/Guter_Mond_du_gehst_so_stille/Makefile
@@ -0,0 +1,37 @@
+CURDOC=$(shell basename "$(CURDIR)")
+
+EXTRAS=$(shell ../.meta/find-extras)
+
+all: $(CURDOC)$(EXTRAS).pdf $(CURDOC)$(EXTRAS)-tolino.pdf
+
+print:
+ @echo $(CURDOC)$(EXTRAS).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
+
+%.midi: %-midi.post
+ lilypond $<
+ for s in *-midi*.midi; do \
+ mv "$$s" "$${s%-midi*.midi}$${s##*-midi}"; \
+ done
+
+%.wav: %.midi
+ fluidsynth --audio-driver=file -o audio.file.name=$@ -i $<
diff --git a/Guter_Mond_du_gehst_so_stille/stimmen.ly b/Guter_Mond_du_gehst_so_stille/stimmen.ly
new file mode 100644
index 0000000..e76b2e6
--- /dev/null
+++ b/Guter_Mond_du_gehst_so_stille/stimmen.ly
@@ -0,0 +1,56 @@
+global = {
+ \key f \major
+ \time 4/4
+ \partial 4
+ \autoBeamOff
+}
+
+pausen = {
+ s4 |
+ s1*3 |
+ s2 r4 s |
+ s1*3 |
+ s2 r4 s |
+ s1*7 |
+ s2 r4 \bar "|."
+}
+
+melodieI = \relative c'' {
+ c8 b |
+ a4 a a8[ b] c[ d] |
+ c[ b] g2 c8 b |
+ a4 a g8[ f] g[ a] |
+ f2 s4 c'8 b |
+ a4 a a8[ b] c[ d] |
+ c[ b] g2 c8 b |
+ a4 a g8[ f] g[ a] |
+ f2 s4 g8 a |
+ b4 g2 a8 b |
+ c4 a2 c8 c |
+ d4. c8 d8[ c] b[ a] |
+ a4( g2)\breathe c8 b |
+ a4 a a8[ b] c[ d] |
+ c[ b] g2 c8 b |
+ a4 a g8[ f] g[ a] |
+ f2 s4 \bar "|."
+}
+
+melodieII = \relative c' {
+ c8 e |
+ f4 c f fis |
+ g e2 c8 e |
+ f4 c d e |
+ f2 s4 c8 e |
+ f4 c f fis |
+ g e2 c8 e |
+ f4 c d e |
+ f2 s4 e8 es |
+ d4 e2 f8 f |
+ e4 f2 es8 es |
+ d4 e fis g |
+ e2.\breathe c8 e |
+ f4 c f fis |
+ g e2 c8 e |
+ f4 c d e |
+ f2 s4 \bar "|."
+}
diff --git a/Guter_Mond_du_gehst_so_stille/texte.ly b/Guter_Mond_du_gehst_so_stille/texte.ly
new file mode 100644
index 0000000..2dce253
--- /dev/null
+++ b/Guter_Mond_du_gehst_so_stille/texte.ly
@@ -0,0 +1,23 @@
+textI = \lyricmode {
+ \set stanza = "STR_1."
+ Gu -- ter Mond, du gehst so stil -- le durch die A -- bend -- wol -- ken hin;
+ dei -- nes Schöp -- fers wei -- ser Wil -- le hieß auf je -- ner Bahn dich ziehn.
+ Leuch -- te freund -- lich je -- dem Mü -- den in das stil -- le Käm -- mer -- lein!
+ Und dein Schim -- emr gie -- ße Frie -- den ins be -- trüb -- te Herz hi -- nein!
+}
+
+textII = \lyricmode {
+ \set stanza = "STR_2."
+ Gu -- ter Mond, du wan -- delst lei -- se an dem blau -- en Him -- mels -- zelt,
+ wo dich Gott zu sei -- nem Prei -- se hat als Leuch -- te hin -- ge -- stellt.
+ Bli -- cke trau -- lich zu uns nie -- der durch die Nacht a uf's Er -- den -- rund!
+ Als ein treu -- er Men -- schen -- hü -- ter tust du Got -- tes Lie -- be kund!
+}
+
+textIII = \lyricmode {
+ \set stanza = "STR_3."
+ Gu -- ter Mond, so sanft und mil -- de glän -- zest du im Ster -- nen -- meer,
+ wal -- lest in dem Licht -- ge -- fil -- de hehr und fei -- er -- lich ein -- her.
+ Men -- schen -- trös -- ter, Got -- tes -- bo -- te, der auf Frie -- dens -- wol -- ken thront:
+ Zu dem schöns -- ten Mor -- gen -- ro -- te führst du uns m o gu -- ter Mond!
+}