summaryrefslogtreecommitdiff
path: root/Jauchzet_dem_Herrn_alle_Welt_
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-11-20 22:20:54 +0100
committerErich Eckner <git@eckner.net>2016-11-20 23:13:43 +0100
commit1f5fa60bceecb14a2e85aeb92dcc14ac729fffb8 (patch)
tree6e4897f8ee9b17f0dd41b0163af3816bc548e7dd /Jauchzet_dem_Herrn_alle_Welt_
parent88e40cf31829f1c586f9bcf1f027a9068839e33e (diff)
downloadMusik-1f5fa60bceecb14a2e85aeb92dcc14ac729fffb8.tar.xz
Jauchzet_dem_Herrn_alle_Welt_ neu
Diffstat (limited to 'Jauchzet_dem_Herrn_alle_Welt_')
-rw-r--r--Jauchzet_dem_Herrn_alle_Welt_/Jauchzet_dem_Herrn_alle_Welt_.ly24
-rw-r--r--Jauchzet_dem_Herrn_alle_Welt_/Makefile23
-rw-r--r--Jauchzet_dem_Herrn_alle_Welt_/stimmen.ly157
-rw-r--r--Jauchzet_dem_Herrn_alle_Welt_/texte.ly77
4 files changed, 281 insertions, 0 deletions
diff --git a/Jauchzet_dem_Herrn_alle_Welt_/Jauchzet_dem_Herrn_alle_Welt_.ly b/Jauchzet_dem_Herrn_alle_Welt_/Jauchzet_dem_Herrn_alle_Welt_.ly
new file mode 100644
index 0000000..176e228
--- /dev/null
+++ b/Jauchzet_dem_Herrn_alle_Welt_/Jauchzet_dem_Herrn_alle_Welt_.ly
@@ -0,0 +1,24 @@
+\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+%spezifisch%
+
+\pointAndClickOff
+
+\header {
+ title = "Jauchzet dem Herrn alle Welt"
+
+ composer = "Carl Stein (1824-1902)"
+ poet = "Text: Psalm 100"
+ tagline = ""
+}
+
+\new StaffGroup = choirStaff <<
+ \new Voice = sopran { \global \sopranMelodie }
+ \new Lyrics \lyricsto sopran { \textSopran }
+ \new Voice = alt { \global \altMelodie }
+ \new Lyrics \lyricsto alt { \textAlt }
+ \new Voice = bass { \global \clef "bass" \bassMelodie }
+ \new Lyrics \lyricsto bass { \textBass }
+>>
diff --git a/Jauchzet_dem_Herrn_alle_Welt_/Makefile b/Jauchzet_dem_Herrn_alle_Welt_/Makefile
new file mode 100644
index 0000000..ef6dedf
--- /dev/null
+++ b/Jauchzet_dem_Herrn_alle_Welt_/Makefile
@@ -0,0 +1,23 @@
+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
+
+all: $(CURDOC).pdf
+
+clean:
+ rm -f *.pre
+
+Clean: clean
+ rm -f *.pdf *.midi
+
+%.pre: %.ly
+ sed "s@%spezifisch%@$(SPEZIFISCH)@" "$<" > "$@"
+
+%.pdf: %.pre *.ly
+ lilypond $<
+
diff --git a/Jauchzet_dem_Herrn_alle_Welt_/stimmen.ly b/Jauchzet_dem_Herrn_alle_Welt_/stimmen.ly
new file mode 100644
index 0000000..5568552
--- /dev/null
+++ b/Jauchzet_dem_Herrn_alle_Welt_/stimmen.ly
@@ -0,0 +1,157 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.18"
+
+global = {
+ \autoBeamOff
+ \key d \major
+ \time 4/4
+}
+
+% Die Stimmen
+
+sopranMelodie = \relative d' {
+ d4^\f fis8. g16 a4 h8. cis16 |
+ d2. r4 |
+ a4^\mf a8. a16 a4 fis8.[^\< e16] |
+ d4( g)^\> fis^\! r |
+ fis fis8. fis16 h4 a |
+ g( h) e d |
+ cis( h a g |
+ fis8.[ h16]) a4 r2 |
+ R1 |
+ r2 a4 e |
+ fis2 d'^\ff |
+ cis1^\fermata |
+ e4.^\f h8 h4 d |
+ cis2. h4^\p |
+ a2 h |
+ gis2.\breathe gis4^\markup { "dolce" } |
+ a( gis h) a |
+ cis2 a4 h |
+ cis^\< h d^\! cis |
+ cis4.(^\> h8) a4^\! r |
+ R1 |
+ r2. e4^\f |
+ a2( g4 fis) |
+ e r2. |
+ R1 |
+ r2. e4 |
+ a(^\< cis e d^\! |
+ c2)^\>^\markup { "rall." } h4( a)^\!\breathe |
+ a4.^\f^\markup { "a tempo" } a8 a4 r |
+ d4. d8 d4 r |
+ d2 cis4(^\< h) |
+ a2^\! fis |
+ e( a)^\> |
+ fis2.^\! r4 |
+ fis4.^\p fis8 fis4 fis |
+ a( g) fis r |
+ a4.^\mf a8 a4 a |
+ cis(^\> h) a^\! r |
+ fis2 fis4^\< fis |
+ h(^\! a) g( fis) |
+ e2 fis4( g) |
+ a2^\sf fis4 r |
+ d2^\f fis4 a |
+ d2 d |
+ d^\>^\markup { "rit" } cis |
+ d1^\!^\fermata | \bar "|."
+}
+
+altMelodie = \relative d' {
+ d4^\f fis8. g16 a4 h8. cis16 |
+ d2. r4 |
+ fis,4^\mf fis8. fis16 fis4 d8.[ cis16] |
+ h4( cis) d r |
+ r2 h4 h8. h16 |
+ e4 d cis( e) |
+ a g fis( e |
+ d8.[ g16]) fis4 r d^\f |
+ fis4. fis8 e4 d |
+ a'2 cis,4 cis |
+ d2 fis4(^\ff gis) |
+ a1^\fermata |
+ gis4.^\f gis8 gis4 fis |
+ eis2. gis4^\p |
+ gis2 h, |
+ e2.\breathe d4^\markup { "dolce" } |
+ cis( h d) cis |
+ e2 cis4 d |
+ e d fis e |
+ e4.( d8) cis4 r |
+ a'\mf a8. a16 e4 fis |
+ g4. e8 cis4 e^\f |
+ cis2( e4 d) |
+ cis\breathe a' a a |
+ a2 e4( fis |
+ g4. e8 cis4) e |
+ cis( e g fis |
+ e4. fis8) g2\breathe |
+ fis4.^\f fis8 fis4 r |
+ fis4. fis8 fis4 r |
+ h2 a4( g) |
+ fis2 d |
+ d( cis) |
+ d2. r4 |
+ d4.^\p d8 d4 d |
+ h( cis) d r |
+ fis4.^\mf fis8 fis4 fis |
+ a( g) fis r |
+ d2 d4 d |
+ g( fis) e( d) |
+ cis2 d4( e) |
+ fis2^\sf d4 r |
+ d2^\f fis4 a |
+ fis2 fis |
+ e2. g4 |
+ fis1^\fermata | \bar "|."
+}
+
+bassMelodie = \relative d {
+ d4^\f fis8. g16 a4 h8. cis16 |
+ d2. r4 |
+ d^\mf a8. fis16 d4 fis^\< |
+ g4( e)^\> d^\! r |
+ R1 |
+ e4 e8. e16 cis'4 h |
+ a2 a4 h8.[ cis16] |
+ d4 d, r d^\f |
+ fis4. fis8 e4 d |
+ a'2 a4 a |
+ d,2 h'^\ff |
+ a1^\fermata |
+ e4.^\f e8 e4 h |
+ cis2. cis4^\p |
+ fis2 d |
+ e2.\breathe e4^\markup { "dolce" } |
+ a2. a4 |
+ a2 a4 a |
+ a^\< a a^\! a |
+ gis( e)^\> a r^\! |
+ a^\mf a8. a16 e4 fis |
+ g4. e8 cis4 e^\f |
+ a1^\sf |
+ a4\breathe a a a |
+ a2 e4( fis |
+ g4. e8) cis4 e |
+ a1~^\sf^\< |
+ a2 h4(^\> cis)\breathe |
+ d4.^\f d8 d4 r |
+ h4. h8 h4 r |
+ g2. g4^\< |
+ d( fis)^\! h( a) |
+ g2( a)^\> |
+ d,2.^\! r4 |
+ R1*2 |
+ d4.^\mf fis8 a4 d |
+ g,( h)^\> d^\! r |
+ d( cis) h^\< a |
+ g2.^\! gis4 |
+ a( g) fis( e) |
+ d2^\sf d4 r |
+ d2^\f fis4 a |
+ h2 a |
+ g a^\> |
+ d,1^\!^\fermata | \bar "|."
+}
diff --git a/Jauchzet_dem_Herrn_alle_Welt_/texte.ly b/Jauchzet_dem_Herrn_alle_Welt_/texte.ly
new file mode 100644
index 0000000..4a1b669
--- /dev/null
+++ b/Jauchzet_dem_Herrn_alle_Welt_/texte.ly
@@ -0,0 +1,77 @@
+
+%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+textAnfang = \lyricmode {
+ Jauch -- zet dem Herrn al -- le Welt!
+ Die -- net dem Herrn mit Freu -- den!
+ Kommt vor sein An -- ge -- sicht mit Froh -- lo -- cken!
+}
+
+EddH = \lyricmode {
+ Er -- ken -- net, dass der Herr,
+}
+
+textMitteA = \lyricmode {
+ dass der Herr Gott ist:
+ Er hat uns ge -- macht und nicht wir selbst zu sei -- nem Volk und zu Scha -- fen sei -- ner Wei -- de.
+}
+
+GzsTe = \lyricmode {
+ Ge -- het zu sei -- nen To -- ren ein
+}
+
+mD = \lyricmode {
+ mit Dan -- ken
+}
+
+zsV = \lyricmode {
+ zu sei -- nen Vor -- hö -- fen
+}
+
+textMitteB = \lyricmode {
+ mi Lo -- ben, dan -- ket ihm, dan -- ket ihm,
+ lo -- bet sei -- nen Na -- men!
+ Denn der Herr ist freund -- lich,
+}
+
+ddHif = \lyricmode {
+ denn der Herr ist freund -- lich,
+}
+
+textEnde = \lyricmode {
+ und sei -- ne Gna -- de wäh -- ret e -- wig und sei -- ne Wahr -- heit für und für.
+}
+
+textSopran = \lyricmode {
+ \textAnfang
+ \textMitteA
+ \mD
+ \textMitteB
+ \ddHif
+ \textEnde
+}
+
+textAlt = \lyricmode {
+ \textAnfang
+ \EddH
+ \textMitteA
+ \GzsTe
+ \mD \zsV
+ \textMitteB
+ \ddHif
+ \textEnde
+}
+
+textBass = \lyricmode {
+ \textAnfang
+ \EddH
+ \textMitteA
+ \GzsTe
+ \mD \zsV
+ \textMitteB
+ \textEnde
+}