summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Freut_euch_von_Herzen/Freut_euch_von_Herzen.ly46
-rw-r--r--Freut_euch_von_Herzen/Makefile44
-rw-r--r--Freut_euch_von_Herzen/stimmen.ly258
-rw-r--r--Freut_euch_von_Herzen/texte.ly27
4 files changed, 375 insertions, 0 deletions
diff --git a/Freut_euch_von_Herzen/Freut_euch_von_Herzen.ly b/Freut_euch_von_Herzen/Freut_euch_von_Herzen.ly
new file mode 100644
index 0000000..79e571f
--- /dev/null
+++ b/Freut_euch_von_Herzen/Freut_euch_von_Herzen.ly
@@ -0,0 +1,46 @@
+\include "deutsch.ly"
+#(ly:set-option 'relative-includes #t)
+\include "stimmen.ly"
+\include "texte.ly"
+#(ly:set-option 'relative-includes #f)
+
+%spezifisch%
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+ print-all-headers = ##t
+}
+\pointAndClickOff
+
+\score {
+ \header {
+ title = "Freut euch von Herzen"
+ poet = "Text: volkstümlich"
+ composer = "Musik: Josef Michel (1928-2002)"
+ }
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Lyrics = "textSopran" {}
+ \new Staff <<
+ \new Voice = "frauen" { \global \oneVoice \frauenPausen }
+ \new Voice = "sopran" { \global \voiceOne \sopranMelodie }
+ \new Voice = "alt" { \global \voiceTwo \altMelodie }
+ >>
+ \new Lyrics = "textAlt" {}
+ \new Staff <<
+ \new Voice = "maenner" { \global \clef "bass" \oneVoice \maennerPausen }
+ \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie }
+ \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie }
+ >>
+ \new Lyrics = "textBass" {}
+ \context Lyrics = "textSopran" \lyricsto "sopran" \textSopran
+ \context Lyrics = "textAlt" \lyricsto "alt" \textAlt
+ \context Lyrics = "textBass" \lyricsto "bass" \textBass
+ >>
+ \layout {
+ indent = #0
+ }
+}
diff --git a/Freut_euch_von_Herzen/Makefile b/Freut_euch_von_Herzen/Makefile
new file mode 100644
index 0000000..157c845
--- /dev/null
+++ b/Freut_euch_von_Herzen/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 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/Freut_euch_von_Herzen/stimmen.ly b/Freut_euch_von_Herzen/stimmen.ly
new file mode 100644
index 0000000..f08e805
--- /dev/null
+++ b/Freut_euch_von_Herzen/stimmen.ly
@@ -0,0 +1,258 @@
+\version "2.12"
+
+global = {
+ \key f \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 3/4
+ \autoBeamOff
+}
+
+frauenPausen = {
+ s2.*3 |
+ s2 r4 |
+ s2.*7 |
+ s2 r4 |
+ s2.*20 |
+ \repeat volta 2 {
+ s2.*6 |
+ }
+ \alternative {
+ {
+ s2.*2 |
+ }
+ {
+ s2.*2 | \bar "|."
+ }
+ }
+}
+
+maennerPausen = {
+ s2.*32 |
+ \repeat volta 2 {
+ R2. |
+ r2 s4
+ s2.*4 |
+ }
+ \alternative {
+ {
+ s2. |
+ s2 r4 |
+ }
+ {
+ s2.*2 | \bar "|."
+ }
+ }
+}
+
+sopranMelodie = \relative c'' {
+ c4. d8 c4 |
+ c4. b8 a4 |
+ g4. a8 b4 |
+ a8[ g] f4 s |
+ c'4. d8 c4 |
+ c4. b8 a4 |
+ g4. a8 b4 |
+ a2.\breathe |
+ c4. d8 c4 |
+ c4. b8 a4 |
+ g4. a8 b4 |
+ a8[ g] f4 s |
+ c'4. d8 c4 |
+ c4. b8 a4 |
+ g4. a8 b4 |
+ a2.\breathe |
+ g4 c h |
+ c4. e8 d4 |
+ c4. c8 h4 |
+ c( a g)\breathe |
+ g c h |
+ c4. e8 d4 |
+ c4. c8 h4 |
+ c2.\breathe |
+ d,4 d8[ e] f4 |
+ e4. f8 g4 |
+ d d8[ e] f4 |
+ f e d\breathe |
+ g g8[ a] b4 |
+ a4. b8 c4 |
+ g h8[ a] b4 |
+ b a g8\breathe c, |
+ \repeat volta 2 {
+ f[( e f a g b] |
+ a[ g a c]) b[ g] |
+ a[ c] f4 e |
+ f c\breathe a8[ c] |
+ d[( c d b c d] |
+ c[ b c]) a b[ c] |
+ }
+ \alternative {
+ {
+ d c b[ a] g[ f] |
+ a4 g\breathe c, |
+ }
+ {
+ d'8 b a4( g8[ f]) |
+ f2. | \bar "|."
+ }
+ }
+}
+
+altMelodie = \relative a' {
+ a4. b8 a4 |
+ a4. g8 f4 |
+ e4. f8 g4 |
+ f8[ c] a4 s |
+ a'4. b8 a4 |
+ a4. g8 f4 |
+ e4. f8 g4 |
+ f2.\breathe |
+ a4. b8 a4 |
+ a4. g8 f4 |
+ e4. f8 g4 |
+ f8[ c] a4 s |
+ a'4. b8 a4 |
+ a4. g8 f4 |
+ e4. f8 g4 |
+ f2.\breathe |
+ e4. e8 d4 |
+ c8[ e g] c h4 |
+ g8[ e] d[ a'] g[ f] |
+ e4( f e)\breathe |
+ e4. e8 d4 |
+ c8[ e g] c h4 |
+ g8[ e] d[ a'] g[ f] |
+ e2.\breathe |
+ h4 h8[ c] d4 |
+ c4. d8 e4 |
+ h4 g8[ c] d4 |
+ d c h\breathe |
+ e e8[ f] g4 |
+ f4. g8 a4 |
+ e e8[ f] g4 |
+ g f e |
+ \repeat volta 2 {
+ r2 c4 |
+ f8[ e f a] g[ e] |
+ f[ g] a[ c] b4 |
+ c8[ b] a4\breathe f |
+ f2 f8 f |
+ f2 f8 f |
+ }
+ \alternative {
+ {
+ f f f4 f |
+ f8[ d] e4 r |
+ }
+ {
+ f8 f f4( e) |
+ f2. | \bar "|."
+ }
+ }
+}
+
+tenorMelodie = \relative c' {
+ c2 c4 |
+ c2 c4 |
+ c2 c4 |
+ c2 c4\breathe |
+ c2 c4 |
+ c2 c4 |
+ c2 c4 |
+ c2.\breathe |
+ c2 c4 |
+ c2 c4 |
+ c2 c4 |
+ c2 c4\breathe |
+ c2 c4 |
+ c2 c4 |
+ c2 c4 |
+ c2.\breathe |
+ c,4 e g |
+ e c g' |
+ e f g |
+ g2.\breathe |
+ c,4 e g |
+ e c g' |
+ e f g |
+ g2.\breathe |
+ g4 g g |
+ g g g |
+ g g g |
+ g g g\breathe |
+ g g c |
+ c c c |
+ c c c |
+ c c c |
+ \repeat volta 2 {
+ s2. |
+ s2 c4 |
+ c2.~ |
+ c8 c c4\breathe c |
+ d2 c8 b |
+ c2 b8 a |
+ }
+ \alternative {
+ {
+ b c d[ f] d[ b] |
+ c4 b s |
+ }
+ {
+ b8 d c4( b) |
+ a2. | \bar "|."
+ }
+ }
+}
+
+bassMelodie = \relative f {
+ f2 f4 |
+ f2 f4 |
+ c2 c4 |
+ f2 f4\breathe |
+ f2 f4 |
+ f2 f4 |
+ c2 c4 |
+ f2.\breathe |
+ f2 f4 |
+ f2 f4 |
+ c2 c4 |
+ f2 f4\breathe |
+ f2 f4 |
+ f2 f4 |
+ c2 c4 |
+ f2.\breathe |
+ c4 e g |
+ e c g' |
+ e f g |
+ c,2.\breathe |
+ c4 e g |
+ e c g' |
+ e f g |
+ c,2. |
+ g'4 g g |
+ c, c c |
+ g' g g |
+ c, c g' |
+ c, c e |
+ f f f |
+ c c e |
+ f f c |
+ \repeat volta 2 {
+ s2. |
+ s2 c4 |
+ f8[( e f a g b] |
+ a) g f[ e]\breathe f[ a] |
+ b[( a b g a b] |
+ a[ g a]) f g[ a] |
+ }
+ \alternative {
+ {
+ b a g[ f b] g |
+ c4 c, s |
+ }
+ {
+ b'8 g c4 c, |
+ f f,2 | \bar "|."
+ }
+ }
+}
+
diff --git a/Freut_euch_von_Herzen/texte.ly b/Freut_euch_von_Herzen/texte.ly
new file mode 100644
index 0000000..f80c7d6
--- /dev/null
+++ b/Freut_euch_von_Herzen/texte.ly
@@ -0,0 +1,27 @@
+textSopran = \lyricmode {
+ \repeat unfold 86 { \skip 1 }
+ das Glo -- ri -- a in ex -- cel -- sis,
+ das Glo -- ri -- a in ex -- cel -- sis De -- o, das
+ in ex -- cel -- sis.
+}
+
+textAlt = \lyricmode {
+ Kom -- met, ihr Hir -- ten, seid mun -- ter und fröh -- lich,
+ denn euch ist heu -- te der Hei -- land ge -- born,
+ der, des -- sen Lieb euch er -- löst und macht se -- lig.
+ Oh -- ne ihn wä -- ret ihr al -- le ver -- lorn.
+ Freut euch von Her -- zen all, ihr lie -- ben Leut,
+ freut euch von Her -- zen all, dan -- ket ihm heut.
+ Der für euch nackt und bloß, lie -- get auf Heu und Stroh,
+ macht euch von Sün -- den los, drum sin -- get und seid froh:
+ das Glo -- ri -- a in ex -- cel -- sis,
+ das Glo -- ri -- a, Glo -- ri -- a in ex -- cel -- sis De -- o,
+ in ex -- cel -- sis.
+}
+
+textBass = \lyricmode {
+ \repeat unfold 74 { \skip 1 }
+ das Glo -- ri -- a, das Glo -- ri -- a
+ in ex -- cel -- sis De -- o,
+ in ex -- cel -- sis De -- o.
+}