diff options
367 files changed, 37731 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f72476c --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*~ +.* +*.pdf +*.bash +!.gitignore diff --git a/Abend_ward_bald_kommt_die_Nacht/Abend_ward_bald_kommt_die_Nacht.ly b/Abend_ward_bald_kommt_die_Nacht/Abend_ward_bald_kommt_die_Nacht.ly new file mode 100644 index 0000000..4daadb6 --- /dev/null +++ b/Abend_ward_bald_kommt_die_Nacht/Abend_ward_bald_kommt_die_Nacht.ly @@ -0,0 +1,39 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + title = "Abend ward, bald kommt die Nacht" + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Lyrics = "textVier" {} + \new Staff = "maenner" << + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "bass" \textII + \context Lyrics = "textDrei" \lyricsto "bass" \textIII + \context Lyrics = "textVier" \lyricsto "bass" \textIV + >> + \layout { + indent = #0 + } +} diff --git a/Abend_ward_bald_kommt_die_Nacht/stimmen.ly b/Abend_ward_bald_kommt_die_Nacht/stimmen.ly new file mode 100644 index 0000000..be81e31 --- /dev/null +++ b/Abend_ward_bald_kommt_die_Nacht/stimmen.ly @@ -0,0 +1,37 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + sopranMelodie = \relative g' { + g4 a h g8[ d] | e4 fis g2\breathe | + c4 h a a | h1\breathe | h4 c d4. d8 | + c4 h a2\breathe | d,4 g a a | g1 | \bar "|." + } + + altMelodie = \relative d' { + d4 d d d | c c e2\breathe | + e4 e e fis | g1\breathe | g4 g g fis | + e d8[ e] fis2\breathe | d4 h e d | h1 | \bar "|." + } + + tenorMelodie = \relative h { + h4 fis g g | g a h2\breathe | + a4 a a d | d1\breathe | d4 c h a | + g h8[ c] d4\breathe a~( | a8[ fis]) g4 g fis | d1 | \bar "|." + } + + bassMelodie = \relative g { + g4 d g, h | c a e'2\breathe | + a,4 h c d | g1\breathe | g4 e g d | + e g d2 | h4 e8[ d] c4 d | g,1 | \bar "|." + } + diff --git a/Abend_ward_bald_kommt_die_Nacht/texte.ly b/Abend_ward_bald_kommt_die_Nacht/texte.ly new file mode 100644 index 0000000..851df1f --- /dev/null +++ b/Abend_ward_bald_kommt_die_Nacht/texte.ly @@ -0,0 +1,34 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ A -- bend ward, bald kommt die Nacht,
+ schla -- fen geht die Welt;
+ denn sie weiß, es ist die Wacht
+ ü -- ber ihr be -- stellt.
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Ei -- ner wacht und trägt al -- lein
+ ih -- re Müh und Plag,
+ der lässt kei -- nen ein -- sam sein
+ we -- der Nacht noch Tag.
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Je -- su Christ, mein Hort und Halt,
+ dein ge -- denk ich nun,
+ tu mit Bit -- ten dir Ge -- walt:
+ bleib bei mei -- nem Ruh'n!
+ }
+ textIV = \lyricmode {
+ \set stanza = "4."
+ Wenn dein Aug ob mei -- nem wacht,
+ wenn dein Trost mir frommt,
+ weiß ich, dass auf gu -- te Nacht
+ gu -- ter Mor -- gen kommt.
+ }
diff --git a/Abend_wird_es_wieder/Abend_wird_es_wieder.ly b/Abend_wird_es_wieder/Abend_wird_es_wieder.ly new file mode 100644 index 0000000..b9ac9d4 --- /dev/null +++ b/Abend_wird_es_wieder/Abend_wird_es_wieder.ly @@ -0,0 +1,41 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = ##f +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = pFrauen { \global \pausen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \textI } + \new Lyrics \lyricsto sopran { \textII } + \new Lyrics \lyricsto sopran { \textIII } + \new Lyrics \lyricsto sopran { \textIV } + \new Staff << + \new Voice = maenner { \global \clef "bass" \maennerMelodie } + >> + >> + \header { + title = "Abend wird es wieder" + } + \layout { + indent = #0 + } +} diff --git a/Abend_wird_es_wieder/stimmen.ly b/Abend_wird_es_wieder/stimmen.ly new file mode 100644 index 0000000..8c04ee5 --- /dev/null +++ b/Abend_wird_es_wieder/stimmen.ly @@ -0,0 +1,29 @@ +global = { + \time 4/4 + \key g \major + \autoBeamOff +} + +pausen = \relative c { + s1*3 | s2. r4 | + s1*3 | s2. r4 | + s1*3 | s2. r4 | \bar "|." +} + +sopranMelodie = \relative h' { + h4 h a a | g2 d | e4 fis g h | a2. s4 | + h h c h | a2 d | g,4 c h a | g2. s4 | + h2\( c4 h | a2 d\) | g,4\( c h a | g2.\) s4 | \bar "|." +} + +altMelodie = \relative a' { + a4 g g fis | d( c) h( c8[ d]) | e4 d d g | g( fis8[ e] fis4) s | + d8[( g]) g[( f]) e4 d | cis2 c8[( e d c]) | h8[( d]) g[( e]) g[( d]) c[( d]) | h2. s4 | + d4\( f e d | c e fis e\) | d\( e g8[( c,]) c[( d]) | h2.\) s4 | \bar "|." +} + +maennerMelodie = \relative d' { + d4 d d d8[( c]) | h4( a) g( a8[ h]) | c4 c h a | d,2. r4 | + g g g g | g2 fis | g8[( fis]) e[( c]) d4 d | <g g,>2. r4 | + <g g,>1~\( | <g g,>2. c,4\) | h\( c d2 | g2.\) r4 | \bar "|." +} diff --git a/Abend_wird_es_wieder/texte.ly b/Abend_wird_es_wieder/texte.ly new file mode 100644 index 0000000..c5b392d --- /dev/null +++ b/Abend_wird_es_wieder/texte.ly @@ -0,0 +1,25 @@ +textI = \lyricmode { + \set stanza = "1." + A -- bend wird es wie -- der, ü -- ber Wald und Feld + säu -- selt Frie -- den nie -- der, und es ruht die Welt. + \set stanza = "1.-3." + du __ _ _ _ _ du __ _ _ _ _ +} + +textII = \lyricmode { + \set stanza = "2." + Nur der Bach er -- gie -- ßet sich am Fel -- sen dort + und er braust und flie -- ßet im -- mer, im -- mer fort. +} + +textIII = \lyricmode { + \set stanza = "3." + Und kein A -- bend brin -- get Frie -- den ihm und Ruh, + kei -- ne Glo -- cke klin -- get ihm ein Rast -- lied zu. +} + +textIV = \lyricmode { + \set stanza = "4." + So in dei -- nem Stre -- ben bist, mein Herz, auch du: + Gott nur kann dir ge -- ben wah -- re A -- bend -- ruh. +} diff --git a/Ach_wie_fluechtig/Ach_wie_fluechtig.ly b/Ach_wie_fluechtig/Ach_wie_fluechtig.ly new file mode 100644 index 0000000..b7e73a1 --- /dev/null +++ b/Ach_wie_fluechtig/Ach_wie_fluechtig.ly @@ -0,0 +1,71 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\paper { + top-margin = 5 + print-all-headers = ##t +} +\header { + title = "Ach wie flüchtig, ach wie nichtig" + composer = "J.S.Bach" + tagline = ##f +} + +\score { + \header { + title = "1. Coro" + composer = ##f + } + + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = sopran { \globalI \sopranMelodieI } + >> + \new Lyrics \lyricsto sopran { \sopranTextI } + \new Staff << + \new Voice = alt { \globalI \altMelodieI } + >> + \new Lyrics \lyricsto alt { \altTextI } + \new Staff << + \new Voice = tenor { \globalI \clef "G_8" \tenorMelodieI } + >> + \new Lyrics \lyricsto tenor { \tenorTextI } + \new Staff << + \new Voice = bass { \globalI \clef "bass" \bassMelodieI } + >> + \new Lyrics \lyricsto bass { \bassTextI } + >> + \layout { + indent = #0 + } +} + +\score { + \header { + title = "6. Choral" + composer = ##f + } + + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = sopran { \globalVI \voiceOne \sopranMelodieVI } + \new Voice = alt { \globalVI \voiceTwo \altMelodieVI } + >> + \new Lyrics \lyricsto sopran { \TextVI } + \new Staff << + \new Voice = tenor { \globalVI \voiceOne \clef "bass" \tenorMelodieVI } + \new Voice = bass { \globalVI \voiceTwo \clef "bass" \bassMelodieVI } + >> + >> + \layout { + indent = #0 + } +}
\ No newline at end of file diff --git a/Ach_wie_fluechtig/stimmen.ly b/Ach_wie_fluechtig/stimmen.ly new file mode 100644 index 0000000..dd10e1c --- /dev/null +++ b/Ach_wie_fluechtig/stimmen.ly @@ -0,0 +1,212 @@ +\version "2.18" + +globalI = { + \time 4/4 + \key c \major + \autoBeamOff +} + +sopranMelodieI = \relative a' { + \repeat volta 2 { + R1*16 | + a2 h | + c c | + R1*2 | + c2 d | + e e | + R1*2 | + e2 e | + d c | + h1 | + a | + R1*4 | + e'2 e | + f f | + e e | + d d | + R1*2 | + d2 d | + e e | + d d | + c c | + R1*2 | + c2 d | + e c | + h h | + a a | + R1*17 | + } +} + +altMelodieI = \relative e' { + \repeat volta 2 { + R1*16 | + r4 e8 a gis e r4 | + r a8 h c c c d | + e a, r2. | + R1 | + r4 e8 a g d r4 | + r c8 d e e e f | + g c, r2. | + R1 | + r4 g'8 h c g r4 | + r2. e8 fis | + gis gis gis a h a gis4 | + a a8 h c c c d | + e a, r2. | + R1*3 | + r4 a8 b b e, r4 | + r d'8 a a f f f | + b g a g16[ f] e8 e r4 | + r4 d8 e f f f g | + a d, r2. | + R1 | + r4 g8 as as d, r4 | + r c'8 g g e e e | + a f g f16[ e] d8 d r4 | + r c8 d e e e f | + g c, r2. | + R1 | + r4 a'8 r4. a8 r | + r4 h8 gis e e a a | + a gis gis a h a gis4 | + a4 a8 h c c c d | + e a, r2. | + R1*16 | + } +} + +tenorMelodieI = \relative e' { + \repeat volta 2 { + R1*16 | + r4 e8 c h gis r4 | + r a8 h c c c d | + e a, r2. | + R1 | + r4 c8 c d h r4 | + r c8 d e e e f | + g c, r2. | + R1 | + r4 e8 f g c, r4 | + r a8 h c c c d | + e e d e f d h4 | + c a8 h c c c d | + e a, r2. | + R1*3 | + r4 e'8 g g cis, r4 | + r a'8 f f d d d | + d cis a h cis cis r4 | + r d8 e f f f g | + a d, r2. | + R1 | + r4 d8 f f h, r4 | + r g'8 e e c c c | + c h g a h h r4 | + r c8 d e e e f | + g c, r2. | + R1 | + r4 f8 r4. f8 r | + r4 e8 h c c e e | + f e d e f d h4 | + c a8 h c c c d | + e a, r2. | + R1*16 | + } +} + +bassMelodieI = \relative c' { + \repeat volta 2 { + R1*16 | + r4 c8 a e e r4 | + r a8 h c c c d | + e a, r2. | + R1 | + r4 a8 a h g r4 | + r c,8 d e e e f | + g c, r2. | + R1 | + r4 c8 d e e e f | + g g, fis' gis a a, r4 | + r f'8 e d h e4 | + a, a'8 h c c c d | + e a, r2. | + R1*3 | + r4 a8 e' cis a r4 | + r d,8 a' d a b f | + g e f g a a, r4 | + r d8 e f f f g | + a d, r2. | + R1 | + r4 g8 d' h g r4 | + r c,8 g' c g a e | + f d e f g g, r4 | + r c8 d e e e f | + g c, r2. | + R1 | + r4 f8 r4. d'8 r | + r4 + gis,8 e a a c a | + d d f, e d h e4 | + a, a'8 h c c c d | + e a, r2. | + R1*16 | + } +} + +globalVI = { + \time 4/4 + \key c \major + \autoBeamOff +} + +sopranMelodieVI = \relative a' { + a4 h c c | + c d e e | + e e d c | + h4.( a8) a2 | + e'4 e f f | + e e d d | + d d e e | + d d c c | + c d e d8[( c]) | + h4 h a a^\fermata | \bar "|." +} + +altMelodieVI = \relative e' { + e4 e e e | + e g g g | + g c c8[( h]) h[( a]) | + a4( gis) e2 | + a4 a a b | + b a8[( g]) g[( e]) fis4 | + g g g a | + a g8[( f]) f[( d]) e4 | + f f e e | + fis e8[( d]) d[( h]) cis4_\fermata | \bar "|." +} + +tenorMelodieVI = \relative c' { + c4 h a a | + a h c c | + c8[( d]) c[( h]) a[( h]) c[( e]) | + f4( e8[ d]) cis2 | + cis8[( d]) e[( cis]) d4 d | + d cis d a | + h8[( c]) d[( h]) c4 c | + c h c g | + a a h a | + a gis a e^\fermata | \bar "|." +} + +bassMelodieVI = \relative a { + a4 gis a a, | + a' g c c, | + c'8[( h]) a[( g]) fis[( gis]) a4 | + d,( e) a,2 | + a'8[( h]) cis[( a]) d[( c]) b[( a]) | + g[( e]) a4 d, d | + g8[( a]) h[( g]) c[( h]) a[( g]) | + f[( d]) g4 c, c | + f e8[( d]) gis[( e]) a4 | + dis, e a a,_\fermata | \bar "|." +} diff --git a/Ach_wie_fluechtig/texte.ly b/Ach_wie_fluechtig/texte.ly new file mode 100644 index 0000000..723393f --- /dev/null +++ b/Ach_wie_fluechtig/texte.ly @@ -0,0 +1,38 @@ + +textIRest = \lyricmode { + Wie ein Ne -- bel bald ent -- ste -- het und auch wie -- der bald ver -- ge -- het, + wie ein Ne -- bel bald ent -- ste -- het, wie ein Ne -- bel bald ent -- ste -- het + und auch wie -- der bald ver -- ge -- het, und auch wie -- der bald ver -- ge -- het, + so, so, so ist un -- ser Le -- ben, se -- het, un -- ser Le -- ben, + se -- het, so ist un -- ser Le -- ben, se -- het! +} + +sopranTextI = \lyricmode { + Ach wie flüch -- tig, ach wie nich -- tig ist der Men -- schen Le -- ben! + Wie ein Ne -- bel bald ent -- ste -- het und auch wie -- der bald ver -- ge -- het, + so ist un -- ser Le -- ben, se -- het! +} + +altTextI = \lyricmode { + Ach wie flüch -- tig, ach wie flüch -- tig, ach wie nich -- tig, ach wie nich -- tig, ach wie flüch -- tig, ach wie nich -- tig, + ach wie flüch -- tig, ach wie nich -- tig ist der Men -- schen Le -- ben, ach wie flüch -- tig, ach wie nich -- tig! + \textIRest +} + +tenorTextI = \lyricmode { + Ach wie flüch -- tig, ach wie flüch -- tig, ach wie nich -- tig, ach wie nich -- tig, ach wie flüch -- tig, ach wie nich -- tig, + ach wie flüch -- tig, ach wie flüch -- tig, ach wie nich -- tig ist der Men -- schen Le -- ben, ach wie flüch -- tig, ach wie nich -- tig! + \textIRest +} + +bassTextI = \lyricmode { + Ach wie flüch -- tig, ach wie flüch -- tig, ach wie nich -- tig, ach wie nich -- tig, ach wie flüch -- tig, ach wie nich -- tig, + ach wie flüch -- tig, ach wie nich -- tig, ach wie nich -- tig ist der Men -- schen Le -- ben, ach wie flüch -- tig, ach wie nich -- tig! + \textIRest +} + +TextVI = \lyricmode { + Ach wie flüch -- tig, ach wie nich -- tig sind der Men -- schen Sa -- chen! + Al -- les, al -- les, was wir se -- hen, das muss fal -- len und ver -- ge -- hen; + wer Gott fürcht', bleibt e -- wig ste -- hen. +} diff --git a/Aennchen_von_Tharau/Aennchen_von_Tharau.ly b/Aennchen_von_Tharau/Aennchen_von_Tharau.ly new file mode 100644 index 0000000..605ce00 --- /dev/null +++ b/Aennchen_von_Tharau/Aennchen_von_Tharau.ly @@ -0,0 +1,50 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\paper { + top-margin = 5 + print-all-headers = ##t +} +\header { + title = "Ännchen von Tharau" + composer = ##f + tagline = ##f +} + +\score { + \header { + title = ##f + composer = ##f + } + + \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 \lyricsto alt { \set stanza = "1." \TextI } + \new Lyrics \lyricsto alt { \TextIa } + \new Lyrics \lyricsto alt { \set stanza = "2." \TextII } + \new Lyrics \lyricsto alt { \TextIIa } + \new Lyrics \lyricsto alt { \set stanza = "3." \TextIII } + \new Lyrics \lyricsto alt { \TextIIIa } + \new Lyrics \lyricsto alt { \set stanza = "4." \TextIV } + \new Lyrics \lyricsto alt { \TextIVa } + \new Staff << + \new Voice = maenner { \global \oneVoice \clef "bass" \pausen } + \new Voice = tenor { \global \voiceOne \clef "bass" \tenorMelodie } + \new Voice = bass { \global \voiceTwo \clef "bass" \bassMelodie } + >> + >> + \layout { + indent = #0 + } +}
\ No newline at end of file diff --git a/Aennchen_von_Tharau/stimmen.ly b/Aennchen_von_Tharau/stimmen.ly new file mode 100644 index 0000000..bdc75c7 --- /dev/null +++ b/Aennchen_von_Tharau/stimmen.ly @@ -0,0 +1,104 @@ +\version "2.18" + +global = { + \time 3/4 + \key g \major + \autoBeamOff +} + +pausen = { + \repeat volta 2 { + s2.*3 | + s2 r4 | + s2.*3 | + s2 r4 | + } + s2.*3 | + s2 r4 | + s2.*3 | + s2 r4 | \bar "|." +} + +sopranMelodie = \relative d' { + \repeat volta 2 { + d4. e8 d4 | + d g g | + a4. h8 a4 | + g2 s4 | + fis fis fis | + a4. g8 fis4 | + e4. fis8 e4 | + d2 s4 | + } + d4. d8 e4 | + fis d e | + fis fis g | + a2 s4 | + g a h | + c4. h8 a4 | + g a fis | + g2 s4 | \bar "|." +} + +altMelodie = \relative d' { + \repeat volta 2 { + d4. e8 d4 | + d d d | + d4. d8 d4 | + d2 s4 | + d d d | + e4. e8 d4 | + d4. d8 cis4 | + d2 s4 | + } + d4. d8 cis4 | + d d d | + d d e | + fis2 s4 | + g d d | + c4. c8 e4 | + d d d | + d2 s4 | \bar "|." +} + +tenorMelodie = \relative h { + \repeat volta 2 { + h4. h8 h4 | + a h h | + a4. g8 a4 | + h2 s4 | + a4 a a | + a4. a8 a4 | + h4. h8 a4 | + fis2 s4 | + } + a4. a8 a4 | + a fis g | + a h c | + c2 s4 | + h a g | + g4. g8 g4 | + h c a | + h2 s4 | \bar "|." +} + +bassMelodie = \relative g { + \repeat volta 2 { + g4. g8 g4 | + fis e e | + fis4. e8 fis4 | + g2 s4 | + a fis d | + cis4. cis8 d4 | + g,4. g8 a4 | + d2 s4 | + } + fis4. fis8 e4 | + d d d | + d d d | + d2 s4 | + g fis f | + e4. d8 c4 | + d d d | + g2 s4 | \bar "|." +} diff --git a/Aennchen_von_Tharau/texte.ly b/Aennchen_von_Tharau/texte.ly new file mode 100644 index 0000000..83ff7ea --- /dev/null +++ b/Aennchen_von_Tharau/texte.ly @@ -0,0 +1,36 @@ + +TextI = \lyricmode { + Änn -- chen von Tha -- rau ist, die mir ge -- fällt, sie ist mein Le -- ben, mein Gut und mein Geld. +} + +TextIa = \lyricmode { + Änn -- chen von Tha -- rau hat wie -- der ihr Herz auf mich ge -- rich -- tet in Lieb und in Schmerz. + \set stanza = "1.-3." + Änn -- chen von Tha -- rau, mein Reuch -- tum, mein Gut, du mei -- ne See -- le, mein Fleisch und mein Blut. +} + +TextII = \lyricmode { + Käm al -- les Wet -- ter gleich auf uns zu schlahn, wir sind ge -- sinnt, bei ei -- nan -- der zu stahn. +} + +TextIIa = \lyricmode { + Krank -- heit, Ver -- fol -- gung, Be -- trüb -- nis und Pein soll uns -- rer Lie -- be Ver -- kno -- ti -- gung sein. +} + +TextIII = \lyricmode { + Recht als ein Pal -- men -- baum ü -- ber sich steigt, je mehr ihn Ha -- gel und Re -- gen an -- ficht: +} + +TextIIIa = \lyricmode { + so wird die Lieb in uns mäch -- tig und groß durch Kreuz und Lei -- den, durch al -- ler -- lei Not. +} + +TextIV = \lyricmode { + Wür -- dest du gleich ein -- mal von mir ge -- trennt, le -- best da, wo man die Son -- ne nicht kennt: +} + +TextIVa = \lyricmode { + ich will dir fol -- gen durch Wäl -- der und Meer, durch Eis, durch Ei -- sen, durch feind -- li -- ches Heer. + \set stanza = "4." + Änn -- chen von Tha -- rau, mein Licht, mei -- ne Sonn, mein -- Le -- ben schließ ich um dei -- nes her -- um. +} diff --git a/All_Night,_All_Day/All_Night,_All_Day.ly b/All_Night,_All_Day/All_Night,_All_Day.ly new file mode 100644 index 0000000..53ee55e --- /dev/null +++ b/All_Night,_All_Day/All_Night,_All_Day.ly @@ -0,0 +1,47 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff { + << + \set Score.skipBars = ##t + \new Voice = sopran { \global \sopranMelodieRefrain } + \new Lyrics \lyricsto sopran { \sopranTextRefrain } + \new Voice = alt { \global \altMelodieRefrain } + \new Lyrics \lyricsto alt { \altTextRefrain } + \new Voice = tenor { \global \tenorMelodieRefrain } + \new Lyrics \lyricsto tenor { \tenorTextRefrain } + \new Voice = bass { \global \bassMelodieRefrain } + \new Lyrics \lyricsto bass { \bassTextRefrain } + >> } + \new ChoirStaff { + << + \new Voice = sopranstr { \global \sopranMelodieStr } + \new Lyrics \lyricsto sopranstr { \sopranTextStrI } + \new Lyrics \lyricsto sopranstr { \sopranTextStrII } + \new Voice = altstr { \global \altMelodieStr } + \new Lyrics \lyricsto altstr { \altTextStrI } + \new Lyrics \lyricsto altstr { \altTextStrII } + \new Voice = tenorstr { \global \tenorMelodieStr } + \new Lyrics \lyricsto tenorstr { \tenorTextStrI } + \new Lyrics \lyricsto tenorstr { \tenorTextStrII } + \new Voice = bassstr { \global \bassMelodieStr } + \new Lyrics \lyricsto bassstr { \bassTextStrI } + \new Lyrics \lyricsto bassstr { \bassTextStrII } + >> + } + \layout { + indent = #0 + } +} diff --git a/All_Night,_All_Day/stimmen.ly b/All_Night,_All_Day/stimmen.ly new file mode 100644 index 0000000..e51e83d --- /dev/null +++ b/All_Night,_All_Day/stimmen.ly @@ -0,0 +1,99 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 2/4 + \autoBeamOff + } + +% Die Stimmen + + sopranMelodieRefrain = \relative c' { + << + %the actual tune + { + e2 | a | cis | a | fis4 a | a8 fis a fis | a a4. | fis8( e4.) | + e2 | a | cis | a | e'4 cis | cis8. a16 h8 gis | a2~ | a | \bar "||" + } + >> + } + + altMelodieRefrain = \relative c' { + << + %the actual tune + { + cis2 | cis | e | cis | d4 fis | fis8 d fis d | fis fis4. | d2 | + cis | e4( fis) | fis2 | e | fis | fis | e4 d | cis2 | \bar "||" + } + >> + } + + tenorMelodieRefrain = \relative c { + << + %the actual tune + \clef "treble_8" + { + r4 e | fis( e) | r e | fis( e) | r a | h( cis) | h( a) | gis a8[( +h]) | + a2 | cis | a4( h) | h( a) | a2 | cis4( d) | g, f | e2 | \bar "||" + } + >> + } + + bassMelodieRefrain = \relative c { + << + %the actual tune + \clef bass + { + a2 | a | a | a | d | d | d | e4 fis8[( gis]) | + a4( gis) | fis( e) | d2 | cis | d | e | c4 b | a2 | \bar "||" + } + >> + } + + sopranMelodieStr = \relative c' { + << + %the actual tune + { + e2 | a | cis | a | fis4 a | a8 fis a fis | a a4. | fis8( e4.) | + e2 | a | cis | a | e'4 cis | cis8. a16 h8 gis | a2~ | a | \bar "||" + } + >> + } + + altMelodieStr = \relative c' { + << + %the actual tune + { + cis2 | cis | e | cis | d4 fis | fis8 d fis d | fis fis4. | d2 | + cis | e4( fis) | fis2 | e | fis | fis | e4 d | cis2 | \bar "||" + } + >> + } + + tenorMelodieStr = \relative c { + << + %the actual tune + \clef "treble_8" + { + r4 e | fis( e) | r e | fis( e) | r a | h( cis) | h( a) | gis a8[( +h]) | + a2 | cis | a4( h) | h( a) | a2 | cis4( d) | g, f | e2 | \bar "||" + } + >> + } + + bassMelodieStr = \relative c { + << + %the actual tune + \clef bass + { + cis2 | fis | cis4 cis | fis( e) | d2 | d | d | e4 fis8[( gis]) | + a4 gis | fis e | cis cis | h( cis) | d2 | e | c4 c | b2 | \bar "|." + } + >> + } + diff --git a/All_Night,_All_Day/texte.ly b/All_Night,_All_Day/texte.ly new file mode 100644 index 0000000..af56926 --- /dev/null +++ b/All_Night,_All_Day/texte.ly @@ -0,0 +1,70 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + sopranTextRefrain = \lyrics { + %<+hier den Text für den Sopran eintragen+> + Al -- le Ta -- ge: En -- gel wa -- chen ü -- ber mir, o Herr. + Al -- le Näch -- te: En -- gel wa -- chen ü -- ber mir. + } + sopranTextStrI = \lyrics { + \set stanza = #"1. " + Geht der Tag dem A -- bend zu, En -- gel wa -- chen ü -- ber mir, o Herr. + Schlaf, mein Kind, in gu -- ter Ruh, En -- gel wa -- chen ü -- ber dir. + } + sopranTextStrII = \lyrics { + \set stanza = #"2. " + Kommt her -- bei die lan -- ge Nacht, _ _ _ _ _ _ _ _ _ + Gott hat mir das Heil ge -- bracht, + } + + altTextRefrain = \lyrics { + %<+hier den Text für den Alt eintragen+> + Al -- le Ta -- ge: En -- gel wa -- chen ü -- ber mir, o Herr. + Al -- le Näch -- te: En -- gel ü -- ber mir. + } + altTextStrI = \lyrics { + \set stanza = #"1. " + Tag dem A -- bend zu, En -- gel wa -- chen ü -- ber mir, o Herr. + Schlaf in gu -- ter Ruh, En -- gel ü -- ber dir. + } + altTextStrII = \lyrics { + \set stanza = #"2. " + Kommt die lan -- ge Nacht, _ _ _ _ _ _ _ _ _ + Gott hat Heil ge -- bracht, + } + + tenorTextRefrain = \lyrics { + %<+hier den Text für den Tenor eintragen+> + Bei Tag und Nacht, bei Tag und Nacht, Herr. + Al -- le Näch -- te: En -- gel ü -- ber mir. + } + tenorTextStrI = \lyrics { + \set stanza = #"1. " + Tag dem A -- bend zu, bei Tag und Nacht, Herr. + Schlaf in gu -- ter Ruh, En -- gel ü -- ber dir. + } + tenorTextStrII = \lyrics { + \set stanza = #"2. " + Kommt die lan -- ge Nacht, _ _ _ _ _ _ _ _ _ + Gott hat Heil ge -- bracht, + } + + bassTextRefrain = \lyrics { + %<+hier den Text für den Baß eintragen+> + Al -- le Ta -- ge, al -- le Ta -- ge, Herr. + Al -- le Näch -- te: En -- gel ü -- ber mir. + } + altTextStrI = \lyrics { + \set stanza = #"1. " + Tag dem A -- bend zu, al -- le Ta -- ge, Herr. + Schlaf, mein Kind, in gu -- ter Ruh, En -- gel ü -- ber dir. + } + altTextStrII = \lyrics { + \set stanza = #"2. " + Kommt die lan -- ge Nacht, _ _ _ _ _ + Gott hat mir das Heil ge -- bracht, + } + diff --git a/Alles_was_ihr_tut/Alles_was_ihr_tut.ly b/Alles_was_ihr_tut/Alles_was_ihr_tut.ly new file mode 100644 index 0000000..38b8a0a --- /dev/null +++ b/Alles_was_ihr_tut/Alles_was_ihr_tut.ly @@ -0,0 +1,180 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\book { + +\paper { + top-margin = 5 + print-all-headers = ##t +} +\header { + title = "Alles, was ihr tut" + composer = "Dietrich Buxtehude" + tagline = ##f +} + +\score { % II % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + \label #'ChorII + \set Staff.instrumentName = #"S" + \new Voice = sopran { \globalII \sopranMelodieII \bar "|." } + } + \new Lyrics \lyricsto sopran { \sopranTextII } + \new Staff { + \set Staff.instrumentName = #"A" + \new Voice = alt { \globalII \altMelodieII } + } + \new Lyrics \lyricsto alt{ \altTextII } + \new Staff { + \set Staff.instrumentName = #"T" + \new Voice = tenor { \globalII \tenorMelodieII } + } + \new Lyrics \lyricsto tenor { \tenorTextII } + \new Staff { + \set Staff.instrumentName = #"B" + \new Voice = bass { \globalII \bassMelodieII } + } + \new Lyrics \lyricsto bass { \bassTextII } + >> + \layout { + indent = #0 + } + \header { + title = "Nr. 2 Chor" + composer = ##f + } +} % }}} + +\score { % IV % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'AriaIV + \set Staff.instrumentName = #"S+A" + \new Voice = pFrauen { \globalIV \pausenFrauenIV \bar "|." } + \new Voice = sopran { \globalIV \voiceOne \sopranMelodieIV \bar "|." } + \new Voice = alt { \globalIV \voiceTwo \altMelodieIV \bar "|." } + >> + \new Lyrics \lyricsto sopran { \textIVa } + \new Lyrics \lyricsto sopran { \textIVb } + \new Lyrics \lyricsto sopran { \textIVc } + \new Staff << + \set Staff.instrumentName = #"T+B" + \new Voice = pMaenner { \globalIV \clef "bass" \pausenMaennerIV \bar "|." } + \new Voice = tenor { \globalIV \clef "bass" \voiceOne \tenorMelodieIV } + \new Voice = bass { \globalIV \clef "bass" \voiceTwo \bassMelodieIV } + >> + >> + \layout { + indent = #0 + } + \header { + title = "Nr. 4 Aria" + composer = ##f + } +} % }}} + +\score { % VI % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'ChoralVI + \set Staff.instrumentName = #"S+A" + \new Voice = pFrauen { \globalVI \pausenFrauenVI \bar "|." } + \new Voice = sopran { \globalVI \voiceOne \sopranMelodieVI \bar "|." } + \new Voice = alt { \globalVI \voiceTwo \altMelodieVI \bar "|." } + >> + \new Lyrics \lyricsto sopran { \textVIa } + \new Lyrics \lyricsto sopran { \textVIb } + \new Staff << + \set Staff.instrumentName = #"T+B" + \new Voice = pMaenner { \globalVI \clef "bass" \pausenMaennerVI \bar "|." } + \new Voice = tenor { \globalVI \clef "bass" \voiceOne \tenorMelodieVI } + \new Voice = bass { \globalVI \clef "bass" \voiceTwo \bassMelodieVI } + >> + >> + \layout { + indent = #0 + } + \header { + title = "Nr. 6 Choral" + composer = ##f + } +} % }}} + +\score { % VIII % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + \label #'ChorVIII + \set Staff.instrumentName = #"S" + \new Voice = sopran { \globalVIII \sopranMelodieVIII \bar "|." } + } + \new Lyrics \lyricsto sopran { \sopranTextVIII } + \new Staff { + \set Staff.instrumentName = #"A" + \new Voice = alt { \globalVIII \altMelodieVIII } + } + \new Lyrics \lyricsto alt{ \altTextVIII } + \new Staff { + \set Staff.instrumentName = #"T" + \new Voice = tenor { \globalVIII \tenorMelodieVIII } + } + \new Lyrics \lyricsto tenor { \tenorTextVIII } + \new Staff { + \set Staff.instrumentName = #"B" + \new Voice = bass { \globalVIII \bassMelodieVIII } + } + \new Lyrics \lyricsto bass { \bassTextVIII } + >> + \layout { + indent = #0 + } + \header { + title = "Nr. 8 Chor" + composer = ##f + } +} % }}} + +\markup { Chor 2: Seite \page-ref #'ChorII "0" "?" } +\markup { Aria 4: Seite \page-ref #'AriaIV "00" "?" } +\markup { Choral 6: Seite \page-ref #'ChoralVI "00" "?" } +\markup { Chor 8: Seite \page-ref #'ChorVIII "00" "?" } + +} + +%{\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = frauen { \generalPausenFrauen \bar "|." } + \new Voice = sopran { \global \voiceOne \sopranMelodie \bar "|." } + \new Voice = alt { \global \voiceTwo \altMelodie \bar "|." } + >> + } + \new Lyrics \lyricsto sopran { \sopranText } + \new Lyrics \lyricsto alt{ \altText } + \new Staff { + << + \new Voice = maenner { \generalPausenMaenner \bar "|." } + \new Voice = tenor { \global \voiceOne \tenorMelodie \bar "|." } + \new Voice = bass { \global \voiceTwo \bassMelodie \bar "|." } + >> + } + \new Lyrics \lyricsto tenor { \tenorText } + \new Lyrics \lyricsto bass { \bassText } + >> + \layout { + indent = #0 + } +} +%} diff --git a/Alles_was_ihr_tut/stimmen.ly b/Alles_was_ihr_tut/stimmen.ly new file mode 100644 index 0000000..b8a077f --- /dev/null +++ b/Alles_was_ihr_tut/stimmen.ly @@ -0,0 +1,562 @@ +\version "2.12" + +% II % {{{ +globalII = { + \time 4/4 + \key g \major + \autoBeamOff +} + +sopranMelodieII = \relative h' { + h8^\f h h8. a16 g4 r | + g8 g g8. fis16 e4 r8 g | + c c c c16 h a8 a r a | + d d d d16 c h8 h h cis | + d d d d h h h e | + cis4 cis8 d d d d8.[( cis16]) | + d4 r8 d^\mf d d d8.[( cis16]) | % Seite 2 + d4 r2. | + fis8^\f fis fis8. e16 d4 r | + d8 d d8. c16 h4 r8 h | + e e e e16 d cis8 cis r cis | + fis fis fis fis16 e d8 d d d | + e e e cis fis fis fis d | + g4 g8 d e d d4 | + h r8 d^\mf h e d4 | % Seite 3 + d r8 d^\f h16[( a h c] h[ c h c] | + a4) a8 d c16[( h c d] c[ d c d] | + h16[ a h c] h[ c]) h[( c]) d4 d8 d | + d4 d8 cis d4 r | + R1*5 | + r4. d8^\f c16[( h c d] c[ d c d] | % Seite 4 + h4) h8 h a16[( g a h] a[ h]) a[( h]) | + g4 g'8 g fis[( g16 fis] e8[ fis16 e] | + dis8) dis h e e4 e8 d | + e4 r8 e d16[( c d e] d[ e d e] | + c[ h c d] c[ d c d] h[ a h c] h8.) h16 | + a4 h8 h c4 c8 c | + h4 h8 h a[( h16 a] g8 a16 g] | + fis8) fis g g g4 g8 fis | g1 | \bar "|." % Seite 5 +} + +altMelodieII = \relative g' { + g8 g fis fis e4 r | + e8 e d8. d16 c4 r8 e | + a a a a16 e fis8 fis r fis | + h h h h16 a g8 g g g | + a a a a g g g h | + a4 a8 a fis h a4 | + fis r8 a fis h a4 | % Seite 2 + fis r2. | + a8 a a8. g16 fis4 r | + h8 h a a g4 r8 g | + h h h h16 h a8 a r a | + a a a a16 g fis8 fis fis h | + a a a a a a a h | + h4 h8 h e, g g8.[( fis16]) | + g4 r8 g g g g8.[( fis16]) | % Seite 3 + g4 r2 r8 g^\f | + fis16[( e fis g] fis[ g fis g] a4) a8 a | + g16[( fis g a] g[ a]) g[( a]) h4 h8 a | + h4 g8 a fis4 r | + R1*5 | + r4. fis8^\f g g a a | % Seite 4 + d,4 g8 g g4 g8 fis | + g4 h8 h a2~ | + a8 a g g fis4 fis8 fis | + e4 r2 r8 h' | + a16[( g a h] a[ h a h] g[ fis g a] g8.) g16 | + fis4 g8 g a4 a8 a | + g4 g8 g e[( fis] g[ fis16 e] | + d2.) d8 d | + d1 | \bar "|." % Seite 5 +} + +tenorMelodieII = \relative d' { + \clef "G_8" + d8 d d8. c16 h4 r | + h8 h h8. a16 g4 r8 c | + c d e c16 c d8 d r d | + d d d d16 d e8 e e e | + d d d d d d e e | + e4 e8 fis d g e4 | + d r8 d d g e4 | % Seite 2 + d r2. | + d8 d d cis d4 r | + d8 d d d d4 r8 d | + g g g g16 fis e8 e r e | + d d cis cis16 cis d8 d d g | + e e e e d d d fis | + e4 e8 d c d d4 | + d r8 h g c a4 | % Seite 3 + h r2 r8 d^\f | + d d r d e e r e | + e e e e fis4 fis8 fis | + e4 e8 e d4 r | + R1*3 | + r4. d8^\f c16[( h c d c d c d] | + h4) g8 h a16[( g a h g fis g a] | + fis4) d8 d e e fis fis | % Seite 4 + g4 r8 d' c16[( h c d] c[ d]) c[( d]) | + h4 h8 e c[( d] e[ d16 c] | + h8) h h h c4 c8 h | + h4 r2. | + r4. e8 d d e e | + a,4 d8 d e4 e8 d | + d4 d8 d c2~ | + c8 c h a h4 a8 a | + h1 | \bar "|." % Seite 5 +} + +bassMelodieII = \relative g { + \clef "bass" + g8 g d d e4 r | + e8 e h h c4 r8 c | + a h c a16 a d8 d r d | + h c d h16 h e8 e e e | + fis fis fis d g g g e | + a4 a8 fis h g a4 | + d, r8 d h' g a4 | % Seite 2 + d, r2. | + d'8 d a a h4 r | + h8 h fis fis g4 r8 g | + e fis g e16 e a8 a r a | + fis g a fis16 fis h8 h h, h | + cis cis cis a d d d h | + e4 e8 h c g d'4 | + g, r8 h e c d4 | % Seite 3 + g,8 g'^\f fis d g16[( fis g a] g[ a]) g[ g,] | + d'[( cis]) d[( e]) d8 d a'16[( gis a h] a[ h]) a[ a,] | + e'8 e e e h4 h'8 fis | + g4 e8 a d,4 r | + R1*3 | + r4. d'8^\f c16[( h c d] c[ d c d] | + h4) g8 h a16[( g a h] g[ fis g a] | + fis4) d8 d e e fis fis | % Seite 4 + g4 r8 h, c c d d | + e4 e8 e a[( h c a] | + h) h, e e a,4 a8 h | + e4 r8 e fis fis gis gis | + a4 r8 a, h h cis cis | + d4 h8 h a4 a8 d | + g,4 h8 h c[( d e c] | + d2.) d8 d | + <g g,>1 | \bar "|." % Seite 5 +} +% }}} + +% IV % {{{ +globalIV = { + \time 4/4 + \key g \major + \autoBeamOff +} + +pausenFrauenIV = { + s1 | + \repeat volta 3 { + s1*3 | + s4 r2. | + r4 s2. | + s4 r2. | % Seite 6 + r4 s2. | + s1 | + s4 r2. | + R1*6 | + } + \alternative { + { r4 s2. | } + { R1 | } + } + \bar "|." % Seite 7 +} + +pausenMaennerIV = { + s1 | + \repeat volta 3 { + s1*3 | + s4 r2. | + r4 s2. | + s4 r2. | % Seite 6 + r4 s2. | + s1 | + s4 r2. | + R1*6 | + } + \alternative { + { r4 s2. | } + { R1 | } + } + \bar "|." % Seite 7 +} + +sopranMelodieIV = \relative d'' { + d4. h8 e c h8. a16 | + \repeat volta 3 { + h8 a g' d e16[ f] e[ f] g8 f16[ e] | + d4 g8. f16 e8 d c h | + a4 h8 e cis d d8. cis16 | + d8 d s2. | + s4 a8 h g h a8. g16 | + fis4 s2. | % Seite 6 + s4 d'8. e16 c8 e d8. c16 | + h4 h8 c d e a,8. a16 | + g4 s2. | + s1*6 | + } + \alternative { + { s4 d'8. h16 e8 c h8. a16 | } + { s1 | } + } + \bar "|." % Seite 7 +} + +altMelodieIV = \relative g' { + g4. g8 g g g8. fis16 | + \repeat volta 3 { + g8 d e g g g g g | + g4 g8 g g g a g | + fis4 g8 h a g a8. a16 | + fis8 fis s2. | + s4 fis8 fis e fis e8. e16 | + d4 s2. | % Seite 6 + s4 d8 g e g a8. a16 | + d,4 g8 g g g g8. fis16 | + g4 s2. | + s1*6 | + } + \alternative { + { s4 g8. g16 g8 g g8. fis16 | } + { s1 | } + } + \bar "|." % Seite 7 +} + +tenorMelodieIV = \relative h { + h4. d8 c e d8. d16 | + \repeat volta 3 { + d8 h h d c c c8. c16 | + h4 h8 h c d e d | + d4 d8 g e d e8. e16 | + d8 d s2. | + s4 d8 d h d e a, | + a4 s2. | % Seite 6 + s4 h8 h c h a8. a16 | + h4 d8 e d c c8. c16 | + h4 s2. | + s1*6 | + } + \alternative { + { s4 h8. d16 c8 e d8. d16 | } + { s1 | } + } + \bar "|." % Seite 7 +} + +bassMelodieIV = \relative g { + g4. g8 c a d8. d,16 | + \repeat volta 3 { + g8 g e h c16[ d] c[ d] e8 d16[ c] | + g'4 e8. d16 c8 h a h16[ c] | + d4 g8 e a h a8. a16 | + d,8 d s2. | + s4 d8 d e8. d16 cis8. cis16 | + d4 s2. | % Seite 6 + s4 g8 g a g fis8. fis16 | + g4 g8 e h c d8. d16 | + g,4 s2. | + s1*6 | + } + \alternative { + { s4 g'8. g16 c8 a d8. d,16 } + { s1 | } + } + \bar "|." % Seite 7 +} +% }}} + +% VI % {{{ +globalVI = { + \time 3/2 + \key g \major + \autoBeamOff +} + +pausenFrauenVI = { + R1.*66 | + r1 s2 | + \repeat volta 2 { + s1.*7 | + R1.*3 | + } + \alternative { + { r1 s2 | } + { s1. | } + } + s1.*2 | R1.*3 | r1 s2 | s1.*11 | \bar "|." % Seite 8 +} + +pausenMaennerVI = { + R1.*66 | + r1 s2 | + \repeat volta 2 { + s1.*7 | + R1.*3 | + } + \alternative { + { r1 s2 | } + { s1. | } + } + s1.*2 | R1.*3 | r1 s2 | s1.*11 | \bar "|." % Seite 8 +} + +sopranMelodieVI = \relative g' { + s1.*66 | s1 g2 | + \repeat volta 2 { + g1 d'2 | + h2.( a4) g2 | + fis1( g2) | + a1 a2 | + h1 c2 | + h2( a2.) h4 | + g1. | + s1.*3 | + } + \alternative { + { s1 g2 | } + { h2 h d | } + } + d( c2.) h4 | + a1. | + s1.*3 | + s1 g2 | + h1 c2 | + d1~ d4 a | + h1~( h4 a) | + g1 h2 | + d1 d4( c) | + h2.( a4) g2 | + a1( h2) | + a1 a2 | + h1 c2 | + h( a2.) a4 | + g1. | \bar "|." % Seite 8 +} + +altMelodieVI = \relative d' { + s1.*66 | s1 d2 | + \repeat volta 2 { + e1 d2 | + d1 e2 | + a,1( e'2) | + e1 fis2 | + g1 e2 | + g1 fis2 | + g1. | + s1.*3 | + } + \alternative { + { s1 d2 | } + { g2 g g | } + } + g( a2.) g4 | + fis1. | + s1.*3 | + s1 d2 | + g( fis) e | + d1 d2 | + d1. | + e1 g2 | + a2.( g4) a2 | + g1 g2 | + fis1( g2) | + fis1 fis2 | + g1 e2 | + g( fis2.) fis4 | + g1. | \bar "|." % Seite 8 +} + +tenorMelodieVI = \relative h { + s1.*66 | s1 h2 | + \repeat volta 2 { + c2.( h4) a2 | + h1 cis2 | + d2.( c4 h2) | + a1 a4( d) | + d1 c2 | + d( e) c | + h1. | + s1.*3 | + } + \alternative { + { s1 h2 | } + { d d h | } + } + e1 d2 | + d1. | + s1.*3 | + s1 h2 | + g1 a2 | + h1 a2 | + g1~( g4 a) | + h1 e2 | + d1 d2 | + d1 e2 | + a,1( g2) | + a1 d2 | + d1 c2 | + d1 a2 | + h1. | \bar "|." % Seite 8 +} + +bassMelodieVI = \relative g { + s1.*66 | s1 g2 | + \repeat volta 2 { + e1 fis2 | + g2.( fis4) e2 | + d1( e2) | + cis1 d2 | + g,1 a2 | + h2( c) d | + g1. | + s1.*3 | + } + \alternative { + { s1 g2 | } + { g g g | } + } + e( fis) g | + d1. | + s1.*3 | + s1 g2 | + e( d) c | + h( c) d | + g,( g'4 a g fis) | + e1 e2 | + fis2.( e4) fis2 | + g2.( fis4) e2 | + d1( g,2) | + d'1 d2 | + g,1 a2 | + h( d2.) d4 | + <g g,>1. | \bar "|." % Seite 8 +} +% }}} + +% VIII % {{{ +globalVIII = { + \time 4/4 + \key g \major + \autoBeamOff +} + +sopranMelodieVIII = \relative h' { + h8^\f h h8. a16 g4 r | + g8 g g8. fis16 e4 r8 g | + c c c c16 h a8 a r a | + d d d d16 c h8 h h cis | + d d d d h h h e | + cis4 cis8 d d d d8.[( cis16]) | + d4 r8 d^\mf d d d8.[( cis16]) | + d4 r2. | + R1 | % Seite 9 + r4. g,8^\f fis16[( e fis g] fis[ g fis g] | + a4) a8 a g16[( fis g a] g[ a g a] | + h[ a h c] h[ c h c] a[ g a h] g[ fis]) g[( a]) | + fis4 e8 fis g4 g8 fis | + g4 r2 d'4 | + d1~ | + d~ | + d4 d d r | % Seite 10 + r2. d4 | + c8[ h16 c] d4. c8[ h d] | + c[ h16 c] d4~ d16[ d e f] g8[ f] | + e16[ f d e] c8. c16 h2 | + r4 h2 d4 | + e2 c4 e | + d1 | \bar "|." % Seite 11 +} + +altMelodieVIII = \relative g' { + g8 g fis fis e4 r | + e8 e d8. d16 c4 r8 e | + a a a a16 e fis8 fis r fis | + h h h h16 a g8 g g g | + a a a a g g g h | + a4 a8 a fis h a4 | + a r8 a fis h a4 | + fis r2. | + R1 | % Seite 9 + r4. d8 d d r d | e16[( d e fis] e[ fis e fis] g8) e r g | + fis fis fis g a4 d,8 d | + d4 h8 cis d4 d8 d | + d4 r2 a'4 | + g8[( fis16 g] a4. g8[ fis a] | + g[ fis16 g] a4~ a16[ fis g a] h4~ | + h8[ a g8.]) g16 fis4 r | % Seite 10 + r2. g4 | + g1~ | + g~ | + g4 g g2 | + r4 g2 g4 | + g2 g4 g | + g1 | \bar "|." % Seite 11 +} + +tenorMelodieVIII = \relative d' { + \clef "G_8" + d8 d d8. c16 h4 r | + h8 h h8. a16 g4 r8 c | + c d e c16 c d8 d r d | + d d d d16 d e8 e e e | + d d d d d d e e | + e4 e8 fis d g e4 | + d r8 d d g e4 | + d r2. | + R1 | % Seite 9 + r4. g,8 a16[( g a h] a[ h a h] | + c8) a r a h16[( a h c] h[ c h c] | + d8) d d d d a h16[ a] h[ c] | + a4 g8 a h4 h8 a | + h4 r2 d4 | + d1~ | + d~ | + d4 d d r | % Seite 10 + r2. d4 | + e8[ f16 e] d8[ c] h[ c d h] | + e[ f16 e] d8[ c] h4. c16[ d] | + e4~ e16[ f] e[( f]) d2 | + r4 e2 d4 | + c2 c4 c | + h1 | \bar "|." % Seite 11 +} + +bassMelodieVIII = \relative g { + \clef "bass" + g8 g d d e4 r | + e8 e h h c4 r8 c | + a h c a16 a d8 d r d | + h c d h16 h e8 e e e | + fis fis fis d g g g e | + a4 a8 fis h g a4 | + d, r8 d h' g a4 | + d, r2. | + R1 | % Seite 9 + r4. g8 d4 d8 d | + a[ h c a] e'[ fis g e] | + h' h h h fis4 g8 g | + d4 e8 e h4 h8 d | + g, g' fis16[( g e fis] d8[ e fis d] | + g8[ a16 g] fis8[ e] d[ e fis d] | + g[ a16 g] fis8[ e] d[ c h a] | + g[ a h]) g d'4 r | % Seite 10 + r8 d' h16[ c a h] g8[ a h g] | + c[ d16 c] h8[ a] g[ a h g] | + c[ d16 c] h8[ a] g[ f e d] | + c[ d e] c g'2 | + r4 e2 h4 | + c2 c4 c | + g'1 | \bar "|." % Seite 11 +} +% }}} + diff --git a/Alles_was_ihr_tut/texte.ly b/Alles_was_ihr_tut/texte.ly new file mode 100644 index 0000000..3a0f910 --- /dev/null +++ b/Alles_was_ihr_tut/texte.ly @@ -0,0 +1,116 @@ + +% II % {{{ +sopranTextII = \lyricmode { + Al -- les was ihr tut, al -- les was ihr tut mit Wor -- ten o -- der mit Wer -- ken, mit Wor -- ten o -- der mit Wer -- ken, + das tut al -- les, das tut al -- les, das tut al -- les im Na -- men Je -- su, im Na -- men Je -- su, + al -- les was ihr tut, al -- les was ihr tut mit Wor -- ten o -- der mit Wer -- ken, mit Wor -- ten o -- der mit Wer -- ken, + das tut al -- les, das tut al -- les, das tut al -- les im Na -- men Je -- su, im Na -- men Je -- su, + und dan -- ket, und dan -- ket Gott und dem Va -- ter durch ihn, + und dan -- ket, und dan -- ket Gott und dem Va -- ter, und dem Va -- ter durch ihn, + und dan -- ket Gott und dem Va -- ter durch ihn, und dem Va -- ter, und dem Va -- ter durch ihn. +} + +altTextII = \lyricmode { + Al -- les was ihr tut, al -- les was ihr tut mit Wor -- ten o -- der mit Wer -- ken, mit Wor -- ten o -- der mit Wer -- ken, + das tut al -- les, das tut al -- les, das tut al -- les im Na -- men Je -- su, im Na -- men Je -- su, + al -- les was ihr tut, al -- les was ihr tut mit Wor -- ten o -- der mit Wer -- ken, mit Wor -- ten o -- der mit Wer -- ken, + das tut al -- les, das tut al -- les, das tut al -- les im Na -- men Je -- su, im Na -- men Je -- su, + und dan -- ket, und dan -- ket Gott und dem Va -- ter durch ihn, + und dan -- ket, dan -- ket Gott und dem Va -- ter durch ihn, und dem Va -- ter, und dem Va -- ter durch ihn, + und dan -- ket Gott und dem Va -- ter durch ihn, und dem Va -- ter durch ihn. +} + +tenorTextII = \lyricmode { + Al -- les was ihr tut, al -- les was ihr tut mit Wor -- ten o -- der mit Wer -- ken, mit Wor -- ten o -- der mit Wer -- ken, + das tut al -- les, das tut al -- les, das tut al -- les im Na -- men Je -- su, im Na -- men Je -- su, + al -- les was ihr tut, al -- les was ihr tut mit Wor -- ten o -- der mit Wer -- ken, mit Wor -- ten o -- der mit Wer -- ken, + das tut al -- les, das tut al -- les, das tut al -- les im Na -- men Je -- su, im Na -- men Je -- su, + und dan -- ket, und dan -- ket, und dan -- ket, dan -- ket Gott und dem Va -- ter durch ihn, + und dan -- ket, und dan -- ket, und dan -- ket, dan -- ket Gott, + und dan -- ket Gott und dem Va -- ter, und dem Va -- ter durch ihn, + und dan -- ket, dan -- ket Gott und dem Va -- ter durch ihn, und dem Va -- ter, und dem Va -- ter durch ihn. +} + +bassTextII = \lyricmode { + Al -- les was ihr tut, al -- les was ihr tut mit Wor -- ten o -- der mit Wer -- ken, mit Wor -- ten o -- der mit Wer -- ken, + das tut al -- les, das tut al -- les, das tut al -- les im Na -- men Je -- su, im Na -- men Je -- su, + al -- les was ihr tut, al -- les was ihr tut mit Wor -- ten o -- der mit Wer -- ken, mit Wor -- ten o -- der mit Wer -- ken, + das tut al -- les, das tut al -- les, das tut al -- les im Na -- men Je -- su, im Na -- men Je -- su, + und dan -- ket, dan -- ket, dan -- ket Gott, und dan -- ket, dan -- ket, dan -- ket Gott und dem Va -- ter durch ihn, + und dan -- ket, und dan -- ket, und dan -- ket, dan -- ket Gott, + und dan -- ket, dan -- ket Gott und dem Va -- ter, und dem Va -- ter durch ihn, + und dan -- ket, dan -- ket Gott, und dan -- ket, dan -- ket Gott und dem Va -- ter durch ihn, und dem Va -- ter durch ihn. +} +% }}} + +% IV % {{{ +textIVa = \lyricmode { + \set stanza = "1." + Dir, o Höchs -- ter, dir al -- lei -- ne al -- les, Al -- ler -- höchs -- ter dir, + Sin -- ne, Kräft -- te und Be -- gier ich nur auf -- zu -- op -- fern mei -- ne. + Al -- les sei nach al -- ler Pflicht, al -- les sei nach al -- ler Pflicht nur zu dei -- nem Preis ge -- richt't. + \set stanza = "2." + Helft mir spie -- len, jauch -- zen, +} + +textIVb = \lyricmode { + \repeat unfold 6 { \skip 1 } + \set stanza = "2." + sin -- gen, hebt die Her -- zen him -- mel -- an, + ju -- be -- le, was ju -- beln kann, lasst all' Ins -- tru -- men -- ten klin -- gen. + Al -- les sei nach al -- ler Pflicht, al -- les sei nach al -- ler Pflicht nur zu dei -- nem Preis ge -- richt't. + \set stanza = "3." + Va -- ter, hilf um Je -- su +} + +textIVc = \lyricmode { + \repeat unfold 6 { \skip 1 } + \set stanza = "3." + Wil -- len, lass das Lo -- ben löb -- lich sein + und zum Him -- mel drin -- gen ein, un -- ser Wün -- schen zu er -- fül -- len, + dass dein Herz nach Va -- ters -- pflicht, dass dein Herz nach Va -- ters -- pflicht sei zu un -- serm Heil ge -- richt't. +} +% }}} + +% VI % {{{ +textVIa = \lyricmode { + Dar -- auf so sprech ich A -- men und zweif -- le nicht da -- ran, Gott +} + +textVIb = \lyricmode { + \skip 1 + wird es all's zu -- sam -- men in Gna -- den se -- hen an; + \skip 1 + und streck nun aus mein Hand, greif an das Werk mit Freu -- den, da -- zu mich Gott be -- schei -- den in mein Be -- ruf und Stand. +} +% }}} + +% VIII % {{{ +sopranTextVIII = \lyricmode { + Al -- les was ihr tut, al -- les was ihr tut mit Wor -- ten o -- der mit Wer -- ken, mit Wor -- ten o -- der mit Wer -- ken, + das tut al -- les, das tut al -- les, das tut al -- les im Na -- men Je -- su, im Na -- men Je -- su, + und dan -- ket, und dan -- ket Gott und dem Va -- ter durch ihn, und dan -- ket Gott, und dan -- _ _ _ _ _ _ _ ket Gott und dem Va -- ter durch ihn. +} + +altTextVIII = \lyricmode { + Al -- les was ihr tut, al -- les was ihr tut mit Wor -- ten o -- der mit Wer -- ken, mit Wor -- ten o -- der mit Wer -- ken, + das tut al -- les, das tut al -- les, das tut al -- les im Na -- men Je -- su, im Na -- men Je -- su, + und dan -- ket, und dan -- ket, und dan -- ket, dan -- ket Gott, dan -- ket Gott und dem Va -- ter durch ihn, + und dan -- ket Gott, und dan -- ket Gott und dem Va -- ter durch ihn. +} + +tenorTextVIII = \lyricmode { + Al -- les was ihr tut, al -- les was ihr tut mit Wor -- ten o -- der mit Wer -- ken, mit Wor -- ten o -- der mit Wer -- ken, + das tut al -- les, das tut al -- les, das tut al -- les im Na -- men Je -- su, im Na -- men Je -- su, + und dan -- ket, und dan -- ket, dan -- ket Gott, und dan -- ket Gott und dem Va -- ter durch ihn, + und dan -- ket Gott, und dan -- _ _ _ _ _ _ _ ket Gott und dem Va -- ter durch ihn. +} + +bassTextVIII = \lyricmode { + Al -- les was ihr tut, al -- les was ihr tut mit Wor -- ten o -- der mit Wer -- ken, mit Wor -- ten o -- der mit Wer -- ken, + das tut al -- les, das tut al -- les, das tut al -- les im Na -- men Je -- su, im Na -- men Je -- su, + und dan -- ket, und dan -- _ _ ket, dan -- ket Gott, dan -- ket Gott und dem Va -- ter durch ihn, + und dan -- ket Gott, und dan -- _ _ _ _ _ _ _ _ ket Gott und dem Va -- ter durch ihn. +} +% }}} + diff --git a/Als_Jesus_auf_die_Erde_kam/Als_Jesus_auf_die_Erde_kam.ly b/Als_Jesus_auf_die_Erde_kam/Als_Jesus_auf_die_Erde_kam.ly new file mode 100644 index 0000000..e251be8 --- /dev/null +++ b/Als_Jesus_auf_die_Erde_kam/Als_Jesus_auf_die_Erde_kam.ly @@ -0,0 +1,34 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \textI } + \new Lyrics \lyricsto sopran { \textII } + \new Lyrics \lyricsto sopran { \textIII } + \new Lyrics \lyricsto sopran { \textV } + \new Staff << + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Als_Jesus_auf_die_Erde_kam/stimmen.ly b/Als_Jesus_auf_die_Erde_kam/stimmen.ly new file mode 100644 index 0000000..877ae52 --- /dev/null +++ b/Als_Jesus_auf_die_Erde_kam/stimmen.ly @@ -0,0 +1,38 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + sopranMelodie = \relative c' { + c4 | f f g g | a a g g | + a a b g | c2 a4 a | a b c a | + d8[ c] b[ a] g4 c, | f4. g8 a4 a | g2 f4^\fermata \bar "|." + } + + altMelodie = \relative c' { + c4 | f f e e | f f e e | + f e d f | e( g) f f | f g a f | + b8[ a] g[ f] e4 c | d4. e8 f4 d | e2 c4_\fermata \bar "|." + } + + tenorMelodie = \relative c' { + c4 | a a g g | c c c c | + c c b d | c2 c4 c | c c c c | + b b a c | a4. a8 b4 b | c( b) a4^\fermata \bar "|." + } + + bassMelodie = \relative c { + c4 | f f c c | f f c c | + f f g g | c,2 f4 f | f f f f | + b, b c c | d4. d8 b4 b | c2 f4_\fermata \bar "|." + } + diff --git a/Als_Jesus_auf_die_Erde_kam/texte.ly b/Als_Jesus_auf_die_Erde_kam/texte.ly new file mode 100644 index 0000000..5f1ad67 --- /dev/null +++ b/Als_Jesus_auf_die_Erde_kam/texte.ly @@ -0,0 +1,26 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = \markup { \dynamic "mf" "1." } + Als Je -- sus auf die Er -- de kam, ein klei -- nes Kind ge -- bo -- ren, + da hat er in dem ar -- men Stall ge -- zit -- tert und ge -- fro -- ren. + } + textII = \lyricmode { + \set stanza = "2." + Auch heut gibt's Kind -- der in der Welt, die nichts zu es -- sen krie -- gen, + die Ar -- mut lei -- den, nicht wie wir in wei -- chen Bet -- ten lie -- gen. + } + textIII = \lyricmode { + \set stanza = "3." + Das es viel Not und E -- lend gibt, da -- ran lasst uns jetzt den -- ken, + wenn wir zur schö -- nen Weih -- nachts -- zeit uns freu -- en und be -- schen -- ken. + } + textV = \lyricmode { + \set stanza = \markup { \dynamic "f" "5." } + Drum gebt und helft, wo ihr es könnt und lin -- dert Not auf Er -- den. + So macht ihr Got -- tes Wil -- len wahr. So kann es Weih -- nacht wer -- den. + } diff --git a/Alta_Trinita/Alta_Trinita.ly b/Alta_Trinita/Alta_Trinita.ly new file mode 100644 index 0000000..83a7b36 --- /dev/null +++ b/Alta_Trinita/Alta_Trinita.ly @@ -0,0 +1,33 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + title = "Alta Trinita" + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \new Staff + << + \set Score.skipBars = ##t + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \text } + \new Staff << + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Alta_Trinita/stimmen.ly b/Alta_Trinita/stimmen.ly new file mode 100644 index 0000000..0ef1c19 --- /dev/null +++ b/Alta_Trinita/stimmen.ly @@ -0,0 +1,88 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.18" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 4/2 + \autoBeamOff + } + +% Die Stimmen + + sopranMelodie = \relative f' { + \repeat volta 2 { + f2^\p f4( g) a2 g4( f) | + b2 a4( g) a2 a | + g a4( b) a2 g4( f) | + g( b) a( g) f2 f | + c'^\mf c4( d) b1 | + c4( b) a( g) a2 a | + g4(^\p f) b( g) f2 b4( a) | + g( f) b( g) f2 f | + } + \repeat volta 2 { + c'^\f c4( d) b2 c4( d) | + es( d) c( a) b2 g | + f^\mf g4( a) b2 a | + g4( f) b( g) f2 f | + } + } + + altMelodie = \relative c' { + \repeat volta 2 { + c2 c4( e) f2 e4( f) | + f2 f4( e) f2 f | + e f f e4( f) | + e( f) f( e) c2 c | + a' a g1 | + g2 f4( e) f2 f | + e4( d) d( e) f2 f | + e4( d) d( e) c2 c | + } + \repeat volta 2 { + a' a4( f) g2 g4( b) | + c( b) g( f) f2 e | + c e4( f) f2 f | + e4( d) d( e) c2 c | + } + } + + tenorMelodie = \relative a { + \repeat volta 2 { + a2 a4( c) c2 c | + d c c c | + c c4( d) c2 c4( a) | + c( d) c2 a a | + f' f d1 | + e2 c c c | + c4( a) b( c) c2 d4( c) | + c( a) b( c) a2 a | + } + \repeat volta 2 { + f'2 f d es4( f) | + g( f) es( c) d2 c | + a c d c | + c4( a) b( c) a2 a | + } + } + + bassMelodie = \relative f { + \repeat volta 2 { + f2_\p f4( c) f2 c4( f) | + b,2 f'4( c) f2 f | + c f4( b,) f'2 c4( d) | + c( b) f'( c) <f f,>2 <f f,> | + f_\mf f4( d) g1 | + c,2 f4( c) f2 f | + c4(_\p d) g,( c) f2 b,4( f') | + c( d) g,( c) f2 f | + } + \repeat volta 2 { + f2_\f f4( d) g2 es4( d) | + c( d) es( f) b,2 c | + f_\mf c4( f) b,2 f' | + c4( d) g,( c) <f f,>2 <f f,> | + } + } diff --git a/Alta_Trinita/texte.ly b/Alta_Trinita/texte.ly new file mode 100644 index 0000000..53a39d6 --- /dev/null +++ b/Alta_Trinita/texte.ly @@ -0,0 +1,11 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + text = \lyrics { + Al -- ta Tri -- ni -- ta be -- a -- ta, da noi sem -- pre a -- do -- ra -- ta. + Tri -- ni -- ta glo -- ri -- o -- sa u -- ni -- ta ma -- ra vi -- glio -- sa. + Tu sei man -- na sa -- po -- ro -- sa e tut -- ta de -- si -- de -- ro -- sa. + } diff --git a/Any_time_you_need_a_calypso/Any_time_you_need_a_calypso.ly b/Any_time_you_need_a_calypso/Any_time_you_need_a_calypso.ly new file mode 100644 index 0000000..142dcdc --- /dev/null +++ b/Any_time_you_need_a_calypso/Any_time_you_need_a_calypso.ly @@ -0,0 +1,33 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\paper { + top-margin = 5 + print-all-headers = ##t +} +\header { + title = "Any time you need a calypso" + composer = ##f + tagline = ##f +} + +\score { + \header { + title = ##f + composer = ##f + } + + \new Staff << + \new Voice = melodie { \global \Melodie } + \new Lyrics \lyricsto melodie { \Text } + >> + \layout { + indent = #0 + } +}
\ No newline at end of file diff --git a/Any_time_you_need_a_calypso/stimmen.ly b/Any_time_you_need_a_calypso/stimmen.ly new file mode 100644 index 0000000..36bc4f6 --- /dev/null +++ b/Any_time_you_need_a_calypso/stimmen.ly @@ -0,0 +1,22 @@ +\version "2.18" + +global = { + \time 4/4 + \key d \major + \autoBeamOff +} + +Melodie = \relative d' { + d8^\markup "1." d d d d e fis4 | + g h r2 | + a4 a8 g4 fis8 e4 | + fis2.^\fermata r4 | + fis^\markup "2." a d cis | + h h8 g4 a8 h4 | + a8 a a a a a a a | + a a a a a a^\fermata a a | + d4^\markup "3." a8 fis4 g8 a4 | + h g8 e4 fis8 g4 | + fis8 fis fis e4 d8 cis4 | + d2.^\fermata r4 | \bar "|." +} diff --git a/Any_time_you_need_a_calypso/texte.ly b/Any_time_you_need_a_calypso/texte.ly new file mode 100644 index 0000000..843a039 --- /dev/null +++ b/Any_time_you_need_a_calypso/texte.ly @@ -0,0 +1,6 @@ + +Text = \lyricmode { + A -- ny time you need a ca -- lyp -- so, here is what you must do. + First of all you need a rhy -- thm, so shake a lit -- tle, shake a lit -- tle, shake a lit -- tle, shak -- er, + and you bang a drum and you sing a son and then there's a ca -- lyp -- so for you. +} diff --git a/Atme_in_uns,_Heiliger_Geist/Atme_in_uns,_Heiliger_Geist.ly b/Atme_in_uns,_Heiliger_Geist/Atme_in_uns,_Heiliger_Geist.ly new file mode 100755 index 0000000..3c053f9 --- /dev/null +++ b/Atme_in_uns,_Heiliger_Geist/Atme_in_uns,_Heiliger_Geist.ly @@ -0,0 +1,37 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \new Staff << + \new Voice = "Sopran" \melodieSopran + \new Lyrics \lyricsto "Sopran" \textRefrain + >> + \new Staff << + { + \new Voice = refrain { \global \melodieAltRefrain } + \new Voice = vers { \melodieAltVers } + } + \new Lyrics \lyricsto refrain \textRefrain + \new Lyrics \lyricsto vers \textI + \new Lyrics \lyricsto vers \textII + \new Lyrics \lyricsto vers \textIII + >> + \new Staff << + \new Voice = "pMaenner" { \global \clef "bass" \pausen } + \new Voice = "Tenor" { \global \clef "bass" \voiceOne \melodieTenor } + \new Voice = "Bass" { \global \clef "bass" \voiceTwo \melodieBass } + >> + >> +}
\ No newline at end of file diff --git a/Atme_in_uns,_Heiliger_Geist/stimmen.ly b/Atme_in_uns,_Heiliger_Geist/stimmen.ly new file mode 100644 index 0000000..68109b5 --- /dev/null +++ b/Atme_in_uns,_Heiliger_Geist/stimmen.ly @@ -0,0 +1,32 @@ +global = {
+ \time 4/4
+ \key g \minor
+}
+
+pausen = {
+ s1*7 | s2. r4 | \bar "|."
+ s1*7 | s2. r4 | \bar "||"
+}
+
+melodieSopran = \relative g' {
+ \global g8 g4 d8 g2 | b8 a g4 f2 | f8 f4 c8 f2 | a8 g f4 g2 | g8 g4 d8 g2 | b8 a g4 f2 | f4 f d f | g2. r4 | \bar "|."
+ d'4. c8 b4 b | c b a2 | c4. b8 a4 a | b a g2 | d'4. c8 b4 b | c b a2 | c4 b a f | g2. r4 | \bar "||"
+}
+
+melodieAltRefrain = \relative c' {
+ d4 d d d | d d c c | c c c c | c c d d | d d d d | d d c c | c c c c | d2. r4 | \bar "|."
+}
+
+melodieAltVers = \relative c' {
+ f f f f | a g f2 | a4 g f f | \slurDashed \set melismaBusyProperties = #'() d( d) d2 | d4 d d d | g( g) f2 | g4 g f c | d2. r4 | \bar "||"
+}
+
+melodieTenor = \relative c' {
+ b4 b b b | b b a a | a a a a | a a b b | b b b b | b b a a | a a a a | b2. s4 | \bar "|."
+ d d d d | c c c2 | c4 c c c | \slurDashed \set melismaBusyProperties = #'() b( b) b2 | b4 b b b | es( es) c2 | es4 es c a | b2. s4 | \bar "||"
+}
+
+melodieBass = \relative c' {
+ g4 g g g | g g f f | f f f f | f f g g | g g g g | g g f f | f f f f | g2. s4 | \bar "|."
+ b b b b | f f f2 | f4 f f f | \slurDashed \set melismaBusyProperties = #'() g( g) g2 | g4 g g g | c,( c) f2 | c4 c f f | g2. s4 | \bar "||"
+}
\ No newline at end of file diff --git a/Atme_in_uns,_Heiliger_Geist/texte.ly b/Atme_in_uns,_Heiliger_Geist/texte.ly new file mode 100644 index 0000000..b9763fa --- /dev/null +++ b/Atme_in_uns,_Heiliger_Geist/texte.ly @@ -0,0 +1,31 @@ +
+textRefrain = \lyrics {
+ At -- me in uns, Hei -- li -- ger Geist,
+ bren -- ne in uns, Hei -- li -- ger Geist,
+ wir -- ke in uns, Hei -- li -- ger Geist,
+ A -- tem Got -- tes komm!
+}
+
+textI = \lyrics {
+ \set stanza = "1."
+ Komm, du Geist, durch -- dring -- ge uns.
+ Komm, du Geist, kehr bei uns ein.
+ Komm, du Geist, be -- le -- be uns,
+ wir er -- seh -- nen dich.
+}
+
+textII = \lyrics {
+ \set stanza = "2."
+ Komm, du Geist der Hei -- lig -- keit,
+ komm, du Geist der Wahr -- _ heit.
+ Komm, du Geist der Lie -- _ be,
+ wir er -- seh -- nen dich.
+}
+
+textIII = \lyrics {
+ \set stanza = "3."
+ Komm, du Geist, mach du uns eins,
+ komm, du Geist, er -- fül -- le uns.
+ Komm, du Geist und schaff uns neu,
+ wir er -- seh -- nen dich.
+}
\ No newline at end of file diff --git a/Auf_Bethlehems_Feldern/Auf_Bethlehems_Feldern.ly b/Auf_Bethlehems_Feldern/Auf_Bethlehems_Feldern.ly new file mode 100644 index 0000000..b189d55 --- /dev/null +++ b/Auf_Bethlehems_Feldern/Auf_Bethlehems_Feldern.ly @@ -0,0 +1,34 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \textIa } + \new Lyrics \lyricsto sopran { \textIb } + \new Lyrics \lyricsto sopran { \textIIa } + \new Lyrics \lyricsto sopran { \textIIb } + \new Staff << + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Auf_Bethlehems_Feldern/stimmen.ly b/Auf_Bethlehems_Feldern/stimmen.ly new file mode 100644 index 0000000..c879d03 --- /dev/null +++ b/Auf_Bethlehems_Feldern/stimmen.ly @@ -0,0 +1,42 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key b \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + sopranMelodie = \relative d' { + \repeat volta 2 { d4^\mf | g a b | b a a8 b | c4 b a | g2 } + f4 b b c8 d | d4 c c8 b | a4 b c | d2 + f,4 | b b c8 d | d4 c c8 b | a4 b c | b2. | + \repeat volta 2 { es4.^\f es8 es4 | d4. d8 d4 | c b c | } \alternative { { d2. | } { b2 \bar "|." } } + } + + altMelodie = \relative d' { + \repeat volta 2 { d4 | g g g | g fis fis8 fis | g4 g fis | d2 } + es4 | d d es8 f | g4 g g8 g | f4 f f | f2 + es4 | d d es8 f | g4 g g8 g | f4 f f | f2. | + \repeat volta 2 { g4. g8 g4 | f4. f8 f4 | a g a | } \alternative { { f2. | } { f2 \bar "|." } } + } + + tenorMelodie = \relative d' { + \repeat volta 2 { d4 | b c d | d d d8 d | es4 d c | b2 } + c4 | b b b8 b | b4 b b8 b | c4 c c | d2 + c4 | b b b8 b | b4 b b8 b | c4 c c | d2. | + \repeat volta 2 { es4. es8 es4 | d4. d8 d4 | es es es | } \alternative { { d2. | } { d2 \bar "|." } } + } + + bassMelodie = \relative d { + \repeat volta 2 { d4_\mf | g g g | d d d8 d | c4 d d | g2 } + f4 | b, b b8 b | es4 es es8 es | f4 g a | b2 + f4 | b, b b8 b | es4 es es8 es | f4 g a | b2. | + \repeat volta 2 { b4._\f b8 b4 | b4. b8 b4 | f f f | } \alternative { { b2. | } { b2 \bar "|." } } + } + diff --git a/Auf_Bethlehems_Feldern/texte.ly b/Auf_Bethlehems_Feldern/texte.ly new file mode 100644 index 0000000..8d619e3 --- /dev/null +++ b/Auf_Bethlehems_Feldern/texte.ly @@ -0,0 +1,26 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textIa = \lyrics { + \set stanza = "1." + Auf Bet -- le -- hems Fel -- dern hal -- ten Hir -- ten die Wacht. + Doch plötz -- lich wird das Dun -- kel durch ein Leuch -- ten er -- hellt. + Ein En -- gel kommt her -- nie -- der, spricht vom Ret -- ter der Welt. + \set stanza = "Refr." + Glo -- ri -- a! Glo -- ri -- a! Eh -- re sei Gott! Gott! + } + textIb = \lyrics { + Der Tag ist vor -- ü -- ber und sehr fins -- ter die Nacht. + } + textIIa = \lyrics { + \set stanza = "2." + Sie hö -- ren die Wor -- te und er -- star -- ren vor Schreck. + Und das habt nun zum Zei -- chen, sucht das Kind in dem Stall.“ + Das Sin -- gen wird zum Ju -- bel und es klingt ü -- ber all: + } + textIIb = \lyrics { + „Ihr müsst euch nicht fürch -- ten, macht euch schnell auf den Weg. + } diff --git a/Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly b/Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly new file mode 100644 index 0000000..a1a94f1 --- /dev/null +++ b/Auf_Seele_Gott_zu_loben/Auf_Seele_Gott_zu_loben.ly @@ -0,0 +1,38 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + } + \new Lyrics \lyricsto sopran { \textI } + \new Lyrics \lyricsto sopran { \textIa } + \new Lyrics \lyricsto sopran { \textII } + \new Lyrics \lyricsto sopran { \textIIa } + \new Lyrics \lyricsto sopran { \textIII } + \new Lyrics \lyricsto sopran { \textIIIa } + \new Staff << + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Auf_Seele_Gott_zu_loben/stimmen.ly b/Auf_Seele_Gott_zu_loben/stimmen.ly new file mode 100644 index 0000000..4938c30 --- /dev/null +++ b/Auf_Seele_Gott_zu_loben/stimmen.ly @@ -0,0 +1,38 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + sopranMelodie = \relative e' { + \repeat volta 2 { e4 | a8[ h] cis[ d] cis[ h] a[ gis] | fis2 fis4 fis | e a a gis | a2. } + cis4 | cis cis cis a | h2 h4 h | a8[ h] cis[ d] cis[ h] a[ gis16 fis] | gis2. \bar "" + e4 | a8[ h] cis[ d] cis[ h] a[ gis] | fis2 fis4 fis | e a a gis | a2. \bar "|." + } + + altMelodie = \relative cis' { + \repeat volta 2 { cis4 | cis e e cis | d2 d4 d | cis fis e4. e8 | cis2. } + a'4 | a a a e | gis2 gis4 gis | fis4. fis8 fis4 fis | eis2. \bar "" + cis4 | cis e e cis | d2 d4 d | cis fis e4. e8 | cis2. \bar "|." + } + + tenorMelodie = \relative a { + \repeat volta 2 { a4 | a4. a8 a4 a | a2 a4. h8 | cis4 d h h | a2. } + e'4 | e e e cis | e2 e4 e | cis4. cis8 cis4 cis | cis2. \bar "" + gis4 a4. a8 a4 a4 | a2 a4. h8 | cis4 dis h h | a2. \bar "|." + } + + bassMelodie = \relative a, { + \repeat volta 2 { a4 | a a a a | d2 d8[ e] fis[ gis] | a4 d, e e | a,2. } + a4 a'4. a8 a4 a | e2 e4 e | fis4. fis8 fis4 fis | cis2. \bar "" + cis4 | a4 a a a | d2 d8[ e] fis[ gis] | a4 d, e e | a,2. \bar "|." + } + diff --git a/Auf_Seele_Gott_zu_loben/texte.ly b/Auf_Seele_Gott_zu_loben/texte.ly new file mode 100644 index 0000000..1d0c381 --- /dev/null +++ b/Auf_Seele_Gott_zu_loben/texte.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Auf, See -- le, Gott zu lo -- ben! Gar herr -- lich steht sein Haus!
+ Er fährt auf Wol -- ken -- wa -- gen und Flam -- men sind sein Kleid.
+ Wind -- fit -- ti -- che ihn tra -- gen zu Diens -- ten ihm be -- reit.
+ }
+ textIa = \lyricmode {
+ Er spannt den Him -- mel dro -- ben gleich ei -- nem Tep -- pich aus.
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Gott hat das Licht ent -- zün -- det, er schuf des Him -- mels Heer.
+ Die küh -- len Brun -- nen -- quel -- len im jauch -- zend grü -- nen Grund,
+ die kla -- ren Was -- ser schnel -- len aus Schlucht und Ber -- ges -- grund.
+ }
+ textIIa = \lyricmode {
+ Das Erd -- reich ward ge -- grün -- det, ge -- son -- dert Berg und Meer.
+ }
+ textIII = \lyricmode {
+ \set stanza = "7."
+ Lass dir das Lied ge -- fal -- len. Mein Herz in Freu -- den steht.
+ Du tilgst des Sün -- ders Feh -- le und bist mit Gna -- de nah.
+ Lob Gott, oh mei -- ne See -- le, sing ihm Ha -- le -- lu -- ja!
+ }
+ textIIIa = \lyricmode {
+ Dein Lob -- lied soll er -- schal -- len, so -- lang mein O -- dem geht.
+ }
diff --git a/Ave_verum_corpus/Ave_verum_corpus.ly b/Ave_verum_corpus/Ave_verum_corpus.ly new file mode 100644 index 0000000..c387d52 --- /dev/null +++ b/Ave_verum_corpus/Ave_verum_corpus.ly @@ -0,0 +1,36 @@ +\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ <<
+ \new Voice = frauen { \pausen }
+ \new Voice = sopran { \voiceOne \sopranMelodie \bar "|." }
+ \new Voice = alt { \voiceTwo \altMelodie \bar "|." }
+ >>
+ }
+ \new Lyrics \lyricsto alt { \text }
+ \new Staff <<
+ \new Voice = maenner { \pausen }
+ \new Voice = tenor { \voiceOne \tenorMelodie }
+ \new Voice = bass { \voiceTwo \bassMelodie }
+ >>
+ \new Lyrics \lyricsto bass { \text }
+ >>
+ \layout {
+ indent = #0
+ }
+}
diff --git a/Ave_verum_corpus/stimmen.ly b/Ave_verum_corpus/stimmen.ly new file mode 100644 index 0000000..16e0054 --- /dev/null +++ b/Ave_verum_corpus/stimmen.ly @@ -0,0 +1,78 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key d \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ %\autoBeamOff
+ }
+
+% Die Stimmen
+
+ pausen = {
+ R1*2 | s1*16 | R1*3 | s1*22 | R1*3 \bar "|."
+ }
+
+ sopranMelodie = \relative a' {
+ <<
+ %the actual tune
+ {
+ \global
+ s1*2 | a2 d4( fis,) | a( gis) g2 | g4( h) a( g) | g( fis) fis2 | e2. e4 | fis fis g g |
+ g2( fis4) fis e1 | e2. a4 | a( gis) gis2 | e4( gis2) h4 | h( a) a a d1~ | d4 cis h a |
+ a2( gis4) gis a1 | s1*3 | a2. a4 | a( b) b2 | b4( d) c( b) |
+ b( a) a2 | g2. g4 | g( b) a g | g2( f8 e) f4 | e2 r2 | fis2. fis 4 | fis( e) d( g) |
+ g2. g4 | g( fis) e a | a1~( | a4 g) a h | fis2( e4.) fis8 | g2 g | d'1~( | d2 dis |
+ e4 h cis d | cis h8 a) d4 g, | fis2( e4.) e8 | d1 | s1*3 \bar "|."
+ }
+ >>
+ }
+
+ altMelodie = \relative c' {
+ <<
+ %the actual tune
+ {
+ \global
+ s1*2 | fis2 fis | e e | e4( g) fis( e) | e( d) d2 | cis2. cis4 | d d e e |
+ e2( d4) d | cis1 | e2. e4 | e2 e | e2. gis4 | gis( a) a2 | r gis | a fis4 fis |
+ e2. e4 | e1 | s1*3 | e2. e4 | e2 e | e2. e4 |
+ e( f) f2 | d2. d4 | e( f) e e | e2( d8 cis) d4 | cis2 r | d2. d4 | d( cis) h( e) |
+ e2. e4 | e( d) cis fis | fis1~( | fis4 g) fis e | d2( cis4.) cis8 | d2 r | r fis | g( fis |
+ e1~ | e4 d8 cis) d4 d | d2( cis4.) cis8 | d1 | s1*3 \bar "|."
+ }
+ >>
+ }
+
+ tenorMelodie = \relative a {
+ <<
+ %the actual tune
+ \clef "treble_8"
+ {
+ \global
+ s1*2 | a2 a | h h | a a | a a | a2. a4 | a a a a |
+ a2. a4 | a1 | cis2. cis4 | cis( d) d2 | h2. d4 | d( cis) cis2 | r d | e d4 cis |
+ h2. h4 | cis1 | s1*3 | cis2. cis4 | cis2 cis4( c) | c( b) a( g) |
+ g( a) a2 | h2. h4 | cis( d) e cis | cis2( d4) h | e,2 r | r1 | h'2. h4 |h( a) g( cis) | cis2. cis4 | cis( h) a d | d2 d4 d | a2. a4 | g2 r | r c | d( c |
+ h4 d cis h | a2) a4 g | a2( g4.) g8 | fis1 | s1*3 \bar "|."
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ %the actual tune
+ \clef bass
+ {
+ \global
+ s1*2 | d2 d | d d | cis cis | d d | a2. a4 | d d cis cis |
+ d2. d4 | a1 | a'2. a4 | a( h) h2 | r e,4 e | eis( fis) fis2 | r h, | cis d4 d |
+ e2. e4 | a,1 | s1*3 | a'2. a4 | a( g) g2 | c,2. c4 |
+ c( f) f2 | f2. f4 | e( d) cis a | b2( a4) gis | a2 r | r1 | g'2. g4 |
+ g( fis) e( a) | a2. a4 | a( g) fis h | h2 a4 gis | a2 a, | h r | r a' | b( a |
+ gis1 | g2) fis4 h, a2. a4 | d1 | s1*3 \bar "|."
+ }
+ >>
+ }
+
diff --git a/Ave_verum_corpus/texte.ly b/Ave_verum_corpus/texte.ly new file mode 100644 index 0000000..88a1e2f --- /dev/null +++ b/Ave_verum_corpus/texte.ly @@ -0,0 +1,11 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ text = \lyrics {
+ %<+hier den Text für den Alt eintragen+>
+ A -- ve, a -- ve, ve -- rum cor -- pus, na -- tum de Ma -- ri -- a vir -- gi -- ne, ve -- re pas -- sum, im -- mo -- la -- tum in cru -- ce pro ho -- mi -- ne, cu -- jus la -- tus per -- fo -- ra -- tum un -- da flu -- xit et san -- gui -- ne; es -- to no -- bis prae -- gus -- ta -- tum in mor -- tis e -- xa -- mi -- ne, in mor -- tis e -- xa -- mi -- ne!
+ }
+
diff --git a/Bachs_Bourree/Bachs_Bourree.ly b/Bachs_Bourree/Bachs_Bourree.ly new file mode 100644 index 0000000..93690f1 --- /dev/null +++ b/Bachs_Bourree/Bachs_Bourree.ly @@ -0,0 +1,32 @@ +\include "deutsch.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\new Staff { +\relative c'' { + \key h \minor + \time 4/4 + \partial 4 + \autoBeamOff + h8 cis | d4 cis8 h ais4 h8 cis | fis,4 gis8 ais h4 a8 g | fis4 e8 d cis4 d8 e | + fis e d cis h cis d cis | h4 e fis e d cis h cis d e8 fis g fis e d | + cis4 fis h, h'8 ais | h2 fis | fis2. a4 | + a g8 fis e fis g4 | fis4~fis8 e d e fis e | fis4 g fis h8 ais | + h4 cis d cis8 e | d4 cis8 h ais4 h~| h ais h \bar "|:" + } +\addlyrics { + Da ba da, da ba da, da ba da, da ba da, da ba da, da ba da, da ba + da ba da ba da ba + du bi dum dum dum dum dum dum dum dum dum du bi du bi du bi + dum dum dum. Ding i ding dong dong ding dong ding i don i ding dong i dong i schu -- wi -- du -- wi -- da, schu -- wi -- + du -- wi -- da, schu -- wi -- du, schu -- wi -- du, schu -- wi -- da. + } +} diff --git a/Befiehl_dem_Herren_deine_Wege/Befiehl_dem_Herren_deine_Wege.ly b/Befiehl_dem_Herren_deine_Wege/Befiehl_dem_Herren_deine_Wege.ly new file mode 100644 index 0000000..739a66b --- /dev/null +++ b/Befiehl_dem_Herren_deine_Wege/Befiehl_dem_Herren_deine_Wege.ly @@ -0,0 +1,38 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + << + \set Score.skipBars = ##t + \new ChoirStaff << + \new Voice = sopran { \global \sopranMelodie } + \new Lyrics \lyricsto sopran { \textSopranI } + \new Lyrics \lyricsto sopran { \textSopranII } + \new Voice = alt { \global \altMelodie } + \new Lyrics \lyricsto alt { \textAlt } + \new Voice = tenor { \clef "G_8" \global \tenorMelodie } + \new Lyrics \lyricsto tenor { \textTenor } + \new Voice = bass { \clef "bass" \global \bassMelodie } + \new Lyrics \lyricsto bass { \textBass } + >> + \new PianoStaff << + \new Staff = "links" { \global \autoBeamOn \klavierLinksMelodie } + \new Staff = "rechts" { \clef "bass" \global \autoBeamOn << \klavierMitteMelodie \klavierRechtsMelodie >> } + >> + >> + \layout { + indent = #0 + \context { \Staff \RemoveEmptyStaves } + } +} diff --git a/Befiehl_dem_Herren_deine_Wege/stimmen.ly b/Befiehl_dem_Herren_deine_Wege/stimmen.ly new file mode 100644 index 0000000..b130678 --- /dev/null +++ b/Befiehl_dem_Herren_deine_Wege/stimmen.ly @@ -0,0 +1,102 @@ +%some settings% vim: ai sw=2 lbr nu et + + global = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 4/2 + \autoBeamOff + \partial 2 + } + +% Die Stimmen + + sopranMelodie = \relative a' { + r2 | R1*6 | \bar "||" r2 a e'2. d4 | c2 h a4( c) h( a) | + gis2 gis4\breathe e' c2 a | a4. h8 gis2 a1 | r2 e' g2. f4 | e2 d c4( e) d( c) | h2 g4\breathe g' e2 c | + c4. c8 h2 c r4 g | a2 h c1 | h r | R1*2 | e,1 a2 h | + c h a4( c) h( a) | g( fis) e2 r g | g4( a) g( f) e2 a | a gis a1 | + R1*2 | r2 e a h | c h a4( c) h( a) | g4.( fis8) e2 r g | + g4( a) g( f) e2 a | a2. gis4 a1 | r2 h c d | e e d2. d4 | + c1 r2 e | d c h a | c h a1 | R1*2 | \bar "||" \time 3/2 + e'2 c a | e'4( d e f e d | c2) c c | f4( g f e d c | h2) h h | e4( f e d c h | + a2) a a | d4( e d c h a | gis1) gis2\breathe | c2 c c f4( g f e d c | h1) h2 | + c4( d) h2.( c4) | c1\breathe e2 | f4( g f e d c | d e d c h a | gis1) gis2 | a2 a2.( gis4) | a1. | \bar "|." + } + + altMelodie = \relative e' { + r2 | R1*6 | \bar "||" r2 e e gis | a4( e) e2 e d | + e e r e | f4. f8 e2 e1 | r2 g g2. g4 | g2 g g fis | g g r g | + a4. a8 g2 e r4 e | fis2 gis a1 | gis r2 e | fis4( gis) a2 a( gis) | a r4 e4 e2 e | + e e e d | e e4\breathe e e( g f e | d4.) d8 d2 c e | e4. f8 e2 e r4 e | + f2 e e( d) | e r4 e4 e2 gis | a4( e) e e e2( d) | e r4 e e( g) f( e) | + d d d d c2 d4 e | f4. f8 e2 e a | gis r4 e e4. e8 g2 | g r4 g a4. a8 g2 | + e r4 e g2. g4 | h h a a gis gis r a | a2 gis r a | a4. a8 gis2 a1 | \bar "||" \time 3/2 + R1. | e2 e gis | a1 a2 | r1 a2 | g1 g2 | r1 g2 | + f1 f2 | R1.*2 | r1 a2 a4( h a g f e | d2) d g | + g1 g2 | g1 g2 | r1 f2 | f4( g f e d c | h1) e2 | e e1 | e1. | \bar "|." + } + + tenorMelodie = \relative c' { + r2 | R1*6 | \bar "||" r2 c h e | a, gis a a | + h h r c h4. h8 h2 c1 | r2 c d2. d4 | c2 h c2. c4 | d2 d r e | + d4. d8 d2 e r4 c | c2 h a4( h c d) | e1 r2 c | a4( h) c2 h1 | c2 r4 c c2 gis | + a gis a2. a4 | h2 h4\breathe h c2( g~ | g4.) g8 g2 g c | h4. h8 h2 c r4 c | + d( a) a( gis) a1 | gis2 r4 h c2 d | e e4 e a,1 | h2 r4 h c2 c | + r g g c | h4. h8 h2 c c | h r4 h a2 h4 h | c1~ c4. c8 h2 | + c r4 c c2. c4 | h h c d e e r e | e2 e e2.( d8[ c] | h4.) h8 h2 c1 | \bar "||" \time 3/2 + R1. | c2 h e | e1 e2 | r1 d2 | d1 d2 | r1 c2 | + c1 c2 | r1 d2 e4( f e d c h | a1) a2 | d d d | d4( c h c d e | + c2) g d' | e4( d e c d e | a,1) a2\breathe | a a a e'1 e2 | e4( d8[ c]) h1 | cis1. | \bar "|." + } + + bassMelodie = \relative a { + r2 | R1*6 | \bar "||" r2 a gis2. e4 | a2 e f2. f4 | + e2 e r a | d,4. d8 e2 a,1 | r2 c h2. h4 | c2 g' a2. a4 | g2 g r c | + f,4. f8 g2 c,1 | R1*2 | r1. a2 | d a e'1 | a,2 r4 a a2 e' | + a e f2. f4 | e2 e4 \breathe e c( e d c | h4.) h8 h2 c a | e'4. d8 e2 a r4 a | + d,2 e f1 | e2 r4 e c2 h | a8[( h c d] e[ f d e] f1) | e2 r4 e c2 c | + h4 h h h c2 c4 c | d4. d8 e2 a,\breathe a | e' e a4. a8 g2 | c e,4. e8 f4 e8[ f] g2 | + c, r4 c e2 c | g'4 f8[ g] a4 a, e' e r c | a8[( h c d] e[ fis gis e] a2) c,4 d | e4. d8 e2 a,1 | \bar "||" \time 3/2 + R1. | a'2 gis e | a4( h a g f e | d2) d d | g4( a g f e d | c2) c c | + f4( g f e d c | h1) h2\breathe | e gis e | a4( h a g f e | d2) d d | g1 g2\breathe | + e4( f) g2 g, | c4( h c a h c | d1) d2 | d d d | << { e4( f e d c h | c d e2 e,) } \new Voice { \voiceOne s1. s2 e'1 } >> | a,1. | \bar "|." + } + + klavierLinksMelodie = \new Voice \relative a' { + \voiceOne a2 | e'2. d4 c2 h | a d c h | a~ a~ a~ a^\fermata | \bar "||" r a h2. d4 | c2 h a4 c h a | + gis2.\breathe e'4 c2 a | a4. h8 gis2 a1 | r2 e' g2. f4 | e2 d c4 e d c | h2 g4 g' e2 c~ | + c h c r4 g | a2 h c1 | h r2 e, | fis4 gis a2~ a gis | a e a h | + c gis a4 c h a | g fis e2~ e4 g~ g2~ | g4 a g f e2 a | \oneVoice a2 gis a1 | + f2 e~ e d | e\breathe e a h | \voiceOne c h a4 c h a | \oneVoice g4. fis8 e2~ e4 g \voiceOne g2~ | + g4 a g f \oneVoice e2 \voiceOne a | a2. gis4 a1 | gis2 h c \oneVoice d | e \voiceOne e d2. \oneVoice d4 | + \voiceOne c1. e2 | d c h a | c h a a | \oneVoice a gis a1 | \bar "||" \time 3/2 + e'2 c a | e'4 d e f e d | c1 \voiceOne c2 | f4 g f e d c | h1 h2 | e4 f e d c h | + a1 a2 | d4 e d c h a | gis1. | c | f4 g f e d c | h1. | + c4 d h2. c4 | c1\breathe e2 | f4 g f e d c | d e d c h a | gis1. | a1~a4 gis | a1. | \bar "|." + } + + klavierMitteMelodie = \new Voice \relative e' { + \change Staff = "links" \voiceTwo r2 | r4 e h'2 a gis | a f e4 fis gis2 | r e~ e~ e | \bar "||" r c e gis | a gis e d | + h e r c | f h, c1 | r2 g'~ g d' | g, h g fis | g g r e | + a d, e r4 e | fis2 gis e a | gis1 r2 c, | \change Staff = "rechts" \voiceOne a4 h c2 h1 | c2 r4 c c \change Staff = "links" \voiceTwo e2 gis4 | + e2 h \change Staff = "rechts" \voiceOne a d | h~ h4\breathe h c2 \change Staff = "links" \voiceTwo f4 e | d1 \change Staff = "rechts" \voiceOne g,2 c | h1 c2 r4 c | + d a2 gis4 a1 | gis2 r4 h e2 gis, | a4 \change Staff = "links" \voiceTwo e'2 e4 e2 d | \change Staff = "rechts" \voiceOne h r4 h c2 \change Staff = "links" \voiceTwo f4 e | + d1 \change Staff = "rechts" \voiceOne g,2 \change Staff = "links" \voiceTwo d'4 e | f2 h, c c | h r4 e e2 \change Staff = "rechts" \voiceOne h | c2. \change Staff = "links" \voiceTwo g'4 a4. a8 g4 \change Staff = "rechts" \voiceOne h, | + \change Staff = "links" \voiceTwo e2 r4 e g2. g4 | h2 a gis r4 e | e a gis e e2. d8[ c] | \change Staff = "rechts" \voiceOne h1 c | \bar "||" \time 3/2 + s1. | c2 h gis | a \change Staff = "links" \voiceTwo e' a | a f4 g a2 | d, g d | g c, g' | + f c f | d \change Staff = "rechts" \voiceOne g, \change Staff = "links" \voiceTwo d' | e4 f e d c \change Staff = "rechts" \voiceOne h | a2 \change Staff = "links" \voiceTwo e' a | a4 h a g f e | d c h c d e | + g2 d g | e4 d e2 g | a1 f2~ | f4 g f e d c | h1 e2 | e h e | cis1. | \bar "|." + } + + klavierRechtsMelodie = \new Voice \relative a { + r2 | a gis a e | f d e e, | r1 c''2( <c a>)_\fermata | \bar "||" r a gis2. e4 | a2 e f1 | + e r2 a | d, e a,1 | r2 c h2. h4 | c2 g' a2. a4 | g1 r2 c | + f, g c, r4 c' | c2 h a4 h c d | e1 r2 a,, | \voiceTwo d a e'1 | a,2 r4 a a'2 e | + \oneVoice a e \voiceTwo f2. f4 | e2~ e4 e c e \oneVoice d c | h2 h \voiceTwo c a | e'4. d8 e2 a r4 a | + d,2 e f1 | e2 r4 e c2 h | a8 h \oneVoice c d e f d e f1 | \voiceTwo e2 r4 e c2 \oneVoice c | + h h \voiceTwo c \oneVoice c | d e a,\breathe a | e' e a \voiceTwo g | c, e \oneVoice f4 e8 f \voiceTwo g2 | + \oneVoice c, r4 c e2 c | g'4 f8 g a4 a, e'2 r4 c | a8 h c d e fis gis e a2 c,4 d | e4. d8 e2 \voiceTwo a,1 | \bar "||" \time 3/2 + \oneVoice R1. | \voiceTwo a'2 gis e | a4 h \oneVoice a g f e | d1 d2 | g4 a g f e d | c1 c2 | + f4 g f e d c | \voiceTwo h1 \oneVoice h2 | e gis \voiceTwo e | a4 h \oneVoice a g f e | d1 d2 | g1 g2 | + e4 f g2 g, | c4 h c a h c | d1 d2 | d1 d2 | e4 f e d c h | c d e2 e, | a1. | \bar "|." + } diff --git a/Befiehl_dem_Herren_deine_Wege/texte.ly b/Befiehl_dem_Herren_deine_Wege/texte.ly new file mode 100644 index 0000000..0fd94a5 --- /dev/null +++ b/Befiehl_dem_Herren_deine_Wege/texte.ly @@ -0,0 +1,55 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textSopranI = \lyricmode { + Be -- fiehl dem Her -- ren dei -- ne We -- ge und hof -- fe, hof -- fe auf ihn, + be -- fiehl dem Her -- ren dei -- ne We -- ge und hof -- fe, hof -- fe auf ihn, + er wird's wohl ma -- chen! + \set stanza = "2." + Was hel -- fen uns die schwe -- ren Sor -- gen, was hilft uns un -- ser Weh und Ach? + Was hilft es, dass wur al -- le Mor -- gen be -- seuf -- zen un -- ser Un -- ge -- mach? + Wir ma -- chen un -- ser Kreuz und Leid nur grö -- ßer durch die Trau -- rig -- keit. + Er wird's wohl ma -- chen, wohl ma -- chen, wohl ma -- chen, wohl ma -- chen, + er wird's wohl ma -- chen, wohl ma -- chen, wohl ma -- chen, wohl ma -- chen. + } + textSopranII = \lyricmode { + \repeat unfold 37 { \skip 1 } + \set stanza = "7." + Sing, bet und geh auf Got -- tes We -- gen, ver -- richt das Dei -- ne nur ge -- treu + und trau des Him -- mels rei -- chem Se -- gen, so wird er bei dir wer -- den neu. + Denn wel -- cher sei -- ne Zu -- ver -- sicht auf Gott setzt, den ver -- lässt er nicht. + } + textAlt = \lyricmode { + Be -- fiehl dem Her -- ren dei -- ne We -- ge und hof -- fe auf ihn, + be -- fiehl dem Her -- ren dei -- ne We -- ge und hof -- fe auf ihn, + er wird's wohl ma -- chen, er wird's wohl ma -- chen! + Be -- fiehl dem Her -- ren dei -- ne We -- ge und hof -- fe auf ihn, + und hof -- fe auf ihn, + er wird's wohl ma -- chen, er wird's wohl ma -- chen, wohl ma -- chen. + Be -- fiehl dem Her -- ren dei -- ne We -- ge und hof -- fe auf ihn, auf ihn, und hof -- fe auf ihn, und hof -- fe auf ihn, + be -- fiehl dem Her -- ren dei -- ne We -- ge und hof -- fe, und hof -- fe auf ihn. + Er wird's wohl ma -- chen, wohl ma -- chen, wohl ma -- chen, wohl ma -- chen, er wird's wohl ma -- chen, wohl ma -- chen, wohl ma -- chen. + } + textTenor = \lyricmode { + Be -- fiehl dem Her -- ren dei -- ne We -- ge und hof -- fe auf ihn, + be -- fiehl dem Her -- ren dei -- ne We -- ge und hof -- fe auf ihn, + er wird's wohl ma -- chen, er wird's wohl ma -- chen! + Be -- fiehl dem Her -- ren dei -- ne We -- ge und hof -- fe auf ihn, und hof -- fe auf ihn, + er wird's wohl ma -- chen, er wird's wohl ma -- chen, wohl ma -- chen, wohl ma -- chen, + und hof -- fe, hof -- fe auf ihn, auf ihn, und hof -- fe und hof -- fe auf ihn, + be -- fiehl dem Her -- ren dei -- ne We -- ge und hof -- fe, hof -- fe auf ihn. + Er wird's wohl ma -- chen, wohl ma -- chen, wohl ma -- chen, wohl ma -- chen, er wird's wohl ma -- chen, wohl ma -- chen, er wird's wohl ma -- chen, wohl ma -- chen. + } + textBass = \lyricmode { + Be -- fiehl dem Her -- ren dei -- ne We -- ge und hof -- fe auf ihn, + be -- fiehl dem Her -- ren dei -- ne We -- ge und hof -- fe auf ihn, + er wird's wohl ma -- chen! + Be -- fiehl dem Her -- ren dei -- ne We -- ge und hof -- fe auf ihn, und hof -- fe auf ihn, + er wird's wohl ma -- chen, er wird's wohl ma -- chen. + Be -- fiehl dem Her -- ren dei -- ne We -- ge und hof -- fe auf ihn, auf ihn, und hof -- fe auf ihn, hof -- fe, hof -- fe auf ihn, + be -- fiehl dem Her -- ren dei -- ne We -- ge und hof -- fe, und hof -- fe auf ihn. + Er wird's wohl ma -- chen, wohl ma -- chen, wohl ma -- chen, er wird's wohl ma -- chen, wohl ma -- chen, er wird's wohl ma -- chen, er wird's wohl ma -- chen. + } diff --git a/Brunnquell_aller_Gueter/Brunnquell_aller_Gueter.ly b/Brunnquell_aller_Gueter/Brunnquell_aller_Gueter.ly new file mode 100755 index 0000000..d2293a9 --- /dev/null +++ b/Brunnquell_aller_Gueter/Brunnquell_aller_Gueter.ly @@ -0,0 +1,43 @@ +\include "deutsch.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 100 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +Praes = { + \time 4/4 + \key f \minor +} + +TenorNoten = \new Voice = "Tenor" \relative c' { \voiceOne + \clef "G_8" + \repeat volta 2 { as4 c c b | des( c8 b) as2 | c4 es es des8( es) | f4( es8 des) c2 | b4 b as g | as1 | } + as4 as es' f | des es es4.( des8) | c2 es4 es | es des8( es) f( c) c4 | des( c8 b) as2 | +} + +BassNoten = \new Voice = "Bass" \relative c { \voiceTwo + \clef "bass" + \repeat volta 2 { f4 e f des | b( c) f2 | f4 es as8( g) f( es) | des4( es) as,2 | b8( c) des( b) c4 c4 | f1 | } + f4 es8( des) c4 f | b, c8( des) es2 | as g4 es | as des,8( c) d( e) f4 | b,( c) f2 | +} + +\new ChoirStaff << +\new Staff << + \new Voice = "Sopran" { \voiceOne \relative c' { \Praes + \repeat volta 2 { f4 g as b | g2 f | as4 b c des8( c) | b2 as | g4 f f8( g) e4 | f1 | } + c'8( b) c( des) es4 c | des c b2 | as b8( c) des( b) | c4 f, b as8( g) | g2 f | }} + \addlyrics { \set stanza = #"1. " Brunn -- quell al -- ler Gü -- ter, Herr -- scher der Ge -- mü -- ter, le -- ben -- di -- ger Wind, } + \addlyrics { \set stanza = #" " Stil -- ler al -- ler Schmer -- zen, des -- sen Glanz und Ker -- zen mein Ge -- müt ent -- zündt, + \set stanza = #"1. " leh -- re mei -- ne schwa -- chen Sai -- ten dei -- ne Kraft und Lob aus -- brei -- ten. } + \addlyrics { \set stanza = #"2. " Star -- ker Got -- tes -- fin -- ger, frem -- der Spra -- chen Brin -- ger, sü -- ßer Her -- zens -- saft, } + \addlyrics { \set stanza = #" " Trös -- ter der Be -- trüb -- ten, Flam -- me der Ver -- lieb -- ten, al -- les A -- tems Kraft, + \set stanza = #"2. " gib mir dei -- ne Brunst und Ga -- ben, dich von Her -- zen lieb zu ha -- ben. } + \addlyrics { \set stanza = #"3. " Wah -- rer Men -- schen -- schöp -- fer, un -- sers To -- nes Töp -- fer, Gott von E -- wig -- keit } + \addlyrics { \set stanza = #" " Zun -- der keu -- scher Lie -- be, gib, dass ich mich ü -- be auch im Kreuz und Leid, + \set stanza = #"3. " al -- les dir an -- heim zu stel -- len, und mich tröst in al -- len Fäl -- len. } + \new Voice = "Alt" { \voiceTwo \relative c' { \Praes + \repeat volta 2 { c4 g' g8( f) f4 | f( e) c2 | f4 g as as | as( g) es2 | des4 b8( des) c4 c | c1 | } + f4 f g as | as8( g) as4 as( g) | es2 es4 g | as f f8( g) f4 | f( e) c2 \bar "|." }} >> + +\new Staff << { \Praes \TenorNoten \bar "|." } + { \Praes \BassNoten \bar "|." } >> +>> diff --git a/Bunt_sind_schon_die_Waelder/Bunt_sind_schon_die_Waelder.ly b/Bunt_sind_schon_die_Waelder/Bunt_sind_schon_die_Waelder.ly new file mode 100644 index 0000000..c79a6dd --- /dev/null +++ b/Bunt_sind_schon_die_Waelder/Bunt_sind_schon_die_Waelder.ly @@ -0,0 +1,56 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Lyrics = textSopranI { } + \new Lyrics = textSopranII { } + \new Lyrics = textSopranIII { } + \new Lyrics = textSopranIV { } + \new Staff << + \new Voice = "frauen" { \global \pausen } + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + \new Lyrics = textI { } + \new Lyrics = textII { } + \new Lyrics = textIII { } + \new Lyrics = textIV { } + \new Staff << + \new Voice = "maenner" { \global \pausen } + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \new Lyrics = textBassI { } + \new Lyrics = textBassII { } + \new Lyrics = textBassIII { } + \new Lyrics = textBassIV { } + \context Lyrics = textSopranI \lyricsto "sopran" \textI + \context Lyrics = textSopranII \lyricsto "sopran" \textII + \context Lyrics = textSopranIII \lyricsto "sopran" \textIII + \context Lyrics = textSopranIV \lyricsto "sopran" \textIV + \context Lyrics = textI \lyricsto "alt" \textI + \context Lyrics = textII \lyricsto "alt" \textII + \context Lyrics = textIII \lyricsto "alt" \textIII + \context Lyrics = textIV \lyricsto "alt" \textIV + \context Lyrics = textBassI \lyricsto "bass" \textI + \context Lyrics = textBassII \lyricsto "bass" \textII + \context Lyrics = textBassIII \lyricsto "bass" \textIII + \context Lyrics = textBassIV \lyricsto "bass" \textIV + >> + \layout { + indent = #0 + } +} diff --git a/Bunt_sind_schon_die_Waelder/stimmen.ly b/Bunt_sind_schon_die_Waelder/stimmen.ly new file mode 100644 index 0000000..984c62f --- /dev/null +++ b/Bunt_sind_schon_die_Waelder/stimmen.ly @@ -0,0 +1,49 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 6/8 + \autoBeamOff + } + +% Die Stimmen + + pausen = \relative c' { + s2.*5 | s4. r | + s2.*5 | s4. r | \bar "|." + } + + sopranMelodie = \relative a' { + a4 a8 a[ gis] a | h4. a | + cis4 cis8 cis[ h] cis | d4. cis | + h4 h8 a[ cis] dis, | e4. s | + cis'4 h8 a4 gis8 | fis4. fis | d'4 cis8 h8[ cis] a | + gis4. gis | a8[ cis] e e,[ fis] gis | a4. s | \bar "|." + } + + altMelodie = \relative e' { + e4 e8 e4 e8 | gis4. a | + e4 e8 e4 e8 | e4. e | + e4 e8 cis4 h8 | h4. s | + e4 e8 e4 cis8 | d4. d | fis fis | + e4 fis8 e4 d8 | cis8[ e] a e[ d] h | cis4. s | \bar "|." + } + + tenorMelodie = \relative cis' { + cis4 cis8 cis[ h] cis | e4. cis | + a4 a8 a[ gis] a | gis4. a | + gis4 gis8 a4 fis8 | gis4. s | + a4 h8 cis4 a8 | a4. a | h4 a8 d4 d8 | + h4. h | a4 a8 gis8[ a] e | e4. s | \bar "|." + } + + bassMelodie = \relative a { + a4 a8 a4 a8 | e4. a | + a,4 a8 a4 a8 | h4. cis | + e4 e8 fis4 h,8 | e4. s | + a a | d,4 e8 d4 cis8 | h4 cis8 d4 h8 | + e4. e | a8[ e] cis e4 e8 | a,4. s | \bar "|." + } diff --git a/Bunt_sind_schon_die_Waelder/texte.ly b/Bunt_sind_schon_die_Waelder/texte.ly new file mode 100644 index 0000000..3a18beb --- /dev/null +++ b/Bunt_sind_schon_die_Waelder/texte.ly @@ -0,0 +1,42 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Bunt sind schon die Wäl -- der, + gelb die Stop -- pel -- fel -- der + und der Herbst be -- ginnt. + Ro -- te Blät -- ter fal -- len, + grau -- e Ne -- bel wal -- len, + küh -- ler weht der Wind. + } + textII = \lyricmode { + \set stanza = "2." + Wie die vol -- le Trau -- be + aus dem Re -- ben -- lau -- be + pur -- pur -- far -- ben strahl! + Am Ge -- län -- der rei -- fen + Pfir -- si -- che mit Strei -- fen + rot und weiß be -- malt. + } + textIII = \lyricmode { + \set stanza = "3." + Flin -- ke Trä -- ger sprin -- gen, + und die Mäd -- chen sin -- gen, + al -- les ju -- belt froh. + Bun -- te Bän -- der schwe -- ben + zwi -- schen ho -- hen Re -- ben + auf dem Hut von Stroh. + } + textIV = \lyricmode { + \set stanza = "4." + Gei -- ge tönt und Flö -- te + bei der A -- bend -- rö -- te + und im Mor -- gen -- glanz; + jun -- ge Win -- ze -- rin -- nen + win -- ken und be -- gin -- nen + fro -- hen Ern -- te -- tanz. + } diff --git a/Burden_down_Lord/Burden_down_Lord.ly b/Burden_down_Lord/Burden_down_Lord.ly new file mode 100644 index 0000000..0fb10aa --- /dev/null +++ b/Burden_down_Lord/Burden_down_Lord.ly @@ -0,0 +1,44 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\paper { + top-margin = 5 + print-all-headers = ##t +} +\header { + title = "Burden down, Lord" + composer = ##f + tagline = ##f +} + +\score { + \header { + title = ##f + composer = ##f + } + + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto alt { \set stanza = "1." \TextI } + \new Lyrics \lyricsto alt { \set stanza = "2." \TextII } + \new Lyrics \lyricsto alt { \set stanza = "3." \TextIII } + \new Lyrics \lyricsto alt { \set stanza = "4." \TextI } + \new Staff << + \new Voice = tenor { \global \voiceOne \clef "bass" \tenorMelodie } + \new Voice = bass { \global \voiceTwo \clef "bass" \bassMelodie } + >> + >> + \layout { + indent = #0 + } +}
\ No newline at end of file diff --git a/Burden_down_Lord/stimmen.ly b/Burden_down_Lord/stimmen.ly new file mode 100644 index 0000000..fb17116 --- /dev/null +++ b/Burden_down_Lord/stimmen.ly @@ -0,0 +1,56 @@ +\version "2.18" + +global = { + \time 4/4 + \key g \major + \autoBeamOff + \partial 4 +} + +sopranMelodie = \relative d' { + d8 e | + g4 g2 h8 h | + h4 g2 h8 a | + g4 g2 g8 g | + e[ d]~ d4 r d8 e | + g4 g2 h8 d16[ h] | + d4 h2 e8 d | + h4 g2 a8 a | + g2. \bar "|." +} + +altMelodie = \relative d' { + d8 e | + d4 d2 g8 g | + g4 d2 g8 f | + e4 e2 e8 c | + c[ h] h c h4 d8 e | + d4 d2 g8 h16[ g] | + gis4 gis2 gis8 gis | + g4 e fis fis | + d2. \bar "|." +} + +tenorMelodie = \relative d { + d8 e | + h'4 h2 d8 d | + d4 h2 d8 d | + c4 c2 c8 g | + g4 g8 a g4 d8 e | + h'4 h2 d8 d | + e4 d2 h8 h | + cis4 cis c c | + h2. \bar "|." +} + +bassMelodie = \relative d { + d8 e | + g,4 g2 g8 g | + g'4 g2 g8 g | + c,4 c2 c8 e | + g4 g8 g g4 d8 e | + g,4 g2 g'8 fis | + e4 e2 e8 e | + a,4 a d d | + g,2. \bar "|." +} diff --git a/Burden_down_Lord/texte.ly b/Burden_down_Lord/texte.ly new file mode 100644 index 0000000..dfea21a --- /dev/null +++ b/Burden_down_Lord/texte.ly @@ -0,0 +1,21 @@ + +TextI = \lyricmode { + Bur -- den down, Lord, bur -- den down, Lord, + since I lay my bur -- den down, bur -- den down. + Bur -- den down, Lord, bur -- den down, Lord, + since I lay my bur -- den down. +} + +TextII = \lyricmode { + Won -- der will my sis -- ter know me, + since I lay my bur -- den down, bur -- den down. + Won -- der will my sis -- ter know me, + since I lay my bur -- den down. +} + +TextIII = \lyricmode { + Won -- der will my bro -- ther know me, + since I lay my bur -- den down, bur -- den down. + Won -- der will my bro -- ther know me, + since I lay my bur -- den down. +} diff --git a/Das_Grab_ist_leer/Das_Grab_ist_leer.ly b/Das_Grab_ist_leer/Das_Grab_ist_leer.ly new file mode 100644 index 0000000..df846ee --- /dev/null +++ b/Das_Grab_ist_leer/Das_Grab_ist_leer.ly @@ -0,0 +1,40 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \pausen + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + } + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Staff = "maenner" << + \pausen + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "bass" \textII + \context Lyrics = "textDrei" \lyricsto "bass" \textIII + >> + \layout { + indent = #0 + } +} diff --git a/Das_Grab_ist_leer/stimmen.ly b/Das_Grab_ist_leer/stimmen.ly new file mode 100644 index 0000000..ac63580 --- /dev/null +++ b/Das_Grab_ist_leer/stimmen.ly @@ -0,0 +1,43 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + pausen = { + s4 | s1 | s2 r4 s | s1 | s2 r4 s | + s1*5 | s2 r4 s | s1 | s2 r4 \bar "|." + } + + sopranMelodie = \relative d' { + d4 | g2 h | d s4 g, | a( h8[ a] fis4.) g8 | g2 s4 h | + a4. g8 fis4 e | f2 d4 h' | a4. fis8 g4 fis | e2 d4 d | + g2 h | d s4 g, | a( h8[ a] fis4.) g8 | g2 s4 \bar "|." + } + + altMelodie = \relative d' { + d4 | g2 h | fis s4 g | e2 d | d s4 g | + fis4. d8 d4 cis | d2 d4 d | d4. d8 d4 d | d( cis) d d | + g2 h | fis s4 g4 | e2 d | d s4 \bar "|." + } + + tenorMelodie = \relative d { + d4 | g2 h | a s4 d | c2 c | h s4 d | + d4. h8 a4 a | a2 fis4 g | fis4. a8 h4 a | a4.( g8) fis4 d | + g2 h | a s4 d | c2 c | h s4 \bar "|." + } + + bassMelodie = \relative d { + d4 | g2 h | d, s4 h | c2 d | g s4 g | + d4. g8 d4 a' | d,2 d4 g | d4. d8 g4 a | a,2 d4 d | + g2 h | d, s4 h | c2 d | g s4 \bar "|." + } + diff --git a/Das_Grab_ist_leer/texte.ly b/Das_Grab_ist_leer/texte.ly new file mode 100644 index 0000000..122cd39 --- /dev/null +++ b/Das_Grab_ist_leer/texte.ly @@ -0,0 +1,24 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Das Grab ist leer, mein Je -- sus lebt!
+ Ver -- nehmt die Freu -- den -- kun -- de, sie kommt aus En -- gels -- mun -- de.
+ Das Grab ist leer, mein Je -- sus lebt!
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Das Grab ist leer, mein Je -- sus lebt!
+ Der Herr ist auf -- er -- stan -- den, tönt's nun in al -- len Lan -- den.
+ Vor -- bei das Leid, mein Je -- sus lebt!
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Das Grab ist leer, mein Je -- sus lebt!
+ Er hat den Weg be -- rei -- tet, der uns zum Him -- mel lei -- tet.
+ Er hat ge -- siegt, mein Je -- sus lebt!
+ }
diff --git a/Das_Jahr_steht_auf_der_Hoehe/Das_Jahr_steht_auf_der_Hoehe.ly b/Das_Jahr_steht_auf_der_Hoehe/Das_Jahr_steht_auf_der_Hoehe.ly new file mode 100755 index 0000000..1f5daf9 --- /dev/null +++ b/Das_Jahr_steht_auf_der_Hoehe/Das_Jahr_steht_auf_der_Hoehe.ly @@ -0,0 +1,35 @@ +\include "deutsch.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + + +Praes = { + \time 2/2 + \key g \major + \partial 4 +} + +\new ChoirStaff << +\new Staff << + \new Voice = "Sopran" { \voiceOne \relative c' { \Praes + d4 | g4. a8 h a g fis | e2 e4 e | d g g fis | g2 s4 | d g4. a8 h a g fis | e2 e4 e | d g g fis | g2 + s4 h | h4. a8 h4 a8 g | a2 a4 a | g h c8 h a g | fis2 s4 g | g4. fis8 g fis e d | e2 e4 e | d g g fis | g2 s4 \bar "|." }} + \new Voice = "Alt" { \voiceTwo \relative c' { \Praes + d4 | h4. c8 d4 h | g2 c4 h | a c c a | h2 r4 | d h4. c8 d4 h | g2 c4 h | a c c a | h2 r4 + d | d4. fis8 g4 d8 e | fis2 fis4 fis | e g a8 g fis e | d2 r4 d | d4. d8 h4 g | c2 c4 h | a c c a | h2 r4 \bar "|." }} + \addlyrics { \set Stanza = "1. " Das Jahr steht auf der Hö -- he, die gro -- ße Waa -- ge ruht. + Nun schenk uns dei -- ne Nä -- he und mach die Mit -- te gut. Herr, zwi -- schen Blühn und _ Rei -- fen und En -- de und _ Be _ -- ginn lass uns dein Wort er -- grei -- fen und wach -- sen auf dich hin. } + \addlyrics { \set Stanza = "2. " Kaum ist der Tag am läng -- sten, wächst wie -- de -- rum die Nacht. + Be -- geg -- ne uns -- ren Äng -- sten mit dei -- ner Lie -- be Macht. Das Dunk -- le und das _ Hel -- le, der Schmerz, das Glück _ -- lich _ -- sein nimmt al -- les sei -- ne Stel -- le in dei -- ner Füh -- rung ein. } + \addlyrics { \set Stanza = "3. " Das Jahr lehrt Ab -- schied neh -- men schon jetzt zur hal -- ben Zeit. + Wir wol -- len uns nicht grä -- men, nur wach sein und be -- reit, die Ta -- ge los -- zu _ -- las -- sen und was ver -- gäng _ -- lich _ ist, das Ziel ins Au -- ge fas -- sen, das du, Herr, sel -- ber bist. } +>> +\new Staff << + \new Voice = "Maenner" { \relative c { \Praes \clef "bass" + d4 | g4. g8 g4 g | c,2 c4 c | d d d d | <g g,>2 r4 d | g4. g8 g4 g | c,2 c4 c | d d d d | <g g,>2 r4 + g | g4. d8 h4 c | d2 d4 d | e e e e | h2 r4 h | e4. e8 e4 e | a,2 a4 a | d d d d | <g g,>2 r4 \bar "|." + }} +>> + +>> diff --git a/Das_Lob_soll_laut_erschallen/Das_Lob_soll_laut_erschallen.ly b/Das_Lob_soll_laut_erschallen/Das_Lob_soll_laut_erschallen.ly new file mode 100644 index 0000000..934b090 --- /dev/null +++ b/Das_Lob_soll_laut_erschallen/Das_Lob_soll_laut_erschallen.ly @@ -0,0 +1,44 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\paper { + top-margin = 5 + print-all-headers = ##t +} +\header { + title = ##f + composer = ##f + tagline = ##f +} + +\score { + \header { + title = "Das Lob soll laut erschallen" + } + + \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 \lyricsto sopran { \TextI } + \new Lyrics \lyricsto sopran { \TextII } + \new Lyrics \lyricsto sopran { \TextIII } + \new Staff << + \new Voice = maenner { \global \oneVoice \pausen } + \new Voice = tenor { \global \voiceOne \clef "bass" \tenorMelodie } + \new Voice = bass { \global \voiceTwo \clef "bass" \bassMelodie } + >> + >> + \layout { + indent = #0 + } +}
\ No newline at end of file diff --git a/Das_Lob_soll_laut_erschallen/stimmen.ly b/Das_Lob_soll_laut_erschallen/stimmen.ly new file mode 100644 index 0000000..201c242 --- /dev/null +++ b/Das_Lob_soll_laut_erschallen/stimmen.ly @@ -0,0 +1,96 @@ +\version "2.18" + +global = { + \time 4/4 + \key f \major + \autoBeamOff + \partial 4 +} + +pausen = { + s4 | + s1*7 | + s2 r4 \bar "||" s | + s1*7 | + s2. \bar "||" +} + +sopranMelodie = \relative c' { + c4 | + f f8[( g]) a4 f | + c'2 a\breathe | + b4 c8[( b]) a[( b]) c4 | + g8[( f]) g[( a]) g4\breathe c, | + f f8[( g]) a4 f | + c'2 a4.\breathe a8 | + b8 c a b g4. f8 | + f2 s4 \bar "||" c'8[( b]) | + a4 f b b8[( a]) | + g4. f8 e4\breathe a | + g f8[( g]) e4 a | + f4. e8 d4\breathe d' | + d c c4. b8 | + a4. g8 f g a h | + c4. d8 h4. c8 | + c2. \bar "||" +} + +altMelodie = \relative c' { + c4 | + c c f f | + g2 f\breathe | + f4 f f f | + e8[( d]) e[( f]) e4\breathe c | + c c f f | + g2 f4.\breathe f8 | + f f f f f4 e | + c2 s4 \bar "||" g'4 | + f f f f | + e4. d8 c4\breathe c | + d d d cis | + d4. d8 d4\breathe d | + e e g g | + f4. f8 f f f f | + g4 a g f | + e2. \bar "||" +} + +tenorMelodie = \relative c' { + c4 | + a a8[( b]) c4 a | + c2 c\breathe | + d4 d c c | + c4. c8 c4\breathe c | + a a8[( b]) c4 a | + c2 c4.\breathe c8 | + d d c c c4 b | + a2 s4 \bar "||" c + c a d d | + c c c\breathe c | + b b a a | + a g f\breathe g | + g g c c | + c b a8 a a a | + c4 c g g | + g2. \bar "||" +} + +bassMelodie = \relative c { + c4 | + f f f f | + e2 f\breathe | + b,4 b f'8[( g]) a[( b]) | + c4. c8 c[( b])\breathe a[( g]) | + f4 f f f | + e2 f4.\breathe f8 | + b b f f c4 c | + f2 s4 \bar "||" e | + f f b, b | + c c c\breathe f | + g g a a | + d, d d\breathe b | + c c e e | + f f f8 f d d | + e4 f g g | + c,2. \bar "||" +} diff --git a/Das_Lob_soll_laut_erschallen/texte.ly b/Das_Lob_soll_laut_erschallen/texte.ly new file mode 100644 index 0000000..c4271ab --- /dev/null +++ b/Das_Lob_soll_laut_erschallen/texte.ly @@ -0,0 +1,28 @@ + +TextI = \lyricmode { + Das Lob soll laut er -- schal -- len! So -- li De -- o Glo -- ri -- a! + Und Got -- tes Grö -- ße prei -- sen im ju -- beln -- den Ha -- le -- lu -- ja! + \set stanza ="1." + Wir rüh -- men Got -- tes Freund -- lich -- keit, + mit der er täg -- lich uns um -- gibt, + und sei -- ne Gü -- te und Ge -- duld, + mit der er sei -- ne Kin -- der liebt. +} + +TextII = \lyricmode { + \repeat unfold 29 { \skip 1 } + \set stanza ="2." + Wir rüh -- men Got -- tes Schöp -- fer -- kraft, + die einst die gan -- ze Welt ge -- macht, + die Tie -- re, Pflan -- zen und die Men -- schen, + al -- les hat er wohl be -- dacht. +} + +TextIII = \lyricmode { + \repeat unfold 29 { \skip 1 } + \set stanza ="3." + Wir rüh -- men Got -- tes star -- ke Hand, + die al -- les fest in Hän -- den hält. + Er führt uns si -- cher auf dem Weg + und nie sind wir auf uns ge -- stellt. +} diff --git a/Denn_er_hat_seinen_Engeln/Denn_er_hat_seinen_Engeln.ly b/Denn_er_hat_seinen_Engeln/Denn_er_hat_seinen_Engeln.ly new file mode 100644 index 0000000..070c296 --- /dev/null +++ b/Denn_er_hat_seinen_Engeln/Denn_er_hat_seinen_Engeln.ly @@ -0,0 +1,39 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + title = "Denn er hat seinen Engeln" + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \pausen + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + } + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Staff = "maenner" << + \pausen + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "bass" \textII + >> + \layout { + indent = #0 + } +} diff --git a/Denn_er_hat_seinen_Engeln/stimmen.ly b/Denn_er_hat_seinen_Engeln/stimmen.ly new file mode 100644 index 0000000..b7af0de --- /dev/null +++ b/Denn_er_hat_seinen_Engeln/stimmen.ly @@ -0,0 +1,59 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + pausen = { + r2 s | s1*11 | + r2 s | s1*7 | + r2 s | s1*7 | \bar "|." + } + + sopranMelodie = \relative e' { + s2 e4 fis | g fis e2 | e4 e fis g | fis( e) fis2~ | fis e4 fis | + g fis e e~ | \tieDashed e~ \set melismaBusyProperties = #'() e \tieSolid fis g | \slurDashed fis( e) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) d2~ | d4 d d d | + e e2. | e4 e fis g | g2 a | s d, | + d4 c h c | d g a h~ | h c h8[ a] g4 | g1 | + fis4 fis fis g | a2.( h4) | h1 | + s2 d, | d4 c h c | d g a h~ | h c h8[ a] g4 | g1 | + fis4 fis fis g | a g g fis | g1 | \bar "|." + } + + altMelodie = \relative e' { + s2 e4 fis | g fis e2 | e4 e e e | d2 d~ | d e4 fis | + g fis e e~ | \tieDashed e~ \set melismaBusyProperties = #'() e e e | d~ d \tieSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) d2~ | d4 d d d | + c c2. | c4 c c c | e2 fis | s d | + d4 c h c | d g g g~ | g g g g | g1 | + d4 d d e | fis1 | g | + s2 d | d4 c h c | d g g g~ | g g g g | g1 | + d4 d d e | e e e e | d1 | \bar "|." + } + + tenorMelodie = \relative g { + s2 g4 a | h a g2 | g4 g a h | h2 h~ | h g4 a | + h a g g~ | \tieDashed g~ \set melismaBusyProperties = #'() g \tieSolid a h | \slurDashed a( g) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) fis2~ | fis4 fis fis fis | + g g2. | a4 a a a | d2 d | s c | + h4 a g a | h h c d~ | d d d d | d1 | + d4 d d d | d1 | d | + s2 c | h4 a g a | h h c d~ | d d d d | d1 | + d4 d d d | c c c c | h1 | \bar "|." + } + + bassMelodie = \relative e { + s2 e4 e | e e e2 | e4 e e e | h2 h~ | h e4 e | + e e e e~ | \tieDashed e~ \set melismaBusyProperties = #'() e e e | d~ d \tieSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) d2~ | d4 d d d | + c c2. | a4 a a a | d2 d | s d | + g4 g g g | g g g g~ | g g g g | g1 | + d4 d d d | d1 | d | + s2 d | g4 g g g | g g g g~ | g g g g | g1 | + d4 d d d | d d d d | g1 | \bar "|." + } + diff --git a/Denn_er_hat_seinen_Engeln/texte.ly b/Denn_er_hat_seinen_Engeln/texte.ly new file mode 100644 index 0000000..145b8fc --- /dev/null +++ b/Denn_er_hat_seinen_Engeln/texte.ly @@ -0,0 +1,22 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Wer auf Gott ver -- traut, braucht sich nicht zu fürch -- ten
+ vor den Träu -- men der Nacht _ und der Ein -- sam -- keit.
+ Er darf mit Hoff -- nung in den neu -- en Tag gehn.
+ Denn er hat sei -- nen En -- geln be -- foh -- len ü -- ber dir,
+ dass sie dich be -- hü -- ten.
+ Denn er hat sei -- nen En -- geln be -- foh -- len ü -- ber dir,
+ dass sie dich be -- schüt -- zen Tag und Nacht.
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Wer auf Gott ver -- traut, darf sich si -- cher wis -- sen
+ in den Hän -- den der Lie -- be, die ihn hal -- _ ten.
+ Er darf mit Freu -- de Got -- tes Hil -- fe se -- hen.
+ }
diff --git a/Der_Herr_mein_Hirte_fuehret_mich/Der_Herr_mein_Hirte_fuehret_mich.ly b/Der_Herr_mein_Hirte_fuehret_mich/Der_Herr_mein_Hirte_fuehret_mich.ly new file mode 100644 index 0000000..e02245a --- /dev/null +++ b/Der_Herr_mein_Hirte_fuehret_mich/Der_Herr_mein_Hirte_fuehret_mich.ly @@ -0,0 +1,50 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Lyrics = textSopranI { } + \new Lyrics = textSopranII { } + \new Lyrics = textSopranIII { } + \new Lyrics = textSopranIV { } + \new Lyrics = textSopranV { } + \new Staff << + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + \new Lyrics = textI { } + \new Lyrics = textII { } + \new Lyrics = textIII { } + \new Lyrics = textIV { } + \new Lyrics = textV { } + \new Staff << + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = textSopranI \lyricsto "sopran" \textIa + \context Lyrics = textSopranII \lyricsto "sopran" \textIIa + \context Lyrics = textSopranIII \lyricsto "sopran" \textIIIa + \context Lyrics = textSopranIV \lyricsto "sopran" \textIVa + \context Lyrics = textSopranV \lyricsto "sopran" \textVa + \context Lyrics = textI \lyricsto "bass" \textI + \context Lyrics = textII \lyricsto "bass" \textII + \context Lyrics = textIII \lyricsto "bass" \textIII + \context Lyrics = textIV \lyricsto "bass" \textIV + \context Lyrics = textV \lyricsto "bass" \textV + >> + \layout { + indent = #0 + } +} diff --git a/Der_Herr_mein_Hirte_fuehret_mich/stimmen.ly b/Der_Herr_mein_Hirte_fuehret_mich/stimmen.ly new file mode 100644 index 0000000..01ed983 --- /dev/null +++ b/Der_Herr_mein_Hirte_fuehret_mich/stimmen.ly @@ -0,0 +1,38 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key es \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + + sopranMelodie = \relative b { + b4 | g'2 as8.[ f16] | b2 as8[ f] | es2 d4 | es2\breathe g4 | g( f) f | + a2 a4 | b2.~ | b2\breathe g4 | g( as) g | f2 g4 | + \slurDashed \set melismaBusyProperties = #'() as( b) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) as | g2\breathe g4 | f( as) c | es,2 d4 | es2.~ | es2 \bar "|." + } + + altMelodie = \relative b { + b4 | es2 f4 | f2 c8[ d] | c2 b4 | b2 es4 | es( d) f | + f4.( es8) f4 | \slurDashed \set melismaBusyProperties = #'() f( as) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) g | f2 es4 | es2 es4 | f2 c4 | + \tieDashed \set melismaBusyProperties = #'() c~ c \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) d | es2 es4 |f2 f4 | b,4.( c8) b4 | g( c) as | b2 \bar "|." + } + + tenorMelodie = \relative g { + g4 | b2 c4 | b( f4.) as8 | g4( f) f | g2\breathe b4 | b2 b4 | + c2 c4 | \slurDashed \set melismaBusyProperties = #'() b( b) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) b8[ c] | d2\breathe b4 | b2 b4 | b2 b4 | + \tieDashed \set melismaBusyProperties = #'() as~ as \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) as | c2 c4 | c2 c4 | g4.( as8) f4 | es( as) f | g2 \bar "|." + } + + bassMelodie = \relative es { + es4 | es2 es4 | d2 f4 | c( as) b | es2 es4 | b2 d4 | + f2 f4 | \slurDashed \set melismaBusyProperties = #'() d( f) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) es | b2 es4 | es( f) es | d2 e4 | + \tieDashed \set melismaBusyProperties = #'() f~ f \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) f | c\breathe c'( b) | as( f) as, | b2 b4 | c2 c4 | es2 \bar "|." + } diff --git a/Der_Herr_mein_Hirte_fuehret_mich/texte.ly b/Der_Herr_mein_Hirte_fuehret_mich/texte.ly new file mode 100644 index 0000000..78acb8d --- /dev/null +++ b/Der_Herr_mein_Hirte_fuehret_mich/texte.ly @@ -0,0 +1,52 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Der Herr, mein Hir -- te füh -- ret mich, + für -- wahr, nichts man -- gelt, man -- _ gelt mir. + Er la -- gert mich auf grü -- _ nen Aun bei fri -- schem, fri -- schem Was -- ser hier. + } + textIa = \lyricmode { + \repeat unfold 11 { \skip 1 } man -- gelt mir. + \repeat unfold 12 { \skip 1 } Was -- ser hier. + } + textII = \lyricmode { + \set stanza = "2." + Er -- qui -- ckung schenkt er mei -- ner Seel und füh -- ret gnä -- dig, gnä -- _ dig -- lich + um sei -- nes ho -- hen Na -- _ mens Ehr auf rech -- ter, rech -- ter Stra -- ße mich. + } + textIIa = \lyricmode { + \repeat unfold 11 { \skip 1 } gnä -- dig -- lich. + \repeat unfold 12 { \skip 1 } Stra -- ße mich. + } + textIII = \lyricmode { + \set stanza = "3." + Geh ich durchs dunk -- le To -- des -- tal, ich fürcht kein Un -- glück, kein Un -- glück dort. + Denn du bist da! Dein Ste -- cken und Stab sind Trös -- tung, Trös -- tung mir und Hort! + } + textIIIa = \lyricmode { + \repeat unfold 11 { \skip 1 } Un -- glück dort. + \repeat unfold 12 { \skip 1 } mir und Hort! + } + textIV = \lyricmode { + \set stanza = "4." + Den Tisch be -- rei -- test du vor mir selbst vor der Fein -- de, der Fein -- de Schar. + Mein Haupt salbst du mit dei -- _ nem Öl, mein Kelch, mein Kelch fließt ü -- ber gar. + } + textIVa = \lyricmode { + \repeat unfold 11 { \skip 1 } Fein -- de Schar. + \repeat unfold 12 { \skip 1 } ü -- ber gar. + } + textV = \lyricmode { + \set stanza = "5." + Ja, dei -- ne Gü -- te fol -- get mir mein gan -- zes, gan -- zes Le -- _ ben lang, + und im -- mer -- das im Haus _ des Herrn er -- tönt, er -- tönt mein Lob -- ge -- sang. + } + textVa = \lyricmode { + \repeat unfold 11 { \skip 1 } Le -- ben lang. + \repeat unfold 12 { \skip 1 } Lob -- ge -- sang. + } diff --git a/Die_Gott_lieben/Die_Gott_lieben.ly b/Die_Gott_lieben/Die_Gott_lieben.ly new file mode 100644 index 0000000..e5a9cf6 --- /dev/null +++ b/Die_Gott_lieben/Die_Gott_lieben.ly @@ -0,0 +1,50 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = "frauen" { \global \pausen } + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + \new Lyrics = "textRefrain" {} + \new Staff << + \new Voice = "maenner" { \global \pausen } + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textRefrain" \lyricsto "bass" \textRefr + >> + \layout { + indent = #0 + } +} +\score { + \new Staff << + \new Voice = "alle" { \global \strMelodie } + \new Lyrics = "textI" {} + \new Lyrics = "textII" {} + \new Lyrics = "textIII" {} + \new Lyrics = "textIV" {} + \context Lyrics = "textI" \lyricsto "alle" \textStrI + \context Lyrics = "textII" \lyricsto "alle" \textStrII + \context Lyrics = "textIII" \lyricsto "alle" \textStrIII + \context Lyrics = "textIV" \lyricsto "alle" \textStrIV + >> + \layout { + indent = #0 + } +} diff --git a/Die_Gott_lieben/stimmen.ly b/Die_Gott_lieben/stimmen.ly new file mode 100644 index 0000000..f36946f --- /dev/null +++ b/Die_Gott_lieben/stimmen.ly @@ -0,0 +1,54 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 2 + } + +% Die Stimmen + + pausen = { + s2 | s1*3 | s2 + r4 s | s1 | r4 s2. | s1*5 | + s2 r4 s | s1 | r4 s2. | s1 | s2 + } + + sopranMelodie = \relative cis' { + cis4 e | a a a a | a2 a4 a | a2 e~ | e + s4 e | a2 a | s4 h h8 h4. | h1~ | h2 + a4 h | cis cis cis cis | cis2 cis4 h | a2 fis~ | fis + s4 a | a2 e | s4 h' a8 gis4. | a1~ | a2^\fermata \bar "|." + } + + altMelodie = \relative cis' { + cis4 e | cis cis cis cis | d2 d4 d | cis2 cis~ | cis + s4 e | cis2 cis | s4 dis dis8 dis4. | e2( fis | gis) + fis4 e | e e e e | eis2 eis4 gis | fis2 fis~ | fis + s4 fis | e2 e | s4 fis e8 e4. | e1~ | e2_\fermata \bar "|." + } + + tenorMelodie = \relative cis { + cis4 e | e e e e | fis2 fis4 fis | e2 e~ | e + s4 e | fis2 fis | s4 fis fis8 fis4. | gis2( a | h) + fis4 gis | a a a a | gis2 gis4 cis | cis2 a~ | a + s4 a | cis2 a | s4 d cis8 h4. | cis1~ | cis2^\fermata \bar "|." + } + + bassMelodie = \relative cis { + cis4 e | a, a a a | a2 a4 a | a2 a~ a + s4 e' | fis2 fis | s4 h, h8 h4. | e1~ | e2 + fis4 e | a, a a a | cis2 cis4 eis | fis2 fis4( e | d2) + s4 d | cis2 cis | s4 d4 e8 e4. | a,1~ | a2_\fermata \bar "|." + } + + strMelodie = \relative cis' { + cis4 d | e2. e4 | a a fis8 d4. | e1~ | + e2 cis4 e | a2. a4 | h h gis8 fis4. | e1~ | + e2 cis4 d | e2. e4 | a a fis8 d4. | e1~ | + e2 a4 a | a2. a4 | h h a8 gis4. | a1~ | a2 \bar "||" + } diff --git a/Die_Gott_lieben/texte.ly b/Die_Gott_lieben/texte.ly new file mode 100644 index 0000000..7e6476a --- /dev/null +++ b/Die_Gott_lieben/texte.ly @@ -0,0 +1,44 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textRefr = \lyricmode { + \set stanza = "Refr." + \repeat unfold 2 { + Die Gott lie -- ben wer -- den sein wie die Son -- ne, die auf -- geht in ih -- rer Pracht. + } + } + + textStrI = \lyricmode { + \set stanza = "1." + Noch ver -- birgt die Dun -- kel -- heit das Licht + und noch se -- hen wir die Son -- ne nicht. + Doch schon zieht ein neu -- er Tag her -- auf + und das Licht des Mor -- gens leuch -- tet auf. + } + + textStrII = \lyricmode { + \set stanza = "2." + Vie -- le Trä -- nen wer -- den noch ge -- weint + und der Mensch ist noch des Men -- schen Feind. + Doch weil Je -- sus für die Fein -- de starb, + hof -- fen wir, weil er uns Hoff -- nung gab. + } + + textStrIII = \lyricmode { + \set stanza = "3." + Krieg und Ter -- ror sind noch nicht ge -- bannt + und das Un -- recht nimmt noch ü -- ber -- hand. + Doch der Tag, er steht schon vor der Tür. + Herr, du kommst! Wir dan -- ken dir da -- für. + } + + textStrIV = \lyricmode { + \set stanza = "4." + Noch ver -- birgt die Dun -- kel -- heit das Licht + und noch se -- hen wir den Him -- mel nicht. + Doch die Zeit der Schmer -- zen wird ver -- gehn + und dann wer -- den wir den Va -- ter sehn. + } diff --git a/Die_Weihnachtsgeschichte/Die_Weihnachtsgeschichte.ly b/Die_Weihnachtsgeschichte/Die_Weihnachtsgeschichte.ly new file mode 100644 index 0000000..39fbfa0 --- /dev/null +++ b/Die_Weihnachtsgeschichte/Die_Weihnachtsgeschichte.ly @@ -0,0 +1,156 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\pointAndClickOff + +\header { + title = "Die Weihnachtsgeschichte" + composer = "Arnold Melchior Brunckhorst (um 1670-1725)" + %opus = "<+Werk+>" + tagline = "" +} +\paper { + top-margin = 5 +} + + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = frauen { \globalIII \pausenFrauenIII } + \new Voice = sopran { \globalIII \voiceOne \sopranIII } + \new Voice = alt { \globalIII \voiceTwo \altIII } + >> + } + \new Lyrics = textIII + \new Staff << + \new Voice = maenner { \globalIII \clef "bass" \pausenMaennerIII } + \new Voice = tenor { \globalIII \clef "bass" \voiceOne \tenorIII } + \new Voice = bass { \globalIII \clef "bass" \voiceTwo \bassIII } + >> + \context Lyrics = textIII \lyricsto bass \textIII + >> + \header { + piece = \markup { \bold "3. Chor" } + } + \layout { + indent = #0 + } +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = frauen { \globalIX \pausenFrauenIX } + \new Voice = sopran { \globalIX \voiceOne \sopranIX } + \new Voice = alt { \globalIX \voiceTwo \altIX } + >> + } + \new Lyrics = textIX + \new Staff << + \new Voice = maenner { \globalIX \clef "bass" \pausenMaennerIX } + \new Voice = tenor { \globalIX \clef "bass" \voiceOne \tenorIX } + \new Voice = bass { \globalIX \clef "bass" \voiceTwo \bassIX } + >> + \context Lyrics = textIX \lyricsto bass \textIX + >> + \header { + piece = \markup { \bold "9. Arie (Bass) und Chor" } + } + \layout { + indent = #0 + } +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = frauen { \globalXI \pausenXI } + \new Voice = sopran { \globalXI \voiceOne \sopranXI } + \new Voice = alt { \globalXI \voiceTwo \altXI } + >> + } + \new Lyrics = textXI + \new Staff << + \new Voice = maenner { \globalXI \clef "bass" \pausenXI } + \new Voice = tenor { \globalXI \clef "bass" \voiceOne \tenorXI } + \new Voice = bass { \globalXI \clef "bass" \voiceTwo \bassXI } + >> + \context Lyrics = textXI \lyricsto bass \textXI + >> + \header { + piece = \markup { \bold "11. Chor" } + } + \layout { + indent = #0 + } +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = frauen { \globalXIV \pausenFrauenXIV } + \new Voice = sopran { \globalXIV \voiceOne \sopranXIV } + \new Voice = alt { \globalXIV \voiceTwo \altXIV } + >> + } + \new Lyrics = textXIV + \new Staff << + \new Voice = maenner { \globalXIV \clef "bass" \pausenMaennerXIV } + \new Voice = tenor { \globalXIV \clef "bass" \voiceOne \tenorXIV } + \new Voice = bass { \globalXIV \clef "bass" \voiceTwo \bassXIV } + >> + \context Lyrics = textXIV \lyricsto bass \textXIV + >> + \header { + piece = \markup { \bold "14. Chor" } + } + \layout { + indent = #0 + } +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Lyrics = textXVSopran + \new Staff { + << + \new Voice = frauen { \globalXV \pausenXV } + \new Voice = sopran { \globalXV \voiceOne \sopranXV } + \new Voice = alt { \globalXV \voiceTwo \altXV } + >> + } + \new Lyrics = textXV + \new Lyrics = textXVTenor + \new Staff << + \new Voice = maenner { \globalXV \clef "bass" \pausenXV } + \new Voice = tenor { \globalXV \clef "bass" \voiceOne \tenorXV } + \new Voice = bass { \globalXV \clef "bass" \voiceTwo \bassXV } + >> + \new Lyrics = textXVBass + \context Lyrics = textXVSopran \lyricsto sopran \textXVSopran + \context Lyrics = textXV \lyricsto alt \textXV + \context Lyrics = textXVTenor \lyricsto tenor \textXVTenor + \context Lyrics = textXVBass \lyricsto bass \textXVBass + >> + \header { + piece = \markup { \bold "15. Choral" } + } + \layout { + indent = #0 + } +} + diff --git a/Die_Weihnachtsgeschichte/stimmen.ly b/Die_Weihnachtsgeschichte/stimmen.ly new file mode 100644 index 0000000..30576bc --- /dev/null +++ b/Die_Weihnachtsgeschichte/stimmen.ly @@ -0,0 +1,275 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + globalIII = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + \partial 4 + } + + pausenFrauenIII = { + s4 | s2.*3 | s2 r4 | R2.*14 | + s2.*4 | s2 r4 | R2.*13 | + s2.*4 | s2 r4 | + R2.*16 | s2.*5 | s4 r2 | + R2.*10 | s2.*5 | s4 r2 | R2.*8 | \bar "|." + } + + pausenMaennerIII = { + s4 | s2.*3 | s2 r4 | R2.*14 | + s2.*4 | s2 r4 | R2.*13 | + s2.*5 | + R2.*17 | r2 s4 | s2.*3 | s4 r s | + R2.*10 | s2.*5 | s4 r2 | R2.*8 | \bar "|." + } + + sopranIII = \relative g' { + g4 | c e d | e e g | e4. e8 d4 | c c s | s2.*14 | + \new CueVoice { \voiceOne r2 } d4 | d h d | d h d | e4. e8 fis4 | g g s | s2.*13 | + \new CueVoice { \voiceOne e4 c } e | e e d | e e g | e e d | c c s | + s2.*16 | \new CueVoice { \voiceOne a8[ h a h c d] | h4 h } h | c c h | c c d | e4. e8 e4 | d s2 | + s2.*10 | \new CueVoice { \voiceOne h8[ a h d c d] | h4 h } g | c e d | e4. e8 e4 | d d4. c8 | c4^\fermata s2 | s2.*8 | \bar "|." + } + + altIII = \relative e' { + e4 | e g g | g g g | g4. g8 g4 | e e s | s2.*14 | + \new CueVoice { \voiceTwo h4 h } g'4 | g g g | g g g | g4. g8 a4 | h4 h s | s2.*13 | + \new CueVoice { \voiceTwo r2 } g4 | g g g | g g g | g g g | e e s | + s2.*16 | \new CueVoice { \voiceTwo d8[ c d f e f] | d4 d } d | e e d | e e g | e4. e8 e4 | e s2 | + s2.*10 | \new CueVoice { \voiceTwo f4 f r | r2 } e4 | e g g | g4. g8 g4 | a g4. g8 | e4_\fermata s2 | s2.*8 | \bar "|." + } + + tenorIII = \relative c' { + c4^\f | c c d | c c d | c4. c8 h4 | c c s | s2.*14 | + \new CueVoice { \voiceOne r2 } h4^\f | h d h | h d d | e4. e8 d4 | d d s | s2.*13 | + \new CueVoice { \voiceOne r2 } c4^\f | c c h | c c d | c c h | c c \new CueVoice { \voiceOne g' } | + s2.*17 | s2 g,4^\f | g g g | g g h | c4. c8 c4 | h4 s \new CueVoice { \voiceOne r } | + s2.*10 | \new CueVoice { \voiceOne c8[ d c d e f] | d4 d } c^\f | c c h | c4. c8 c4 | c h h | c^\fermata s2 | s2.*8 | \bar "|." + } + + bassIII = \relative c { + c4 | c c h | c c h | c4. c8 g'4 | c, c s | s2.*14 | + \new CueVoice { \voiceTwo g'4 g } g | g g g | g g h, | c4. c8 d4 | g, g s | s2.*13 | + \new CueVoice { \voiceTwo g'8[ f g a] } c,4 | c c g' | c, c h | c e g | c, c \new CueVoice { \voiceTwo r4 } | + s2.*17 | s2 g'4 | c, c g' | c, c g' | c,4. c8 c4 | g' s \new CueVoice { \voiceTwo g } | + s2.*10 | \new CueVoice { \voiceTwo r2. | r2 } c,4 | c c g' | c4. c8 c4 | f, g4. g8 | c,4_\fermata s2 | s2.*8 | \bar "|." + } + + globalIX = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + + pausenFrauenIX = { + R1*33 | r2 s | + s1*11 | s2 r | + R1*5 | \bar "|." + } + + pausenMaennerIX = { + R1*29 | s2. r4 | r2 s | s4 r2. | s r4 | r2 s | + s1*11 | s2 r | + s2. r4 | r2 s | s4 r2. | s r4 | R1 | \bar "|." + } + + sopranIX = \relative c'' { + s1*33 | s2 c4 g | + a c f d | e e d d | e d c4. c8 | h2 e4 e | + c c f f | d d g g | fis g g4. f8 | g2 e4 e | c c f f | + d d e e | e d d4. c8 | c4 c s2 | + s1*5 | \bar "|." + } + + altIX = \relative e' { + s1*33 | s2 e4 e | + f g f g | g g g g | g g g fis | g2 g4 g | + a a a a | h h g g | a h a4. a8 | g2 g4 g | a a a a | + g g g g | a a g4. g8 | e4 e s2 | + s1*5 | \bar "|." + } + + tenorIX = \relative c' { + s1*29 | c4^\f e,8. g16 c4 s | s2 g4 h,8. d16 | g4 s2. | c4 e,8. g16 c4 s | s2 c4^\f c | + c c c h | c c d h | c h a a | h2 c4 c | + c c d d | d d d h | d d d4. d8 | h2 c4 c | e e d d | + h h c c | c c c h | c c s2 | + c4 e,8. g16 c4 s | s2 g4 h,8. d16 | g4 s2. | c4 e,8. g16 c4 s | s1 | \bar "|." + } + + bassIX = \relative c' { + s1*29 | c4 e,8. g16 c,4 s | s2 g'4 h,8. d16 | g,4 s2. | c'4 e,8. g16 c,4 s | s2 c4 c | + f e d g | c c h g | c h a4. d,8 | g2 c,4 c | + f f d d | g g h g | d' g, d4. d8 | g2 e4 e | a a d, d | + g g c, c | f fis g g | c, c s2 | + c'4 e,8. g16 c,4 s | s2 g'4 h,8. d16 | g,4 s2. | c'4 e,8. g16 c,4 s | s1 | \bar "|." + } + + globalXI = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + + pausenXI = { + r4 s2. | s4 r2. | R1 | r4 s2. | + s1*2 | s4 r2. | R1 | + r4 s2. |s1 | s4 r2. | R1 | \bar "||" + \time 3/4 + r2 s4 | s2.*7 | s2 r4 | R2.*5 | \bar "||" + \time 4/4 + r4 s2. | s1*2 | \bar "||" + \time 3/4 + s2 r4 | R2.*8 | \bar "|." + } + + sopranXI = \relative e'' { + s4 e8 d e d16[ c] f8 f | f16[ e] e8 s2. | s1 | s4 e8 d e d16[ c] f8 f | + f16[ e] e8 d d e d e d16[ c] | d8 d d d c h a8. g16 | g8 g s2. | s1 | + s4 e'8 e c c f f | f16[ e] e8 f e d c16[ d] e8 d16[ c] | c8 c s2. | s1 | \bar "||" + \time 3/4 + s2 g4 | c c d | e c e | d8[ c] d[ e] c[ d] | h4 g d' | + e e d | e c d | e4. f8 d4 | c c s | s2.*5 | \bar "||" + \time 4/4 + s4 d8 d16[ c] h8 a16[ g] c8 c | c16[ h] h8 g' g16[ f] e8 d16[ c] f8 f | + f16[ e] e8 f e d c16[ d] e8 d16[ c] | \bar "||" + \time 3/4 + c4 c s | s2.*8 | \bar "|." + } + + altXI = \relative g' { + s4 g8 g g g a h | g g s2. | s1 | s4 g8 g g g a h | + g g g h g g g g | g g g g fis g g fis | d d s2. | s1 | + s4 g8 g g g a g | g g f g16[ a] h8 g g g | e e s2. | s1 | \bar "||" + \time 3/4 + s2 e4 | e e g | g g g | g g fis | g g g | + g g g | g g g | g a g | e e s | s2.*5 | \bar "||" + \time 4/4 + s4 d8 d d d e fis | d d g g g g a h | + g g f g16[ a] h8 g g g | \bar "||" + \time 3/4 + e4 e s | s2.*8 | \bar "|." + } + + tenorXI = \relative e' { + s4 e8^\f d c e c d | c c s2. | s1 | s4 e8^\f d c e c d | + c c d d c d c c | h h d d d d d8. d16 | h8 h s2. | s1 | + s4 c8^\f c e e d d | c c h c f e16[ d] c8 h | c c s2. | s1 | \bar "||" + \time 3/4 + s2 c4^\f | c c h | c e c | d h c | d h h | + c c h | c e d | c c h | c c s | s2.*5 | \bar "||" + \time 4/4 + s4 h8^\f a g h g a | g g c d c e c d | + c c h c f e16[ d] c8 h | \bar "||" + \time 3/4 + c4 c s | s2.*8 | \bar "|." + } + + bassXI = \relative c' { + s4 c8 h c c a g | c, c s2. | s1 | s4 c'8 h c c a g | + c c h g c h c c | g g h h a g d d | g g s2. | s1 | + s4 c8 c a a d, h | c c d e16[ f] g8 c g g | c, c s2. | s1 | \bar "||" + \time 3/4 + s2 c4 | c c g' | c, c c' | h h a | g g g | + c, c g' | c, c h | c f g | c, c s | s2.*5 | \bar "||" + \time 4/4 + s4 g'8 fis g g e d | g g c, h c c a g | + c c d e16[ f] g8 c g g | \bar "||" + \time 3/4 + c,4 c s | s2.*8 | \bar "|." + } + + globalXIV = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 3/2 + \autoBeamOff + } + + pausenFrauenXIV = { + s1. | s2 r s | s1.*24 | \bar "|." + } + + pausenMaennerXIV = { + s1. | s2 r1 | R1. | s1.*3 | + R1.*2 | s1. | s2 r1 | R1. | s1.*15 | \bar "|." + } + + sopranXIV = \relative c'' { + c2 c h | c s \new CueVoice { \voiceOne f | e4 d e d g2 | } c, c h | c d d | c1 h2 | + \new CueVoice { \voiceOne d d e | d g e | } g, g fis | g \new CueVoice { \voiceOne g' e | d d g | } c, c h | + c e d | e1 d2 | f f f | f1 e2 | e1 d2 | d2. d4 c2 | + c4 c c2.( h4) |c1. | f2 f f | f1 e2 | e1 d2 | d2. d4 c2 | c4 c c2.( h4) | c1.^\fermata | \bar "|." + } + + altXIV = \relative g' { + g2 g g | g s2 \new CueVoice { \voiceTwo r | R1. | } g2 g g | g g g | g( fis) g | + \new CueVoice { \voiceTwo R1.*2 | } d2 d d | d \new CueVoice { \voiceTwo r1 | R1. | } g2 g g | + g g g | g1 g2 | f a a | g1 g2 | g1 a2 | g2. g4 g2 | + a4 a g1 | g1. | f2 a a | g1 g2 | g1 a2 | g2. g4 g2 | a4 a g1 | g1._\fermata | \bar "|." + } + + tenorXIV = \relative e' { + e2^\f e d | e s1 | s1. | e2 e d | e d h | c1 d2 | + s1.*2 | h2^\ff h a | h s1 | s1. | e2 e d | + e c h | c1 h2 | c^\mf c d | h1 c2 | c1 c2 | h2. h4 c2 | + f4 e d1 | e1. | c2^\f c d | h1 c2 | c1 c2 |h2. h4 c2 | f4 e d1 | e1.^\fermata | \bar "|." + } + + bassXIV = \relative c { + c2 e g | c, s1 | s1. | c2 e g | c h h | a1 g2 | + s1.*2 | g2 h d | g, s1 | s1. | c,2 e g | + c c g | c1 g2 | a a d, | g1 c,2 | e1 f2 | f2. f4 e2 | + f4 f g1 | c,1. | a'2 a d, | g1 c,2 | e1 f2 | f2. f4 e2 | f4 f g1 | c,1._\fermata | \bar "|." + } + + globalXV = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 3/2 + \autoBeamOff + } + + pausenXV = { + s1.*16 | \bar "||" + \time 4/4 | + r4 s2. | s1*4 | \bar "|." + } + + sopranXV = \relative c'' { + c2 h a | h1 g2 | a1 h2 | c1. | c2 c g | g1 e2 | g1 f2 | e1. | + e2 a a | g1 h2 | c( h) a | g1. | c2 h a | g1 g2 | + f( e) d | c1. | \bar "||" + \time 4/4 + s4 c' c c | c2 d | h c~ | c h | c1 | \bar "|." + } + + altXV = \relative g' { + g2 g a | g1 d2 | fis1 g2 | g1. | g2 g e | e1 c2 | d1 d2 | cis1. | + cis2 e fis | g1 g2 | g1 fis2 | g1. | a2 g e | d1 e2 | + c1 h2 | c1. | \bar "||" + \time 4/4 + s4 g' g g | a2 a | g1 | g | g | \bar "|." + } + + tenorXV = \relative e' { + e2^\mf d c | h1 h2 | d1 d2 | e1. | e2 e c | c1 g2 | g1 a2 | a1. | + a2 a a | h1 d2 | e( d) d | h1. | c2 h c | h1 g2 | + a g1 | g1. | \bar "||" + \time 4/4 + s4 e'^\ff e e | f2 f | d e4 e | d2. d4 | e1 | \bar "|." + } + + bassXV = \relative c { + c2 g a | e'1 g2 | d1 g2 | c,1. | c2 c e | c1 c2 | h1 d2 | a1. | + a2 cis d | g,1 g2 | c( g) d' | g1. | f2 g a | h( h,) c | + f( c) g' | c,1. | \bar "||" + \time 4/4 + s4 c c c f2 d | g1 | g | c, | \bar "|." + } + diff --git a/Die_Weihnachtsgeschichte/texte.ly b/Die_Weihnachtsgeschichte/texte.ly new file mode 100644 index 0000000..5d28435 --- /dev/null +++ b/Die_Weihnachtsgeschichte/texte.ly @@ -0,0 +1,54 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textIII = \lyricmode { + %<+hier den Text für den Alt eintragen+> + Nun zei -- get der Him -- mel die schöns -- ten Ge -- bär -- den, + drum re -- get, be -- we -- get sich al -- les auf Er -- den, + drum re -- get, be -- we -- get sich al -- les auf Er -- den, + es ge -- het die Son -- ne zu Mit -- ter -- nacht auf, + drum rich -- tet nach Ka -- na -- an al -- les den Lauf. + } + + textIX = \lyricmode { + Fürch -- tet euch nicht, fürch -- tet euch nicht, fürch -- tet euch nicht! + Frie -- de, Freud in ho -- hen Hö -- hen! Frie -- de, Freud in tie -- fem Tal! + Freud und Won -- ne, wo wir ge -- hen, ja man hö -- ret ü -- ber -- all nichts als Fried und Freu -- den klin -- gen und die En -- gel Got -- tes sin -- gen: + Fürch -- tet euch nicht, fürch -- tet euch nicht, fürch -- tet euch nicht! + } + + textXI = \lyricmode { + Soll -- ten wir uns heut nicht freu -- en, + soll -- ten wir uns heut nicht freu -- en, da die En -- gel Pal -- men streu -- en, da die En -- gel Pal -- men streu -- en? + Soll -- ten wir uns heut nicht freu -- en, da die En -- gel Pal -- men streu -- en? + Ja, Freu -- de die Fül -- le und lieb -- li -- ches We -- sen bringt Je -- sus, das Kind -- lein wo -- durch wir ge -- ne -- sen. + Ach, wer woll -- te sich denn scheu -- en, soll -- ten wir uns heut nicht freu -- en, da die En -- gel Pal -- men streu -- en? + } + + textXIV = \lyricmode { + Eh -- re sei Gott, Eh -- re sei Gott in der Hö -- he! + Eh -- re sei Gott, Eh -- re sei Gott in der Hö -- he, + Frie -- de auf Er -- den und den Men -- schen ein Wohl -- ge -- fal -- len; + Frie -- de auf Er -- den und den Men -- schen ein Wohl -- ge -- fal -- len! + } + + textXV = \lyricmode { + Lob, Ehr sei Gott im höchs -- ten Thron, der uns schenkt sei -- nen eig -- nen Sohn! + Des freu -- en sich der En -- gel Schar und sin -- gen uns solch neu -- es Jahr, + und sin -- gen uns solch neu -- es Jahr. + } + textXVSopran = \lyricmode { + \repeat unfold 37 { \skip 1 } + neu -- _ es Jahr. + } + textXVTenor = \lyricmode { + \repeat unfold 37 { \skip 1 } + neu -- es, solch neu -- es Jahr. + } + textXVBass = \lyricmode { + \repeat unfold 37 { \skip 1 } + neu -- es Jahr. + } diff --git a/Dies_ist_der_Tag_des_Herrn/Dies_ist_der_Tag_des_Herrn.ly b/Dies_ist_der_Tag_des_Herrn/Dies_ist_der_Tag_des_Herrn.ly new file mode 100644 index 0000000..08166e5 --- /dev/null +++ b/Dies_ist_der_Tag_des_Herrn/Dies_ist_der_Tag_des_Herrn.ly @@ -0,0 +1,39 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff + << + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Lyrics = "textVier" {} + \new Staff = "maenner" << + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "bass" \textII + \context Lyrics = "textDrei" \lyricsto "bass" \textIII + \context Lyrics = "textVier" \lyricsto "bass" \textIV + >> + \layout { + indent = #0 + } +} diff --git a/Dies_ist_der_Tag_des_Herrn/Dies_ist_der_Tag_des_Herrn.ly.old b/Dies_ist_der_Tag_des_Herrn/Dies_ist_der_Tag_des_Herrn.ly.old new file mode 100755 index 0000000..8b11e7a --- /dev/null +++ b/Dies_ist_der_Tag_des_Herrn/Dies_ist_der_Tag_des_Herrn.ly.old @@ -0,0 +1,27 @@ +\include "deutsch.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 100 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +Praes = { + \time 4/4 + \key d \major +} + +\new ChoirStaff << +\new Staff { \Praes r2 r4 << + \new Voice = "Sopran" { \voiceOne \relative c'' { a | fis d a' fis | d'2. \breathe cis4 | h a g fis | e2. \breathe e4 | fis d h' a | gis e e' d | cis2 h | a2. \breathe a4 | h2 cis | d2. \breathe d,4 | e fis g a | h cis d e | d2 cis | d2. }} + \addlyrics { \set stanza = #"1. " Dies ist der Tag des Herrn, stimmt Dan -- kes -- lie -- der an. Freut euch in ihm; be -- denk, was er für uns ge -- tan. Singt uns -- rem Herrn. Preist sei -- ne gro -- ße Freund -- lich -- keit. Hal -- le -- lu -- ja! } + \addlyrics { \set stanza = #"2. " Fällt euch das Lob noch schwer, lähmt euch die Last der Welt? Ver -- traut dem Herrn, der al -- les fest in Hän -- den hält. Lobt un -- sern Herrn. Rühmt sei -- ne Gü -- te und Ge -- duld. Hal -- le -- lu -- ja! } + \addlyrics { \set stanza = #"3. " Die Freu -- de füllt dies Haus macht die -- sen Tag zum Fest. Der Herr ist mit -- ten un -- ter uns, sein Wort steht fest. Dankt uns -- rem Herrn. Ver -- gesst nicht, was er für uns tat. Hal -- le -- lu -- ja! } + \addlyrics { \set stanza = #"4. " In je -- den Ton schwingt Dank und Lob -- preis bricht sich Bahn. Wir stehn in Ehr -- furcht vor dem Herrn und be -- ten an. Preist un -- sern Herrn. Nur ihm al -- lein ge -- hört der Ruhm. Hal -- le -- lu -- ja! } + \new Voice = "Alt" { \voiceTwo \relative c'' { \Praes + a4 | fis d a' fis | fis2. a4 | g d d8( cis) d4 | cis2. cis4 | d d fis fis | e e e fis | e a2( gis4) | e2. d4 | d2 e | a4( g fis) d | d d d8( cis) d4 | fis fis fis g | fis2 e4( g) fis2. }} + >> + r4 \bar "|." } +\new Staff { \Praes \clef "bass" r2 r4 << + \new Voice = "Tenor" { \voiceOne \relative c' { a4^\f | fis d a' fis | d'2. \breathe d4 | d a a a | a2. \breathe a4 | a g h h | h gis a a | a( cis) e( d) | cis2. \breathe a4 | g2 a2 | a2. \breathe a4 | h h h a | d cis h h | a2 a | a2. }} + \new Voice = "Bass" { \voiceTwo \relative c' { a4 | fis d a' fis | h2. fis4 | g fis e d8( fis) | a2. g4 | fis e d d | e e8( d) cis4 d | e2 e2 | a2. fis4 | g2 g | fis4( e d) fis | g fis e fis | h ais h g | a2 a, | d2. }} + >> + r4 \bar "|." } +>> diff --git a/Dies_ist_der_Tag_des_Herrn/stimmen.ly b/Dies_ist_der_Tag_des_Herrn/stimmen.ly new file mode 100644 index 0000000..23ea71f --- /dev/null +++ b/Dies_ist_der_Tag_des_Herrn/stimmen.ly @@ -0,0 +1,39 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + +% pausen = { r2. s4 | s1*14 | s2. r4 | \bar "|." } + + sopranMelodie = \relative a' { + a4 | fis d a' fis | d'2. \breathe cis4 | h a g fis | e2. \breathe + e4 | fis d h' a | gis e e' d | cis2 h | a2. \breathe + a4 | h2 cis | d2. \breathe d,4 | e fis g a | h cis d e | d2 cis | d2. \bar "|." + } + + altMelodie = \relative a' { + a4 | fis d a' fis | fis2. a4 | g d d8( cis) d4 | cis2. + cis4 | d d fis fis | e e e fis | e a2( gis4) | e2. + d4 | d2 e | a4( g fis) d | d d d8( cis) d4 | fis fis fis g | fis2 e4( g) fis2. \bar "|." + } + + tenorMelodie = \relative a { + a4^\f | fis d a' fis | d'2. \breathe d4 | d a a a | a2. \breathe + a4 | a g h h | h gis a a | a( cis) e( d) | cis2. \breathe + a4 | g2 a2 | a2. \breathe a4 | h h h a | d cis h h | a2 a | a2. \bar "|." } + + bassMelodie = \relative a { + a4 | fis d a' fis | h2. fis4 | g fis e d8( fis) | a2. + g4 | fis e d d | e e8( d) cis4 d | e2 e2 | a2. + fis4 | g2 g | fis4( e d) fis | g fis e fis | h ais h g | a2 a, | d2. \bar "|." + } + diff --git a/Dies_ist_der_Tag_des_Herrn/texte.ly b/Dies_ist_der_Tag_des_Herrn/texte.ly new file mode 100644 index 0000000..1e0c284 --- /dev/null +++ b/Dies_ist_der_Tag_des_Herrn/texte.ly @@ -0,0 +1,34 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Dies ist der Tag des Herrn, stimmt Dan -- kes -- lie -- der an.
+ Freut euch in ihm; be -- denk, was er für uns ge -- tan.
+ Singt uns -- rem Herrn. Preist sei -- ne gro -- ße Freund -- lich -- keit.
+ Hal -- le -- lu -- ja!
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Fällt euch das Lob noch schwer, lähmt euch die Last der Welt?
+ Ver -- traut dem Herrn, der al -- les fest in Hän -- den hält.
+ Lobt un -- sern Herrn. Rühmt sei -- ne Gü -- te und Ge -- duld.
+ Hal -- le -- lu -- ja!
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Die Freu -- de füllt dies Haus macht die -- sen Tag zum Fest.
+ Der Herr ist mit -- ten un -- ter uns, sein Wort steht fest.
+ Dankt uns -- rem Herrn. Ver -- gesst nicht, was er für uns tat.
+ Hal -- le -- lu -- ja!
+ }
+ textIV = \lyricmode {
+ \set stanza = "4."
+ In je -- den Ton schwingt Dank und Lob -- preis bricht sich Bahn.
+ Wir stehn in Ehr -- furcht vor dem Herrn und be -- ten an.
+ Preist un -- sern Herrn. Nur ihm al -- lein ge -- hört der Ruhm.
+ Hal -- le -- lu -- ja!
+ }
diff --git a/Dir_zu_singen_Allerhoechster/Dir_zu_singen_Allerhoechster.ly b/Dir_zu_singen_Allerhoechster/Dir_zu_singen_Allerhoechster.ly new file mode 100644 index 0000000..41c9038 --- /dev/null +++ b/Dir_zu_singen_Allerhoechster/Dir_zu_singen_Allerhoechster.ly @@ -0,0 +1,38 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = frauen { \generalPausen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + % \new Voice = "Alt" { \voiceTwo \relative c'' { \Praes + % a4 | fis d a' fis | fis2. a4 | g d d8( cis) d4 | cis2. cis4 | d d fis fis | e e e fis | e a2( gis4) | e2. d4 | d2 e | a4( g fis) d | d d d8( cis) d4 | fis fis fis g | fis2 e4( g) fis2. }} + } + \new Lyrics \lyricsto sopran { \sopranTextI } + \new Lyrics \lyricsto sopran { \sopranTextII } + \new Staff << + \new Voice = maenner { \generalPausen } + \new Voice = tenor { \global \voiceOne \tenorMelodie } + \new Voice = bass { \global \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Dir_zu_singen_Allerhoechster/stimmen.ly b/Dir_zu_singen_Allerhoechster/stimmen.ly new file mode 100644 index 0000000..1aaf6f4 --- /dev/null +++ b/Dir_zu_singen_Allerhoechster/stimmen.ly @@ -0,0 +1,255 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 9/8 + %\autoBeamOff + } + +% Die Stimmen + + pauseI = { + r4. | + R1*9/8 | + } + pauseII = { + r4. | + \repeat unfold 2 { R1*9/8 | } + } + pauseIII = { + \repeat unfold 3 { s1*9/8 } + } + + generalPausen = { + \set Score.skipBars = ##t + \repeat volta 2 { + R1*9/8*8 + \pauseIII + s2. \pauseI + \pauseIII + s2. r4. + R1*9/8*7 + \pauseIII + s2. \pauseII + \pauseIII + s2. \pauseII + \pauseIII + s2. \pauseI + \pauseIII + s2. r4. + R1*9/8*11 + } + } + + pauseI = { + s4. | + s2. s4. | + } + pauseII = { + s4. | + \repeat unfold 2 { s1*9/8 | } + } + + sopranI = \relative c'' { + h2. c4. | + d2. d4. | + c2. h4. | + a a + \pauseI + h2. c4. | + d2. h4. | + a4( h16 c) h4. a | + g2. + } + sopranII = \relative c'' { + a2. h4. | + c2. c4. | + h~( h4 c16 d) h4. | + a a + \pauseII + c2. d4. | + e2. e4. | + d~( d4 e16 f) d4. | + c c + \pauseII + h2. c4. | + d2. d4. | + c h2. | + a + \pauseI + h2. c4. | + d2. h4. | + a4( h16 c h4.) a | + g2. + } + + sopranMelodie = \relative c' { + << + %the actual tune + { + \repeat volta 2 { + s1*9/8*8 + \sopranI + s4. | + } + s1*9/8*7 + \sopranII + s4. | + s1*9/8*11 + } + >> + } + + altI = \relative g' { + g2. g4. | + a( g) fis | + g d2. | + fis4. fis + \pauseI + g2. g4. | + g( d) e | + e( fis4 e8) fis4. | + d2. + } + altII = \relative g' { + fis2. gis4. | + a2. a4. | + a2. gis4. | + a4. a4. + \pauseII + a2. g4. | + g( c) g | + f( a) g | + g g + \pauseII + g2. g4. | + g2. g4. | + g4( fis8) g2. | + fis + \pauseI + g2. g4. | + g( d) e | + e( fis4 e8) fis4. | + d2. + } + + altMelodie = \relative c' { + << + %the actual tune + { + \repeat volta 2 { + s1*9/8*8 + \altI + s4. | + } + s1*9/8*7 + \altII + s4. | + s1*9/8*11 + } + >> + } + + tenorI = \relative c' { + d2. e4. | + a,2. h4. | + h( a) g | + a a + \pauseI + d2. e4. | + d( h) h | + c4( a8 d4 h8) c4. | + h2. + } + tenorII = \relative c' { + d2. d4. | + e2. f4. | + f( d) e | + c c + \pauseII + e2. d4. | + c2. c4. | + a2. h4. | + e e + \pauseII + d2. e4. | + d( h) h | + c( d) e | + a,2. + \pauseI + d2. e4. | + d( h) h | + c4( a8 d4 h8) c4. | + h,2. + } + tenorMelodie = \relative c' { + << + %the actual tune + \clef "treble_8" + { + \repeat volta 2 { + s1*9/8*8 + \tenorI + s4. | + } + s1*9/8*7 + \tenorII + s4. | + s1*9/8*11 + } + >> + } + + bassI = \relative g { + g4.( fis) e | + fis( e) d | + e( fis) g | + d d + \pauseI + g4.( fis) e | + h'( h,) e | + c( d) d | + g2. + } + bassII = \relative g { + d4.( c) h | + a( a'4 g8) f4( e8) | + d4.( h) e | + a, a + \pauseII + a4.( a') h | + c( a) e | + f( d) g | + c, c + \pauseII + g4.( g') e | + h( e) e | + a,( h) c | + d2. + \pauseI + g4.( fis) e | + h'( h,) e | + c( d) d | + g,2. + } + bassMelodie = \relative c { + << + %the actual tune + \clef bass + { + \repeat volta 2 { + s1*9/8*8 + \bassI + s4. | + } + s1*9/8*7 + \bassII + s4. | + s1*9/8*11 + } + >> + } + diff --git a/Dir_zu_singen_Allerhoechster/texte.ly b/Dir_zu_singen_Allerhoechster/texte.ly new file mode 100644 index 0000000..0c9e1cd --- /dev/null +++ b/Dir_zu_singen_Allerhoechster/texte.ly @@ -0,0 +1,37 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + stzII = \lyricmode { + \set stanza = #"2. " Fällt euch das Lob noch schwer, lähmt euch die Last der Welt? Ver -- traut dem Herrn, der al -- les fest in Hän -- den hält. Lobt un -- sern Herrn. Preist sei -- ne Gü -- te und Ge -- duld. Hal -- le -- lu -- ja! + } + stzIII = \lyricmode { +% \addlyrics { \set stanza = #"3. " Die Freu -- de füllt dies Haus macht die -- sen Tag zum Fest. Der Herr ist mit -- ten un -- ter uns, sein Wort steht fest. Dankt uns -- rem Herrn. Ver -- gesst nicht, was er für uns tat. Hal -- le -- lu -- ja! } + } + stzIV = \lyricmode { +% \addlyrics { \set stanza = #"4. " In je -- den Ton schwingt Dank und Lob -- preis bricht sich Bahn. Wir stehn in Ehr -- furcht vor dem Herrn und be -- ten an. Preist un -- sern Herrn. Nur ihm al -- lein ge -- hört der Ruhm. Hal -- le -- lu -- ja! } + } + + sopranTextI = \lyrics { + %<+hier den Text für den Sopran eintragen+> + Dir zu sin -- gen, Al -- ler -- höchs -- ter, dich zu rüh -- men macht _ uns Mut. + Lass die Wor -- te und die Zei -- chen sei -- ner Bot -- schaft uns er -- rei -- chen! Dir sei Lob und Dank zu -- teil, uns das Le -- ben und das Heil. + } + sopranTextII = \lyrics { + Als ein Bru -- der, Freund und Nächs -- ter bist du uns in Chris -- _ tus gut. + } + + altText = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + tenorText = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + bassText = \lyrics { + %<+hier den Text für den Baß eintragen+> + } + diff --git a/Du_meine_Seele_singe/Du_meine_Seele_singe.ly b/Du_meine_Seele_singe/Du_meine_Seele_singe.ly new file mode 100644 index 0000000..d775841 --- /dev/null +++ b/Du_meine_Seele_singe/Du_meine_Seele_singe.ly @@ -0,0 +1,43 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + << + \set Score.skipBars = ##t + \new PianoStaff << + \new Voice = links { \global \autoBeamOn \klavierLinksMelodie } + \new Voice = rechts { \clef "bass" \global \autoBeamOn \klavierRechtsMelodie } + >> + \new ChoirStaff << + \new Staff << + \new Voice = frauen { \global \pausen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \textI } + \new Lyrics \lyricsto sopran { \textIa } + \new Lyrics \lyricsto sopran { \textII } + \new Lyrics \lyricsto sopran { \textIIa } + \new Staff << + \new Voice = maenner { \clef "bass" \global \pausen } + \new Voice = tenor { \clef "bass" \global \voiceOne \tenorMelodie } + \new Voice = bass { \clef "bass" \global \voiceTwo \bassMelodie } + >> + >> + >> + \layout { + indent = #0 + \context { \Staff \RemoveEmptyStaves } + } +} diff --git a/Du_meine_Seele_singe/stimmen.ly b/Du_meine_Seele_singe/stimmen.ly new file mode 100644 index 0000000..1e5d864 --- /dev/null +++ b/Du_meine_Seele_singe/stimmen.ly @@ -0,0 +1,147 @@ +%some settings% vim: ai sw=2 lbr nu et + + global = { + \key b \major + %\override Staff.TimeSignature #'style = #'() + \time 3/2 + \partial 2 + \autoBeamOff + } + +% Die Stimmen + + pausen = { + \repeat volta 2 { R2 | R1. | \time 2/2 R1*2 | R2 s | s1 | \time 3/2 s1. | \time 2/2 s1*2 } + R2 | \time 2/2 R1*4 | + r2 s | s1*3 | s2 r | \time 3/2 R1. | + \time 2/2 R1 | r2 s | s1*4 | \bar "|." + } + + + sopranMelodie = \relative b { + \repeat volta 2 { s2 | s1. | \time 2/2 s1*2 | s2 b | d4 f b d | \time 3/2 c2 c\breathe a | \time 2/2 b4 f f4. es8 | d1 | } + } + + altMelodie = \relative g' { + s8*9*7 | \repeat volta 2 { s8*9 | + g2. g4. | a( g) fis | g d2. | d4. d s | s2. s4. | + g2. g4. | g( d) e | e fis4( e8 fis4.) | d2. s4. | + s8*9*6 | g2. g4. | a( g) fis | g d2. | d4. d s | s2. s4. | + g2. g4. | g( d) e | e fis4( e8 fis4.) | d2. s4. | + s8*9*7 | fis2. gis4. | a2. a4. | a2. gis4. | a a s | + s8*9*2 | a2. g4. | g( c) g | + f( a) g | g g s | s8*9*2 | + g2. g4. | g2. g4. | g4( fis8) g2. | fis s4. | s8*9 | + g2. g4. | g( d) e | e fis4( e8 fis4.) | d2.~ d4. | s8*9*9 | + } + \alternative { { + s8*9 | + } { + s8*9*2 | \bar "|." + } } + } + + tenorMelodie = \relative d' { + s8*9*7 | \repeat volta 2 { s8*9 | + d2. e4. | a,2. h4. | h( a) g | fis a s | s2. s4. | + d2. e4. | d( h) h | c4( a8) d4( h8 c4.) | h2. s4. | + s8*9*6 | d2. e4. | a,2. h4. | h( a) g | fis a s | s2. s4. | + d2. e4. | d( h) h | c4( a8) d4( h8 c4.) | h2. s4. | + s8*9*7 | d2. d4. | e2. f4. | f( d) e | c c s | + s8*9*2 | e2. d4. | c2. c4. | + a2. h4. | e e s | s8*9*2 | + d2. e4. | d( h) h | c( d) e | a,2. s4. | s8*9 | + d2. e4. | d( h) h | c4( a8) d4( h8 c4.) | h2.~ h4. | s8*9*9 | + } + \alternative { { + s8*9 | + } { + s8*9*2 | \bar "|." + } } + } + + bassMelodie = \relative g { + s8*9*7 | \repeat volta 2 { s8*9 | + g4.( fis) e | fis( e) d | e( fis) g | d d s | s2. s4. | + g( fis) e | h'( h,) e | c( d) d | g,2. s4. | + s8*9*6 | g'4.( fis) e | fis( e) d | e( fis) g | d d s | s2. s4. | + g( fis) e | h'( h,) e | c( d) d | g,2. s4. | + s8*9*7 | d'4.( c) h | a( a'4 g8) f4( e8) | d4.( h) e | a, a s | + s8*9*2 | a'2. h4. | c( a) e | + f( d) g | c, c s | s8*9*2 | + g'2. e4. | h( e) e | a,( h) c | d2. s4. | s8*9 | + g4.( fis) e | h'( h,) e | c d2. | g,2.~ g4. | s8*9*9 | + } + \alternative { { + s8*9 | + } { + s8*9*2 | \bar "|." + } } + } + + klavierLinksMelodie = \relative g' { + r8 g a << \new Voice { \voiceOne h8( d c) c( e d) | d( g fis) g( d h) g( a h) | c( d e) d( c h) a( h g) | fis( g a) d,( fis a) c( h a) | } + \new Voice { \voiceTwo g4. g | g h4 r8 g4. | e g e | fis d fis | } >> + <g h>8( g a) << \new Voice { \voiceOne h8( d c) c( e d) | d( g fis) g( d h) g( a h) | e,( d' c) h( a g) d( g fis) | } + \new Voice { \voiceTwo g4. e | g h4 r8 g4. | e e d | } >> + \repeat volta 2 { + << \new Voice { \voiceOne g8( h d) g( d h) g( h d) | g4. } \new Voice { \voiceTwo g,4.~ g g~ | g } >> r4. g | + <a d,>2. <fis h>4. | << \new Voice { \voiceOne c'2. h4. } \new Voice { \voiceTwo g4. d2. } >> | + r8 d e << \new Voice { \voiceOne fis( a g) a( c h) | c( a fis) d( fis a) c( h a) | + h( g a) h( d c) c( e d) | d( g fis) g( d h) g( a h) | e,( d' c) h( a g) } + \new Voice { \voiceTwo d4 e8 fis4 g8 | fis4 r8 d4. fis | + g g g | g~ g g | e fis4 g8 } >> + d( g fis) | g( h a) << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) | c( d e) d( c h) a( h g) | fis( g a) d,( fis a) c( h a) | } + \new Voice { \voiceTwo g4. g | g h4 r8 g4. | e g e | fis d fis } >> | <g h>8( g a) + << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) | e,( d' c) h( a g) d( g fis) | g4. } + \new Voice { \voiceTwo g4. e | g h4 r8 g4. | e e d4 c8 | h4. } >> r4. g' | <a d,>2. <h fis>4. | << \new Voice { \voiceOne c2. h4. } \new Voice { \voiceTwo g4. d2. } >> | + r8 d8 e << \new Voice { \voiceOne fis8( a g) a( c h) | c( a fis) d( fis a) c( h a) | h( g a) h( d c) c( e d) | d(g fis) g( d h) g( a h) | e,( d' c) h( a g) } + \new Voice { \voiceTwo d4 e8 fis4 g8 | fis4 r8 d4. fis | g g g | g~ g g | e fis4 g8 } >> d8( g fis) | g( h a) + << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) | c( d e) d( c h) a( h g) | fis( g a) d,( fis a) c( h a) } + \new Voice { \voiceTwo g4. g | g h4 r8 g4. | e g e | fis d fis } >> | + <g h>8( g a) << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) | e,( d' c) h( a g) d( g fis) } + \new Voice { \voiceTwo g4. e | g h4 r8 g4. | e e d } >> | g8( h d) g( d h) << \new Voice { \voiceOne g( h cis) } \new Voice { \voiceTwo g4. } >> | + d'8( d, e) << \new Voice { \voiceOne fis( a gis) gis( h a) | a( c h) c( a e) } \new Voice { \voiceTwo d4. d | c d4 } >> c8( d e) | + << \new Voice { \voiceOne f8( d' c) d( h gis) e( fis gis) | a( c h) c( e d) d( f e) | e( a gis) a( e c) a( h c) | f( e d) c( h a) } + \new Voice { \voiceTwo f4.~ f e | a a a | a c a | a fis } >> e8( a gis) | << \new Voice { \voiceOne a( c e) a } \new Voice { \voiceTwo a,4.~ a8 } >> r4 r4. | r8 c d + << \new Voice { \voiceOne e8( g f) g( b a) | a( c h) c( a f) d( e f) | e( g f) g( e c) g( a b) | a( c h) c( a f) d( e f) } + \new Voice { \voiceTwo c'4. c | c f d | c c g | f f d } >> | e8( c d) + << \new Voice { \voiceOne e8( g fis) g( h a) | h( g a) h( d c) c( e d) | d( g fis) g( d h) g( a h) | c( d e) d( c h) a( h g) } + \new Voice { \voiceTwo c,4 d8 d4 fis8 | g4. g g | g h g | e g e } >> | <d fis>8( d e) << \new Voice { \voiceOne fis( a g) a( c h) } \new Voice { \voiceTwo d,4 e8 fis4 g8 } >> | + <a c>( a fis) << \new Voice { \voiceOne d( fis a) c( h a) } \new Voice { \voiceTwo d,4. d4 fis8 } >> | + <g h>( g a) << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) | e,( d' c) h( a g) } + \new Voice { \voiceTwo g4. g | g g g | e fis4 g8 } >> d( g fis) | + << \new Voice { \voiceOne g( h d) g( d h) g( h d) | d( g fis) g( d h) g( a h) | c( d e) d( c h) a( h g) | fis( g a) d,( fis a) c( h a) } + \new Voice { \voiceTwo g4.~ g g~ | g g~ g | fis g e~ | e d fis | g g g | g h g | e g e | d d fis } >> | <g h>8( g a) + << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) } \new Voice { \voiceTwo g4. e | g h g } >> | } + \alternative { { + << \new Voice { \voiceOne e8( d' c) h( a g) d( g fis) } \new Voice { \voiceTwo e4. e d } >> | + } { + << \new Voice { \voiceOne e8( d' c) h( a g) d( g fis) } \new Voice { \voiceTwo e4. e d4 c8 } >> | <h d g>2.~ <h d g>4.^\fermata | \bar "|." + } } + } + + klavierRechtsMelodie = \relative g, { + g4. g' e | h e e, | a h c | d fis d | + g e c | h e d | c cis d | \repeat volta 2 { g, r4 g'8 d4 h8 | + g4. fis' e | fis e d | e fis g | d r4 d8 d4 d8 | d4. r4 d8 d4 d8 | + g4. fis e | h' h, e | c d d, | g g' e | + h e e, | a h c | d fis d | g e c | + h e d | c cis d | g, fis' e | fis e d | e fis g | d r4 d8 d4 d8 | + d4. r4 d8 d4 d8 | g4. fis e | h' h, e | c d d, | + g g' e | h e e, | a h c | d fis d | + g e c | h e d | c cis d | g, r4 g'8 fis4 e8 | + d4. c h | a a'4 g8 f4 e8 | d4. h e | a, f' d | + c f e | d dis e | a, a' h | c a e | + f d g | c, e c | f d g | c, r4 c8 h4 d8 | + g,4. g' e | h e e, | a h c | d r4 d8 d4 d8 | d,4. r4 d'8 d4 d8 | + g4. fis e | h' h, e | c d d, | g2.~ g4.~ | + g2.~ g4. | g2.~ g4.~ | g2.~ g4.~ | g g' e | + h e e, | a h c | d fis d | g e c | + h e d | } + \alternative { { + c cis d | + } { + c cis d^\markup { \italic rit. } | g,2.~ g4._\fermata | \bar "|." + } } + } diff --git a/Du_meine_Seele_singe/texte.ly b/Du_meine_Seele_singe/texte.ly new file mode 100644 index 0000000..2a19e5f --- /dev/null +++ b/Du_meine_Seele_singe/texte.ly @@ -0,0 +1,24 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Du mei -- ne See -- le sin -- ge, wohl auf und sin -- ge schön + Ich will den Her -- ren dro -- ben prei -- sen auf der Erd; + ich will ihn herz -- lich lo -- ben, so -- lang ich le -- ben werd. + } + textIa = \lyricmode { + dem, wel -- chem al -- le Din -- ge zu Diens und Wil -- len stehn. + } + textII = \lyricmode { + \set stanza = "2." + Wohl dem, der ein -- zig schau -- et nach Ja -- kobs Gott und Heil! + das höchs -- te Gut er -- le -- sen, den schöns -- ten Schatz ge -- liebt; + sein Herz und gan -- zes We -- sen bleibt e -- wig un -- be -- trübt. + } + textIIa = \lyricmode { + Wer dem sich an -- ver -- trau -- et, der hat das bes -- te Teil, + } diff --git a/Ein_Stern_strahlt/Ein_Stern_strahlt.ly b/Ein_Stern_strahlt/Ein_Stern_strahlt.ly new file mode 100644 index 0000000..0b4347a --- /dev/null +++ b/Ein_Stern_strahlt/Ein_Stern_strahlt.ly @@ -0,0 +1,35 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = frauen { \global \pausen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \textI } + \new Lyrics \lyricsto sopran { \textII } + \new Lyrics \lyricsto sopran { \textIII } + \new Staff << + \new Voice = maenner { \global \clef "bass" \pausen } + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Ein_Stern_strahlt/stimmen.ly b/Ein_Stern_strahlt/stimmen.ly new file mode 100644 index 0000000..e7d9101 --- /dev/null +++ b/Ein_Stern_strahlt/stimmen.ly @@ -0,0 +1,46 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key b \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + pausen = { + s4 | s1*7 | s2. r4 | + s1*7 | s2. \bar "|." + } + + sopranMelodie = \relative f' { + f4 | f f b b | g es c4. g'8 | f4 a g es | d2. f4 | + f d' c b | g es c4. g'8 | f4 b a c | b2. s4 | + d4 d es es | c c d4. d8 | b4 b c c | a2. g4 | + f d' c b | g es c4. g'8 | f4 b a c | b2. \bar "|." + } + + altMelodie = \relative f' { + f4 | d d f f | es es c4. c8 | c4 c c c | d2. es4 | + d f es f | es c c4. c8 | d4 f f f | f2. s4 | + f f g g | f f fis4. fis8 | g4 g g g | f2. es4 | + f f es f | es c c4. c8 | d4 f f f | f2. \bar "|." + } + + tenorMelodie = \relative f { + f4 | b b b b | b g g4. g8 | a4 f g a | b2. a4 | + b b a b | b b g4. g8 | b4 d c es | d2. s4 | + d d c c | b a a4. d8 | d4 d c c | c2. c4 | + d b a b | b g g4. g8 | b4 d c es | d2. \bar "|." + } + + bassMelodie = \relative f { + f4 | b, b d d | es es es4. es8 | f4 f f f | b,2. c4 | + b b c d | es es es4. es8 | f4 f f f | b2. s4 | + b b b b | f f d4. d8 | g4 f e e | f2. f4 | + b, b c d | es es es4. es8 | f4 f f f | <b b,>2. \bar "|." + } diff --git a/Ein_Stern_strahlt/texte.ly b/Ein_Stern_strahlt/texte.ly new file mode 100644 index 0000000..9bf38e7 --- /dev/null +++ b/Ein_Stern_strahlt/texte.ly @@ -0,0 +1,24 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyrics { + \set stanza = "1." + Ein Stern strahlt in der dunk -- len Nacht, ein wun -- der ba -- res Licht. + Er schließt uns ein Ge -- heim -- nis auf, weil Gott sein Schwei -- gen bricht. + \set stanza = "Refr." + Al -- ler Welt wird of -- fen bart: Der Tag des Herrn ist da. + In Je -- sus, sei -- nem lie -- ben Sohn, kommt Gott uns Men -- schen nah. + } + textII = \lyrics { + \set stanza = "2." + Wer das, was Gott ver -- kün -- den lässt, als Ziel vor Au -- gen sieht, + macht sich mit Freu -- den auf den Weg und singt dem Herrn ein Lied. + } + textIII = \lyrics { + \set stanza = "3." + Das Lied, das aus dem Her -- zen kommt, geht in die Her -- zen ein. + Es leuch -- tet in der Dun -- kel -- heit mit sei -- nem hel -- len Schein. + } diff --git a/Er_ist_erstanden/Er_ist_erstanden.ly b/Er_ist_erstanden/Er_ist_erstanden.ly new file mode 100644 index 0000000..660b616 --- /dev/null +++ b/Er_ist_erstanden/Er_ist_erstanden.ly @@ -0,0 +1,37 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff + << + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Staff = "maenner" << + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "bass" \textII + \context Lyrics = "textDrei" \lyricsto "bass" \textIII + >> + \layout { + indent = #0 + } +} diff --git a/Er_ist_erstanden/stimmen.ly b/Er_ist_erstanden/stimmen.ly new file mode 100644 index 0000000..c2b49d7 --- /dev/null +++ b/Er_ist_erstanden/stimmen.ly @@ -0,0 +1,53 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + } + +% Die Stimmen + + sopranA = \relative c' { + c4 c c | f2 f4 | a g g | f2. g4 a b | a2 f4 | e f g | f2. | + } + + sopranMelodie = \relative c' { + \sopranA \sopranA + c'4 c c | c g a | b b b | a2. | c4 c c | c g a | b b b | a2. | + \sopranA \bar "|." + } + + altA = \relative c' { + c4 c c | c2 c4 | f f e | d2. | f4 f f | f2 c4 | c c c | c2. | + } + + altMelodie = \relative c' { + \altA \altA + e4 e f | g g f | f f e | f2. | e4 e f | g g f | f f e | f2. | + \altA \bar "|." + } + + tenorA = \relative c' { + c4 c c | c2 a4 | c d c8[ b] | a2. | d4 c d | c2 a4 | g a b | a2. | + } + + tenorMelodie = \relative c' { + \tenorA \tenorA + c4 c c | c c a | d d c | c2. | c4 c c | c c a | d d c | c2. | + \tenorA \bar "|." + } + + bassA = \relative c' { + c4 c b | a2 f4 | a, b c | d2. | b'4 a g | f2 f4 | c c c | f2. | + } + + bassMelodie = \relative c' { + \bassA \bassA + c,4 c d | e e f | g c, c | f2. | c4 c d | e e f | g c, c | f2. | + \bassA \bar "|." + } + diff --git a/Er_ist_erstanden/texte.ly b/Er_ist_erstanden/texte.ly new file mode 100644 index 0000000..21ffbd8 --- /dev/null +++ b/Er_ist_erstanden/texte.ly @@ -0,0 +1,23 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Er ist er -- stan -- den, Hal -- le -- lu -- ja! Freut euch und sin -- get, Hal -- le -- lu -- ja!
+ Denn un -- ser Hei -- land hat tri -- um -- phiert, all sei -- ne Feind ge -- fan -- gen er führt.
+ Lasst uns lob -- sin -- gen vor un -- se -- rem Gott, der uns er -- löst hat vom e -- wi -- gen Tod.
+ Sünd ist ver -- ge -- ben, Hal -- le -- lu -- ja! Je -- sus bringt Le -- ben, Hal -- le -- lu -- ja!
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Er war be -- gra -- ben drei Ta -- ge lang. Ihm sei auf e -- wig Lob, Preis und Dank;
+ denn die Ge -- walt des Tods ist zer -- stört se -- lig ist, wer zu Je -- sus ge -- hört.
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Der En -- gel sag -- te: „Fürch -- tet euch nicht! Ihr su -- chet Je -- sus, hier ist er nicht.
+ Se -- het, das Grab ist leer, wo er lag: er ist er -- stan -- den, wie er ge -- sagt.“
+ }
diff --git a/Es_lebt_der_Eisbaer_in_Sibirien/Es_lebt_der_Eisbaer_in_Sibirien.ly b/Es_lebt_der_Eisbaer_in_Sibirien/Es_lebt_der_Eisbaer_in_Sibirien.ly new file mode 100644 index 0000000..4adf82f --- /dev/null +++ b/Es_lebt_der_Eisbaer_in_Sibirien/Es_lebt_der_Eisbaer_in_Sibirien.ly @@ -0,0 +1,45 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new Staff << + \set Score.skipBars = ##t + \new Voice = Melodie { \global \melodie } + \new Lyrics \lyricsto Melodie { \textI } + \new Lyrics \lyricsto Melodie { \textIa } +% \new Lyrics \lyricsto Melodie { \textII } +% \new Lyrics \lyricsto Melodie { \textIIa } +% \new Lyrics \lyricsto Melodie { \textIII } +% \new Lyrics \lyricsto Melodie { \textIIIa } +% \new Lyrics \lyricsto Melodie { \textIV } +% \new Lyrics \lyricsto Melodie { \textIVa } +% \new Lyrics \lyricsto Melodie { \textV } +% \new Lyrics \lyricsto Melodie { \textVa } +% \new Lyrics \lyricsto Melodie { \textVI } +% \new Lyrics \lyricsto Melodie { \textVIa } +% \new Lyrics \lyricsto Melodie { \textVII } +% \new Lyrics \lyricsto Melodie { \textVIIa } +% \new Lyrics \lyricsto Melodie { \textVIII } +% \new Lyrics \lyricsto Melodie { \textVIIIa } +% \new Lyrics \lyricsto Melodie { \textIX } +% \new Lyrics \lyricsto Melodie { \textIXa } +% \new Lyrics \lyricsto Melodie { \textX } +% \new Lyrics \lyricsto Melodie { \textXa } +% \new Lyrics \lyricsto Melodie { \textXI } +% \new Lyrics \lyricsto Melodie { \textXIa } + >> + \layout { + indent = #0 + } +} diff --git a/Es_lebt_der_Eisbaer_in_Sibirien/stimmen.ly b/Es_lebt_der_Eisbaer_in_Sibirien/stimmen.ly new file mode 100644 index 0000000..f0e33b4 --- /dev/null +++ b/Es_lebt_der_Eisbaer_in_Sibirien/stimmen.ly @@ -0,0 +1,19 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 4. + } + +% Die Stimmen + + melodie = \relative c' { + c8 c d | \repeat volta 2 { e4 g e g | e8 g g4. g8 f e | d4 g e d | } \alternative { { c2 r8 c c d } { g2~ g8 f e f | } } + g2~ g8 f e d | c2~ c8 e d c | d4 g e d | c2 r8 \bar "|." + + } diff --git a/Es_lebt_der_Eisbaer_in_Sibirien/texte.ly b/Es_lebt_der_Eisbaer_in_Sibirien/texte.ly new file mode 100644 index 0000000..f112908 --- /dev/null +++ b/Es_lebt_der_Eisbaer_in_Sibirien/texte.ly @@ -0,0 +1,109 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Es lebt der Eis -- bär in Si -- bi -- ri -- en, es lebt in Af -- ri -- ka das Gnu, + es lebt der + } + textIa = \lyricmode { + \repeat unfold 3 { \skip 1 } Säu -- fer in De -- li -- ri -- en, in mei -- nem Her -- zen lebst nur + \repeat unfold 4 { \skip 1 } + du -- a -- u -- a -- u -- a -- u -- a -- u, __ in mei -- nem Her -- zen lebst nur du. + } + textII = \lyricmode { + \set stanza = "2." + Es schwimmt im Mee -- re die Blon -- di -- _ ne, die Ba -- de -- frau, die sieht ihr zu, + es schwimmt im + } + textIIa = \lyricmode { + \repeat unfold 3 { \skip 1 } Ö -- le die Sar -- di -- _ ne, in mei -- nem Her -- zen schwimmst nur + \repeat unfold 4 { \skip 1 } + du -- a -- u -- a -- u -- a -- u -- a -- u, __ in mei -- nem Her -- zen schwimmst nur du. + } + textIII = \lyricmode { + \set stanza = "3." + Es knickt der Sturm die star -- ke Kie -- _ fer, es knickt das Gras die bun -- te Kuh, es knickt die + } + textIIIa = \lyricmode { + \repeat unfold 3 { \skip 1 } Magd das Un -- ge -- zie -- _ fer, mein ar -- mes Her -- ze knickst nur + \repeat unfold 4 { \skip 1 } + du -- a -- u -- a -- u -- a -- u -- a -- u, __ mein ar -- mes Her -- ze knickst nur du. + } + textIV = \lyricmode { + \set stanza = "4." + Es sitzt der Kut -- scher auf dem Bo -- _ cke, der Wil -- de sitzt in dem Ka -- nu, es sitzt die + } + textIVa = \lyricmode { + \repeat unfold 3 { \skip 1 } Laus wohl an der Lo -- _ cke, in mei -- nem Her -- zen sitzt nur + \repeat unfold 4 { \skip 1 } + du -- a -- u -- a -- u -- a -- u -- a -- u, __ in mei -- nem Her -- zen sitzt nur du. + } + textV = \lyricmode { + \set stanza = "5." + Es bricht im Gla -- se sich der Fun -- _ ke, die Nacht bricht an zu küh -- ler Ruh, es bricht der + } + textVa = \lyricmode { + \repeat unfold 3 { \skip 1 } Jüng -- ling nach dem Trun -- _ ke, mein ar -- mes Her -- ze brichst nur + \repeat unfold 4 { \skip 1 } + du -- a -- u -- a -- u -- a -- u -- a -- u, __ mein ar -- mes Her -- ze brichst nur du. + } + textVI = \lyricmode { + \set stanza = "6." + Es spuckt der Bä -- cker in die Hän -- _ de, es spuckt die Kö -- chin ins Ra -- gout, es spuckt der + } + textVIa = \lyricmode { + \repeat unfold 3 { \skip 1 } Laus -- bub an die Wän -- _ de, in mei -- nem Her -- zen spukst nur + \repeat unfold 4 { \skip 1 } + du -- a -- u -- a -- u -- a -- u -- a -- u, __ in mei -- nem Her -- zen spukst nur du. + } + textVII = \lyricmode { + \set stanza = "7." + Es haut der Förs -- ter sei -- ne Föh -- _ ren, es haut die Magd die Tü -- re zu, es haut der + } + textVIIa = \lyricmode { + \repeat unfold 3 { \skip 1 } Leh -- rer sei -- ne Gö -- _ ren, in mei -- nem Her -- zen haust nur + \repeat unfold 4 { \skip 1 } + du -- a -- u -- a -- u -- a -- u -- a -- u, __ in mei -- nem Her -- zen haust nur du. + } + textVIII = \lyricmode { + \set stanza = "8." + Aus Ei -- mern säuft des E -- sels Stu -- _ te, der Säu -- fer säuft ohn Rast und Ruh, der Jüng -- ling + } + textVIIIa = \lyricmode { + \repeat unfold 3 { \skip 1 } säuft im Ü -- ber -- mu -- _ te, in mei -- nem Her -- zen seufzt nur + \repeat unfold 4 { \skip 1 } + du -- a -- u -- a -- u -- a -- u -- a -- u, __ in mei -- nem Her -- zen seufzt nur du. + } + textIX = \lyricmode { + \set stanza = "9." + In Po -- len brummt der Bär, der brau -- _ ne, im Wal -- de schreit das Kän -- gu -- ru, der Band -- wurm + } + textIXa = \lyricmode { + \repeat unfold 3 { \skip 1 } nagt an der Kal -- dau -- _ ne, an mei -- nem Her -- zen nagst nur + \repeat unfold 4 { \skip 1 } + du -- a -- u -- a -- u -- a -- u -- a -- u, __ an mei -- nem Her -- zen nagst nur du. + } + textX = \lyricmode { + \set stanza = "10." + Es rußt bei Krupp der Ei -- sen -- ham -- _ mer, es rußt der Schorn -- stein im -- mer -- zu, es rußt der + } + textXa = \lyricmode { + \repeat unfold 3 { \skip 1 } O -- fen in der Kam -- _ mer, in mei -- nem Her -- zen ruhst nur + \repeat unfold 4 { \skip 1 } + du -- a -- u -- a -- u -- a -- u -- a -- u, __ in mei -- nem Her -- zen ruhst nur du. + } + textXI = \lyricmode { + \set stanza = "11." + Es pisst der Mensch auf To -- i -- let -- _ ten, es pisst der Greis sich auf den Schuh, es pisst der + } + textXIa = \lyricmode { + \repeat unfold 3 { \skip 1 } Jüng -- ling in die Bet -- _ ten, in mei -- nem Her -- zen bist nur + \repeat unfold 4 { \skip 1 } + du -- a -- u -- a -- u -- a -- u -- a -- u, __ in mei -- nem Her -- zen bist nur du. + } + + diff --git a/Freuet_euch_allezeit/Freuet_euch_allezeit.ly b/Freuet_euch_allezeit/Freuet_euch_allezeit.ly new file mode 100644 index 0000000..ba8ca58 --- /dev/null +++ b/Freuet_euch_allezeit/Freuet_euch_allezeit.ly @@ -0,0 +1,56 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + title = "Freuet euch allezeit" + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + << + \new ChordNames { + \set chordChanges = ##t + \akkorde + } + \new PianoStaff << + \new Staff << + \new Voice { \global \klavierRechts } + \new Voice { \global \klavierRechtsA } + \new Voice { \global \klavierRechtsB } + >> + \new Staff << + \new Voice { \clef "bass" \global \klavierLinks } + >> + >> + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \pausen + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Staff = "maenner" << + \pausen + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "bass" \textII + \context Lyrics = "textDrei" \lyricsto "bass" \textIII + >> + >> + \layout { + indent = #0 + \context { \Staff \RemoveEmptyStaves } + } +} diff --git a/Freuet_euch_allezeit/stimmen.ly b/Freuet_euch_allezeit/stimmen.ly new file mode 100644 index 0000000..ada4fd5 --- /dev/null +++ b/Freuet_euch_allezeit/stimmen.ly @@ -0,0 +1,82 @@ +%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 + + akkorde = \chordmode { + c1 | g | a2:m f4 g8 c | c1 | + c1 | g | d2:m a4.:m g8:sus4 | g2:sus4 g | + c1 f | d2:m g4:sus4 g8 c | c1 | + a:m | e:m f2..:m g8:sus4 | g2.:sus4 g4 | + a1:m e:m | f2.. g8:sus4 | g2:sus4 g | + } + + klavierRechtsA = \relative e' { + \voiceOne + e4 g8 g~ g2 | a4 g8 g~ g2 | a4 c s2 | s1 | \bar "||" + s1*8 | \bar "||" + s1*8 | \bar "||" + } + + klavierRechtsB = \relative e' { + \voiceTwo + e1 | d | c2 s | s1 | \bar "||" + s1*8 | \bar "||" + s1*8 | \bar "||" + } + + klavierRechts = \relative f' { + \oneVoice + s1*2 | s2 <f a c>4 <d g b>8 <e g c>~ | <e g c>1 | \bar "||" + R1*8 | \bar "||" + R1*8 | \bar "||" + } + + klavierLinks = \relative c { + <c g'>1 | <h g'> | <a e'>2 <f f'>4 <g g'>8 <c g'>~ | <c g'>1 | \bar "||" + R1*8 | \bar "||" + R1*8 | \bar "||" + } + + pausen = { R1*4 | \bar "||" s1*8 | \bar "||" s1*8 | \bar "||" } + + sopranMelodie = \relative e' { + s1*4 | \bar "||" + e4 g8 g~ g2 | a4 g8 g~ g2\breathe | f4 f e8[( f]) g d~ | d1\breathe | + e4 g8 g~ g2 | a4 h8 c~ c2\breathe | d4 c c h8 c~ | c1^"Fine" | \bar "||" + c4 c8 c c4 c | h a8 h4.\breathe g4 | a a g f8 g~ | g2.\breathe g4 | + c c c c | h a8 h4.\breathe g4 | a g f e8 d~ | d1 | \bar "||" + } + + altMelodie = \relative e' { + s1*4 | \bar "||" + e4 e8 e~ e2 | d4 d8 d~ d2\breathe | d4 d e c8 c~ | c2( h)\breathe | + e4 g8 g~ g2 | f4 f8 f~ f2\breathe | a4 a g g8 g~ | g1 | \bar "||" + e4 e8 e e4 a | g g8 g4.\breathe g4 | f f d d8 d~ | d2.\breathe d4 | + e e e a | g g8 g4.\breathe e4 | c c c c8 c~ | c2( h)^"D.C." | \bar "||" + } + + tenorMelodie = \relative g { + s1*4 | \bar "||" + g4 g8 g~ g2 | g4 g8 g~ g2\breathe | a4 a a a8 g~ | g1\breathe | + g4 c8 c~ c2 | c4 c8 c~ c2\breathe | d4 d d d8 e~ | e1 | \bar "||" + a,4 a8 h c4 e | d c8 h4.\breathe e4 | c c d c8 c~ | c2.\breathe h4 | + a h c e | d c8 h4.\breathe h4 | a a a a8 g~ | g1 | \bar "||" + } + + bassMelodie = \relative c { + s1*4 | + c4 c8 c~ c2 | h4 h8 h~ h2\breathe | d4 d c8[( d]) e g~ | g1\breathe | + c,4 e8 e~ e2 | f4 g8 a~ a2\breathe | f4 f g g8 c,~ | c1 | \bar "||" + a'4 a8 a a4 a | e4 e8 e4.\breathe e4 | f f d d8 g~ | g2.\breathe g4 | + a4 a a a | e4 e8 e4.\breathe e4 | f e d f8 g~ | g1 | \bar "||" + } + diff --git a/Freuet_euch_allezeit/texte.ly b/Freuet_euch_allezeit/texte.ly new file mode 100644 index 0000000..8563980 --- /dev/null +++ b/Freuet_euch_allezeit/texte.ly @@ -0,0 +1,24 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \repeat unfold 2 { Freu -- et euch al -- le -- zeit, freut euch in dem Herrn! }
+ \set stanza = "1."
+ Zeigt al -- len Got -- tes Freund -- lich -- keit, Gott lädt doch al -- le ein.
+ Der Herr ist na -- he, seid be -- reit, sperrt nicht die Freu -- de ein.
+ }
+ textII = \lyricmode {
+ \repeat unfold 22 { \skip 1 }
+ \set stanza = "2."
+ Sorgt euch um nichts, Gott ist doch da. Ihr dürft wie Kin -- der sein.
+ Was wir ihm sa -- gen hört er ja; wir ha -- ben Grund zum Freu'n.
+ }
+ textIII = \lyricmode {
+ \repeat unfold 22 { \skip 1 }
+ \set stanza = "3."
+ Hüllt euch in Got -- tes Frie -- den ein, ver -- traut nur sei -- ner Macht,
+ dann könnt ihr ganz ge -- bor -- gen sein, euch freu'n auch in der Nacht.
+ }
diff --git a/Friede_mit_euch/Friede_mit_euch.ly b/Friede_mit_euch/Friede_mit_euch.ly new file mode 100644 index 0000000..1dd5dbe --- /dev/null +++ b/Friede_mit_euch/Friede_mit_euch.ly @@ -0,0 +1,35 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = frauen { \global \pausen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \textI } + \new Lyrics \lyricsto sopran { \textII } + \new Lyrics \lyricsto sopran { \textIII } + \new Staff << + \new Voice = maenner { \global \clef "bass" \pausen } + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Friede_mit_euch/stimmen.ly b/Friede_mit_euch/stimmen.ly new file mode 100644 index 0000000..bbc15e9 --- /dev/null +++ b/Friede_mit_euch/stimmen.ly @@ -0,0 +1,46 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key es \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + } + +% Die Stimmen + + pausen = { + \repeat volta 2 { s2.*6 | } \alternative { { s2.*2 | } { s2.*2 | } } + s2.*3 | s2 r8 s | s2.*3 | s2 r8 s | s2.*3 | \bar "||" + } + + sopranMelodie = \relative es' { + \repeat volta 2 { es4 g c | b2. | es,4. f8 g[ as] | g2. | es4 d c | b8 es es2 | } + \alternative { { f4 g a | b2. | } { g4 g f | } } es2^\fermata c4 | g' f es | + d2 d8 d | d4 es f | es c s8 c | as'4 as as | f2 + f8 f | f4 g as | as g s8 g | c[ b] as4 g | g f2~ | f2. | \bar "||" + } + + altMelodie = \relative es' { + \repeat volta 2 { es4 es g | f2. | es4. d8 es4 | d2. | c4 b as | b8 b b2 | } + \alternative { { f'4 f es | d2. | } { es4 es d | } } es2_\fermata c4 | es d c | + h2 h8 h | h4 c d | c c s8 c | f4 f es | d2 + d8 d | d4 d d | es es s8 es | as[ g] f4 es | es d2~ | d2. | \bar "||" + } + + tenorMelodie = \relative es { + \repeat volta 2 { es4 b' b | b2. | c4. g8 c4 | h2. | as4 as es | g8 g g2 | } + \alternative { { f4 f f | f2. | } { b4 b as | } } g2^\fermata c,4 | g' g g | + g2 g8 g | g4 g g | g g s8 c | c4 c c | b2 + b8 b | b4 b b | b b s8 b | as[ b] c4 c | b2.~ | b2. | \bar "||" + } + + bassMelodie = \relative es { + \repeat volta 2 { es4 es es | d2. | c4. c8 c4 | g2. | as4 as as | b8 b b2 | } + \alternative { { f'4 f f | b,2. | } { b4 b b | } } es2_\fermata c4 | c c c | + g2 g8 g | g4 g g | c c s8 c | f4 f f | b2 + b8 b | as4 g f | es es s8 es | f4 f f | b,2.~ | b2. | \bar "||" + } + diff --git a/Friede_mit_euch/texte.ly b/Friede_mit_euch/texte.ly new file mode 100644 index 0000000..2d9006f --- /dev/null +++ b/Friede_mit_euch/texte.ly @@ -0,0 +1,29 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "Refr." + Frie -- de mit euch, Frie -- de mit euch! + Mein Va -- ter sand -- te mich, ich sen -- de euch! ich sen -- de euch. + \set stanza = "1." + Der Frie -- de des Herrn soll die Er -- de ver -- wan -- deln; + wir ru -- fen ihn aus, weil wir glau -- ben und han -- deln, + denn Je -- sus sagt uns: _ + } + textII = \lyricmode { + \repeat unfold 22 { \skip 1 } + \set stanza = "2." + Der Frie -- de ist mehr als ein schö -- ner Ge -- dan -- ke. + Der Frie -- de packt zu und durch -- bricht je -- de Schran -- ke, + denn Je -- sus sagt uns: _ + } + textIII = \lyricmode { + \repeat unfold 22 { \skip 1 } + \set stanza = "3." + Der Frie -- de ist dort, wo -- _ hin wir ihn tra -- gen. + Wir müs -- sen nur selbst den _ ers -- ten Schritt wa -- gen, + denn Je -- sus sagt uns: _ + } diff --git a/Froehlich_soll_mein_Herze_springen/Froehlich_soll_mein_Herze_springen.ly b/Froehlich_soll_mein_Herze_springen/Froehlich_soll_mein_Herze_springen.ly new file mode 100644 index 0000000..e664825 --- /dev/null +++ b/Froehlich_soll_mein_Herze_springen/Froehlich_soll_mein_Herze_springen.ly @@ -0,0 +1,44 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + << + \new Staff << + \new Voice { \globalI \oberPausen } + \new Voice { \globalI \autoBeamOn \voiceOne \oberI } + \new Voice { \globalI \autoBeamOn \voiceTwo \oberII } + >> + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff + << + \new Voice = "sopran" { \globalI \voiceOne \sopranMelodie } + \new Voice = "alt" { \globalI \voiceTwo \altMelodie } + >> + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Staff = "maenner" << + \new Voice = "tenor" { \globalI \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \globalI \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "bass" \textII + \context Lyrics = "textDrei" \lyricsto "bass" \textIII + >> + >> + \layout { + indent = #0 + } +} diff --git a/Froehlich_soll_mein_Herze_springen/stimmen.ly b/Froehlich_soll_mein_Herze_springen/stimmen.ly new file mode 100644 index 0000000..53771f8 --- /dev/null +++ b/Froehlich_soll_mein_Herze_springen/stimmen.ly @@ -0,0 +1,62 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + globalI = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 2/2 + \autoBeamOff + } + + globalII = { + \time 3/2 + } + + globalIII = { + \time 2/2 + } + +% Die Stimmen + + oberPausen = { + s1 | \globalII s1. | \globalIII s1*7 | + r8 s2.. | s1*4 | \bar "|." + } + + oberI = \relative fis'' { + fis4. g16 fis e4. d8 | \globalII d2. d8 cis h8. cis16 d4 | \globalIII e e fis2 | d8 h cis d e2 | + d8 e d h e2 | h8. c16 a4 fis8 h g a | dis e fis4 gis2 | fis4. e8 d4. e8 | d h e fis g2 | + s8 cis, cis fis fis2 | a8. h16 a8 g fis2 | fis4 h,8 cis dis2 | d8 g e fis g8. g,16 d'4 | e2 fis | \bar "|." + } + + oberII = \relative d'' { + d4. e16 d cis4. h8 | \globalII a2. a8 fis g8. a16 a8 h | \globalIII cis d a4 a2 | h8 g a h cis2 | + a4 h cis4. d8 | e2 r4 g,8 a | h2 h | a4 d a2 | r4 cis h2 | + s8 fis' fis e dis2 | e4. a,8 a2 | a8 fis g a h2 | h4 cis d a | a2 a | \bar "|." + } + + sopranMelodie = \relative d' { + d2 e | \globalII fis2. a4 g fis | \globalIII e2 d | g4 fis e2 | + fis4 gis a2 | g4 a h e, | fis2 e | a fis | g4 a h h | + ais2 h | cis4 cis d2 | a4 g fis2 | h4 a g fis | e2 d | \bar "|." + } + + altMelodie = \relative d' { + d2 cis | \globalII d2. d4 h d~ | \globalIII d cis d2 | d4 d cis2 | + d4 d cis2 | h4 e dis e | h2 h | d d | d4 cis d e | + cis2 dis | e4 e fis2 | d4 h h2 | d4 cis h d~ | d cis d2 | \bar "|." + } + + tenorMelodie = \relative fis { + fis2 a | \globalII a2. fis4 h a | \globalIII a2 fis | h4 a a2 | + a4 d, e2 | e4 e fis e | e( dis) e2 | fis4.( g8) a2 | h4 e, g g | + fis2 fis | a4 a a2 | fis4 e dis2 | d4 e d a' | a2 fis | \bar "|." + } + + bassMelodie = \relative d { + d2 a | \globalII d2. d4 e fis | \globalIII a2 d, | g,4 d' a2 | + d4 h a2 | e'4 c h c | h2 e | d d | h4 a g e' | + fis2 h, | a4 a d2 | d4 e h2 | g4 a h d | a2 d | \bar "|." + } + diff --git a/Froehlich_soll_mein_Herze_springen/texte.ly b/Froehlich_soll_mein_Herze_springen/texte.ly new file mode 100644 index 0000000..f950258 --- /dev/null +++ b/Froehlich_soll_mein_Herze_springen/texte.ly @@ -0,0 +1,27 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Fröh -- lich soll mein Her -- ze sprin -- gen
+ die -- ser Zeit, da vor Freud al -- le En -- gel sin -- gen.
+ Hört, hört, wie mit vol -- len Chö -- ren
+ al -- le Luft lau -- te ruft: Chris -- tus ist ge -- bo -- ren!
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Heu -- te geht aus sei -- ner Kam -- mer
+ Got -- tes Held, der die Welt reißt aus al -- lem Jam -- mer.
+ Gott wird Mensch dir, Mensch, zu -- gu -- te,
+ Got -- tes Kind das ver -- bindt sich mit un -- serm Blu -- te.
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Ei so kommt und lasst uns lau -- fen,
+ stellt euch ein, groß und klein, eilt mit gro -- ßen Hau -- fen!
+ Liebt den, der vor Lie -- be bren -- net;
+ schaut den Stern, der euch gern Licht und Lab -- sal gön -- net.
+ }
diff --git a/Geburtstagslied/Geburtstagslied.ly b/Geburtstagslied/Geburtstagslied.ly new file mode 100644 index 0000000..bf1cbc8 --- /dev/null +++ b/Geburtstagslied/Geburtstagslied.ly @@ -0,0 +1,49 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t +% \new Staff << +% \set Staff.instrumentName = #"Alle" +% \new Voice = erste { \transpose c g { \global \ersteMelodie \bar "|." } } +% \new Voice = zweite { \transpose c g { \global \zweiteMelodie \bar "|." } } +% \new Voice = dritte { \transpose c g { \global \dritteMelodie \bar "|." } } +% \new Lyrics \lyricsto erste { \TextI } +% >> + \new Staff { + \set Staff.instrumentName = #"1" + \new Voice { \transpose c g { \global \ersteMelodie \bar "|." } } + } + \new Staff { + \set Staff.instrumentName = #"2" + \new Voice { \transpose c g { \global \zweiteMelodie \bar "|." } } + } + \new Staff { + \set Staff.instrumentName = #"3" + \new Voice { \transpose c g { \global \dritteMelodie \bar "|." } } + } + >> + \layout { + indent = #0 + } + \midi { \context { + \Score + tempoWholesPerMinute = #(ly:make-moment 50 2) + } } + \header { + title = "Geburtstagslied" + composer = ##f + } +} diff --git a/Geburtstagslied/Geburtstagslied.mid b/Geburtstagslied/Geburtstagslied.mid Binary files differnew file mode 100644 index 0000000..4babe6b --- /dev/null +++ b/Geburtstagslied/Geburtstagslied.mid diff --git a/Geburtstagslied/stimmen.ly b/Geburtstagslied/stimmen.ly new file mode 100644 index 0000000..6499c61 --- /dev/null +++ b/Geburtstagslied/stimmen.ly @@ -0,0 +1,100 @@ +global = { + \time 4/4 + \key c \major + \autoBeamOff + \partial 4 +} + +ersteMelodie = \relative g' { + g4 | + e e d d | + c c c g' | + a a f a | + g2. g4 | + a g a h | + c g g f | + e e d g | + c,2. + g'4 | + e e d d | + c c c g' | + a a f a | + g2. g4 | + a g a h | + c g g f | + e e d g | + c,2. + g'4 | + e e d d | + c c c g' | + a a f a | + g2. g4 | + a g a h | + c g g f | + e e d g | + c,2. +} + +zweiteMelodie = \relative e' { + d4 | + c c h h | + g g g d' | + f f c f | + e2. d4 | + f d f g | + g e e d | + c c h f' | + g,2. + + d'4 | + c c h h | + g a g d' | + e f d f | + e2( d4) e | + e e e f | + a e e c | + c c a d | + \tuplet 3/2 {a4( g f} e4) + + d'4 | + c c h h | + g g g d' | + f f c f | + e2. d4 | + f d f g | + g e e d | + c c h f' | + g,2. +} + +dritteMelodie = \relative h { + h4 | + g g g g | + e e e h' | + c c a c | + c2. h4 | + c h c d | + e c c g | + g g g d' | + e,2. + + h'4 | + a g g f | + e e e h' | + cis c h c | + d( c h) h | + c h c d | + e c h as | + a g f h | + g2. + + h4 | + g g g g | + e e e h' | + c c a c | + c2. h4 | + c h c d | + e c c g | + g g g d' | + e,2. +} diff --git a/Geburtstagslied/texte.ly b/Geburtstagslied/texte.ly new file mode 100644 index 0000000..5e40d48 --- /dev/null +++ b/Geburtstagslied/texte.ly @@ -0,0 +1,6 @@ +TextI = \lyricmode { + Weil heu -- te dein Ge -- burts -- tag ist, + da ha -- ben wir ge -- dacht, + wir sin -- gen dir ein schö -- nes Lied, + weil dir das Freu -- de macht. +} diff --git a/Geh_aus_mein_Herz/Geh_aus_mein_Herz.ly b/Geh_aus_mein_Herz/Geh_aus_mein_Herz.ly new file mode 100644 index 0000000..491d55d --- /dev/null +++ b/Geh_aus_mein_Herz/Geh_aus_mein_Herz.ly @@ -0,0 +1,37 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + title = "Geh aus, mein Herz, und suche Freud" + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \new Staff + << + \set Score.skipBars = ##t + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \textI } + \new Lyrics \lyricsto sopran { \textII } + \new Lyrics \lyricsto sopran { \textIII } + \new Lyrics \lyricsto sopran { \textV } + \new Lyrics \lyricsto sopran { \textVI } + \new Staff << + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Geh_aus_mein_Herz/stimmen.ly b/Geh_aus_mein_Herz/stimmen.ly new file mode 100644 index 0000000..2b1d61e --- /dev/null +++ b/Geh_aus_mein_Herz/stimmen.ly @@ -0,0 +1,84 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.18" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + sopranMelodie = \relative c'' { + c4 | + c4. b8 a4 a | + a8[ b] a[ g] f4 c' | + f e8[ d] c4 a | + g8[ a] b[ c] a4 a | + g4. c8 e[ d] c[ h] | + d2 c4 c, b'4. a8 g4 g | + c8[ d] c[ b] a4 c, | + b'4. a8 g4 g | + c8[ d] c[ b] a4 a8[ b] | + c4 a8[ b] c4 a8[ b] | + c2 a4 c | + f4. d8 c[ b] a[ g] | + g2 f4 \bar "|." + } + + altMelodie = \relative a' { + a4 | + a4. g8 f4 f | + f e f g | + a b c f, | + f e f f | + e4. e8 g4 g | + f( g8[ f]) e4 c | + g'4. f8 e4 e | + f e f c | + e4. f8 g4 e | + f f f f | + g f f f | + f2 f4 e | + f4. f8 f4 e | + e2 f4 \bar "|." + } + + tenorMelodie = \relative c' { + c4 | + c4. c8 c4 c | + c8[ d] c[ b] a4 c | + c c c c | + d c c c | + c4. c8 c[ h] e[ d] | + h2 c4 a | + c4. c8 c4 c | + c c c c | + c4. c8 c4 c | + c4 c c d | + c c8[ d] c4 c | + c2 c4 c8[ b] | + a4. b8 a[ g] c[ b] | + b4( c8[ b]) a4 \bar "|." + } + + bassMelodie = \relative f { + f4 | + f4. g8 a4 f | + c c f e | + f g a f | + b, c f f | + g g g g | + g2 c,4 f | + e4. f8 c4 c'8[ b] | + a4 g f a | + g4. f8 e4 c'8[ b] | + a[ b] a[ g] f4 d | + e f a f8[ g] | + a2 f4 c | + d4. b8 c4 c | + c2 f4 \bar "|." + } diff --git a/Geh_aus_mein_Herz/texte.ly b/Geh_aus_mein_Herz/texte.ly new file mode 100644 index 0000000..6af408a --- /dev/null +++ b/Geh_aus_mein_Herz/texte.ly @@ -0,0 +1,31 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyrics { + \set stanza = "1." + Geh aus, mein Herz, und su -- che Freud in die -- ser schö -- nen Som -- mer -- zeit an dei -- nes Got -- tes Ga -- ben! + Schau an der schö -- nen Gär -- ten Zier und sie -- he, wie sie mir und dir sich aus -- ge schmü -- cket ha -- ben, sich aus -- ge schmü -- cket ha -- ben. + } + textII = \lyrics { + \set stanza = "2." + Die Bäu -- me ste -- hen vol -- ler Laub, das Erd -- reich de -- cket sei -- nen Staub mit ei -- nem grü -- nen Klei -- de. + Nar -- zis -- sus und die Tu -- li -- pan, die zie -- hen sich viel schö -- ner an als Sa -- lo -- mo -- nis Sei -- de, als Sa -- lo -- mo -- nis Sei -- de. + } + textIII = \lyrics { + \set stanza = "3." + Die Lär -- che schwingt sich in die Luft, das Täub -- lein fliegt aus sei -- ner Kluft und macht sich in die Wäl -- der. + Die hoch -- be -- gab -- te Nach -- ti -- gal er -- götzt und füllt mit ih -- rem Schall Berg, Hü -- gel, Tal und Fel -- der, Berg, Hü -- gel, Tal und Fel -- der. + } + textV = \lyrics { + \set stanza = "5." + Ach, denk ich, bist du hier so schön und lässt du's uns so lieb -- lich gehn auf die -- ser ar -- men Er -- den, + was will doch wohl nach die -- ser Welt dort in dem fes -- ten Him -- mels -- zelt und güld -- nen Schlos -- se wer -- den, und güld -- nen Schlos -- se wer -- den. + } + textVI = \lyrics { + \set stanza = "6." + Welch ho -- he Lust, welch hel -- ler Schein wird wohl in Chris -- ti Gar -- ten sein? Wie muss es da wohl klin -- gen, + da so -- viel tau -- send Se -- ra -- phim mit un -- ver -- dross -- nem Mund und Stimm ihr Hal -- le -- lu -- ja sin -- gen, ihr Hal -- le -- lu -- ja sin -- gen. + } diff --git a/Geh_unter_der_Gnade/Geh_unter_der_Gnade.ly b/Geh_unter_der_Gnade/Geh_unter_der_Gnade.ly new file mode 100644 index 0000000..391d70b --- /dev/null +++ b/Geh_unter_der_Gnade/Geh_unter_der_Gnade.ly @@ -0,0 +1,43 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Lyrics = "textSopran" {} + \new Staff { + << + \pausenFrauen + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + } + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Staff = "maenner" << + \pausenMaenner + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" \keepWithTag #'pause { \global \clef "bass" \voiceTwo \bassMelodie } + \new Devnull = "none" \keepWithTag #'note { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textSopran" \lyricsto "sopran" \textSopranExtra + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "none" \textII + \context Lyrics = "textDrei" \lyricsto "bass" \textIII + >> + \layout { + indent = #0 + } +} diff --git a/Geh_unter_der_Gnade/stimmen.ly b/Geh_unter_der_Gnade/stimmen.ly new file mode 100644 index 0000000..71930c5 --- /dev/null +++ b/Geh_unter_der_Gnade/stimmen.ly @@ -0,0 +1,53 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + pausenFrauen = { + s2 r8 s4. | s2. r4 | s2 r8 s4. | s1 | s2 r8 s4. | s1*2 | s2. r4 | + s2 r8 s4. | s2. r4 | s2 r8 s4. | s1 | s2 r8 s4. | s1*2 | s2. r4 | \bar "|." + r4 s2. | s1 | r4 s2. | s1 | r4 s2. | s1 | r4 s2. | s1 | \bar "||" + } + + pausenMaenner = { + s2 r8 s4. | s2. r4 | s2 r8 s4. | s1*4 | s2. r4 | + s2 r8 s4. | s2. r4 | s2 r8 s4. | s1*4 | s2. r4 | \bar "|." + r4 s2. | s1 | r4 s2. | s1 | r4 s2. | s1 | r4 s2. | s1 | \bar "||" + } + + sopranMelodie = \relative cis' { + cis2 s8 cis d e | e4 fis2 s4 | gis2 s8 gis a h | a4 e2.\breathe | a2 s8 a h cis | h4( a) fis2 | r4 e8 e e e e4 | e2. s4 | + cis2 s8 cis d e | e4 fis2 s4 | gis2 s8 gis a h | a4 e2.\breathe | a2 s8 a h cis | d4( cis h) a | r h8 h h4 h8 a | a2. s4 | \bar "|." + s fis8 fis fis4 a | gis fis e d | s cis8 cis e4 cis | h a cis2 | + s4 d8 d fis4 d | cis h d fis | s gis8 gis fis4 fis | e e d2\breathe | \bar "||" + } + + altMelodie = \relative a { + a2 s8 a a a | a4 d2 s4 | e2 s8 e e e | e2 d | e s8 e e e | fis2 d | h h8 h h4 | h( cis d) s | + a2 s8 a a a | a4 d2 s4 | e2 s8 e e e | e2 d | e s8 e e e | fis2 fis | e4 e e d8 d | cis2. s4 | \bar "|." + s cis8 cis cis4 cis | e d cis h | s cis8 cis cis4 cis | h a cis2 | + s4 d8 d d4 a | a a a d | s e8 e d4 d | cis cis h2 | \bar "||" + } + + tenorMelodie = \relative e { + e2 s8 e e e | g4 a2 s4 | h2 s8 h a gis | a2 gis\breathe | cis r8 cis a a | d2 h4( a) | a2 a8 a fis4 | g2. s4 | + e2 s8 e e e | g4 a2 s4 | h2 s8 h a gis | a2 gis\breathe | cis r8 cis a a | a2 h4( cis) | d d cis h8 h | a2. s4 | \bar "|." + s a8 a gis4 a | h a a gis | s a8 a a4 a | a a a2 | + s4 a8 a a4 fis | fis fis fis a | s h8 h a4 a | gis gis fis2\breathe | \bar "||" + } + + bassMelodie = \relative a, { + a2 s8 a h cis | d4 d2 s4 | d2 s8 d d d | cis2 h | a4( gis') fis e8 e | d2 d | e e8 e e4 | e2. s4 | + a,2 s8 a h cis | d4 d2 s4 | d2 s8 d d d | cis2 h | a4( gis') fis e8 e | d2 d | e4 e e e8 e | a,2. s4 | \bar "|." + s fis'8 fis fis4 fis | e e fis gis | \tag #'note fis \tag #'pause s a8 a a4 gis | fis fis fis2 | + s4 fis8 fis e4 e | d d h h | s e8 e e4 e | e e e2\breathe | \bar "||" + } + diff --git a/Geh_unter_der_Gnade/texte.ly b/Geh_unter_der_Gnade/texte.ly new file mode 100644 index 0000000..5f39e45 --- /dev/null +++ b/Geh_unter_der_Gnade/texte.ly @@ -0,0 +1,34 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textSopranExtra = \lyricmode { + \repeat unfold 18 { \skip 1 } + was auch im -- mer du + \repeat unfold 19 { \skip 1 } + ob du wachst o -- der + } + textI = \lyricmode { + \set stanza = "Refr." + Geh un -- ter der Gna -- de, geh mit Got -- tes Se -- gen; + geh in sei -- nem Frie -- den, was im -- mer du tust. + Geh un -- ter der Gna -- de, hör auf Got -- tes Wor -- te; + bleib in sei -- ner Nä -- he, ob du wachst o -- der ruhst. + \set stanza = "1." + Al -- te Stun -- den, al -- te Ta -- ge lässt du zö -- gernd nur zu -- rück. + Wohl -- ver -- traut wie al -- te Klei -- der sind sie dir durch Leid und Glück. + } + textII = \lyricmode { + \repeat unfold 49 { \skip 1 } + \set stanza = "2." + Neu -- e Stun -- den, neu -- e Ta -- ge – zö -- gernd nur steigst du hi -- nein. + Wird die neu -- e Zeit dir pas -- sen? Ist sie dir zu groß, zu klein? + } + textIII = \lyricmode { + \repeat unfold 47 { \skip 1 } + \set stanza = "3." + Gu -- te Wün -- sche, gu -- te Wor -- te wol -- len dir Be -- glei -- ter sein. + Doch die bes -- ten Wün -- sche mün -- den al -- le in den ei -- nen ein: + } diff --git a/Gloria/Gloria.ly b/Gloria/Gloria.ly new file mode 100644 index 0000000..2238a97 --- /dev/null +++ b/Gloria/Gloria.ly @@ -0,0 +1,34 @@ +\include "deutsch.ly"
+\include "stimmen.ly"
+\include "texte.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new ChoirStaff <<
+ \set Score.skipBars = ##t
+ \new Staff {
+ <<
+ \new Voice = sopran { \voiceOne \sopranMelodie \bar "|." }
+ \new Voice = alt { \voiceTwo \altMelodie \bar "|." }
+ >>
+ }
+ \new Staff <<
+ \new Voice = tenor { \voiceOne \tenorMelodie }
+ \new Voice = bass { \voiceTwo \bassMelodie }
+ >>
+ \new Lyrics \lyricsto bass { \textA }
+ \new Lyrics \lyricsto bass { \textB }
+ >>
+ \layout {
+ indent = #0
+ }
+}
diff --git a/Gloria/stimmen.ly b/Gloria/stimmen.ly new file mode 100644 index 0000000..9fcd8df --- /dev/null +++ b/Gloria/stimmen.ly @@ -0,0 +1,91 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key g \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+ }
+
+% Die Stimmen
+
+ sopranMelodie = \relative g' {
+ <<
+ %the actual tune
+ {
+ \global
+ \repeat unfold 2 {
+ g4^\f d h' g8 g | c4 h8 a h4 a^\fermata |
+ h^\mf a8 a g4 a8 a | fis4 e8 e d2 |
+ }
+ \repeat volta 2 {
+ fis4^\mf e8 d d4 g8 g | g4 a8 h h4( a) |
+ h4^\f h8 h g4 fis8 fis | g4 a8 a h2 |
+ h4^\ff a8 g e'4 d8 c | h4( a) g2 |
+ }
+ \bar "|."
+ }
+ >>
+ }
+
+ altMelodie = \relative c' {
+ <<
+ %the actual tune
+ {
+ \global
+ \repeat unfold 2 {
+ d4 d g g8 g | a4 g8 fis g4 fis |
+ fis dis8 dis e4 e8 e | d4 cis8 cis d2 |
+ }
+ \repeat volta 2 {
+ c4 c8 c h4 h8 c | d4 fis8 g g4( fis) |
+ fis4 fis8 fis e4 dis8 dis | e4 e8 e fis2 |
+ f4 f8 f e[ g] g g | g4( fis) d2 |
+ }
+ \bar "|."
+ }
+ >>
+ }
+
+ tenorMelodie = \relative a {
+ <<
+ %the actual tune
+ \clef "treble_8"
+ {
+ \global
+ \repeat unfold 2 {
+ h4 h h h8 e | e4 d8 d d4 d |
+ dis h8 h h4 cis8 cis | a4 g8 g fis2 |
+ }
+ \repeat volta 2 {
+ a4 g8 fis g4 g8 a | h4 a8 g d'2 |
+ dis4 dis8 dis h4 h8 h | h4 e8 e dis2 |
+ dis4 c8 h c4 h8 c | d4.( c8) h2 |
+ }
+ \bar "|."
+ }
+ >>
+ }
+
+ bassMelodie = \relative g {
+ <<
+ %the actual tune
+ \clef bass
+ {
+ \global
+ \repeat unfold 2 {
+ g4_\f g e e8 e | a,4 d8 d g4 d_\fermata |
+ h_\mf h8 h e4 a,8 a | d4 a8 a d2 |
+ }
+ \repeat volta 2 {
+ d4_\mf d8 d d4 d8 d | d4 d8 d d2 |
+ h4_\f h8 h e4 h8 h | e4 c8 c h2 |
+ g'4_\ff g8 g c,4 d8 e | d2 g, |
+ }
+ \bar "|."
+ }
+ >>
+ }
+
diff --git a/Gloria/texte.ly b/Gloria/texte.ly new file mode 100644 index 0000000..cbca1ee --- /dev/null +++ b/Gloria/texte.ly @@ -0,0 +1,22 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textA = \lyrics {
+ \set stanza = #"1. "
+ Eh -- re, Eh -- re sei Gott in der Hö -- he! Sin -- get der Himm -- li -- schen se -- li -- gen Schar.
+ Eh -- re, Eh -- re sei Gott in der Hö -- he! Stam -- meln auch wir, die die Er -- de ge -- bar.
+ Stau -- nen nur kann ich und stau -- nend mich freu'n; Va -- ter der Wel -- ten, doch stimm ich mit ein:
+ Eh -- re sei Gott in der Hö -- he!
+ }
+
+ textB = \lyrics {
+ \set stanza = #"2. "
+ Eh -- re, Eh -- re sei Gott in der Hö -- he! Kün -- det der Ster -- ne_ strah -- len -- des Heer.
+ Eh -- re, Eh -- re sei Gott in der Hö -- he! Säu -- seln die Lüf -- te,_ brau -- set das Meer.
+ Fei -- ern -- der We -- sen un -- end -- li -- cher Chor ju -- belt im e -- wi -- gen Dank -- lied em -- por:
+ Eh -- re sei Gott in der Hö -- he!
+ }
+
diff --git a/Gloria_Woodward/Gloria_Woodward.ly b/Gloria_Woodward/Gloria_Woodward.ly new file mode 100644 index 0000000..7a14b22 --- /dev/null +++ b/Gloria_Woodward/Gloria_Woodward.ly @@ -0,0 +1,42 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + title = "Gloria!" + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \pausen + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Lyrics = "textVier" {} + \new Staff = "maenner" << + \pausen + \new Voice = "maenner" { \global \clef "bass" \maennerMelodie } + >> + \new Lyrics = "textMaenner" {} + \context Lyrics = "textEins" \lyricsto "alt" \textI + \context Lyrics = "textZwei" \lyricsto "alt" \textII + \context Lyrics = "textDrei" \lyricsto "alt" \textIII + \context Lyrics = "textVier" \lyricsto "alt" \textIV + \context Lyrics = "textMaenner" \lyricsto "maenner" \textMaenner + >> + \layout { + indent = #0 + } +} diff --git a/Gloria_Woodward/stimmen.ly b/Gloria_Woodward/stimmen.ly new file mode 100644 index 0000000..49a6ec5 --- /dev/null +++ b/Gloria_Woodward/stimmen.ly @@ -0,0 +1,95 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 8 + } + +% Die Stimmen + + pausen = { + r8 | + \repeat volta 2 { + R1*4 | + } + R1*2 | + s1*16 | \bar "|." + } + + sopranMelodie = \relative a' { + s8 | + \repeat volta 2 { + s1*4 | + } + s1*2 | + a4 a h8 a gis fis | + e2. e4 | + fis a a gis | + a2 a | + a4 a h8 a gis fis | + e2. e4 | + fis a a gis | + a2 a | + e'4. d8 cis[ d e cis] | + d4. cis8 h[ cis d h] | + cis4. h8 a[ h cis a] | + h4. a8 gis[ a h gis] | + a4. gis8 fis[ gis a fis] | + gis4. fis8 e4 e | + fis a a gis | + a2 a | \bar "|." + } + + altMelodie = \relative a' { + s8 | + \repeat volta 2 { + s1*4 | + } + s1*2 | + a4 a h8 a gis fis | + e2. e4 | + e d h d | + cis2 cis | + a'4 a h8 a gis fis | + e2. e4 | + e d h d | + cis2 cis | + a'4 a a2 | + e4 e e2 | + a4 a a2 | + e4 e e2 | + cis4 cis d2 | + e4. e8 e4 e | + e d h d | + cis2 cis | \bar "|." + } + + maennerMelodie = \relative a { + s8 | + \repeat volta 2 { + s1*4 | + } + s1*2 | + a4 a h8 a gis fis | + e2. cis4 | + d fis e e | + a2 a | + a4 a h8 a gis fis | + e2. cis4 | + d fis e e | + a2 a | + cis4. h8 a[ h cis a] | + h4. a8 gis[ a h gis] | + a4. gis8 fis[ gis a fis] | + gis4. fis8 e[ fis gis e] | + fis4. e8 d[ e fis d] | + e4. e8 e4 cis | + d fis e e | + a2 a | \bar "|." + } + diff --git a/Gloria_Woodward/texte.ly b/Gloria_Woodward/texte.ly new file mode 100644 index 0000000..319abd0 --- /dev/null +++ b/Gloria_Woodward/texte.ly @@ -0,0 +1,35 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Welch ein himm -- li -- scher Ge -- sang er -- klingt aus fer -- nen Sphä -- ren
+ ü -- berm dunk -- len Hir -- ten -- feld; ein je -- der kann es hö -- ren:
+ \set stanza = "ref."
+ \repeat unfold 6 {
+ Glo -- ri -- a!
+ }
+ Ho -- san -- na in ex -- cel -- sis!
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Got -- tes En -- gel kommt her -- ab, ver -- kün -- det gro -- ße Freu -- de:
+ Eu -- er Hei -- land ist ge -- born, lauft zu ihm schnell noch heu -- te.
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ In dem Stall von Beth -- le -- hem ist es heut Nacht ge -- sche -- hen.
+ In der Krip -- pe liegt das Kind, dort wer -- det ihr es se -- hen.
+ }
+ textIV = \lyricmode {
+ \set stanza = "4."
+ Al -- le Eh -- re, al -- ler Dank sei Gott im Him -- mel dro -- ben.
+ Denn er schenkt uns sei -- nen Sohn, ihn woll'n wir fröh -- lich lo -- ben.
+ }
+ textMaenner = \lyricmode {
+ \repeat unfold 28 { \skip 1 }
+ Glo -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ri -- a!
+ }
diff --git a/Gloria_in_D/Gloria_in_D.ly b/Gloria_in_D/Gloria_in_D.ly new file mode 100644 index 0000000..ca88a7d --- /dev/null +++ b/Gloria_in_D/Gloria_in_D.ly @@ -0,0 +1,229 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\book { + +\paper { + top-margin = 5 + print-all-headers = ##t +} +\header { + title = "Gloria in D" + composer = "Antonio Vivaldi" + tagline = ##f +} + +\score { % Gloria % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff = "frauen" << + \new Lyrics = textSopran \with { alignAboveContext = "frauen" } { } + \label #'Gloria + \new Voice = pFrauen { \globalGloria \pausenGloria } + \new Voice = sopran { \globalGloria \voiceOne \sopranMelodieGloria } + \new Voice = alt { \globalGloria \voiceTwo \altMelodieGloria } + >> + \new Lyrics = textAlt { } + \new Lyrics = textTenor { } + \new Staff << + \new Voice = pMaenner { \globalGloria \clef "bass" \pausenGloria } + \new Voice = tenor { \globalGloria \clef "bass" \voiceOne \tenorMelodieGloria } + \new Voice = bass { \globalGloria \clef "bass" \voiceTwo \bassMelodieGloria } + >> + \new Lyrics = textBass { } + \context Lyrics = textSopran \lyricsto sopran \textGloriaSopran + \context Lyrics = textAlt \lyricsto alt \textGloriaAlt + \context Lyrics = textTenor \lyricsto tenor \textGloriaTenor + \context Lyrics = textBass \lyricsto bass \textGloriaBass + >> + \layout { + indent = #0 + } + \header { + title = "1. Gloria in excelsis" + composer = ##f + } +} % }}} + +\score { % Gratias % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'Gratias + \new Voice = sopran { \globalGratias \voiceOne \sopranMelodieGratias } + \new Voice = alt { \globalGratias \voiceTwo \altMelodieGratias } + >> + \new Lyrics = text { } + \new Staff << + \new Voice = tenor { \globalGratias \clef "bass" \voiceOne \tenorMelodieGratias } + \new Voice = bass { \globalGratias \clef "bass" \voiceTwo \bassMelodieGratias } + >> + \context Lyrics = text \lyricsto bass \textGratias + >> + \layout { + indent = #0 + } + \header { + title = "4. Gratias agimus tibi" + composer = ##f + } +} % }}} + +\score { % Domine % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'Domine + \new Voice = sopran { \globalDomine \sopranMelodieDomine } + >> + \new Lyrics = stext { } + \new Staff << + \new Voice = alt { \globalDomine \altMelodieDomine } + >> + \new Lyrics = atext { } + \new Staff << + \new Voice = tenor { \globalDomine \clef "G_8" \tenorMelodieDomine } + >> + \new Lyrics = ttext { } + \new Staff << + \new Voice = bass { \globalDomine \clef "bass" \bassMelodieDomine } + >> + \new Lyrics = btext { } + \context Lyrics = stext \lyricsto sopran \textDomineSopran + \context Lyrics = atext \lyricsto alt \textDomineAlt + \context Lyrics = ttext \lyricsto tenor \textDomineTenor + \context Lyrics = btext \lyricsto bass \textDomineBass + >> + \layout { + indent = #0 + } + \header { + title = "7. Domine fili unigenite" + composer = ##f + } +} % }}} + +\score { % Agnus % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'Agnus + \new Voice = frauen { \globalAgnus \pausenAgnusFrauen } + \new Voice = sopran { \globalAgnus \voiceOne \sopranMelodieAgnus } + \new Voice = alt { \globalAgnus \voiceTwo \altMelodieAgnus } + >> + \new Lyrics = text { } + \new Staff << + \new Voice = maenner { \globalAgnus \pausenAgnusMaenner } + \new Voice = tenor { \globalAgnus \clef "bass" \voiceOne \tenorMelodieAgnus } + \new Voice = bass { \globalAgnus \clef "bass" \voiceTwo \bassMelodieAgnus } + >> + \context Lyrics = text \lyricsto bass \textAgnus + >> + \layout { + indent = #0 + } + \header { + title = "8. Domine Deus, agnus Dei" + composer = ##f + } +} % }}} + +\score { % QuiTollis % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'QuiTollis + \new Voice = sopran { \globalQuiTollis \sopranMelodieQuiTollis } + >> + \new Lyrics = textS { } + \new Staff << + \new Voice = alt { \globalQuiTollis \altMelodieQuiTollis } + >> + \new Lyrics = textA { } + \new Staff << + \pausenQuiTollis + \new Voice = tenor { \globalQuiTollis \voiceOne \clef "bass" \tenorMelodieQuiTollis } + \new Voice = bass { \globalQuiTollis \voiceTwo \clef "bass" \bassMelodieQuiTollis } + >> + \new Lyrics = textM { } + \context Lyrics = textS \lyricsto sopran \textQuiTollis + \context Lyrics = textA \lyricsto alt \textQuiTollis + \context Lyrics = textM \lyricsto bass \textQuiTollis + >> + \layout { + indent = #0 + } + \header { + title = "9. Qui tollis peccata mundi" + composer = ##f + } +} % }}} + +\score { % Quoniam % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'Quoniam + \pausenQuoniam + \new Voice = sopran { \globalQuoniam \voiceOne \sopranMelodieQuoniam } + \new Voice = alt { \globalQuoniam \voiceTwo \altMelodieQuoniam } + >> + \new Lyrics = text { } + \new Staff << + \pausenQuoniam + \new Voice = tenor { \globalQuoniam \voiceOne \clef "bass" \tenorMelodieQuoniam } + \new Voice = bass { \globalQuoniam \voiceTwo \clef "bass" \bassMelodieQuoniam } + >> + \context Lyrics = text \lyricsto bass \textQuoniam + >> + \layout { + indent = #0 + } + \header { + title = "11. Quoniam tu solus sanctus" + composer = ##f + } +} % }}} + +\score { % Sancto % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'Sancto + \new Voice = sopran { \globalSancto \sopranMelodieSancto } + >> + \new Lyrics = Stext { } + \new Staff << + \new Voice = alt { \globalSancto \altMelodieSancto } + >> + \new Lyrics = Atext { } + \new Staff << + \new Voice = tenor { \globalSancto \clef "G_8" \tenorMelodieSancto } + >> + \new Lyrics = Ttext { } + \new Staff << + \new Voice = bass { \globalSancto \clef "bass" \bassMelodieSancto } + >> + \new Lyrics = Btext { } + \context Lyrics = Stext \lyricsto sopran \textSanctoSopran + \context Lyrics = Atext \lyricsto alt \textSanctoAlt + \context Lyrics = Ttext \lyricsto tenor \textSanctoTenor + \context Lyrics = Btext \lyricsto bass \textSanctoBass + >> + \layout { + indent = #0 + } + \header { + title = "12. Cum sancto spiritu" + composer = ##f + } +} % }}} + +} diff --git a/Gloria_in_D/stimmen.ly b/Gloria_in_D/stimmen.ly new file mode 100644 index 0000000..436aa4d --- /dev/null +++ b/Gloria_in_D/stimmen.ly @@ -0,0 +1,373 @@ +\version "2.12" + +% Gloria % {{{ +globalGloria = { + \time 4/4 + \key d \major + \autoBeamOff +} + +pausenGloria = { + R1*16 | r2 s | s r | r s s r | r s | s1*2 | s2 r | s1*3 | r2 s | s1*7 | R1*2 | + s1*11 | R1 | s1*5 | s2 r | s1*3 | s2 r | R1*2 | s1*5 | s4 r2.\fermata | s1*2 | R1*3 | \bar "|." +} + +sopranMelodieGloria = \relative d'' { + s1*16^\markup { \italic Allegro } | s2 d8._\f d16 d4 | + d8. d16 d4 s2 | s cis8. cis16 cis4 | cis8. cis16 cis4 s2 | s cis | + d e | d d | cis s | cis_\p d | e d | + d cis | s a4._\f_\< a8 | a2 h4. h8 | h2 h4. h8 | h2 cis4._\! cis8 | + cis2 cis_\> | cis d | h h( | ais) h_\! | s1*2 | + h4. h8 h2 | h4. h8 h2 | h h | h1 | + ais | a~ | a | gis | gis( | + g) | gis | s | cis4 cis8 cis cis4 cis | d2 d | + h4 h8 h h4 h | cis2 cis | cis1 | h2 s | d4 d8 d d4 d | + cis2 d | d( cis) | d s | s1*2 | + a4 a h2~ | h a~ | a g~ | + g1 | g~ | g4 s2. | d'8. d16 d4 d8 d d d | cis2 d | s1*3 | \bar "|." +} + +altMelodieGloria = \relative fis' { + s1*16 | s2 fis8. fis16 fis4 | + fis8. fis16 fis4 s2 | s2 e8. e16 e4 | e8. e16 e4 s2 | s e | + fis g | fis e | e s | e fis | g fis | + e e | s d4. d8 | d2 d4. d8 | d2 e4. e8 | e2 e4. e8 | + e2 fis | fis fis | fis fis~ | fis fis | s1*2 | + fis4. fis8 fis2 | fis4. fis8 fis2 | g g | gis1 | + fis2 e | dis1( | d) | e | dis( | + d) | e | s | fis4 fis8 fis fis4 fis | fis2 fis | + e4 e8 e e4 e | e2 a | a1 | gis2 s | gis4 gis8 gis gis4 gis | + g2 fis | e1 | fis2 s | s1*2 | + r2 fis4 fis | g2 e | fis d | + e1 | e~ | e4 s2. | fis8. fis16 fis4 e8 e e e | e2 fis | s1*3 | \bar "|." +} + +tenorMelodieGloria = \relative a { + s1*16 | s2 a8. a16 a4 | + a8. a16 a4 s2 | s2 a8. a16 a4 | a8. a16 a4 s2 | s cis | + a cis | a a | a s | cis a | cis a | + a a | s fis4. fis8 | fis2 h4. h8 | h2 gis4. gis8 | gis2 cis4. cis8 | + cis2 ais | ais h | d cis~ | cis d | s1*2 | + d4. d8 d2 | dis4. dis8 dis2 | e e | eis1 | + cis1~ | cis | his | cis | cis( | + his) | cis | s | cis4 cis8 cis e4 e | d2 d | + d4 d8 d d4 d | cis2 e | fis1 | h,2 s | h4 h8 h h4 e | + e( cis) a2 | a1 | a2 s | s1*2 | + d2 d | e1 | d | + cis | cis~ | cis4 s2. | a8. a16 a4 a8 a a a | a2 a | s1*3 | \bar "|." +} + +bassMelodieGloria = \relative d { + s1*16 | s2 d8. d16 d4 | + d8. d16 d4 s2 | s2 a8. a16 a4 | a8. a16 a4 s2 | s a' | + a a | a a | a s | a a | a a | + a a | s d,4. d8 | d2 g4. g8 | g2 e4. e8 | e2 a4. a8 | + a2 fis | fis fis | fis fis~ | fis h, | s1*2 | + h'4. h8 h2 | a4. a8 a2 | g g | cis,1 | + fis~ | fis~ | fis | cis | gis'( | + g) | cis, | s | ais'4 ais8 ais ais4 ais | h2 h | + gis4 gis8 gis gis4 gis | a2 a | dis,1 | e2 s | e4 e8 e e4 e | + a,2 d | a'( a,) | d s | s1*2 | + r2 d4 d | cis1 | h | + a | a~ | a4 s2. | d8. d16 d4 a'8 a a a | a,2 d | s1*3 | \bar "|." +} + +% }}} + +% Gratias % {{{ +globalGratias = { + \time 4/4 + \key g \major + \autoBeamOff +} + +sopranMelodieGratias = \relative h' { + h2_\< h4 h | c2 c4 c | cis2 cis^\fermata_\! | dis_\> dis4 dis | e2 e4 e | dis2 dis_\! | \bar "|." +} + +altMelodieGratias = \relative g' { + g2 g4 g | g2 g4 g | g2 g | fis fis4 fis | fis2 fis4 fis | fis2 fis | \bar "|." +} + +tenorMelodieGratias = \relative h { + h2 h4 h | e2 e4 e | e2 e | h h4 h | cis2 cis4 cis | h2 h | \bar "|." +} + +bassMelodieGratias = \relative e { + e2 e4 e | e2 e4 e | a2 a_\fermata | a a4 a | ais2 ais4 ais | h2 h | \bar "|." +} + +% }}} + +% Domine % {{{ +globalDomine = { + \time 3/4 + \key f \major + \autoBeamOff +} + +sopranMelodieDomine = \relative f' { + R2.*8^\markup { \italic Allegro } | f4 g8.[ g16] a8.[ b16] | c4 c, d8.[ e16] | f4 f8.[ e16] f8.[ g16] | + e4 a8.[ g16] a4 | d, g8.[ f16] g4 | c, f8.[ e16] f4 | b8.[ a16] b8. g16] a8.[ b16] | a8 g16[ f] e2 | f2. | c'4 c8.[ d16] e8.[ f16] | + g4 g, a8. h16 | c4 c8.[ h16] c8.[ d16] | h4 e8.[ d16] e4 | a, d8.[ c16] d4 | g, c8.[ h16] c4 | f8.[ e16] f8.[ d16] e8.[ f16] | + e8 d16[ c] h2 | c2. | c4 b8.[ a16] b8.[ c16] | d2.~ | d4 c2 | r4 c c | + c b8.[ a16] b4 | r b b | b a8.[ g16] a4 | h cis2 | d c4~ | c h2 | + c2. | R2.*2 | e4 e4. e8 | f2. | f4 e8[ d] c[ h] | + c4. h8 a4 | R2.*2 | d4 d4. d8 | es2. | es4 d8[ c] h[ a] | + h4. h8 h4 | c2 b4 | a2 b4~ | b a2 | b2. | R2.*16 | + c8.[ b16] c8.[ a16] b8. c16 | d4 d2 | b8.[ a16] b8.[ g16] a8. b16 | + c4 c2 | c4 c2 | b4. b8 a4 | a2 a4 | a2. | g | + r4 d'2~ | d4 c2~ | c4 b2~ | b a4~ | a g2 | a2. | + r4 d2~ | d4 c2~ | c4 b2~ | b a4~ | a g2 | a2. | R2.*8 | \bar "|." +} + +altMelodieDomine = \relative f' { + R2.*8 | f4 g8.[ g16] a8.[ b16] | c4 c, d8.[ e16] | f4 f8.[ e16] f8.[ g16] | + e4 a8.[ g16] a4 | d, g8.[ f16] g4 | c, f8.[ e16] f4 | b8.[ a16] b8. g16] a8.[ b16] | a8 g16[ f] e2 | f2. | + R2.*8 | g4 f8.[ e16] f8.[ g16] | a2.~ | a4 g2 | r4 g g | g f8.[ e16] f4 | + r f f | f e8.[ d16] e4 | r f2~ | f4 e2 | f e4~ | e gis2 | + a2. | R2.*5 | + a4 a4. a8 | b2. | b4 a8[ g] f[ e] | f4. e8 d4 | a'4 a4. a8 | a2. | + g | g4 g2 | f4. f8 f4 | d8 es c2 | d2. | R2.*16 | + a'8.[ g16] a8.[ f16] g8. a16 | b4 b2 | g8.[ f16] g8.[ e16] f8. g16 | + a4 a2 | f4 f2 | g4. g8 g4 | f f2 | f2. | e | + a8.[ b16] a8.[ g16] a8.[ f16] | g8.[ a16] g8.[ f16] g8.[ e16] | f8.[ g16] f8.[ e16] f8.[ d16] | e2 f4~ | f e2 | f2. | + a8.[ b16] a8.[ g16] a8.[ f16] | g8.[ a16] g8.[ f16] g8.[ e16] | f8.[ g16] f8.[ e16] f8.[ d16] | e2 f4~ | f e2 | f2. | + R2.*8 | \bar "|." +} + +tenorMelodieDomine = \relative f { + R2.*8 | f4 f4. f8 | e4 e2 | d4 d2 | + c4. c8 c4 | b'2. | a | g | f8 b, c2 | f2. | c'4 c4. c8 | + h4 h2 | a4 a2 | g4. g8 g4 | f'2. | e | d | + c8 f, g2 | c2. | R | f4 d b | g g r | e' c a | + f f r | d' b( g) | e' c f | d a8.[ h16] cis4 | h2 c4~ | c e2 | + e2. | R2.*2 | h4 c4. c8 | d2. | d4 h h | + e4. e8 e4 | R2.*2 | a,4 d4. d8 | c2. | c4 a a | + d4. d8 d4 | c2 c4 | c2 d4 | R2. | b4 b8.[ c16] d8.[ es16] | f4 f, g8. a16 | + b4 b8.[ a16] b8.[ c16] | a4 d8.[ c16] d4 | g, c8.[ b16] c4 | f, b8.[ a16] b4 | es8.[ d16] es8.[ c16] d8. es16] | d8 c16[ b] a2 | + b2 r4 | c f f | f e2 | e4 d2 | d4 c8.[ b16] c4 |c b8.[ a16] b4~ | + b a8.[ g16] a4~ | a g2 | f8. a16 g2 | a2. | d8.[ c16] d8.[ b16] c8. d16 | d2 g,4 | + c8.[ b16] c8.[ a16] b8. c16 | c4 c c8. c16 | c4. c8 c4 | d2 d4 | c2. | c | + c4 a4. a8 | b4 g2 | a4 f2 | g4 e' c | d8. d16 g,4( c) | c2. | + c4 a4. a8 | b4 g2 | a4 f2 | g4 e' c | d8. d16 g,4( c) | c2. | R2.*8 | \bar "|." +} + +bassMelodieDomine = \relative f { + R2.*8 | f4 f4. f8 | e4 e2 | d4 d2 | + c4. c8 c4 | b'2. | a | g | f8 b, c2 | f2. | c'4 c4. c8 | + h4 h2 | a4 a2 | g4. g8 g4 | R2.*4 | + c,2 d8. e16 | f4 f f8. f16 | b4 b4. b8 | e,4 e e8. e16 | a4 a4. a8 | + d,4 d2 | g2. | c,4 f2 | g2. | gis2 a4~ | a e2 | + a,2. | R2.*3 | gis'4 gis4. gis8 | gis4 gis gis8 gis | + a4. a8 a4 | cis, cis4. cis8 | cis4 cis cis8 cis | d4. d8 d4 | fis4 fis4. fis8 | fis4 fis fis8 fis | + f4. f8 f4 | e2. | es2 d4 | b8 es f2 | b,4 b b8. b16 | a4 a2 | + g'4 g2 | f4. f8 f4 | es2. | d | c | b8 es f2 | + b,2. | f'4 f8.[ g16] a8.[ b16] | c4 c, d8. e16 | f4 f4. g8 | e4 a8.[ g16] a4 | d, g8.[ f16] g4 | + c, f8.[ e16] f4 | b8.[ a16] b8.[ g16] a8.[ b16] | a8. f16 c2 | f2. | b8.[ a16] b8.[ g16] a8. b16 | e,4 e2 | + a8.[ g16] a8.[ f16] g8. a16 | d,4 d d8. d16 | e4. e8 f4 | h, h2 | c2. | c | + f4 f4. f8 | e2 e4 | d d2 | c4. c8 f4 | b,8. b16 c2 | f2. | + f4 f4. f8 | e4 e2 | d4 d2 | c4. c8 f4 | b,8. b16 c2 | f2. | R2.*8 | \bar "|." +} + +% }}} + +% Agnus % {{{ +globalAgnus = { + \time 4/4 + \key f \major + \autoBeamOff +} + +pausenAgnusFrauen = { + R1*12^\markup { \italic Allegro } | r4. s8 s2 | s r | r2.. s8 | s1 | + R1 | r4. s8 s2 | s r | R1*3 | + r4. s8 s2 | s1 | R | + s | R | s | R1*2 | + s1*2 | R1*2 | s1 | s2 r | R1 | \bar "|." +} + +pausenAgnusMaenner = { + R1*12 | r4. s8 s2 | s r | r2.. s8 | s1 | + R1 | r4. s8 s2 | s r | R1*3 | + r4. s8 s2 | s1 | R | + s | R | s | R1*2 | + s1*2 | R1*2 | s1 | s2 r | R1 | \bar "|." +} + +sopranMelodieAgnus = \relative c'' { + s1*12 | s4. c8^\p c4 c8 c | c4 b s2 | s2.. c8 | es4 es8 es d4 d | + s1 | s4. b8 des4 des8 des | c4 c s2 | s1*3 | + s4. b8 b4 b8 b | b4 b a a | s1 | + d4 d e e | s1 | e4 e8 e d4 d | s1*2 | + a4 a h h | h h cis cis | s1*2 | d8 d d d d4( cis) | d2 s | s1 | \bar "|." +} + +altMelodieAgnus = \relative fis' { + s1*12 | s4. fis8 fis4 fis8 fis | d4 d s2 | s2.. f8 | f4 f8 f f4 f | + s1 | s4. es8 es4 es8 es | es4 es s2 | s1*3 | + s4. g8 g4 g8 g | g4 g f f | s1 | + g4 g g g | s1 | g4 g8 g f4 f | s1*2 | + fis4 fis e e | e e e e | s1*2 | f8 f f f e2 | f s | s1 | \bar "|." +} + +tenorMelodieAgnus = \relative a { + s1*12 | s4. a8 a4 a8 a | a4 g s2 | s2.. c8 | c4 c8 c b4 b | + s1 | s4. b8 b4 b8 b | as4 as s2 | s1*3 | + s4. d8 d4 d8 d | e4 e c c | s1 | + d4 d cis cis | s1 | cis4 cis8 cis a4 a | s1*2 | + a4 a gis gis | gis gis a a | s1*2 | h8 h h h a2 | a s | s1 | \bar "|." +} + +bassMelodieAgnus = \relative d { + s1*12 | s4. d8_\p d4 d8 d | g4 g, s2 | s2.. a'8 | a4 a8 a b4 b, | + s1 | s4. g'8 g4 g8 g | as4 as, s2 | s1*3 | + s4. g'8 g4 g8 g | c,4 c f f | s1 | + b4 b a a | s1 | a4 a8 a d,4 d | s1*2 | + d4 d d d | d d cis cis | s1*2 | gis'8 gis gis gis a4( a,) | d2 s | s1 | \bar "|." +} + +% }}} + +% QuiTollis % {{{ +globalQuiTollis = { + \time 4/4 + \key c \major + \autoBeamOff +} + +pausenQuiTollis = { + R1*7 | \bar "||" \time 3/2 + s1.*8 | R1. | s1.*4 | \bar "|." +} + +sopranMelodieQuiTollis = \relative h' { + R1*7 | \bar "||" \time 3/2 + h2. h4 h2 | c2. c4 c2 | cis2. cis4 cis cis | d2 d1 | dis2. dis4 dis dis | e1 e2 | + e1( dis2) | e1. | a,2. a4 a a | dis1. | e | e1( dis2) | e1. | \bar "|." +} + +altMelodieQuiTollis = \relative g' { + R1*7 | \bar "||" \time 3/2 + g2. g4 g2 | e2. e4 e2 | e2. e4 e e | fis2 fis1 | fis2. fis4 fis fis | g1 g2~ | + g fis1 | g1. | R | fis2. fis4 fis fis | g1 g2~ | g fis1 | gis1. | \bar "|." +} + +tenorMelodieQuiTollis = \relative h { + s1*7 | \bar "||" \time 3/2 + h2. h4 h2 | a2. a4 a2 | a2. a4 a a | a2 a1 | h2. h4 h h | h1 cis2 | + h1. | h | s | h2. h4 h h | h1 cis2 | h1. | h | \bar "|." +} + +bassMelodieQuiTollis = \relative e { + s1*7 | \bar "||" \time 3/2 + e2. e4 e2 | a2. a4 a2 | g2. g4 g g | fis2 fis1 | h2. h4 h h | g1 ais,2 | + h1. | e | s | h'2. h4 h h | g1 ais,2 | h1. | e | \bar "|." +} + +% }}} + +% Quoniam % {{{ +globalQuoniam = { + \time 4/4 + \key d \major + \autoBeamOff +} + +pausenQuoniam = { + R1*5 | r2 s | + s2. r4 | r2 s | s2. r4 | r2 s | + s1*2 | s2 r | s1*5 | s2 r | s1*2 | R1*2 | \bar "|." +} + +sopranMelodieQuoniam = \relative d'' { + s1*5^\markup { \italic Allegro } | s2 d8. d16 d8 d | + d d d4 d s | s2 cis8. cis16 cis8 cis | cis cis cis4 cis s | s2 cis | + d e | d d | cis s | cis_\p d | e d | + d4. d8 cis2 | e_\f d | d( cis) | d s | d d cis d | s1*2 | \bar "|." +} + +altMelodieQuoniam = \relative fis' { + s1*5 | s2 fis8. fis16 fis8 fis | + fis fis fis4 fis s | s2 e8. e16 e8 e | e e e4 e s | s2 e | + fis g | fis e | e s | e fis | g fis | + e4. e8 e2 | g fis | e1 | fis2 s | fis e e fis | s1*2 | \bar "|." +} + +tenorMelodieQuoniam = \relative a { + s1*5 | s2 a8. a16 a8 a | + a a a4 a s | s2 a8. a16 a8 a | a a a4 a s | s2 cis | + a cis | a a | a s | cis a | cis a | + a4. a8 a2 | a4( cis) a2 | a1 | a2 s | a a a a | s1*2 | \bar "|." +} + +bassMelodieQuoniam = \relative d { + s1*5 | s2 d8. d16 d8 d | + d d d4 d s | s2 a8. a16 a8 a | a a a4 a s | s2 a' | + a a | a a | a s | a a | a a | + a4. a8 a2 | a d, | a'( a,) | d s | d a' a, d | s1*2 | \bar "|." +} + +% }}} + +% Sancto % {{{ +globalSancto = { + \time 4/2 + \key d \major + \autoBeamOff +} + +sopranMelodieSancto = \relative a' { + R1*2^\markup { \italic Allegro } | r1 r4 a a a | fis4. e8 d4 fis g g8 g g4 g | + e2 e4 e a a8 a a4 a | fis( gis) a1 gis2 | a1 r2. a4 | h a h cis d a d fis | + e1 a,2 d~ | d h1 e2~ | e a, r1 | d fis2 e | + d2. d4 cis1 | d h2 h4 h | e2 e cis cis | + d4 d cis cis h1 | a r | R1*76 | r2 a h cis | + d2. d4 cis2 cis | d d4 d h2 h | + e e cis cis | d d d( cis) | d h1 h2~ | h ais h1 | c2 h h1 | + h2 r1. | R1*2 | r1 h | ais r4 h h h | + gis4. gis8 gis2 r4 a a a | fis4. fis8 fis2 r1 | + R1*4 | a1 h2 a | g2. g4 fis1 | + a fis2 fis4 fis | h2 h gis gis | a4 a a a h2 e | a, d1 cis2 | d1*2 | \bar "|." +} + +altMelodieSancto = \relative a' { + R1*10 | a1 h2 a | g2. g4 fis1 | + a fis2 fis4 fis | h2 h gis gis | a4 a fis fis e1 | d r2 a'~ | + a gis a r | a1 g | gis a | + a fis2 h | e,1 r | R1*76 | r4 fis fis fis g4. fis8 e4 e | + fis fis8 fis g4 fis e e r2 | a1 g | + gis a | a2 a a1 | a2 fis g fis | fis1 fis2 r | a g fis1 | + g2 g1 fis2 | e2. fis8[ e] d2. e8[ d] | cis2 fis1 e2 | fis fis1 h2~ | + h e,1 a2~ | a d,1 g2~ | + g fis e1 | d2 cis d1 | cis r | r1 r4 d d d | + e4. e8 e4 e d d8 d d4 d | g2 g4 g e e8 e e4 e | e2 fis g1 | fis e | fis1*2 | \bar "|." +} + +tenorMelodieSancto = \relative d' { + R1*12 | r1 r4 d d d | + cis4. h8 a4 cis d d8 d d4 d | h2 h4 h e e8 e e4 e | cis2 d1 cis2 | d d1 cis2 | + d e a, a~ | a d1 h2~ | h e1 cis2 | + fis e d1 | cis r | R1*74 | r1 r4 a h cis | d4. d8 d4 d d d8 d e4 e | + a, a a1 a2~ | a d1 h2~ | + h e1 cis2 | fis fis e1 | fis h,2 d | cis1 d2 e~ | e e e( dis) | + e e1 d2~ | d cis1 h2~ | h ais h1 | cis fis | + h, e | a, r | + R1*2 | r2 a1( gis2) | a1 r2 d~ | d cis d4 a a a | + a4. a8 a4 a a a8 a d4 d | d2 d4 d h h8 h h4 h | e2 d4( fis) e1( | d2) a1 a2 | a1*2 | \bar "|." +} + +bassMelodieSancto = \relative d { + d1 fis2 e | d2. d4 cis1 | d h2 h4 h | + e2 e cis cis | d4 d cis cis h1 | a r | R1*10 | + r1 r4 a' a a | fis4. e8 d4 fis g g8 g g4 g | e2 e4 e a a8 a a4 a | + fis( gis) a1 gis2 | a1 r | R1*74 | r1 a | h2 a g2. g4 | + fis1 r4 a a a | fis4. e8 d4 fis g g8 g g4 g | + e2 e4 e a a8 a a4 a | fis2 d a'1 | d,2 dis e h' | fis1 h2 gis | a e h1 | + e2. d4 cis2 d | a' ais h1 | fis g | fis4 fis fis fis dis4. dis8 dis2 | + r4 e e e cis4. cis8 cis2 | r4 d d d h a h cis | + d d8 d d4 d d d cis2 | d fis h,1 | a r | r r4 d d d | + cis4. h8 a4 cis d d8 d d4 d | h2 h4 h e e8 e e4 e | cis2 d d( cis) | d1 a | d1*2 | \bar "|." +} + +% }}} diff --git a/Gloria_in_D/texte.ly b/Gloria_in_D/texte.ly new file mode 100644 index 0000000..9502fc8 --- /dev/null +++ b/Gloria_in_D/texte.ly @@ -0,0 +1,149 @@ + +% Kyrie % {{{ +textGloriaSopran = \lyricmode { + \repeat unfold 81 { \skip 1 } + in ex -- cel -- _ _ sis, +} +textGloriaAlt = \lyricmode { + Glo -- ri -- a, glo -- ri -- a, glo -- ri -- a, glo -- ri -- a in ex -- cel -- sis De -- o, + in ex -- cel -- sis De -- o, + \repeat unfold 3 { glo -- ri -- a, } glo -- ri -- a in ex -- cel -- sis De -- o, + glo -- ri -- a, glo -- ri -- a in ex -- cel -- _ _ _ sis De -- o, + glo -- ri -- a in ex -- cel -- sis, \repeat unfold 2 { glo -- ri -- a in ex -- cel -- sis De -- o, } + in ex -- cel -- _ _ _ _ sis, + glo -- ri -- a in ex -- cel -- sis De -- o. +} +textGloriaTenor = \lyricmode { + \repeat unfold 81 { \skip 1 } + in ex -- cel -- _ _ sis, +} +textGloriaBass = \lyricmode { + \repeat unfold 80 { \skip 1 } + in ex -- cel -- _ _ sis, +} +% }}} + +% Gratias % {{{ +textGratias = \lyricmode { + Gra -- ti -- as a -- gi -- mus ti -- bi, gra -- ti -- as a -- gi -- mus ti -- bi. +} +% }}} + +% Domine % {{{ +textDomineSopran = \lyricmode { + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, Je -- _ _ _ _ _ _ _ _ _ _ _ _ su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, Je -- _ _ _ _ _ _ _ _ _ _ _ _ su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, u -- ni -- ge -- ni -- te Je -- _ _ su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, + Je -- su, Je -- su Chri -- ste, + Do -- _ mi -- ne fi -- li, Do -- _ mi -- ne fi -- li u -- ni -- ge -- ni -- te + Je -- su Chri -- ste, Je -- _ _ su Chri -- ste, Je -- _ _ su Chri -- ste. +} + +textDomineAlt = \lyricmode { + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, Je -- _ _ _ _ _ _ _ _ _ _ _ _ su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, u -- ni -- ge -- ni -- te Je -- _ _ su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te Je -- su Chri -- ste, + Do -- _ mi -- ne fi -- li, Do -- _ mi -- ne fi -- li u -- ni -- ge -- ni -- te + Je -- su Chri -- ste, Je -- _ _ _ _ _ _ _ _ _ su Chri -- ste, Je -- _ _ _ _ _ _ _ _ _ su Chri -- ste. +} + +textDomineTenor = \lyricmode { + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, Je -- _ _ _ su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te Je -- _ _ _ su Chri -- ste, + Do -- mi -- ne fi -- li, Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, Je -- _ _ _ su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, + Je -- su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, Je -- _ _ _ _ _ _ _ _ _ _ _ _ _ su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, Je -- _ _ _ _ _ _ su Chri -- ste, + Do -- _ mi -- ne fi -- li, Do -- _ mi -- ne fi -- li u -- ni -- ge -- ni -- te, Je -- su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, Je -- su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, Je -- su Chri -- ste. +} + +textDomineBass = \lyricmode { + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, Je -- _ _ _ su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, Je -- su, u -- ni -- ge -- ni -- te, + Je -- su, Je -- _ _ _ _ su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, + Je -- _ _ _ su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, Je -- _ _ _ su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te Je -- _ _ _ _ _ _ _ _ _ _ _ _ su Chri -- ste, + Do -- _ mi -- ne fi -- li, Do -- _ mi -- ne fi -- li u -- ni -- ge -- ni -- te, Je -- su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, Je -- su Chri -- ste, + Do -- mi -- ne fi -- li u -- ni -- ge -- ni -- te, Je -- su Chri -- ste. +} +% }}} + +% Agnus % {{{ +textAgnus = \lyricmode { + qui -- tol -- lis pe -- ca -- ta, qui -- tol -- lis pe -- ca -- ta, qui -- tol -- lis pe -- ca -- ta, + qui -- tol -- lis pe -- ca -- ta mun -- di, + ag -- nus De -- i, fi -- li -- us pa -- tris, + mi -- se -- re -- re, mi -- se -- re -- re, mi -- se -- re -- re no -- bis! +} +% }}} + +% Agnus % {{{ +textQuiTollis = \lyricmode { + sus -- ci -- pe, sus -- ci -- pe + de -- pre -- ca -- ti -- o -- nem, de -- pre -- ca -- ti -- o -- nem no -- stram, + de -- pre -- ca -- ti -- o -- nem no -- stram! +} +% }}} + +% Quoniam % {{{ +textQuoniam = \lyricmode { + Quo -- ni -- am tu so -- lus sanc -- tus, + quo -- ni -- am tu so -- lus sanc -- tus, + tu so -- lus Do -- mi -- nus, + tu so -- lus al -- tis -- si -- mus Je -- su Chri -- ste, Je -- su Chri -- ste. +} +% }}} + +% Sancto % {{{ +textSanctoSopran = \lyricmode { + Cum sanc -- to spi -- ri -- tu in glo -- ri -- a De -- i pa -- tris, + in glo -- ri -- a De -- i pa -- tris, + A -- men, A -- _ _ _ _ _ _ _ _ _ men, A -- men, A -- men, + cum sanc -- to spi -- ri -- tu, in glo -- ri -- a De -- i pa -- tris, + De -- i pa -- tris, A -- men, + cum sanc -- to spi -- ri -- tu in glo -- ri -- a De -- i, + De -- i pa -- tris, pa -- tris \repeat unfold 6 { A -- men, } + \repeat unfold 3 { cum sanc -- to spi -- ri -- tu, } + in glo -- ri -- a De -- i pa -- tris, De -- i pa -- tris, A -- _ _ _ _ men. +} + +textSanctoAlt = \lyricmode { + Cum sanc -- to spi -- ri -- tu in glo -- ri -- a De -- i pa -- tris, + De -- i pa -- tris, A -- men, A -- _ men, A -- men, A -- men, A -- _ _ men, + cum sanc -- to spi -- ri -- tu, in glo -- ri -- a De -- i pa -- tris, + \repeat unfold 4 { A -- men, } A -- _ men, A -- men, A -- _ _ men, \repeat unfold 2 { A -- _ _ _ _ _ _ _ _ men, } A -- men, + cum sanc -- to spi -- ri -- tu, in glo -- ri -- a De -- i pa -- tris, in glo -- ri -- a De -- i pa -- tris, A -- _ _ men. +} + +textSanctoTenor = \lyricmode { + Cum sanc -- to spi -- ri -- tu in glo -- ri -- a De -- i pa -- tris, + in glo -- ri -- a De -- i pa -- tris, + A -- men, A -- _ _ _ men, A -- _ _ _ _ _ _ _ men, + cum sanc -- to spi -- ri -- tu, in glo -- ri -- a De -- i pa -- tris, + \repeat unfold 5 { A -- men, } A -- _ _ men, A -- men, A -- men, A -- _ _ _ _ men, A -- _ _ _ men, A -- men, A -- _ men, + cum sanc -- to spi -- ri -- tu, in glo -- ri -- a De -- i pa -- tris, in glo -- ri -- a De -- i pa -- tris, A -- men, A -- men. +} + +textSanctoBass = \lyricmode { + Cum sanc -- to spi -- ri -- tu in glo -- ri -- a De -- i pa -- tris, De -- i pa -- tris, A -- men, + cum sanc -- to spi -- ri -- tu in glo -- ri -- a De -- i pa -- tris, in glo -- ri -- a De -- i pa -- tris, A -- men, + cum sanc -- to spi -- ri -- tu, cum sanc -- to spi -- ri -- tu, in glo -- ri -- a De -- i pa -- tris, in glo -- ri -- a De -- i pa -- tris, + A -- men, A -- _ _ _ _ _ _ _ men, A -- _ _ _ _ _ _ _ _ men, + \repeat unfold 3 { cum sanc -- to spi -- ri -- tu, } in glo -- ri -- a De -- i pa -- tris, A -- _ _ _ men, + cum sanc -- to spi -- ri -- tu, in glo -- ri -- a De -- i pa -- tris, in glo -- ri -- a De -- i pa -- tris, A -- men, A -- men. +} +% }}} + diff --git a/Gott_gibt_ein_Fest/Gott_gibt_ein_Fest.ly b/Gott_gibt_ein_Fest/Gott_gibt_ein_Fest.ly new file mode 100644 index 0000000..ed0295f --- /dev/null +++ b/Gott_gibt_ein_Fest/Gott_gibt_ein_Fest.ly @@ -0,0 +1,54 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = ##f +} + +\score { << + \new ChoirStaff + << + \set Score.skipBars = ##t + \new Staff << + \new Voice = pFrauen { \global \pausenFrauen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto alt { \textFrauen } + \new Lyrics \lyricsto alt { \textI } + \new Lyrics \lyricsto alt { \textII } + \new Lyrics \lyricsto alt { \textIII } + \new Staff << + \new Voice = pMaenner { \global \clef "bass" \pausenMaenner} + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \new Lyrics \lyricsto bass { \textMaenner } + >> + \new PianoStaff << + \new Staff << + \new Voice { \global \klavierLinks } + >> + \new Staff << + \new Voice { \clef "bass" \global \klavierRechts } + >> + >> + >> + \header { + title = "Gott gibt ein Fest" + } + \layout { + indent = #0 + } +} diff --git a/Gott_gibt_ein_Fest/stimmen.ly b/Gott_gibt_ein_Fest/stimmen.ly new file mode 100644 index 0000000..69cbee2 --- /dev/null +++ b/Gott_gibt_ein_Fest/stimmen.ly @@ -0,0 +1,85 @@ +\version "2.12" + +global = { + \time 4/4 + \key c \major + \autoBeamOff +} + +pausenFrauen = \relative c { + R1*3 | r2 r8 s4. | \bar "||" + s1 r2 r8 s4. | s1 | R1 | \bar "||" + s1*8 | + \repeat volta 2 { s1*4 | } + R1 | r2 r8 s4. | s1 | r4. s8 s2 | s1 | \bar "|." +} + +pausenMaenner = \relative c { + R1 | r2 r8 s4. | s1 | r2 r8 s4. | \bar "||" + s1 r2 r8 s4. | s1 | R1 | \bar "||" + s1*8 | + \repeat volta 2 { s1*4 | } + R1 | r2 r8 s4. | s1 | r4. s8 s2 | s1 | \bar "|." +} + +sopranMelodie = \relative g' { + s1*3 | s2 s8 g^\f a c | \bar "||" + \parenthesize c1^\segno | s2 s8 g a c | c,1 | s | \bar "||" + g'4 e8 f g4 g8 a~ | a a g f g4 e\breathe | f d8 e f4 f8 g~ | g f e d e2\breathe | + c4 c8 c f4 f8 g~ | g g a b a4 f\breathe | d4 d8 d g4 g8 a~ | a a h c h2\breathe | + \repeat volta 2 { c4 a8 h c4 c8 d~ | d c h a h4 e,\breathe | a f8 g a4 c8 g~ | g e d d c2^\markup { + \bold "Dal " + \tiny \raise #1 + \musicglyph #"scripts.segno" +} | } + s1 | s2 s8 g'^\f a c | c1 | s4. f,8 f4 f e1\fermata | \bar "|." +} + +altMelodie = \relative e' { + s1*3 | s2 s8 g a c | \bar "||" + \parenthesize c1 | s2 s8 g a c | c,1 | s | \bar "||" + e4 c8 c d4 d8 f~ | f f e d e4 c | d a8 a d4 d8 d~ | d d c h c2 | + c4 c8 c d4 d8 e~ | e e f g f4 c | d d8 d e4 e8 fis~ | fis fis g a g2 | + \repeat volta 2 { e4 e8 e e4 e8 f~ | f e d c d4 h | f' c8 c f4 f8 e~ | e c h h a2 | } + s1 | s2 s8 g' a c | c1 | s4. c,8 c4 c | d1 | \bar "|." +} + +tenorMelodie = \relative g { + s1 | s2 s8 g^\f a c | c1 | s2 s8 g a c | \bar "||" + \parenthesize c1 | s2 s8 g a c | c,1 | s | \bar "||" + c'4 g8 g h4 h8 c~ | c c c c c4 g\breathe | a f8 g a4 a8 h~ | h a g g g2\breathe | + f4 f8 f b4 b8 c~ | c c c c c4 a\breathe | g g8 g c4 c8 d~ | d d d d d2\breathe | + \repeat volta 2 { a4 c8 h a4 a8 a~ | a a a a g4 g\breathe | c a8 h c4 a8 c~ | c g g g f2 | } + s1 | s2 s8 g a c | c1 | s4. a8 a4 a | g1^\fermata | \bar "|." +} + +bassMelodie = \relative g { + s1 | s2 s8 g a c | c1 | s2 s8 g a c | \bar "||" + \parenthesize c1 | s2 s8 g a c | c,1 | s | \bar "||" + c4 c8 c c4 c8 c~ | c c c c c4 c | c c8 c c4 c8 c~ | c c c c c2 | + f,4 f8 f f'4 f8 f,~ | f f f f f'4 f | g, g8 g g'4 g8 g,~ | g g g g g'2 | + \repeat volta 2 { a4 a8 a g4 g8 f~ | f f f f e4 e | d d8 d d4 d8 g,~ | g g g g g2 | } + s1 | s2 s8 g' a c | c1 | s4. g,8 g4 g | c1 | \bar "|." +} + +klavierLinks = \relative c' { + r4 <c e g> <h d g> r8 <a c f g> | r a <a c f g>2. | r4 <c e g> <h d g> r8 <a c f g> | r a <a c f g>2. | \bar "||" + r4^\segno <c e g> <h d g> r8 <a c f g> | r a <a c f g>2. | r4 <c e g> <h d g> r8 <a c f g>~ | <a c f g> \repeat unfold 7 <a c f g>_. | \bar "||" + <c e g>4 <c e g> <h d g> <h d g>8 <a c f g>~ | <a c f g> a <a c f g>4 <g c e g> <g c e g>8 <g c e g> | <a d f>4 <a d f> <a d f> <a d f>8 <h d g>~ | <h d g> g <h d g>4 <g c e> <g c e>8 <g c e> | + <a c f>4 <a c f> <b d f> <b d f>8 <c e g>~ | <c e g> c <c e g>4 <c f a>4 <c f a>8 <c f a> | <h d g>4 <h d g> <c e g> <c e g>8 <d fis a>~ | <d fis a> d <d fis a>4 <d g h> <d g h>8 <d g h> | + \repeat volta 2 { <e a c>4 <e a c> r8 <e a c> r <e a c>~ | <e a c> <e a c> h a <d g h>4 <d g h> | <c f a> <c f a> r8 <c f a> r <c e g>~ | <c e g> g <h d g>4 <c f a> <f a c>^\markup { + \bold "Dal " + \tiny \raise #1 + \musicglyph #"scripts.segno" +} | } + r4 <c e g> <h d g> r8 <a c f g> | r a <a c f g>2. | r4 <c e g> <h d g> r8 <a c f g>~ | <a c f g>4 <a c f g>8 <a c f g> <a c f g>4 <a c f g> | <g c e g>1^\fermata | \bar "|." +} + +klavierRechts = \relative c { + <c c,>1~^\f | <c c,>2 c8 g a c | c,1~ | c2 c'8 g a c | \bar "||" + c,4 c' c, c' | c, c' c,8 g' a c | c,4 c' c, c' | c,8 \repeat unfold 7 c' | \bar "||" + <c c,>4. c8 r c4. | c, c'8 r c4. | <c c,> c8 r c4. | c, c'8 r c4. | + f, f'8 r f4. | f, f'8 r f4. | g, g'8 r g4. | g, g'8 r g4. | + \repeat volta 2 { a,4 a' g, g' | f, f' e, e' | d, d' d, d' | g, r8 g g4 g | } + <c c,>1~ | <c c,>2 c8 g a c | c,1~ | c4 c'8 g g4 g | <c c,>1_\fermata | \bar "|." +}
\ No newline at end of file diff --git a/Gott_gibt_ein_Fest/texte.ly b/Gott_gibt_ein_Fest/texte.ly new file mode 100644 index 0000000..01d3874 --- /dev/null +++ b/Gott_gibt_ein_Fest/texte.ly @@ -0,0 +1,32 @@ + +textFrauen = \lyricmode { + Gott gibt ein Fest! Gott gibt ein Fest! +} + +textMaenner = \lyricmode { + Gott gibt ein Fest! Gott gibt ein Fest! Gott gibt ein Fest! +} + +textI = \lyricmode { + \repeat unfold 8 { \skip 1 } + \set stanza = "1." + Gott gibt ein Fest und al -- le sol -- len kom -- men. Wer da er -- scheint, ist gern ge -- seh -- ner Gast. + Da gibt es nicht, wie wir es sonst ge -- wöhnt sind, für gro -- ße Leu -- te ei -- nen Vor -- zugs -- platz. + \set stanza = "1.-3." + Gott gibt ein Fest und al -- le sol -- len kom -- men. Kommt nun her -- bei, ver -- säumt das Fest -- mahl nicht. + Gott gibt ein Fest! Gott gibt ein Fest! +} + +textII = \lyricmode { + \repeat unfold 8 { \skip 1 } + \set stanza = "2." + Er sagt: Kommt her, ihr seid zu Tisch ge -- la -- den. Was ihr er -- sehnt, das fin -- det ihr bei mir. + Wer Hun -- ger hat, der fin -- det bei mir Spei -- se, und wer sich so ge -- sät -- tigt, der wird froh. +} + +textIII = \lyricmode { + \repeat unfold 8 { \skip 1 } + \set stanza = "3." + Gott lädt noch ein, sein Tisch ist vor -- be -- rei -- tet: Kommt nun her -- bei, ver -- säumt das Fest -- mahl nicht. + Wer zu ihm kommt, den wird der Herr be -- die -- nen, und bei dem Mah -- le gibt er sel -- ber sich. +} diff --git a/Gott_wir_vertraun_dir_diese_Menschen_an/Gott_wir_vertraun_dir_diese_Menschen_an.ly b/Gott_wir_vertraun_dir_diese_Menschen_an/Gott_wir_vertraun_dir_diese_Menschen_an.ly new file mode 100644 index 0000000..9880230 --- /dev/null +++ b/Gott_wir_vertraun_dir_diese_Menschen_an/Gott_wir_vertraun_dir_diese_Menschen_an.ly @@ -0,0 +1,36 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \transpose c d + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = frauen { \global \pausenFrauen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \textI } + \new Lyrics \lyricsto sopran { \textII } + \new Lyrics \lyricsto sopran { \textIII } + \new Staff << + \new Voice = maenner { \global \clef "bass" \pausenMaenner } + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Gott_wir_vertraun_dir_diese_Menschen_an/stimmen.ly b/Gott_wir_vertraun_dir_diese_Menschen_an/stimmen.ly new file mode 100644 index 0000000..06fa7d8 --- /dev/null +++ b/Gott_wir_vertraun_dir_diese_Menschen_an/stimmen.ly @@ -0,0 +1,41 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key es \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + pausenFrauen = { + s1*2 | s2. r4 | s1*3 | s2. r4 | \bar "|." + } + + pausenMaenner = { + s1 | s2 r4 s | s2. r4 | s1*3 | s2. r4 | \bar "|." + } + + sopranMelodie = \relative g' { + g4 as8 g f es d es | d c c2 es8 f | g b b c b f s4 | + es8 g g as as g es d | c4 f8 as g4 \slurDashed \set melismaBusyProperties = #'() f8( es) | f4 f2 es4 | es2. s4 | \bar "|." + } + + altMelodie = \relative g' { + g4 as8 g f es d es | d c c2 es8 d | es es es es f f s4 | + es8 es es es es es es d | c4 c8 d es4 \tieDashed \set melismaBusyProperties = #'() es8~ es | es4 d2 es4 | es2. s4 | \bar "|." + } + + tenorMelodie = \relative b { + b4 b8 b c c as as | g g g4 s b8 b | b g g g b b s4 | + g8 g g g b b b b | as4 as8 as b4 \tieDashed \set melismaBusyProperties = #'() b8~ b | b4 b2 as4 | g2. s4 | \bar "|." + } + + bassMelodie = \relative es { + es4 es8 es as as f f | c c c4 s b8 b | es es es es d d s4 | + c8 c c c b b b b | f'4 f8 f es4 \tieDashed \set melismaBusyProperties = #'() es8~ es | b4 b2 b4 | es2. s4 | \bar "|." + } + diff --git a/Gott_wir_vertraun_dir_diese_Menschen_an/texte.ly b/Gott_wir_vertraun_dir_diese_Menschen_an/texte.ly new file mode 100644 index 0000000..a26abdd --- /dev/null +++ b/Gott_wir_vertraun_dir_diese_Menschen_an/texte.ly @@ -0,0 +1,24 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyrics { + \set stanza = "1." + Gott, wir ver -- traun dir die -- se Men -- schen an. + Halt sie fest in dei -- nen Ar -- men! + Schen -- ke dein Er -- bar -- men in dem ber -- gern -- den Reich dei -- ner Ru -- he bei dir. + } + textII = \lyrics { + \set stanza = "2." + Gott, wir ver -- traun dir die -- se Men -- schen an. + Nimm sie auf in dei -- nen Frie -- den, + schen -- ke neu -- es Le -- ben in der Herr -- lich -- keit dei -- ner _ Ru -- he bei dir. + } + textIII = \lyrics { + \set stanza = "3." + Gott, wir ver -- traun dir die -- se Men -- schen an. + Und wir glau -- ben dei -- ner Treu -- e, + hof -- fen auf das neu -- e Le -- ben auf un -- serm Weg in die Ru -- he bei dir. + } diff --git a/Groszer_Gott_wir_loben_dich_II/Groszer_Gott_wir_loben_dich_II.ly b/Groszer_Gott_wir_loben_dich_II/Groszer_Gott_wir_loben_dich_II.ly new file mode 100644 index 0000000..9c2f8b5 --- /dev/null +++ b/Groszer_Gott_wir_loben_dich_II/Groszer_Gott_wir_loben_dich_II.ly @@ -0,0 +1,49 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + << + \set Score.skipBars = ##t + \new Voice = gemeinde { \global \gemeindeMelodie } + \new Lyrics \lyricsto gemeinde { \textI } + \new Lyrics \lyricsto gemeinde { \textIX } + \new Lyrics \lyricsto gemeinde { \textXI } + \new ChoirStaff << + \new Staff << + \new Voice = frauen { \global \pausen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \textIkurz } + \new Lyrics \lyricsto sopran { \textIXkurz } + \new Lyrics \lyricsto sopran { \textXIkurz } + \new Staff << + \new Voice = maenner { \clef "bass" \global \pausen } + \new Voice = tenor { \clef "bass" \global \voiceOne \tenorMelodie } + \new Voice = bass { \clef "bass" \global \voiceTwo \bassMelodie } + >> + \new Lyrics \lyricsto bass { \textIkurz } + \new Lyrics \lyricsto bass { \textIXkurz } + \new Lyrics \lyricsto bass { \textXIkurz } + >> +% \new PianoStaff << +% \new Voice = links { \global \autoBeamOn \klavierLinksMelodie } +% \new Voice = rechts { \clef "bass" \global \autoBeamOn \klavierRechtsMelodie } +% >> + >> + \layout { + indent = #0 + \context { \Staff \RemoveEmptyStaves } + } +} diff --git a/Groszer_Gott_wir_loben_dich_II/stimmen.ly b/Groszer_Gott_wir_loben_dich_II/stimmen.ly new file mode 100644 index 0000000..7ce294d --- /dev/null +++ b/Groszer_Gott_wir_loben_dich_II/stimmen.ly @@ -0,0 +1,120 @@ +%some settings% vim: ai sw=2 lbr nu et + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + } + +% Die Stimmen + + gemeindeMelodie = \relative f' { + f2 f4 | f( e) f | g( a) g | f2 r4 | a2 a4 | a( g) f | + c'( b) a | a g r | f2 f4 | f4( e) f | g( a) g | f2 r4 | + a2 a4 | a( g ) f | c'( b) a | a g r | g2 a4 | b2 g4 | + a2 b4 | c2 r4 | d2 d4 | c( b) a | b( a) g | f2. | \bar "|." + } + + pausen = { + R2. | r2 s4 | s2. | s2 r4 | R2. | r2 s4 | + s2. s2 r4 | R2. | r2 s4 | s2. s2 r4 | + R2. | r2 s4 | s2. | s2 r4 | R2. | r4 s2 | + s2.*6 | \bar "|." + } + + + sopranMelodie = \relative a' { + s2. | s2 a8 a | b4 c c8 c | a2 s4 | s2. | s2 d8 d | + f4. e8 f f | f4 e s | s2. s2 a,8 a | b4 c c8 c | a2 s4 | + s2. | s2 d8 d | f4. e8 f f | f4 e s | s2. s4 d c | + c2 d8[ f] | f2.~ | f4 f f | e2 f4 | g( f) e | f2. | \bar "|." + } + + altMelodie = \relative f' { + s2. | s2 f8 f | d4 f e8 e | f2 s4 | s2. | s2 a8 a | + f4 g f8 d | f4 g s | s2. | s2 f8 f | d4 f e8 e | f2 s4 | + s2. | s2 a8 a | f4 g f8 d | f4 g s | s2. | s4 g8[ f] f[ e] | + f2 f4 | f2 r4 | b2 b4 | g2 f4 | b( c) g | a2. | \bar "|." + } + + tenorMelodie = \relative a { + s2. | s2 a8 a | g4 f c'8 c | c2 s4 | s2. | s2 d8 d | + a4 b c8 d | c4 c s | s2. | s2 a8 a | g4 f c'8 c | c2 s4 | + s2. | s2 d8 d | a4 b c8 d | c4 c s | s2. | s4 d g,8[ c] | + c2 b8[ d] | f2.~ | f4 d b | c( g) d' | d( c4.) c8 | c2. | \bar "|." + } + + bassMelodie = \relative d { + s2. | s2 d8 d | b4 a8[ b] c c | f2 s4 | s2. | s2 d8 f | + a4 g a8 b | c4 c, s | s2. | s2 d8 d | b4 a8[ b] c c | f2 s4 | + s2. | s2 d8 f | a4 g a8 b | c4 c, s | s2. | s4 b c | + f( es) d | a'2 r4 | b( a) g | c,( cis) d | g( a8[ b c]) c, | f2. | \bar "|." + } + + klavierLinksMelodie = \relative g' { + r8 g a << \new Voice { \voiceOne h8( d c) c( e d) | d( g fis) g( d h) g( a h) | c( d e) d( c h) a( h g) | fis( g a) d,( fis a) c( h a) | } + \new Voice { \voiceTwo g4. g | g h4 r8 g4. | e g e | fis d fis | } >> + <g h>8( g a) << \new Voice { \voiceOne h8( d c) c( e d) | d( g fis) g( d h) g( a h) | e,( d' c) h( a g) d( g fis) | } + \new Voice { \voiceTwo g4. e | g h4 r8 g4. | e e d | } >> + \repeat volta 2 { + << \new Voice { \voiceOne g8( h d) g( d h) g( h d) | g4. } \new Voice { \voiceTwo g,4.~ g g~ | g } >> r4. g | + <a d,>2. <fis h>4. | << \new Voice { \voiceOne c'2. h4. } \new Voice { \voiceTwo g4. d2. } >> | + r8 d e << \new Voice { \voiceOne fis( a g) a( c h) | c( a fis) d( fis a) c( h a) | + h( g a) h( d c) c( e d) | d( g fis) g( d h) g( a h) | e,( d' c) h( a g) } + \new Voice { \voiceTwo d4 e8 fis4 g8 | fis4 r8 d4. fis | + g g g | g~ g g | e fis4 g8 } >> + d( g fis) | g( h a) << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) | c( d e) d( c h) a( h g) | fis( g a) d,( fis a) c( h a) | } + \new Voice { \voiceTwo g4. g | g h4 r8 g4. | e g e | fis d fis } >> | <g h>8( g a) + << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) | e,( d' c) h( a g) d( g fis) | g4. } + \new Voice { \voiceTwo g4. e | g h4 r8 g4. | e e d4 c8 | h4. } >> r4. g' | <a d,>2. <h fis>4. | << \new Voice { \voiceOne c2. h4. } \new Voice { \voiceTwo g4. d2. } >> | + r8 d8 e << \new Voice { \voiceOne fis8( a g) a( c h) | c( a fis) d( fis a) c( h a) | h( g a) h( d c) c( e d) | d(g fis) g( d h) g( a h) | e,( d' c) h( a g) } + \new Voice { \voiceTwo d4 e8 fis4 g8 | fis4 r8 d4. fis | g g g | g~ g g | e fis4 g8 } >> d8( g fis) | g( h a) + << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) | c( d e) d( c h) a( h g) | fis( g a) d,( fis a) c( h a) } + \new Voice { \voiceTwo g4. g | g h4 r8 g4. | e g e | fis d fis } >> | + <g h>8( g a) << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) | e,( d' c) h( a g) d( g fis) } + \new Voice { \voiceTwo g4. e | g h4 r8 g4. | e e d } >> | g8( h d) g( d h) << \new Voice { \voiceOne g( h cis) } \new Voice { \voiceTwo g4. } >> | + d'8( d, e) << \new Voice { \voiceOne fis( a gis) gis( h a) | a( c h) c( a e) } \new Voice { \voiceTwo d4. d | c d4 } >> c8( d e) | + << \new Voice { \voiceOne f8( d' c) d( h gis) e( fis gis) | a( c h) c( e d) d( f e) | e( a gis) a( e c) a( h c) | f( e d) c( h a) } + \new Voice { \voiceTwo f4.~ f e | a a a | a c a | a fis } >> e8( a gis) | << \new Voice { \voiceOne a( c e) a } \new Voice { \voiceTwo a,4.~ a8 } >> r4 r4. | r8 c d + << \new Voice { \voiceOne e8( g f) g( b a) | a( c h) c( a f) d( e f) | e( g f) g( e c) g( a b) | a( c h) c( a f) d( e f) } + \new Voice { \voiceTwo c'4. c | c f d | c c g | f f d } >> | e8( c d) + << \new Voice { \voiceOne e8( g fis) g( h a) | h( g a) h( d c) c( e d) | d( g fis) g( d h) g( a h) | c( d e) d( c h) a( h g) } + \new Voice { \voiceTwo c,4 d8 d4 fis8 | g4. g g | g h g | e g e } >> | <d fis>8( d e) << \new Voice { \voiceOne fis( a g) a( c h) } \new Voice { \voiceTwo d,4 e8 fis4 g8 } >> | + <a c>( a fis) << \new Voice { \voiceOne d( fis a) c( h a) } \new Voice { \voiceTwo d,4. d4 fis8 } >> | + <g h>( g a) << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) | e,( d' c) h( a g) } + \new Voice { \voiceTwo g4. g | g g g | e fis4 g8 } >> d( g fis) | + << \new Voice { \voiceOne g( h d) g( d h) g( h d) | d( g fis) g( d h) g( a h) | c( d e) d( c h) a( h g) | fis( g a) d,( fis a) c( h a) } + \new Voice { \voiceTwo g4.~ g g~ | g g~ g | fis g e~ | e d fis | g g g | g h g | e g e | d d fis } >> | <g h>8( g a) + << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) } \new Voice { \voiceTwo g4. e | g h g } >> | } + \alternative { { + << \new Voice { \voiceOne e8( d' c) h( a g) d( g fis) } \new Voice { \voiceTwo e4. e d } >> | + } { + << \new Voice { \voiceOne e8( d' c) h( a g) d( g fis) } \new Voice { \voiceTwo e4. e d4 c8 } >> | <h d g>2.~ <h d g>4.^\fermata | \bar "|." + } } + } + + klavierRechtsMelodie = \relative g, { + g4. g' e | h e e, | a h c | d fis d | + g e c | h e d | c cis d | \repeat volta 2 { g, r4 g'8 d4 h8 | + g4. fis' e | fis e d | e fis g | d r4 d8 d4 d8 | d4. r4 d8 d4 d8 | + g4. fis e | h' h, e | c d d, | g g' e | + h e e, | a h c | d fis d | g e c | + h e d | c cis d | g, fis' e | fis e d | e fis g | d r4 d8 d4 d8 | + d4. r4 d8 d4 d8 | g4. fis e | h' h, e | c d d, | + g g' e | h e e, | a h c | d fis d | + g e c | h e d | c cis d | g, r4 g'8 fis4 e8 | + d4. c h | a a'4 g8 f4 e8 | d4. h e | a, f' d | + c f e | d dis e | a, a' h | c a e | + f d g | c, e c | f d g | c, r4 c8 h4 d8 | + g,4. g' e | h e e, | a h c | d r4 d8 d4 d8 | d,4. r4 d'8 d4 d8 | + g4. fis e | h' h, e | c d d, | g2.~ g4.~ | + g2.~ g4. | g2.~ g4.~ | g2.~ g4.~ | g g' e | + h e e, | a h c | d fis d | g e c | + h e d | } + \alternative { { + c cis d | + } { + c cis d^\markup { \italic rit. } | g,2.~ g4._\fermata | \bar "|." + } } + } diff --git a/Groszer_Gott_wir_loben_dich_II/texte.ly b/Groszer_Gott_wir_loben_dich_II/texte.ly new file mode 100644 index 0000000..1e018f5 --- /dev/null +++ b/Groszer_Gott_wir_loben_dich_II/texte.ly @@ -0,0 +1,60 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Gro -- ßer Gott, wir lo -- ben dich. + Herr, wir prei -- sen dei -- ne Stär -- ke. + Vor dir neigt die Er -- de sich + und be -- wun -- dert dei -- ne Wer -- ke. + Wie du warst vor al -- ler Zeit, + so bleibst du in E -- wig -- keit. + } + textIkurz = \lyricmode { + \set stanza = "1." + Gro -- ßer Gott, wir lo -- ben dich. + Herr, wir prei -- sen dei -- ne Stär -- ke. + Vor dir neigt die Er -- de sich + und be -- wun -- dert dei -- ne Wer -- ke. + Wie du warst all -- zeit, + so bleibst du in E -- wig -- keit. + } + textIX = \lyricmode { + \set stanza = "9." + Sieh dein Volk in Gna -- den an. + Hilf uns, seg -- ne, Herr, dein Er -- be; + leit es auf der rech -- ten Bahn, + dass der Feind es nicht ver -- der -- be. + Füh -- re es durch die -- se Zeit, + nimm es auf in E -- wig -- keit. + } + textIXkurz = \lyricmode { + \set stanza = "9." + Sieh dein Volk in Gna -- den an. + Hilf uns, seg -- ne, Herr, dein Er -- be; + leit es auf der rech -- ten Bahn, + dass der Feind es nicht ver -- der -- be. + Führ' es durch die Zeit, + nimm es auf in E -- wig -- keit. + } + textXI = \lyricmode { + \set stanza = "11." + Herr, er -- barm, er -- bar -- me dich. + Lass uns dei -- ne Gü -- te schau -- en; + dei -- ne Treu -- e zei -- ge sich, + wie wir fest auf dich ver -- trau -- en. + Auf dich hof -- fen wir al -- lein: + lass uns nicht ver -- lo -- ren sein. + } + textXIkurz = \lyricmode { + \set stanza = "11." + Herr, er -- barm, er -- bar -- me dich. + Lass uns dei -- ne Gü -- te schau -- en; + dei -- ne Treu -- e zei -- ge sich, + wie wir fest auf dich ver -- trau -- en. + Hof -- fen wir al -- lein: + lass uns nicht ver -- lo -- ren sein. + } diff --git a/Heimatlied/Heimatlied.ly b/Heimatlied/Heimatlied.ly new file mode 100755 index 0000000..cc32fb5 --- /dev/null +++ b/Heimatlied/Heimatlied.ly @@ -0,0 +1,33 @@ +\include "deutsch.ly" + +\header { + title = "Grafengehaiger Heimatlied" + composer = "Hubert Proba" +} + +\score{ + +{ +\key d \major +\time 3/4 +\clef treble + +\partial 4 +<< +\relative { +a4 d2 d4 fis d fis a2. fis2 a4 h a fis h a fis g2.~ g2 +a,4 cis cis cis e( cis) e g2. e2 a4 cis h a g a h a2.~ a2 +a,4 d2 d4 fis d fis a2. fis2 a4 d a a a( h) c h2.~ h2 h4 d h g e( g) h a2. fis2 +fis8~ fis e4( fis) g a2 e4 fis2.~ fis2 +h4 d( h) g e( g) h a2. fis2 fis8~ fis e4( fis) g fis2 e4 d2.~ d2 +} +>> +} + +\layout { } +\midi { \context { + \Score + tempoWholesPerMinute = #(ly:make-moment 72 2) + } } + +} diff --git a/Heimatlied/Heimatlied.midi b/Heimatlied/Heimatlied.midi Binary files differnew file mode 100755 index 0000000..1848fd7 --- /dev/null +++ b/Heimatlied/Heimatlied.midi diff --git a/Heimatlied/Heimatlied.ps b/Heimatlied/Heimatlied.ps Binary files differnew file mode 100755 index 0000000..4264be3 --- /dev/null +++ b/Heimatlied/Heimatlied.ps diff --git a/Herbei_o_ihr_Glaeubgen/Herbei_o_ihr_Glaeubgen.ly b/Herbei_o_ihr_Glaeubgen/Herbei_o_ihr_Glaeubgen.ly new file mode 100644 index 0000000..d7fbde9 --- /dev/null +++ b/Herbei_o_ihr_Glaeubgen/Herbei_o_ihr_Glaeubgen.ly @@ -0,0 +1,37 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = frauen { \global \pausenFrauen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \textI } + \new Lyrics \lyricsto sopran { \textII } + \new Lyrics \lyricsto sopran { \textIII } + \new Lyrics \lyricsto sopran { \textIV } + \new Staff << + \new Voice = maenner { \global \clef "bass" \pausenMaenner } + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \new Lyrics \lyricsto bass { \textExtra } + >> + \layout { + indent = #0 + } +} diff --git a/Herbei_o_ihr_Glaeubgen/stimmen.ly b/Herbei_o_ihr_Glaeubgen/stimmen.ly new file mode 100644 index 0000000..81e9898 --- /dev/null +++ b/Herbei_o_ihr_Glaeubgen/stimmen.ly @@ -0,0 +1,52 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 2/2 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + pausenFrauen = { + s4 | s1*7 | s2 s4 r | s1*3 | + s2 s4 \repeat volta 2 { s4 | s1*7 | s2 r4 } + } + + pausenMaenner = { + s4 | s1*7 | s2 s4 r | s1*3 | + s2 s4 \repeat volta 2 { r4 | R1*3 | r2 r4 s | s1*3 | s2 r4 } + } + + sopranMelodie = \relative g' { + g4 | g2 d4 g | a2 d, | h'4 a h c | h2 a4 a | g2 fis4 e | + fis( g) a h | fis2( e4.) d8 | d2. s4 | d'2 c4 h | c2 h | + a4 h g a | fis( e) d \repeat volta 2 { g4 | g fis g a | g2 d4 h' | h a h c | + h2 a4 h | c h a g fis2 g4 c | h2 a4. g8 | g2 s4 } + } + + altMelodie = \relative d' { + d4 | d2 d4 d | d2 d | d4 d d e | d2 d4 d | h( cis) d cis | + d2 d4 d | d2( cis4.) d8 | d2. s4 | d4( e) fis g | d2 d2 | + e4 e e e | d2 d4 \repeat volta 2 { r4 | R1 | r2 r4 g | g4 fis g a | + g2 fis4 g | fis g e e | d2 d4 e | d( g) fis4. g8 | g2 s4 } + } + + tenorMelodie = \relative h { + h4 | h2 h4 h | a2 a | g4 fis g g | g2 fis4 fis | g2 a4 a | + a( h) a g8[ e] | fis4( d a') g | fis2. s4 | g2 a4 h | a2 g | + e4 e a a | a( g) fis \repeat volta 2 { s4 | s1*3 | + s2 s4 d' | c d c h | a2 g4 g | g( h) d c | h2 s4 } + } + + bassMelodie = \relative g, { + g4 | g2 g'4 g | fis2 fis | g4 d g c, | d2 d4 d | d2 a4 a | + d( h) fis g | a2 a | d2. s4 | h2 a4 g | fis2 g | + c4 c cis cis | d2 d4 \repeat volta 2 { s4 | s1*3 | + s2 s4 g, | a h c cis | d( cis) h cis | d1 | g,2 s4 } + } + diff --git a/Herbei_o_ihr_Glaeubgen/texte.ly b/Herbei_o_ihr_Glaeubgen/texte.ly new file mode 100644 index 0000000..9280bf6 --- /dev/null +++ b/Herbei_o_ihr_Glaeubgen/texte.ly @@ -0,0 +1,38 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textExtra = \lyrics { + \repeat unfold 33 { \skip 1 } + o las -- set uns an -- be -- ten den Kö -- nig. + } + textI = \lyrics { + \set stanza = "1." + Her -- bei, o ihr Gläub' -- gen, fröh -- lich tri -- um -- phie -- ret, + o kom -- met, o kom -- met nach Beth -- le -- hem! + Se -- het das Kind -- lein uns zum Heil ge -- bo -- ren! + \set stanza = "1.-3." + O las -- set uns an -- be -- ten, + o las -- set uns an -- be -- ten, + o las -- set uns an -- be -- ten den Kö -- nig, den Herrn. + } + textII = \lyrics { + \set stanza = "2." + Du Kö -- nig der Eh -- ren, Herr -- scher der Heer -- scha -- ren, + ver -- schmähst nicht zu ruhn in Ma -- ri -- ens Schoß. + Du wah -- rer Gott, von E -- wig -- keit ge -- bo -- ren! + } + textIII = \lyrics { + \set stanza = "3." + Kommt, sin -- get dem Her -- ren, o ihr En -- gel -- chö -- re, + froh -- lo -- cket, froh -- lo -- cket, ihr Se -- li -- gen: + Eh -- re sei Gott im Him -- mel und auf Er -- den! + } + textIV = \lyrics { + \set stanza = "4." + Ja, dir, der du heu -- te Mensch für uns ge -- bor -- en, + Herr Je -- su, sei Eh -- re und Preis und Ruhm, + dir, fleisch -- ge -- word -- nes Wort des ew -- gen Va -- ters! + } diff --git a/Herr_deine_Guete_reicht_so_weit/Herr_deine_Guete_reicht_so_weit.ly b/Herr_deine_Guete_reicht_so_weit/Herr_deine_Guete_reicht_so_weit.ly new file mode 100644 index 0000000..24580da --- /dev/null +++ b/Herr_deine_Guete_reicht_so_weit/Herr_deine_Guete_reicht_so_weit.ly @@ -0,0 +1,34 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = frauen { \global \pausenFrauen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \text } + \new Staff << + \new Voice = maenner { \global \pausenMaenner } + \new Voice = tenor { \clef "bass" \global \voiceOne \tenorMelodie } + \new Voice = bass { \clef "bass" \global \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + \context { \Staff \RemoveEmptyStaves } + } +} diff --git a/Herr_deine_Guete_reicht_so_weit/stimmen.ly b/Herr_deine_Guete_reicht_so_weit/stimmen.ly new file mode 100644 index 0000000..2f4d2a6 --- /dev/null +++ b/Herr_deine_Guete_reicht_so_weit/stimmen.ly @@ -0,0 +1,254 @@ +%some settings% vim: ai sw=2 lbr nu et + + global = { + \key es \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + } + +% Die Stimmen + + rit = \markup { \italic rit. } + + pausenFrauen = { + \repeat volta 2 { + s2.*7 | s2 r4 | + } + \repeat volta 2 { + s2.*16 | + } + \alternative { + { s2 r4 | } + { \time 4/4 s1 } + } + \repeat volta 2 { + s1*6 | + } + \alternative { + { s1 | } + { s2 r4 s | } + } + s1*4 | \bar "|." + } + + pausenMaenner = { + \repeat volta 2 { + s2.*7 | s2 r4 | + } + \repeat volta 2 { + s2.*16 | + } + \alternative { + { s2 r4 | } + { \time 4/4 s4 r2. } + } + \repeat volta 2 { + r4 s2. | + s4 r2. | + r4 s2. | + s1*3 | + } + \alternative { + { s4 r2. | } + { s2 r4 s | } + } + s1*4 | \bar "|." + } + + sopranMelodie = \relative g' { + \repeat volta 2 { + g4^\mf\< g g^\! | + b2^\> g4^\! | + g( as) f | + g2^\<\breathe es'4^\! | + d2^\> f4 | + b,2 c4^\! | + f,(^\> b) a | + b2 s4^\! | + } + \repeat volta 2 { + b4^\p b b | + b2 a4\breathe | + as as as | + as( g) f\breathe | + g^\< g g | + g as b^\! | + c2 b4 | + a( es') a, | + b(^\> a^\rit as)^\!\breathe | + g^\mf g g | + b2 g4 | + g( as) f | + g2\breathe es'4^\< | + d2 f4^\! | + b,2 es4 | + g,4.(^\> as8) f[( g])^\! | + } + \alternative { + { es2 s4 | } + { \time 4/4 es4\breathe g^\p g g | } + } + \repeat volta 2 { + as2.( f4 | + g)\breathe es'^\mf\< es es | + f2.(^\! d4 | + es)\breathe es^\f es es | + es2 f | + es^\> d | + } + \alternative { + { es4^\!\breathe g,4 g g | } + { es'2 s4 es | } + } + d2.-> d4 | + es2\breathe c | + b^\rit d | + es1 | \bar "|." + } + + altMelodie = \relative es' { + \repeat volta 2 { + es4 es es | + g2 es4 | + es( f) d | + es2 g4 | + f2 as4 | + g2 es4 | + d2 es4 | + d2 s4 | + } + \repeat volta 2 { + d4 d d | + es2 es4 | + es es es | + f( es) d | + es es es | + es es es | + es2 es4 | + es2 es4 | + d( es f) | + es es es | + g2 es4 | + es( f) d | + es2 g4 | + f2 as4 | + g( f) es | + es2 d4 | + } + \alternative { + { es2 s4 | } + { \time 4/4 es4 es es es | } + } + \repeat volta 2 { + f2.( d4 | + es) g g g | + as2.( f4 | + g) g as b | + c2 as | + g f | + } + \alternative { + { g4 es es es | } + { g2 s4 g | } + } + f2. as4 | + g2 as | + g f | + g1 | \bar "|." + } + + tenorMelodie = \relative b { + \repeat volta 2 { + b4^\mf\< b b^\! | + es2^\> b4^\! | + b2 b4 | + b2^\<\breathe b4^\! | + b2^\> b4 | + b( es) c^\! | + d2^\> c4 | + b2 s4^\! | + } + \repeat volta 2 { + b4^\p b b | + c2 c4\breathe | + c c c | + b2 b4\breathe | + b^\< b b | + b c b^\! | + as2 b4 | + c2 c4 | + b(^\> c^\rit d)^\!\breathe | + b^\mf b b | + es2 b4 | + b2 b4 | + b2\breathe b4^\< | + b2 b4^\! | + b( as) g | + b2^\> as4^\! | + } + \alternative { + { g2 s4 | } + { \time 4/4 g4 s2. | } + } + \repeat volta 2 { + s4 b^\p b b | + b s2. | + s4 b^\mf b b | + b\breathe b^\f c b | + as2 as | + b^\> b | + } + \alternative { + { b4^\! s2. | } + { b2 s4 b | } + } + b2.-> f'4 | + es2\breathe es | + es^\rit b | + b1 | \bar "|." + } + + bassMelodie = \relative es { + \repeat volta 2 { + es4 es es | + es2 es4 | + b2 b4 | + es2 es4 | + b'2 d,4 | + es2 es4 | + f2 f4 | + b,2 s4^\! | + } + \repeat volta 2 { + R2.*9 | + es4 es es | + es2 es4 | + b2 b4 | + es2 es4 | + b'2 d,4 | + es2 es4 | + b2 b4 | + } + \alternative { + { es2 s4 | } + { \time 4/4 es4 s2. | } + } + \repeat volta 2 { + s4 b b b | + es s2. | + s4 b b b | + es es es es | + as2 f | + b b, | + } + \alternative { + { es4 s2. | } + { es2 s4 es | } + } + b'2. b4 | + c2 as | + b b | + es,1 | \bar "|." + } + diff --git a/Herr_deine_Guete_reicht_so_weit/texte.ly b/Herr_deine_Guete_reicht_so_weit/texte.ly new file mode 100644 index 0000000..a87a45d --- /dev/null +++ b/Herr_deine_Guete_reicht_so_weit/texte.ly @@ -0,0 +1,12 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + +text = \lyricmode { + Herr, dei -- ne Gü -- te reicht so weit, so weit, so weit der Him -- mel ist, + und dei -- ne Wahr -- heit, und dei -- ne Wahr -- heit, und dei -- ne Wahr -- heit so weit die Wol -- ken gehn. + Herr, dei -- ne Gü -- te reicht so weit, so weit, so weit der Him -- mel ist, ist! + Hal -- le -- lu ja, Hal -- le -- lu ja, Hal -- le -- lu ja, Hal -- le -- lu ja, Hal -- le -- lu ja, Hal -- le -- lu ja, Hal -- le -- lu ja! +} diff --git a/Herr_erbarme_dich/Herr_erbarme_dich.ly b/Herr_erbarme_dich/Herr_erbarme_dich.ly new file mode 100644 index 0000000..c92c923 --- /dev/null +++ b/Herr_erbarme_dich/Herr_erbarme_dich.ly @@ -0,0 +1,32 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \text } + \new Staff << + \new Voice = tenor { \clef "bass" \global \voiceOne \tenorMelodie } + \new Voice = bass { \clef "bass" \global \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + \context { \Staff \RemoveEmptyStaves } + } +} diff --git a/Herr_erbarme_dich/stimmen.ly b/Herr_erbarme_dich/stimmen.ly new file mode 100644 index 0000000..6269dd9 --- /dev/null +++ b/Herr_erbarme_dich/stimmen.ly @@ -0,0 +1,31 @@ +%some settings% vim: ai sw=2 lbr nu et + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + %\time 9/8 + \autoBeamOff + } + +% Die Stimmen + + sopranMelodie = \relative g' { + g2 g | \bar "" a4 a h2\breathe | \bar "" g g4 g | \bar "" + a a h2\breathe | \bar "" g g | \bar "" a4 a h2 | \bar "|." + } + + altMelodie = \relative g' { + g2 g | \bar "" fis4 fis g2 | \bar "" g g4 g | \bar "" + fis fis g2 | \bar "" g g | \bar "" fis4 fis g2 | \bar "|." + } + + tenorMelodie = \relative g { + g2 h d4 d d2\breathe | \bar "" g, h4 h | \bar "" + d d d2\breathe | \bar "" g, h | \bar "" d4 d d2 | \bar "|." + } + + bassMelodie = \relative g { + g2 e | \bar "" d4 d g2 | \bar "" g e4 e | \bar "" + d d g2 | \bar "" g e | \bar "" d4 d g,2 | \bar "|." + } + diff --git a/Herr_erbarme_dich/texte.ly b/Herr_erbarme_dich/texte.ly new file mode 100644 index 0000000..2141529 --- /dev/null +++ b/Herr_erbarme_dich/texte.ly @@ -0,0 +1,9 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + text = \lyricmode { + Herr, er -- bar -- me dich. Chris -- tus, er -- bar -- me dich. Herr, er -- bar -- me dich. + } diff --git a/Holz_auf_Jesu_Schultern/Holz_auf_Jesu_Schultern.ly b/Holz_auf_Jesu_Schultern/Holz_auf_Jesu_Schultern.ly new file mode 100644 index 0000000..0d7ec75 --- /dev/null +++ b/Holz_auf_Jesu_Schultern/Holz_auf_Jesu_Schultern.ly @@ -0,0 +1,50 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff + << + \set Score.skipBars = ##t + \new Lyrics = "textSopran" {} + \new Staff + << + \new Voice = "sopran" { \global \voiceOne \anfangMelodie \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \anfangMelodie \altMelodie } + >> + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Lyrics = "textVier" {} + \new Lyrics = "textFuenf" {} + \new Lyrics = "textSechs" {} + \new Staff = "maenner" << + \new Voice = "tenor" { \global \clef "bass" \voiceOne \transpose c' c { \anfangMelodie } \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \transpose c' c { \anfangMelodie } \bassMelodie } + >> + \new Lyrics = "textBass" {} + \context Lyrics = "textEins" \lyricsto "alt" \textI + \context Lyrics = "textZwei" \lyricsto "alt" \textII + \context Lyrics = "textDrei" \lyricsto "alt" \textIII + \context Lyrics = "textVier" \lyricsto "alt" \textIV + \context Lyrics = "textFuenf" \lyricsto "alt" \textV + \context Lyrics = "textSechs" \lyricsto "alt" \textVI + \context Lyrics = "textEins" \lyricsto "alt" \textRefrainAlt + \context Lyrics = "textSechs" \lyricsto "tenor" \textRefrainTenor + \context Lyrics = "textSopran" \lyricsto "sopran" \textRefrainSopran + \context Lyrics = "textBass" \lyricsto "bass" \textRefrainBass + >> + \layout { + indent = #0 + } +} diff --git a/Holz_auf_Jesu_Schultern/stimmen.ly b/Holz_auf_Jesu_Schultern/stimmen.ly new file mode 100644 index 0000000..8cdba57 --- /dev/null +++ b/Holz_auf_Jesu_Schultern/stimmen.ly @@ -0,0 +1,41 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \minor + %\override Staff.TimeSignature #'style = #'() + \time 4/2 + \autoBeamOff + } + +% Die Stimmen + + anfangMelodie = \relative g' { + g4 a b a g2 f | g4 f d c d1 \breathe | + } + + sopranMelodie = \relative d' { + d4 f g a b a g a | b2 c d1 \breathe | + d4 es d c d2 g, \breathe | c4 b a g a1 \breathe | + g4 a b c d c b a | g2 f g1 | \bar "|." + } + + altMelodie = \relative d' { + d4 f g a b a g f | g2 g fis1 \breathe | + g d2 g4 f | es2 c2. es4 d c | + b2 \breathe g'1 d2~ | d4 es d c d1 | \bar "|." + } + + tenorMelodie = \relative d { + d4 f g a b a g a | g2 g a1 \breathe | + b4 a b c b2 c4 f, | g1.( fis2) | + g1 \breathe g2. a4 b2 a b1 | \bar "|." + } + + bassMelodie = \relative d { + d4 f g a b a g f | es2 es d1 \breathe | + g1~ g4 f es d | c2( es) d1 \breathe | + es1 \breathe b2. c4 | d2. d4 g,1 | \bar "|." + } + diff --git a/Holz_auf_Jesu_Schultern/texte.ly b/Holz_auf_Jesu_Schultern/texte.ly new file mode 100644 index 0000000..ff8818c --- /dev/null +++ b/Holz_auf_Jesu_Schultern/texte.ly @@ -0,0 +1,60 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Holz auf Je -- su Schul -- ter, von der Welt ver -- flucht, + ward zum Baum des Le -- bens und bringt gu -- te Frucht. + } + textII = \lyricmode { + \set stanza = "2." + Wol -- len wir Gott bit -- ten, dass auf uns -- rer Fahrt + Frie -- de uns -- re Her -- zen und die Welt be -- wahrt. + } + textIII = \lyricmode { + \set stanza = "3." + Denn die Er -- de klagt uns an bei Tag und Nacht. + Doch der Him -- mel sagt und: Al -- les ist voll -- bracht! + } + textIV = \lyricmode { + \set stanza = "4." + Wol -- len wir Gott lo -- ben, le -- ben aus dem Licht. + Streng ist sei -- ne Gü -- te, gnä -- dig sein Ge -- richt. + } + textV = \lyricmode { + \set stanza = "5." + Denn die Er -- de jagt uns auf den Ab -- grund zu. + Doch der Him -- mel fragt uns: Wa -- rum zwei -- felst du? + } + textVI = \lyricmode { + \set stanza = "6." + Hart auf dei -- ner Schul -- ter lag das Kreuz, o Herr, + ward zum Baum des Le -- bens ist von Früch -- ten schwer. + } + textRefrainSopran = \lyricmode { + \repeat unfold 22 { \skip 1 } + \set stanza = "1.-6." + Ky -- ri -- e e -- lei -- son, sieh, wo -- hin wir gehn. + Ruf uns aus den To -- ten, lass uns auf -- er -- stehn. + } + textRefrainAlt = \lyricmode { + \repeat unfold 22 { \skip 1 } + \set stanza = "1.-6." + Ky -- ri -- e e -- lei -- son, e -- le -- i -- son, + lass, lass uns auf -- er -- stehn. + } + textRefrainTenor = \lyricmode { + \repeat unfold 22 { \skip 1 } + \set stanza = "1.-6." + Ky -- ri -- e e -- lei -- son, e -- lei -- son, + lass uns auf -- er -- stehn. + } + textRefrainBass = \lyricmode { + \repeat unfold 22 { \skip 1 } + \set stanza = "1.-6." + Ky -- ri -- e e -- lei -- son, + lass, lass uns auf -- er -- stehn. + }
\ No newline at end of file diff --git a/Hosanna/Hosanna.ly b/Hosanna/Hosanna.ly new file mode 100644 index 0000000..9137a9b --- /dev/null +++ b/Hosanna/Hosanna.ly @@ -0,0 +1,46 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = sopranI { \global \sopranIMelodie } + >> + \new Lyrics \lyricsto sopranI { \sopranIText } + \new Staff << + \new Voice = sopranII { \global \sopranIIMelodie } + >> + \new Lyrics \lyricsto sopranII { \sopranIIText } + \new Staff << + \new Voice = alt { \global \altMelodie } + >> + \new Lyrics \lyricsto alt { \altText } + \new Staff << + \new Voice = tenor { \global \clef "G_8" \tenorMelodie } + >> + \new Lyrics \lyricsto tenor { \tenorText } + \new Staff << + \new Voice = bassI { \global \clef "bass" \bassIMelodie } + >> + \new Lyrics \lyricsto bassI { \bassIText } + \new Staff << + \new Voice = bassII { \global \clef "bass" \bassIIMelodie } + >> + \new Lyrics \lyricsto bassII { \bassIIText } + >> + \layout { + indent = #0 + } +} diff --git a/Hosanna/stimmen.ly b/Hosanna/stimmen.ly new file mode 100644 index 0000000..f534bef --- /dev/null +++ b/Hosanna/stimmen.ly @@ -0,0 +1,42 @@ +%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 + + sopranIMelodie = \relative c'' { + } + + sopranIIMelodie = \relative c'' { + } + + altMelodie = \relative c' { + } + + tenorMelodie = \relative c' { + } + + bassIMelodie = \relative a { + a1 | d,2 a~ | a r4 a4 | a'1 | + a4 c4. h8 a a | gis4( a) e r | r f4. e8 d d | cis4( d) a d | + a r2 c'4~ | c8 h a a h4 e, | e2 r4 d~ | d cis d2 | + d a4 r8 a' | f d a'8. a16 d,8 d a4 | a' r2. | + r2.. e8 | c a e'8. e16 a,8 a'4 gis8 | a8 f e4 a,2 | + r2. a'4 | f8.[( e16 d e f d]) a'4 a, | d2 a~ | + a r | e'4. fis8 g8. e16 g8 a | h4 c h2 | + e,4 a gis a | h h a2~ | a4 a a2 | + r a,4. h8 | c8. a16 c8 d e4. e8 | e4 r2 a4~ | + a8 a d2 c4( | h2) a | r4 a f( d) | e2 r4 a, | + d2 a~ | a1 | d4. e8 f[( g] a4) | + d, d'2 cis4 | d d,4. e8[( f d]) | a'1^\fermata | \bar "|." + } + + bassIIMelodie = \relative c { + } diff --git a/Hosanna/texte.ly b/Hosanna/texte.ly new file mode 100644 index 0000000..0365106 --- /dev/null +++ b/Hosanna/texte.ly @@ -0,0 +1,35 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + sopranIText = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + sopranIIText = \lyrics { + } + + altText = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + tenorText = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + bassIText = \lyrics { + %<+hier den Text für den Baß eintragen+> + Ho -- san -- na, ho -- san -- na to the Son of Da -- vid, to the Son of Da -- vid, Da -- vid, to the Son of Da -- _ vid. + Bles -- sed be the King that co -- meth in the name of the Lord, that co -- meth in the name of the Lord, of the Lord. + Ho -- san -- na, ho -- san -- na. + Thou that sit -- test in the hi -- ghest heav'ns. + Thou that sit -- test in the hi -- ghest heav'ns. + Thou that sit -- test in the hi -- ghest heav'ns, in the hi -- ghest heav'ns. + Ho -- san -- na, ho -- san -- na in ex -- cel -- sis, in ex -- cel -- sis De -- o. + } + + bassIIText = \lyrics { + %<+hier den Text für den Baß eintragen+> + } + diff --git a/Ich_lobe_meinen_Gott/Ich_lobe_meinen_Gott.ly b/Ich_lobe_meinen_Gott/Ich_lobe_meinen_Gott.ly new file mode 100644 index 0000000..058a723 --- /dev/null +++ b/Ich_lobe_meinen_Gott/Ich_lobe_meinen_Gott.ly @@ -0,0 +1,35 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + } + \new Lyrics \lyricsto alt { \textI } + \new Lyrics \lyricsto alt { \textII } + \new Lyrics \lyricsto alt { \textIII } + \new Staff << + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Ich_lobe_meinen_Gott/stimmen.ly b/Ich_lobe_meinen_Gott/stimmen.ly new file mode 100644 index 0000000..3e475e8 --- /dev/null +++ b/Ich_lobe_meinen_Gott/stimmen.ly @@ -0,0 +1,41 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 2/2 + \autoBeamOff + } + +% Die Stimmen + + sopranMelodie = \relative a' { + a2_\mf g8 a b c | f,2. f4 | d'2 c4( b) | a a2 \breathe f4 | + d' d c c8 b | a4 a8 g f4 f8 f | b4 a g f | + f2 e | \breathe a g8 a b c | f,2. f4 | d'2 c4( b) | a a2 \breathe f4_\mp | + \repeat volta 2 { d' d c c8 b | a a a g f4. f8 | b4( a) g4.( f8) | } \alternative {{ f2. \breathe f4_\f | } { f1 | \bar "|." }} + } + + altMelodie = \relative c' { + f2 e8 e e e | d2. d4 | f2 e | f4 f2 \breathe f4 | + f f e e8 e | e4 e8 e d4 d8 d | d4 d d d | + c2 c | \breathe f e8 e e e | d2. d4 | f2 e | f4 f2 \breathe f4 | + \repeat volta 2 { f f e e8 e | e e e e d4. d8 | d2 e | } \alternative {{ f2. \breathe f4 | } { c1 | \bar "|." }} + } + + tenorMelodie = \relative c' { + c2 c8 c c b | a2. a4 | b2 a4( c) | c c2 \breathe a4 | + b a g g8 g | a4 a8 a a4 a8 a | g4 g g g | + g2 g | \breathe c c8 c c b | a2. a4 | b2 g4( c) | c c2 \breathe a4 | + \repeat volta 2 { b a g g8 g | a a a a a4. a8 | g2 b2 | } \alternative {{ a2. \breathe a4 | } { a1 | \bar "|." }} + } + + bassMelodie = \relative f { + f2 c8 c c c | d2. c4 | b2 c | f4 f2 \breathe f4 | + b, b c c8 c | cis4 cis8 cis d4 d8 c | b4 b h h | + c2 c | \breathe f c8 c c c | d2. c4 | b2 c | f4 f2 \breathe f4 | + \repeat volta 2 { b, b c c8 c | cis cis cis cis d4. c8 | b2 c2 | } \alternative {{ f2. \breathe f4 | } { f1 | \bar "|." }} + } + diff --git a/Ich_lobe_meinen_Gott/texte.ly b/Ich_lobe_meinen_Gott/texte.ly new file mode 100644 index 0000000..e6bd2d5 --- /dev/null +++ b/Ich_lobe_meinen_Gott/texte.ly @@ -0,0 +1,26 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyrics {
+ \set stanza = "1."
+ Ich lo -- be mei -- nen Gott von gan -- zem Her -- zen.
+ Er -- zäh -- len will ich von all sei -- nen Wun -- dern und sin -- gen sei -- nem Na -- men.
+ Ich lo -- be mei -- nen Gott von gan -- zem Her -- zen.
+ \set stanza = "1.-3."
+ Ich freu -- e mich und bin fröh -- lich, Herr, in dir. Hal -- le -- lu -- ja! Ich ja!
+ }
+ textII = \lyrics {
+ \set stanza = "2."
+ Ich sin -- ge mei -- nem Gott von gan -- zem Her -- zen.
+ Er -- zäh -- len will ich von all sei -- ner Lie -- be und prei -- sen sei -- ne Gna -- de.
+ Ich sin -- ge mei -- nem Gott von gan -- zem Her -- zen.
+ }
+ textIII = \lyrics {
+ \set stanza = "3."
+ Ich dan -- ke mei -- nem Gott von gan -- zem Her -- zen.
+ Er -- zäh -- len will ich, dass er al -- le Men -- schen in sei -- nen Hän -- den trägt. _
+ Ich dan -- ke mei -- nem Gott von gan -- zem Her -- zen.
+ }
diff --git a/Im_Fruehling/Im_Fruehling.ly b/Im_Fruehling/Im_Fruehling.ly new file mode 100644 index 0000000..5ac3cfd --- /dev/null +++ b/Im_Fruehling/Im_Fruehling.ly @@ -0,0 +1,37 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = pFrauen { \global \pausen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + } + \new Lyrics \lyricsto sopran { \textI } + \new Lyrics \lyricsto sopran { \textII } + \new Lyrics \lyricsto sopran { \textIII } + \new Staff << + \new Voice = pMaenner { \global \pausen } + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Im_Fruehling/stimmen.ly b/Im_Fruehling/stimmen.ly new file mode 100644 index 0000000..30d371e --- /dev/null +++ b/Im_Fruehling/stimmen.ly @@ -0,0 +1,46 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key es \major + %\override Staff.TimeSignature #'style = #'() + \time 6/8 + \autoBeamOff + } + +% Die Stimmen + + pausen = { + s2.*7 | s4. s4 r8 | + s2.*10 | \bar "|." + } + + sopranMelodie = \relative g' { + g4^\mf as8 b4 es8 | g,4 as8 b4 es8\breathe | c[ es] c b[ es] b | b[ as] g f4.\breathe | + g4^\< as8 b4 es8 | g,4 as8 b4 es8 | d[^\f es] f es[ d] c | d[^\> es] c b4^\! s8 | + d4^\f d8 es4 b8 | as4 as8 g4 b8\breathe | d4 d8 es4 b8 | b[ as] g f4.\breathe | g4^\mf as8 b4 es8 | + g,4 as8 b4 es8\breathe c[ es] c b[ es] b | as[ g] f g4.\breathe | c8[^\< f16 es]^\! d[^\> c] b8[ es] b^\! | as[^\> g] f es4.^\! | \bar "|." + } + + altMelodie = \relative es' { + es4 f8 g4 g8 | es4 f8 g4 g8 | as4 as8 g4 g8 | g[ f] es d4. | + es4 f8 g4 g8 | es4 f8 g4 a8 | f4 f8 g4 g8 | f4 es8 d4 s8 | + f4 f8 g4 g8 | f4 f8 es4 es8 | f4 f8 g4 es8 | es[ f] es d4. | es4 f8 g4 g8 | + es4 f8 g4 g8 | as4 as8 g4 g8 | f[ es]d es4. | f4 f16[ es] es4 es8 | f[ es] d b4. | \bar "|." + } + + tenorMelodie = \relative b { + b4 b8 b4 b8 | b4 b8 b4 b8\breathe | as[ c] as b4 b8 | b4 b8 b4.\breathe | + b4 b8 b4 b8 | es4 es8 es4 c8 | b4 as8 g4 c8 | b4 a8 b4 s8 | + as4 as8 b4 b8 | c4 b8 b4 g8\breathe | as4 as8 b4 b8 | c4 c8 d4.\breathe | b4 b8 b4 b8 | + b4 b8 b4 b8\breathe | as[ c] as b4 es8 | c4 b8 b4.\breathe | c4 as8 g4 b8 | c4 as8 g4. | \bar "|." + } + + bassMelodie = \relative es { + es4_\mf es8 es4 es8 | es4 es8 es4 es8 | as4 as8 es4 es8 | d4 es8 b4. | + es4_\< es8 es4 es8 | es4 es8 es4 f8 | b,4_\f h8 c4 es8 | f4_\> f8 b,4_\! s8 | + b4_\f b8 b4 b8 | f'4 d8 es4 es8 | b4 b8 b4 g8 | as4 a8 b4. | es4_\mf es8 es4 es8 | + es4 es8 es4 es8 | as4 as8 es4 es8 | f4 b8 es,4. | as,4_\< as8_\! es'4_\> g,8_\! | as4_\> b8 es4._\! | \bar "|." + } + diff --git a/Im_Fruehling/texte.ly b/Im_Fruehling/texte.ly new file mode 100644 index 0000000..ac0c89b --- /dev/null +++ b/Im_Fruehling/texte.ly @@ -0,0 +1,27 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Uns -- re Wie -- sen grü -- nen wie -- der, Blu -- men duf -- ten ü -- ber -- all,
+ rings er -- tö -- nen Fin -- ken -- lie -- der, lieb -- lich schlägt die Nach -- ti -- gall.
+ Hell im Glanz der Son -- ne strah -- let gold -- ge -- färbt der Wol -- ken -- saum,
+ und der hol -- de Früh -- ling ma -- let rot und weiß den Ap -- fel -- baum, rot und weiß den Ap -- fel -- baum.
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Al -- les rund um -- her ver -- kün -- det un -- sers Schöp -- fers Freund -- lich -- keit.
+ Was da le -- bet und emp -- fin -- det freut sich die -- ser Won -- ne -- zeit.
+ Welch ein neu -- es re -- ges Stre -- ben herrscht im Wald und auf der Flur!
+ Sollt ich ihn nicht auch er -- he -- ben, ihn, den Va -- ter der Na -- tur, ihn den Va -- ter der Na -- tur.
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Ja, in der Ge -- schöp -- fe Men -- ge, die dich prei -- sen, misch auch ich,
+ Va -- ter, mei -- ne Lob -- ge -- sän -- ge und froh -- lock' und prei -- se dich.
+ Dei -- ner Huld und dei -- ner Gü -- te will auch ich mich dank -- bar freu'n
+ und mit kind -- li -- chem Ge -- mü -- te dir mein gan -- zes Le -- ben weih'n, dir mein gan -- zes Le -- ben weih'n.
+ }
diff --git a/Ins_Wasser_faellt_ein_Stein/Ins_Wasser_faellt_ein_Stein.ly b/Ins_Wasser_faellt_ein_Stein/Ins_Wasser_faellt_ein_Stein.ly new file mode 100644 index 0000000..0050985 --- /dev/null +++ b/Ins_Wasser_faellt_ein_Stein/Ins_Wasser_faellt_ein_Stein.ly @@ -0,0 +1,42 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = pFrauen { \global \pausen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + } + \new Lyrics \lyricsto sopran { \textI } + \new Lyrics \lyricsto sopran { \textIa } + \new Lyrics \lyricsto sopran { \textII } + \new Lyrics \lyricsto sopran { \textIIa } + \new Lyrics \lyricsto sopran { \textIII } + \new Lyrics \lyricsto sopran { \textIIIa } + \new Staff << + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \new Lyrics \lyricsto bass { \textBassI } + \new Lyrics \lyricsto bass { \textBassII } + \new Lyrics \lyricsto bass { \textBassIII } + >> + \layout { + indent = #0 + } +} diff --git a/Ins_Wasser_faellt_ein_Stein/stimmen.ly b/Ins_Wasser_faellt_ein_Stein/stimmen.ly new file mode 100644 index 0000000..854e94f --- /dev/null +++ b/Ins_Wasser_faellt_ein_Stein/stimmen.ly @@ -0,0 +1,53 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + pausen = { + s4 | \repeat volta 2 { s1*3 | } \alternative { { s1 | } + { s1 | } } s1*3 | s2. + \repeat volta 2 { s4 | s1*3 | s2. } + s4 | s1*2 | r4 s2. | s1*4 | s2. \bar "|." + } + + sopranMelodie = \relative a' { + a4 \repeat volta 2 { fis4. e8 fis4 a | a d a d, | g2 g4 fis8[ g] | } \alternative { { fis2. a4 | } + { fis2. d4 | } } g fis d2 | g4 fis d2 | d4 g g h | d2. + \repeat volta 2 { a,4^\p | fis'4. e8 fis4 g | a2. fis4 | d4. cis8 d4 g | \slurDashed \set melismaBusyProperties = #'() fis( e8) e4. } + d4^\< | h'4. a8 h4 cis | d2^\f a | s4 h a g | a a d,4. d8 | + g4 fis d4. d8 | g4 fis d4. d8 | g4 fis e4. d8 | d2. \bar "|." + } + + altMelodie = \relative a { + a4 \repeat volta 2 { d4. d8 d4 e | d2. d4 | d2 e | } \alternative { { d2. a4 | } + { d2. d4 | } } d cis h2 | d4 cis h2 | h4 d d g | a2. + \repeat volta 2 { a,4 | d4. cis8 d4 d | d2( cis4) cis | h4. h8 h4 d | \slurDashed d( cis8) cis4. } + d4 | d4. d8 d4 cis | fis2 fis | s4 d d d8[ h] | cis4 cis h4. h8 | + d4 d h4. h8 | d4 d h4. h8 | d4 d d cis8[ h] | a2. \bar "|." + } + + tenorMelodie = \relative a { + a4 \repeat volta 2 { a4. g8 a4 cis | a2. a4 | h2 a | } \alternative { { a2. a4 | } + { a2. d4 | } } h a fis2 | h4 a fis2 | g4 h h d | fis2. + \repeat volta 2 { a,4 | a4. a8 a4 h | a2. a4 | fis4. fis8 fis[ h] h4 | \tieDashed a~ a8 a4. } + a4 | g4. fis8 fis4 fis | h( d) cis2 | r4 g fis e | e a fis4. fis8 | + h4 a fis4. fis8 | h4 a fis4. fis8 | h4 a a4. g8 | fis2. \bar "|." + } + + bassMelodie = \relative a { + a4 \repeat volta 2 { d, d d a8[ g] | fis2. fis'4 | e h cis2 | } \alternative { { d2. a'4 | } + { d,2. d4 | } } e, fis h a | e fis h a | g2 g'4 g | d2. + \repeat volta 2 { a'4_\p | d, d d h | fis2( a4) a | h h h e | \tieDashed a,~ a8 a4. } + fis4_\< | g4. d'8 h4 ais | h2_\f fis'4 fis, | g2( d'4) d | a a h a | + e' fis h, a | e' fis h, a | e' fis8[ g] a4 a, | d2. \bar "|." + } + diff --git a/Ins_Wasser_faellt_ein_Stein/texte.ly b/Ins_Wasser_faellt_ein_Stein/texte.ly new file mode 100644 index 0000000..c442caa --- /dev/null +++ b/Ins_Wasser_faellt_ein_Stein/texte.ly @@ -0,0 +1,51 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \repeat unfold 27 { \skip 1 }
+ \set stanza = "1."
+ Ins Was -- ser fällt ein Stein ganz heim -- lich, still und lei -- _ se;
+ Wo Got -- tes gro -- ße Lie -- be in ei -- nen Men -- schen fällt,
+ da wirkt sie fort in Tat und Wort hi -- naus in uns -- re Welt.
+ }
+ textIa = \lyricmode {
+ \repeat unfold 27 { \skip 1 }
+ und ist er noch so klein, er zieht doch wei -- te Krei -- _ se.
+ }
+ textBassI = \lyricmode {
+ \repeat unfold 46 { \skip 1 }
+ in ei -- nen
+ }
+ textII = \lyricmode {
+ \repeat unfold 27 { \skip 1 }
+ \set stanza = "2."
+ Ein Fun -- ke kaum zu sehn, ent -- facht doch hel -- le Flam -- _ men;
+ Wo Got -- tes gro -- ße Lie -- be in ei -- nem Men -- schen brennt,
+ da wird die Welt vom Licht er -- hellt, da bleibt nichts, was uns trennt.
+ }
+ textIIa = \lyricmode {
+ \repeat unfold 27 { \skip 1 }
+ und die im Dun -- keln sethn, die ruft der Schein zu sam -- _ men.
+ }
+ textBassII = \lyricmode {
+ \repeat unfold 46 { \skip 1 }
+ in ei -- nem
+ }
+ textIII = \lyricmode {
+ \repeat unfold 27 { \skip 1 }
+ \set stanza = "3."
+ Nimm Got -- tes Lie -- be an, du brauchst dich nicht al -- lein zu mühn,
+ Und füllt sie erst dein Le -- ben, und setzt sie dich in Brand,
+ gehst du hi -- naus, teilst Lie -- be aus, denn Gott füllt dir die Hand.
+ }
+ textIIIa = \lyricmode {
+ \repeat unfold 27 { \skip 1 }
+ denn sei -- ne Lie -- be kann in dei -- nem Le -- ben Krei -- se ziehn.
+ }
+ textBassIII = \lyricmode {
+ \repeat unfold 46 { \skip 1 }
+ und stetzt sie
+ }
diff --git a/Jeder_braucht_Brot/Jeder_braucht_Brot.ly b/Jeder_braucht_Brot/Jeder_braucht_Brot.ly new file mode 100644 index 0000000..ea71b75 --- /dev/null +++ b/Jeder_braucht_Brot/Jeder_braucht_Brot.ly @@ -0,0 +1,36 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { +\new ChoirStaff + << + \set Score.skipBars = ##t + \new Staff << + \new Voice \pausen + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \textI} + \new Lyrics \lyricsto sopran { \textII} + \new Lyrics \lyricsto sopran { \textIII} + \new Staff << + \new Voice { \clef "bass" \pausen } + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Jeder_braucht_Brot/stimmen.ly b/Jeder_braucht_Brot/stimmen.ly new file mode 100644 index 0000000..72ae91a --- /dev/null +++ b/Jeder_braucht_Brot/stimmen.ly @@ -0,0 +1,49 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + pausen = \relative c { + \repeat volta 3 { s1*7 | s2. r4 | } s1*2 | \bar "|." + } + + sopranMelodie = \relative d' { + \repeat volta 3 { + d4 d8 e fis4 fis8 g | e2 e | + d4 d8 e fis4 fis8 g | a1 | + a4 d8 d d4 cis8 h | a2 fis | + d4 g8 g e4 d8 cis d2. s4 | } + d1 | d | \bar "|." + } + altMelodie = \relative d' { + \repeat volta 3 { + d4 d8 d d4 d8 d | d2 cis | + d4 d8 d d4 d8 d | e1 | + d4 fis8 fis g4 g8 g | e2 d | + d4 d8 d cis4 h8 a a2. s4 | } + h1 | a | \bar "|." + } + tenorMelodie = \relative fis { + \repeat volta 3 { + fis4 fis8 g a4 a8 h | a2 a | + fis4 fis8 g a4 a8 h | d4 h cis2 | + a4 a8 a h4 e8 d | cis2 h | + h4 h8 h a4 g8 g fis2. s4 | } + g1 | fis | \bar "|." + } + bassMelodie = \relative d { + \repeat volta 3 { + d4 d8 d d4 d8 d | a2 a | + d4 d8 d d4 d8 d | a'1 | + fis4 d8 d g4 e8 e | a,2 h | + g4 g8 g a4 a8 a d2. s4 | } + g,1 | d' | \bar "|." + } diff --git a/Jeder_braucht_Brot/texte.ly b/Jeder_braucht_Brot/texte.ly new file mode 100644 index 0000000..986c78f --- /dev/null +++ b/Jeder_braucht_Brot/texte.ly @@ -0,0 +1,28 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Je -- der braucht Brot, das ihn sät -- tigt; + je -- der den Trank, der ihn heilt; + je -- der ein Wort, das ihn froh macht; + je -- der ein Le -- ben, das bleibt. + } + textII = \lyricmode { + \set stanza = "2." + Gib uns das Brot, das uns sät -- tigt; + reich uns den Trank, der uns heilt; + sag uns das Wort, das uns froh macht; + schenk uns das Le -- ben, das bleibt. + } + textIII = \lyricmode { + \set stanza = "3." + Du bist das Brot, das uns sät -- tigt; + du bist der Trank, der uns heilt; + du bist das Wort, das uns froh macht; + du bist das Le -- ben, das bleibt. + A -- men. + } diff --git a/Kanons/Dank_sei_dir_Gott/Dank_sei_dir_Gott.ly b/Kanons/Dank_sei_dir_Gott/Dank_sei_dir_Gott.ly new file mode 100644 index 0000000..d21a587 --- /dev/null +++ b/Kanons/Dank_sei_dir_Gott/Dank_sei_dir_Gott.ly @@ -0,0 +1,39 @@ +\include "deutsch.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new staff {
+ \time 4/2 \key g \major \autoBeamOff \relative g' {
+ \repeat volta 2 {
+ \partial 2 g2^"1." | g fis g^\fermata
+ g^"2." | a a h^\fermata
+ g^"3." | c c h^\fermata
+ h^"4." | a a g^\fermata
+ d' | c a h^\fermata
+ h | a a g^\fermata
+ d | e fis g^\fermata
+ h | a a g }
+ }
+ }
+ \addlyrics {
+ All praise to thee, my God, this night,
+ for all the bles -- sings of the light,
+ keep me oh keep me, king of kings,
+ be -- neath thy own al -- migh -- ty wings.
+ }
+ \addlyrics {
+ Dank sei dir, Gott, der uns den Tag
+ vor Scha -- den G'fahr und man -- cher Plag
+ durch dei -- ne En -- gel hast be -- h"ut
+ aus Gnad und v"a -- ter -- li -- cher G"ut.
+ }
+}
\ No newline at end of file diff --git a/Kanons/Hashivenu/Hashivenu.ly b/Kanons/Hashivenu/Hashivenu.ly new file mode 100644 index 0000000..e766ddd --- /dev/null +++ b/Kanons/Hashivenu/Hashivenu.ly @@ -0,0 +1,27 @@ +\include "deutsch.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new staff {
+ \time 6/8 \key g \major \autoBeamOff \relative c' {
+ \repeat volta 2 {
+ h8.[^"1." c16] d8 e8.[ d16] c8 | h8.[ c16] d8 e8.[ d16] c8 |
+ h8.[ c16] d8 e8.[ d16] e8 | fis8.[ d16 h8] fis'4.^\fermata | \bar "||"
+ fis^"2." g | fis4( h8) g4. | fis4 h8 c8.[ h16 c8] | d4.~ d^\fermata | \bar "||"
+ d8.[ c16 h8] h4. | d8.[ c16 h8] h4 h8 | d c h fis4. | <h h,>4.~ <h h,>4.^\fermata | \bar "|."
+ }
+ }
+ }
+ \addlyrics {
+ Ha -- schi -- ve -- nu, ha -- schi -- ve -- nu a -- do -- nai e -- le -- cha ve -- na -- schu -- va ve -- na -- schu -- va cha -- desch cha -- desch ja -- me -- na -- ke -- ke -- dem.
+ }
+}
\ No newline at end of file diff --git a/Kanons/Ich_singe_dir/Ich_singe_dir.ly b/Kanons/Ich_singe_dir/Ich_singe_dir.ly new file mode 100644 index 0000000..d7e0480 --- /dev/null +++ b/Kanons/Ich_singe_dir/Ich_singe_dir.ly @@ -0,0 +1,30 @@ +\include "deutsch.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new staff {
+ \time 4/4 \key c \major \autoBeamOff \relative c' {
+ \repeat volta 2 {
+ \partial 4 c4^"1." | g' g g8[ a] g[ f] | e[ d] e[ f] g4 g | a g8[ a] h4 a8[ h] | c2.^\fermata
+ c4^"2." | g e f d | c8[ h] c[ d] e4 e | f f g g | e2.^\fermata
+ c4^"3." | c2 h4 d | d2 c4 c | c' h8[ a] g[ f] e[ d] | g4 e g^\fermata
+ e^"4." | e2 d4 f | f2 e4 c' | d, d d g | c,2.^\fermata
+ }
+ }
+ }
+ \addlyrics {
+ Ich sin -- ge dir mir Herz und Mund, Herr mei -- nes Her -- zens Lust,
+ ich sing und mach auf Er -- den kund, was mir von dir be -- wusst.
+ Ich sin -- ge, ich sin -- ge, Herr, mei -- _ _ nes Her -- zens Lust,
+ ich sin -- ge, ich sin -- ge, was mir von dir be -- wusst.
+ }
+}
\ No newline at end of file diff --git a/Kanons/Musikanten_Kanon/Musikanten_Kanon.ly b/Kanons/Musikanten_Kanon/Musikanten_Kanon.ly new file mode 100644 index 0000000..d9d33e8 --- /dev/null +++ b/Kanons/Musikanten_Kanon/Musikanten_Kanon.ly @@ -0,0 +1,42 @@ +\include "deutsch.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new staff {
+ \time 3/4 \key g \major \autoBeamOff \relative c'' {
+ d4^"1." d8 d c h | c4 d8 h4 g8 |
+ a4.^"2." d, | e4 fis8 g4. |
+ fis4^"3." g8 a4. | g4 a8 h4. | d4 d8 d c h |
+ c4 d8 h4 g8 a4. d, | e4 fis8 g4. | fis4 g8 a4. | g2. |
+ d4 d8 d4.~ | d d | g fis |
+ r4 d8 d r r | r4 r8 d4 d8 | h'4. a |
+ d,4 d8 d4.~ | d d | \time 3/2 d'2.~ d4. | \time 3/4
+ d4 d8 d c h | c4 d8 h4 g8 |
+ a4. d, | e4 fis8 g4. |
+ fis4 g8 a4. | g4 a8 h4. | d4 d8 d c h |
+ c4 d8 h4 g8 | a4. d, | e4 fis8 g4. | fis4 g8 a4. | g2. |
+
+ | \bar "|."
+ }
+ }
+ \addlyrics {
+ Fa la la la la la la la la la la,
+ mu -- si -- ca, mu -- si -- ca, mu -- si -- ca,
+ fa la la la la la la la la la la, ar -- ti -- um
+ su -- pre -- ma est. Hun -- dert -- fach ge schwun -- gen,
+ ge -- hupft wie ge -- sprun -- gen, je -- der Ton ein Fest.
+ Fa la la la la la la la la la la, mu -- si -- ca,
+ mu -- si -- ca, mu -- si -- ca, fa la la la la la la la la la la,
+ ar -- ti -- um su -- pre -- ma est.
+ Mun -- ter, mun -- ter! Kun -- ter -- bun -- ter Kon -- tra -- punkt, doch ah, die Ei -- nig -- keit ist doch da, die har -- mo -- ni -- a, die har -- mo -- ni -- a, die Har -- mo -- nie, ja!
+ }
+}
\ No newline at end of file diff --git a/Kanons/Sanctus/Sanctus.ly b/Kanons/Sanctus/Sanctus.ly new file mode 100644 index 0000000..1d9723b --- /dev/null +++ b/Kanons/Sanctus/Sanctus.ly @@ -0,0 +1,30 @@ +\include "deutsch.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new staff {
+ \time 4/4 \key f \major \autoBeamOff \relative c'' {
+ c4.^"1." b8 a4^\fermata g | f e d2 |
+ c^"2." r4^\fermata c | f g a g8[ f] |
+ g2^"3." f4^\fermata c' | d c2 b8[ a] |
+ b4^"4." g c4.^\fermata b8 | a4 g2 f4~ |
+ f^"5." e f^\fermata r8 g | a8[b] c4 f,2 | \bar "|."
+ }
+ }
+ \addlyrics {
+ Sanc -- _ _ _ _ _ _ tus,
+ sanc -- _ _ _ _ _ tus,
+ sanc -- _ _ _ _ _ tus,
+ sanc -- _ _ _ _ tus,
+ sanc -- _ _ tus.
+ }
+}
\ No newline at end of file diff --git a/Kanons/Singt_dem_Herrn/Singt_dem_Herrn.ly b/Kanons/Singt_dem_Herrn/Singt_dem_Herrn.ly new file mode 100644 index 0000000..4d30187 --- /dev/null +++ b/Kanons/Singt_dem_Herrn/Singt_dem_Herrn.ly @@ -0,0 +1,30 @@ +\include "deutsch.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new staff {
+ \time 4/2 \key g \major \autoBeamOff \relative g' {
+ g2^"1." g fis g^\fermata |
+ g4^"2." a h c8[( h]) a4 d g,^\fermata a |
+ g2^"3." d d g^\fermata |
+ h4^"4." c d c8[ d] d4 a r^\fermata d~ |
+ d8^"5." d c4 h a8[ g] a4 a g2^\fermata | \bar "|."
+ }
+ }
+ \addlyrics {
+ Singt dem Her -- ren,
+ sin -- get ihm und ju -- bi -- lie -- ret
+ al -- le -- samt in
+ die -- ser Mor -- gen -- stun -- de, kom --
+ met her -- bei und dan -- ket ihm!
+ }
+}
\ No newline at end of file diff --git a/Kanons/Soli_Deo_gloria/Soli_Deo_gloria.ly b/Kanons/Soli_Deo_gloria/Soli_Deo_gloria.ly new file mode 100644 index 0000000..5afb358 --- /dev/null +++ b/Kanons/Soli_Deo_gloria/Soli_Deo_gloria.ly @@ -0,0 +1,41 @@ +\include "deutsch.ly"
+
+#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist))
+#(set-default-paper-size "kindle")
+
+\header {
+ tagline = ""
+}
+\paper {
+ top-margin = 5
+}
+
+\score {
+ \new staff {
+ \time 4/4 \autoBeamOff \relative c'' {
+ \repeat volta 2 {
+ c8.^"1." g16 g4 a8. g16 g4 | c8 d e c d8. g,16 g4 |
+ c16[( h c d] e[ d c h] a[ g]) f[ e] d4 | g d e c'8 g |
+ \bar "||"
+ e^"2." e g c, f4 e | e8 f g a h8. g16 g4 |
+ g8 a16[ h] c8 c c[( d16 e] f[ e d c] | h4) h c e,16[ f] e[ d] |
+ \bar "||"
+ c8^"3." c e c a[ h] c4 | c8 c c f d8. c16 h4 | c8. c16 c4 f16[ g] a8 a4 | d, g g2 | }
+ \clef "bass" \relative c' { \repeat volta 2 {
+ c2. c4 | a2 g | e( f | g4) <g g,> c,2 |
+ } }
+ }
+ }
+ \addlyrics {
+ Glo -- ri -- a, glo -- ri -- a,
+ so -- li De -- o glo -- ri -- a,
+ glo -- ri -- a, glo -- ri -- a,
+ so -- li De -- o, so -- li De -- o,
+ so -- li De -- o glo -- ri -- a,
+ so -- li De -- o glo -- ri -- a,
+ so -- li De -- o, so -- li De -- o,
+ so -- li De -- o glo -- ri -- a,
+ glo -- ro -- a, glo -- ri -- a, glo -- ri -- a!
+ So -- li De -- o glo -- ri a!
+ }
+}
\ No newline at end of file diff --git a/Komm_Heilger_Geist/Komm_Heilger_Geist.ly b/Komm_Heilger_Geist/Komm_Heilger_Geist.ly new file mode 100755 index 0000000..d23ba14 --- /dev/null +++ b/Komm_Heilger_Geist/Komm_Heilger_Geist.ly @@ -0,0 +1,38 @@ +\include "deutsch.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) + +#(set-default-paper-size "kindle") + +Praes = { + \time 4/4 + \key g \minor +} + +\new ChoirStaff << +\new Staff << + \new Voice = "Sopran" { \relative g' { \Praes + \repeat volta 2 { \repeat unfold 2 { g4 g8 f g2 | } g4 a8 b c4 b8 a | b4 a g2 | } + \repeat unfold 2 { g4 d' d d | c c b8 a g4 | a b c b8 a | b4 } \alternative {{ c d2 } { a4 g2 }} \bar "||" }} + \addlyrics { Komm, heil -- ger Geist, mit dei -- ner Kraft, die uns ver -- bin -- det und Le -- ben schafft. } +>> +\new Staff << + \relative c' { \Praes + \context Voice = refrain { \Praes \repeat volta 2 { \repeat unfold 2 { d2 g4 f | } d2 f | g4 f d2 | } + \context Voice = verse { \repeat unfold 2 { d4 g g g | g f d d | f f f f | g } \alternative {{ g fis2 } { f4 d2 }} \bar "||" }}} + \context Lyrics = one \lyricsto refrain \lyricmode { Komm heil -- ger Geist, mit der Kraft, die Le -- ben schafft. } + \context Lyrics = one \lyricsto verse \lyricmode {\set stanza = #"1. " Wie das Feu -- er sich ver -- brei -- tet und die Dun -- kel -- heit er -- hellt, so soll uns dein Geist er -- grei -- fen, um -- ge -- stal -- ten uns -- re Welt. } + \context Lyrics = two \lyricsto verse \lyricmode {\set stanza = #"2. " Wie der Sturm so un -- auf -- halt -- sam dringt in un -- ser Le -- ben ein. Nur, wenn wir uns nicht ver -- schlie -- ßen, kön -- nen wir deine Kir -- che sein. } + \context Lyrics = three \lyricsto verse \lyricmode {\set stanza = #"3. " Schen -- ke uns von dei -- ner Lie -- be, die ver -- traut und die ver -- gibt. Al -- le spre -- chen ei -- ne Spra -- che, wenn ein Mensch den an -- dern liebt. } +>> + +\new Staff << + \new Voice = "Tenor" { \voiceOne \relative c' { \Praes \clef "bass" + \repeat volta 2 { \repeat unfold 2 { b2 d4 c | } b2 a | g4 c h2 | } + \repeat unfold 2 { g4 b b b | b a b b | c b a c | g } \alternative {{ g a2 } { a4 h2 }} \bar "||" }} + \new Voice = "Bass" { \voiceTwo \relative c' { \Praes \clef "bass" + \repeat volta 2 { \repeat unfold 2 { g2 b4 a | } g2 f | es4 f g2 | } + \repeat unfold 2 { g4 g f f | es f g g | f g f f | es } \alternative {{ es d2 } { f4 g2 }} \bar "||" }} +>> + +>> diff --git a/Kommt_ihr_Menschen/Kommt_ihr_Menschen.ly b/Kommt_ihr_Menschen/Kommt_ihr_Menschen.ly new file mode 100644 index 0000000..5fa2751 --- /dev/null +++ b/Kommt_ihr_Menschen/Kommt_ihr_Menschen.ly @@ -0,0 +1,44 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + } + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Lyrics = "textVier" {} + \new Lyrics = "textFuenf" {} + \new Lyrics = "textSechs" {} + \new Staff = "maenner" << + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "bass" \textII + \context Lyrics = "textDrei" \lyricsto "bass" \textIII + \context Lyrics = "textVier" \lyricsto "bass" \textIV + \context Lyrics = "textFuenf" \lyricsto "bass" \textV + \context Lyrics = "textSechs" \lyricsto "bass" \textVI + >> + \layout { + indent = #0 + } +} diff --git a/Kommt_ihr_Menschen/stimmen.ly b/Kommt_ihr_Menschen/stimmen.ly new file mode 100644 index 0000000..2093f0d --- /dev/null +++ b/Kommt_ihr_Menschen/stimmen.ly @@ -0,0 +1,34 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 2 + } + +% Die Stimmen + + sopranMelodie = \relative f' { + f4 g | a4. a8 b4 b | a a c c | b4. b8 a4 f | g g + f g | a4. b8 g4 g | f2 \bar "|." + } + + altMelodie = \relative c' { + c4 e | f4. f8 d4 d | f f f f | f4. g8 f4 f | f e + d e | f4. f8 f4 e | c2 \bar "|." + } + + tenorMelodie = \relative a { + a4 c | c4. c8 f4 f | c c c c | d4. d8 c4 d | c c + a c | c4. d8 c4 c8[ b] | a2 \bar "|." + } + + bassMelodie = \relative f { + f4 c | f4. f8 b,[ c] d[ e] | f4 f a, a | b4. g8 a4 d | c c + d c | f4. b,8 c4 c | f2 \bar "|." + } + diff --git a/Kommt_ihr_Menschen/texte.ly b/Kommt_ihr_Menschen/texte.ly new file mode 100644 index 0000000..9ca24c3 --- /dev/null +++ b/Kommt_ihr_Menschen/texte.ly @@ -0,0 +1,36 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Kommt, ihr Men -- schen, nehmt zu Her -- zen eu -- res Hei -- lans bitt -- re Schmer -- zen
+ auf dem schwe -- ren To -- des -- gang.
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Schaut ihn mit der Dor -- nen -- kro -- ne, die er trägt bei gro -- ßem Hoh -- ne,
+ se -- het die -- sen Men -- schen an!
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Schau -- et, wie er geht ge -- bü -- cket, wie das Kreuz ihn nie -- der -- drü -- cket,
+ se -- het, wie er nie -- der -- sinkt!
+ }
+ textIV = \lyricmode {
+ \set stanza = "4."
+ Den -- ket al -- le, den -- ket heu -- te, was euch die -- ser Gang be -- deu -- te,
+ den der Herr ge -- gan -- gen ist.
+ }
+ textV = \lyricmode {
+ \set stanza = "5."
+ Denkt, wenn er euch soll er -- hö -- hen, dass ihr müs -- set mit ihm ge -- hen
+ und das Kreuz ihm tra -- gen nach.
+ }
+ textVI = \lyricmode {
+ \set stanza = "6."
+ Nimm, o Je -- su, dei -- ne Schmer -- zen nim -- mer -- mehr aus un -- serm Her -- zen,
+ dass wir stets ge -- den -- ken dein.
+ }
diff --git a/Kreuz_auf_das_ich_schaue/Kreuz_auf_das_ich_schaue.ly b/Kreuz_auf_das_ich_schaue/Kreuz_auf_das_ich_schaue.ly new file mode 100644 index 0000000..660b616 --- /dev/null +++ b/Kreuz_auf_das_ich_schaue/Kreuz_auf_das_ich_schaue.ly @@ -0,0 +1,37 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff + << + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Staff = "maenner" << + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "bass" \textII + \context Lyrics = "textDrei" \lyricsto "bass" \textIII + >> + \layout { + indent = #0 + } +} diff --git a/Kreuz_auf_das_ich_schaue/stimmen.ly b/Kreuz_auf_das_ich_schaue/stimmen.ly new file mode 100644 index 0000000..1388ba3 --- /dev/null +++ b/Kreuz_auf_das_ich_schaue/stimmen.ly @@ -0,0 +1,57 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 2/2 + \autoBeamOff + } + +% Die Stimmen + + sopranMelodie = \relative g' { + g4 e g a | + fis2 fis | + g4 e g a | + h1 | + c4 h a g | + a2 h | + g4 a fis2 | \time 3/2 + d e1 | \bar "|." + } + + altMelodie = \relative e' { + e4 e e e | + e( cis dis2) | + e4 e e e | + fis1 | + e4 e e e | + fis2 g | + e4 e d2 | \time 3/2 + d e1 | \bar "|." + } + + tenorMelodie = \relative h { + h4 h c c | + h2 h | + h4 h c e | + e( cis dis2) | + c4 c c c | + d2 d | + c4 c h2 | \time 3/2 + h h1 | \bar "|." + } + + bassMelodie = \relative e { + e4 e c a | + h2 h | + e4 e c c | + h1 | + a4 a a a | + d2 g | + a4 a h2 | \time 3/2 + h, e1 | \bar "|." + } + diff --git a/Kreuz_auf_das_ich_schaue/texte.ly b/Kreuz_auf_das_ich_schaue/texte.ly new file mode 100644 index 0000000..c4bfd65 --- /dev/null +++ b/Kreuz_auf_das_ich_schaue/texte.ly @@ -0,0 +1,21 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Kreuz, auf das ich schau -- e, steht als Zei -- chen da;
+ der, dem ich ver -- trau -- e, ist in dir mir nah.
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Kreuz, zu dem ich flie -- he aus der Dun -- kel -- heit;
+ statt der Angst und Mü -- he ist nun Hoff -- nungs -- zeit.
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Kreuz, von dem ich ge -- he in den neu -- en Tag,
+ bleib in mei -- ner Nä -- he, dass ich nicht ver -- zag.
+ }
diff --git a/Kroenungsmesse/Kroenungsmesse.ly b/Kroenungsmesse/Kroenungsmesse.ly new file mode 100644 index 0000000..3f40907 --- /dev/null +++ b/Kroenungsmesse/Kroenungsmesse.ly @@ -0,0 +1,229 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\book { + +\paper { + top-margin = 5 + print-all-headers = ##t +} +\header { + title = "Missa in C" + subtitle = "Krönungsmesse" + composer = "Wolfgang Amadeus Mozart" + tagline = ##f +} + +\score { % Kyrie % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'Kyrie + \new Voice = pFrauen { \globalKyrie \pausenKyrie } + \new Voice = sopran { \globalKyrie \voiceOne \sopranMelodieKyrie } + \new Voice = alt { \globalKyrie \voiceTwo \altMelodieKyrie } + >> + \new Lyrics \lyricsto alt { \textKyrie } + \new Staff << + \new Voice = pMaenner { \globalKyrie \clef "bass" \pausenKyrie } + \new Voice = tenor { \globalKyrie \clef "bass" \voiceOne \tenorMelodieKyrie } + \new Voice = bass { \globalKyrie \clef "bass" \voiceTwo \bassMelodieKyrie } + >> + \new Lyrics \lyricsto bass { \textKyrie } + >> + \layout { + indent = #0 + } + \header { + title = "Kyrie" + subtitle = ##f + composer = ##f + } +} % }}} + +\score { % Gloria % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'Gloria + \new Voice = sopran { \globalGloria \sopranMelodieGloria } + >> + \new Lyrics \lyricsto sopran { \sopranTextGloria } + \new Staff << + \new Voice = alt { \globalGloria \altMelodieGloria } + >> + \new Lyrics \lyricsto alt { \altTextGloria } + \new Staff << + \new Voice = tenor { \globalGloria \clef "G_8" \tenorMelodieGloria } + >> + \new Lyrics \lyricsto tenor { \tenorTextGloria } + \new Staff << + \new Voice = bass { \globalGloria \clef "bass" \bassMelodieGloria } + >> + \new Lyrics \lyricsto bass { \bassTextGloria } + >> + \layout { + indent = #0 + } + \header { + title = "Gloria" + subtitle = ##f + composer = ##f + } +} % }}} + +\score { % Credo % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'Credo + \new Voice = sopran { \globalCredo \sopranMelodieCredo } + >> + \new Lyrics \lyricsto sopran { \sopranTextCredo } + \new Staff << + \new Voice = alt { \globalCredo \altMelodieCredo } + >> + \new Lyrics \lyricsto alt { \altTextCredo } + \new Staff << + \new Voice = tenor { \globalCredo \clef "G_8" \tenorMelodieCredo } + >> + \new Lyrics \lyricsto tenor { \tenorTextCredo } + \new Staff << + \new Voice = bass { \globalCredo \clef "bass" \bassMelodieCredo } + >> + \new Lyrics \lyricsto bass { \bassTextCredo } + >> + \layout { + indent = #0 + } + \header { + title = "Credo" + subtitle = ##f + composer = ##f + } +} % }}} + +\score { % Sanctus % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'Sanctus + \new Voice = sopran { \globalSanctus \sopranMelodieSanctus } + >> + \new Lyrics \lyricsto sopran { \sopranTextSanctus } + \new Staff << + \new Voice = alt { \globalSanctus \altMelodieSanctus } + >> + \new Lyrics \lyricsto alt { \altTextSanctus } + \new Staff << + \new Voice = tenor { \globalSanctus \clef "G_8" \tenorMelodieSanctus } + >> + \new Lyrics \lyricsto tenor { \tenorTextSanctus } + \new Staff << + \new Voice = bass { \globalSanctus \clef "bass" \bassMelodieSanctus } + >> + \new Lyrics \lyricsto bass { \bassTextSanctus } + >> + \layout { + indent = #0 + } + \header { + title = "Sanctus" + subtitle = ##f + composer = ##f + } +} % }}} + +\score { % Benedictus % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'Benedictus + \new Voice = pFrauen { \globalBenedictus \pausenBenedictus } + \new Voice = sopran { \globalBenedictus \voiceOne \sopranMelodieBenedictus } + \new Voice = alt { \globalBenedictus \voiceTwo \altMelodieBenedictus } + >> + \new Lyrics \lyricsto alt { \textBenedictus } + \new Staff << + \new Voice = pMaenner { \globalBenedictus \clef "bass" \pausenBenedictus } + \new Voice = tenor { \globalBenedictus \clef "bass" \voiceOne \tenorMelodieBenedictus } + \new Voice = bass { \globalBenedictus \clef "bass" \voiceTwo \bassMelodieBenedictus } + >> + \new Lyrics \lyricsto bass { \textBenedictus } + >> + \layout { + indent = #0 + } + \header { + title = "Benedictus" + subtitle = ##f + composer = ##f + } +} % }}} + +\score { % AgnusDei % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'AgnusDei + \new Voice = sopran { \globalAgnusDei \sopranMelodieAgnusDei } + >> + \new Lyrics \lyricsto sopran { \sopranTextAgnusDei } + \new Staff << + \new Voice = alt { \globalAgnusDei \altMelodieAgnusDei } + >> + \new Lyrics \lyricsto alt { \altTextAgnusDei } + \new Staff << + \new Voice = tenor { \globalAgnusDei \clef "G_8" \tenorMelodieAgnusDei } + >> + \new Lyrics \lyricsto tenor { \tenorTextAgnusDei } + \new Staff << + \new Voice = bass { \globalAgnusDei \clef "bass" \bassMelodieAgnusDei } + >> + \new Lyrics \lyricsto bass { \bassTextAgnusDei } + >> + \layout { + indent = #0 + } + \header { + title = "Agnus Dei" + subtitle = ##f + composer = ##f + } +} % }}} + +} + +%{\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = frauen { \generalPausenFrauen \bar "|." } + \new Voice = sopran { \global \voiceOne \sopranMelodie \bar "|." } + \new Voice = alt { \global \voiceTwo \altMelodie \bar "|." } + >> + } + \new Lyrics \lyricsto sopran { \sopranText } + \new Lyrics \lyricsto alt{ \altText } + \new Staff { + << + \new Voice = maenner { \generalPausenMaenner \bar "|." } + \new Voice = tenor { \global \voiceOne \tenorMelodie \bar "|." } + \new Voice = bass { \global \voiceTwo \bassMelodie \bar "|." } + >> + } + \new Lyrics \lyricsto tenor { \tenorText } + \new Lyrics \lyricsto bass { \bassText } + >> + \layout { + indent = #0 + } +} +%} diff --git a/Kroenungsmesse/stimmen.ly b/Kroenungsmesse/stimmen.ly new file mode 100644 index 0000000..2eb0e7c --- /dev/null +++ b/Kroenungsmesse/stimmen.ly @@ -0,0 +1,430 @@ +\version "2.12" + +% Kyrie % {{{ +globalKyrie = { + \time 4/4 + \key c \major + \autoBeamOff +} + +pausenKyrie = \relative c { + \repeat unfold 3 { s4. r8 r2 | } + s1 | s2. r4 | R1*15 | + \repeat unfold 3 { s4. r4 s4. | } + s1*2 | s4 r2. | r4 s2. | + s4 r2. | r4 s2. | s4 r2. | R1 | \bar "|." +} + +sopranMelodieKyrie = \relative c'' { + c8.\f^\markup { \italic "andante maestoso" } c16 c8 s8 s2 | d8. d16 d8 s8 s2 | e8. e16 e8 s8 s2 | + f4. f8 es4. es8 | d4. d8 d4 s | s1*15^\markup { \italic "piu andante" } | + c8.\f^\markup { \italic "maestoso come prima" } c16 c8 s4 g16. g32 g8 g | g'[( f]) f s4 g,16. g32 g8 g | f'[( e]) e s4 g16. g32 e8 c | + f4. f8 f4 es8. es16 | d4. d8 d4. d8 | c4 s2. | s4\p a8. a16 g8. g16 g8[( f]) | + e4 s2. | s4 f8. f16 e8. e16 e8[( d]) | c4 s2. | s1 | \bar "|." +} + +altMelodieKyrie = \relative e' { + e8. e16 e8 s8 s2 | f8. f16 f8 s8 s2 | g8. g16 g8 s8 s2 | + f4. f8 g4. g8 | a4. a8 g4 s | s1*15 | + e8. e16 e8 s4 e16. e32 e8 e | g4 g8 s4 f16. f32 f8 d | g4 g8 s4 e16. e32 g8 e | + f4. f8 g4 a8. a16 | d,8 d g2 g4 | g s2. | s4 f8. f16 e8. e16 d8[( h]) | + c4 s2. | s4 d8. d16 c8. c16 c8[( h]) | c4 s2. | s1 | \bar "|." +} + +tenorMelodieKyrie = \relative g { + g8.\f g16 g8 s8 s2 | g8. g16 g8 s8 s2 | c8. c16 c8 s8 s2 | + c4. c8 c4. c8 | c4. c8 h4 s | s1*15 | + g8.\f g16 g8 s4 g16. g32 g8 c | d4 d8 s4 d16. d32 d8 f | c4 c8 s4 c16. c32 c8 c | + c4. c8 h4 c8. c16 | c4( h8) a h4. h8 | c4 s2. | s4\p c8. c16 c8. c16 h8[( g]) | + g4 s2. | s4 a8. a16 g8. g16 g8[( f]) | e4 s2. | s1 | \bar "|." +} + +bassMelodieKyrie = \relative c { + c8. c16 c8 s8 s2 | h8. h16 h8 s8 s2 | b8. b16 b8 s8 s2 | + as4. as'8 g4. g8 | fis4. fis8 g4 s | s1*15 | + c,8. c16 c8 s4 c16. c32 c8 c | h4 h8 s4 h16. h32 h8 h | b4 b8 s4 b'16. b32 b8 b | + as4. as8 g4 fis8. fis16 | g4. g8 g4. g8 | c,4 s2. | s4 f8. f16 g8 g, g4 | + c s2. | s4 f8. f16 g8 g, g4 | c s2. | s1 | \bar "|." +} +% }}} + +% Gloria % {{{ +globalGloria = { + \time 3/4 + \key c \major + \autoBeamOff +} + +sopranMelodieGloria = \relative c'' { + c4.\f c8 c4 | R2.*3 | c4. c8 c4 | R2.*3 | + e4. e8 e4 | c8. c16 c4 e8 c | d4 g, g'8 g | + g4( e) f | f( dis) e | d8 d d4 d | d r2 | d4\p r2 | + fis\f fis4 | g2~ g8. d16 | d4 r2 | R2.*10 | + c2.\f f2 f4 | e r2 | R2.*9 | + c4\f c c | f2 f4 | e r2 | R2. | + c8. c16 c4 r | e4. e8 e4 | e8. a,16 a4 r | d4. d8 d4 | d g, r | + a( e') d | cis cis r | cis8. cis16 cis4 r | g'4. g8 g4 | fis2. | + d4 r2 | R2.*21 | r2 r8 b | a2 a4 | r2 r8 c | + h2 h4 | r2 r8 d | c2. cis | d | d4 r2 | + R2.*9 | r2 r8 b | a2 a4 | r2 r8 c | + h2 h4 | r2 r8 d | c2. | c | des | c4 r2 | + R2.*30 | + c4. c8 c4 | r e,(\p f) | g( e) a | f'( d) h | + c2\f c4 | r e,(\p f) | g( e) a | f'2 d4 | e4.\f e8 e4 | + c8. c16 c4 e8[( c]) | d4 g, g' | g( e) f | f( dis) e | d d d | + d d r | d8. d16 d4 r8. d16 | fis4 fis fis | g2~ g8. d16 | d4 r2 | + R2.*10 | + c4\f c c | f2~ f8. f16 | e4 r2 | + r2 r8. g,16 | c4 c8 c c c | f2. | e4 r2 | e4( d) c | c h r | + R2.*8 | c2 c4 | R2. | c2 c4 | R2. | c2 c4 | c2 b4 | a a r | + h h r | R2. | c4( d) es | e2.( | + d) | c4 r2 | R2. | + r4 c, e | g e g | c2. | c4 r2 | \bar "|." +} + +altMelodieGloria = \relative e' { + e4.\f e8 e4 | R2.*3 | e4. e8 e4 | R2.*3 | + g4. g8 g4 | g8. g16 g4 r | g8. g16 g4 h8 g | + c2. c | a8 a a4 g | fis r2 | fis4\p r2 | + c'\f c4 | h2~ h8. g16 | g4 r2 | R2.*10 | + e2.\f | f2 g4 | g r2 | R2.*9 | + e4\f e e | f2 g4 | g r2 | R2. | + g8. g16 g4 r | h4. h8 h4 | a8. e16 e4 r | a4. a8 a4 | g d r | + e( g) g | g g r | g8. g16 g4 r | a4. a8 a4 | a2. | + fis4 r2 | R2.*21 | r2 r8 d | es2 es4 | r2 r8 es | + f2 f4 | r2 r8 f | g2. | g | fis4( g b) | a r2 | + R2.*9 | r2 r8 d, | es2 es4 | r2 r8 es | + f2 f4 | r2 r8 f | g2. | g | g | g4 r2 | + R2.*30 | e4. e8 e4 | r c(\p d) | e( c) f | a( f) d | + e2\f e4 | r c(\p d) | e( c) f | a2 g4 | g4.\f g8 g4 | + g8. g16 g4 r | g8. g16 g4 h8[( g]) | c2. | c | a4 a a | + fis fis r | fis8. fis16 fis4 r8. a 16 | c4 c c | h2~ h8. g16 | g4 r2 | + R2.*10 | e4\f e e | f2( g8.) g16 | g4 r2 | + r2 r8. g16 | e4 e8 e e e | f2( g4) | g r2 | g g4 | g g r | + R2.*9 | e4( f a) | g r2 | + e4( f a) | g r2 | g4( f) e | f f r | + g g r | R2. | a4( h) c | g2.~ | + g | g4 r2 | R2. | + r4 c, e | g e g | g2. | g4 r2 | \bar "|." +} + +tenorMelodieGloria = \relative g { + g4.\f g8 g4 | R2.*3 | g4. g8 g4 | R2.*3 | + c4. c8 c4 | e8. e16 e4 r | d8. d16 d4 d8 d | + c2. | c | c8 c c4 c | c r2 | c4\p r2 | + d\f d4 d2~ d8. h16 | h4 r2 | R2.*10 | g2.\f | a2 h4 | c r2 | R2.*9 | + g4 g g | a2 h4 | c r2 | R2. | + e8. e16 e4 r | d4. d8 d4 | c8. c16 c4 r | c4. c8 c4 | h h r | + r a a | a a r | a8. a16 a4 r | cis4. cis8 cis4 | d2. | + a4 r2 | R2.*21 | r2 r8 g | g2 g4 | r2 r8 g | + g2 g4 | r2 r8 g | g2. g | a4( b g) | fis r2 | + R2.*9 | r2 r8 g | g2 g4 | r2 r8 g | + g2 g4 | r2 r8 g | g2. | g | b | b4 r2 | + R2.*30 | g4. g8 g4 | R2.*3 | + g2\f g4 | R2.*3 | c4.\f c8 c4 | + e8. e16 e4 r | d8. d16 d4 d | c2. | c | c4 c c | + c c r | c8. c16 c4 r8. c16 | d4 d d | d2~ d8. h16 | h4 r2 | + R2.*10 | g4\f g g | a2( h8.) h16 | c4 r2 | + r2 r8. g16 | g4 g8 g g g | a2( h4) | c r2 | c4( f) e | e d r | + R2.*8 | c2 c4 | R2. | c2 c4 | R2. | c2 c4 | c2 c4 | c c r | + d d r | R2. | c4( h) a | c2.( | + h) | c4 c, e | g e g | c2. | c | e | e4 r2 | \bar "|." +} + +bassMelodieGloria = \relative c { + c4.\f c8 c4 | R2.*3 | c4. c8 c4 | R2.*3 | + c4. c8 c4 | c'8. c16 c4 r | h8. h16 h4 h8 h | + a2 a4 | g2 g4 | f8 f f4 g | a r2 | a4\p r2 | + a2\f a4 | g2~ g8. g16 | g4 r2 | R2.*10 | + c,2.\f | c2 c4 | c r2 | R2.*9 | + c4\f c c | c2 c4 | c r2 | R2. | + c'8. c16 c4 r | gis4. gis8 gis4 | a8. a16 a4 r | fis4. fis8 fis4 | g4 g r | + c,2 d4 | e e r | e8. e16 e4 r | e4. e8 e4 | d2. | + d4 r2 | R2.*21 | r2 r8 b | c2 c4 | r2 r8 c | + d2 d4 | r2 r8 d | es2. | es | d | d4 r2 | + R2.*9 | r2 r8 b | c2 c4 | r2 r8 c | + d2 d4 | r2 r8 d | es2. es | e | e4 r2 | + R2.*30 | c4. c8 c4 | R2.*3 | c2\f c4 | R2.*3 c4. c8 c4 | + c'8. c16 c4 r | h8. h16 h4 h | a2 a4 | g2 g4 | f f f | + a a r | a8. a16 a4 r8. a16 | a4 a a | g2~ g8. g16 | g4 r2 | + R2.*10 | c,4\f c c | c2~ c8. c16 | c4 r2 | + r2 r8. g'16 | c,4 c8 c c c | c2. | c4 r2 | c'4( g) c | g g r | + R2.*8 | c,4 c' h | b a f | e c' h | + b a f | e c' h | b a g | f f r | + f f r | R2. | f2 fis4 | g2.~ | + g | c,4 c e | g e g | + c2.~ | c~ | c | c4 r2 | \bar "|." +} + +% }}} + +% Credo % {{{ +globalCredo = { + \time 4/4 + \key c \major + \autoBeamOff +} + +sopranMelodieCredo = \relative c'' { + R1*4^\markup { \italic "Allegro molto" } | c4\f-> c8. c16 c4 c | c-> c8. c16 c4 c | + c-> c c-> c8 c | c4 c c( f) | e8 c e4.( d8[ c h] | + a4) e' d8[( c]) h a | g4 d' r c8 c | c4 c8 c c4 c8 c | + c4. c8 c4 c8 c | h4 c h( a8.) a16 | g4 r2. | R1*2 | + e'4-> e e e | e8.-> e16 d4 d-> d | d-> c c8.-> c16 c4 | c(-> h2) a4 | gis a8[( h]) c4. c8 | + h4 r2. | R1*12 | c4~-> c8. c16 c4 c | c2-> c4 c | + c-> c c4. c8 | c4. c8 c c f4 | e e8 e d8. d16 d4 | + c4. c8 b4 b8 b | a8. a16 a4 g8. g16 g4 | f8[( g a h c d]) e[( fis]) | + g r2.. | R1*5 | + r4. e8 g[( f e d]) | c4. e16[( c]) f8[( e d c]) | h4. d16[( h]) e2~ | + e4 f8[( e]) d2~ | d4 e8[( d]) c2~ | c4 d8[( e]) f4 f8 f | + e4 e8 e d2 | c4 r2. | R1*7^\markup"Adagio" | + r8 b4 b8 ces2 | b8 b16 b b8 b b2 | + a8 c c16. c32 c16 es es2 | h4 r c8\p g r4 | + d'8 g, r4 es' es | es\< es es(\! d8.) c16 | + c8 r as\p r g r g r | c,4^\markup { \italic "Primo tempo" } r4. c'8\f c c | c4 c c8. c16 c4 | + c c8 c c4 c8 c | c4 c8 c c4( f) | e r2. | R1*57 | r4. e8[( g f e d]) | + c4. e16[( c]) f8[( e d c]) | h4. d16[( h]) e2~ | e4 f8[( e]) d2~ | + d4 e8[( d]) c2~ | c4 d8[( e]) f4. f8 | + e4 d c( h) | c r2. | f4 e d2 | + e4 r2. | f4 e d2 | c4 r2. | + R1 | e2~( e8[ f]) e f | g4 f e( d) | + c r2 d4 | e r2 d4 | c r2. | \bar "|." +} + +altMelodieCredo = \relative c' { + R1*4 | c4\f-> c8. c16 c4 c | c-> c8. c16 c4 c | + c-> c e8[(-> f]) g a | b4 a g8[( e a g]) | g4 r8 g c[( h]) a[( gis]) | + a2 h8[( a]) g[( fis]) | g4 d r2 | r4 c'8 h a[( c]) a g | + fis4. fis8 fis4 fis8 fis | g4 a g( fis8.) fis16 | g4 r2. | R1*2 | + gis4-> gis gis gis | + a8.-> a16 a4 a-> a | g-> g g8.-> g16 g4 | f-> f e e | d( e2) fis4 | + h, r2. | R1*12 | c4~-> c8. c16 c4 c | c2-> c4 c | + c-> c e8 f g a | b4 a g8[( e a g]) | g4 g8 g a8. a16 e4 | + e4. e8 f4 c8 c | c8. c16 c4 d8. d16 a4 | a8( c4 f8 e g4) c8 | + h r2.. | R1*5 | + r4 r2 r8 g | a[( g f e]) d4. f16[( d]) | g8[( f e d]) c4 r | + r8 c8 a'2 h8[( a]) | g2. a8[( g]) | f4. c'8 h4 g | + g a8 a a4( g) | g r2. | R1*7 | r8 g4 g8 as2 | g8 g16 g g8 g f2 | + es8 a a16. a32 a16 a g2 | f4 r g8\p es r4 | + g8 f r4 es g | as8(\< g4) fis8\! g4( f8.) f16 | + es8 r d\p r e r d r | c4 r4. c8\f c c | c4 c c8. c16 c4 | + c c8 c e[( f]) g a | b4 a8 a g[( e a g]) | g4 r2. | + R1*57 | r4 r2 r8 g | a[( g f e]) d4. f16[( d]) | g8[( f e d]) c4 r | r8 c a'2 h8[( a]) | + g2. a8[( g]) | f4. c'8 h4 g | + g a g2 | g4 r2. | g4 g a( g) | + g r2. | g4 g a( g) | g r2. | + R1 | g2~( g8[ a]) b a | g4 a g2 | + g4 r2 g4 | g r2 g4 | g r2. | \bar "|." +} + +tenorMelodieCredo = \relative c' { + R1*4 | c4\f-> c8. c16 c4 c | c-> c8. c16 c4 c | + c-> c c-> b8 a | g4 f g8( c4 h8) | c4 r4. f8 e4 | + e a, r8 e' d d | d4 g, r e'8 d | c[( e]) a, h c4 fis,8 g | + a4. a8 a4 d8 d | d4 e d4. d8 | d4 r2. | R1*2 | + e4-> e e e | f8.-> f16 f4 f f | e-> e e8.-> e16 e4 | d-> d c c | h( c8[ gis] a4.) a8 | + gis4 r2. | R1*12 | c4~-> c8. c16 c4 c | c2-> c4 c | + c-> c g8 a b a | g4 f g8( c4 h8) | c4 r c h~ | + h a4. a8 g4~ | g f2 e4 | f8[( g a h c d]) e[( c]) | + d r2.. | R1*7 | r2.. c8 | f[( e d c]) h4. d16[( h]) | e8[( d c h]) a2~ | a4 h8[( c]) d4 d8 d | + c4 c8 c c4( h) | c r2. | R1*7 | + r8 es4 es8 es2 | des8 des16 des des8 des8 des2 | + c8 es es16. es32 es16 c16 c2 | d4 r g,8\p c r4 | + g8 d' r4 g, des' | c\< c c4.\! h8 | + c r c\p r c r h r | c4 r4. c8\f c c | c4 c c8. c16 c4 | + c4 c8 c c4 b8 a | g4 f8 f g( c4 h8) | c4 r2. | R1*59 | r2.. c8( | f[ e d c]) h4. d16[( h]) | + e8[( d c h]) a2~( | a4 h8[ c] d4.) d8 | + c4.( d8 e4 d) | c r2. | d4 c c( h) | + c r2. | d4 c c( h) | c r2. | + R1 | c2. c8 c | c4 c c( h) | + c r2 h4 | c r2 h4 | c r2. | \bar "|." +} + +bassMelodieCredo = \relative c { + R1*4 | c4\f-> c8. c16 c4 c | c-> c8. c16 c4 c | + c-> c b'8[(-> a]) g f | e4 f e8[( c d g]) | c,4 r c8[( d e d]) | + c4. c8 h8[( c]) d c | h4 h r c'8 h | a[( c]) a g fis[( a]) fis e | + d4. d8 d4 d8 d | g4 c, d4. d8 | g,4 r2. | R1*2 | + e'4-> e e e | e8.-> e16 e4 e-> e | e-> e e8.-> e16 e4 | e2-> e | e4. e8 e4( dis8.) dis16 | + e4 r2. | R1*12 | + c4~-> c8. c16 c4 c | c2-> c4 c | + c-> c b'8 a g f | e4 f e8[( c d g]) | c,4 c'8 c fis,8. fis16 gis4 | + r c,8 c d8. d16 e4 | r a,8 a h8. h16 cis4 | d8[( e f g a h]) c[( a]) | + h r2.. | R1*7 | r4. g8 c[( h a g]) | + f4. a16[( f]) h8[( a g f]) | e4. g16[( e]) a8[( g f e]) | d[( c h a]) g4 g' | + c a8 a f4( g) | c, r2. | R1*7 | + r8 es4 es8 es2 | e8 e16 e e8 e f2 | + fis8 fis fis16. fis32 fis16 fis g2 | as4 r es8\p es r4 | + h8 h r4 c b | as\< as' g~\! g8. g16 | + c,8 r f\p r g r g, r | c4 r4. c8\f c c | c4 c c8. c16 c4 | + c c8 c b'[( a]) g f | e4 f8 f e[( c d g]) | c,4 r2. | R1*59 | r4. g'8[( c h a g]) | f4. a16[( f]) h8[( a g f]) | + e4. g16[( e]) a8[( g f e]) | d[( c h a]) g4 g' | + c f, g2 | c,4 r2. | h'4 c f,( g) | + c, r2. | h'4 c f,( g) | c, r2. | + R1 | b'2~( b8[ a]) g f | e4 f g2 | + c,4 r2 g'4 | c r2 g4 | c, r2. | \bar "|." +} + +% }}} + +% Sanctus % {{{ +globalSanctus = { + \time 3/4 + \key c \major + \autoBeamOff +} + +sopranMelodieSanctus = \relative d'' { + R2.*14^\markup { \italic "Andante maestoso" } | \bar "||" R2.^\markup { \italic "Allegro assai" } | r2 r8 d | g2 fis4 | f( e) c | + c h r | r2 r8 d | g2 fis4 | f( e) c | g'2.~ | g4 f e | + f2.~ | f4 e dis | e d e | f( fis) g | d2 e4 | d( c h) | c r2 | + r r8 e | d4. d8 d d | d2 g4 | f8 f e4( d) | c r2 | + r r8 e | d4. d8 d d | d2 g4 | f8 f e4( d) | c r2 | + g'8 g e4( d) | c r2 | g'8 g e4( d) | c r2 | R2. | \bar "|." +} + +altMelodieSanctus = \relative g' { + R2.*14 | \bar "||" R2. | r2 r8 g | g2 a4 | h( c) g | + g g r | r2 r8 g | g2 a4 | h( c) g | g2 b4 | a2.~ | + a4 d, as' | g2.~ | g4 g g | a( c) h | c( h8.[ a16]) g4 | a( g2) | g4 r2 | + r r8 g | g4. g8 g g | g2 g4 | a8 a g2 | g4 r2 | + r r8 g | g4. g8 g g | g2 g4 | a8 a g2 | g4 r2 | + g8 g g2 | g4 r2 | g8 g g2 | g4 r2 | R2. | \bar "|." +} + +tenorMelodieSanctus = \relative h { + R2.*14 | \bar "||" R2. | r2 r8 h | h2 c4 | d( c) e | + e d r | r2 r8 h | h2 c4 | d( c) e | d2. | e4 cis a~ | + a2 d4~ | d h g | c h c | c2 d4 | a( h) c | c8.[( d16] e4 d) | c4 r2 | + r r8 c | h4. h8 h h | h2 c4 | a8 a c4( h) | c r2 | + r r8 c | h4. h8 h h | h2 c4 | a8 a c4( h) | c r2 | + e8 e c4( h) | c r2 | e8 e c4( h) | c r2 | R2. | \bar "|." +} + +bassMelodieSanctus = \relative g { + R2.*14 | \bar "||" R2. | r2 r8 g | g2 g4 | g2 g4 | + g g r | r2 r8 g | g2 g4 | g2 g4 | g2. | cis, | + d | h | r4 r b' | a( as) g | fis( f) e | f( g2) | c,4 r2 | + r r8 c | f4. f8 f f | f2 e4 | f8 f g2 | c,4 r2 | + r r8 c | f4. f8 f f | f2 e4 | f8 f g2 | c,4 r2 | + c'8 c g2 | c,4 r2 | c'8 c g2 | c,4 r2 | R2. | \bar "|." +} + +% }}} + +% Benedictus % {{{ +globalBenedictus = { + \time 2/4 + \key c \major + \autoBeamOff +} + +pausenBenedictus = \relative c { + R2*59^\markup { \italic "Allegretto" } | \bar "||" \time 3/4 + R2.^\markup { \italic "Allegro assai" } | r2 r8 s | + s2.*2 | s2 r4 | r2 r8 s | s2.*5 | s4 r2 | \bar "||" + R2.*11^\markup { \italic "Allegretto" } | \bar "||" + R2.^\markup { \italic "Allegro assai" } | r2 r8 s | + s2.*3 | s4 r2 | r r8 s | + s2.*3 | s4 r2 | + s2. s4 r2 | s2. | s4 r2 | R2. | \bar "|." +} + +sopranMelodieBenedictus = \relative d'' { + s2*59 | \bar "||" \time 3/4 + s2. | s2 s8 d | g2 fis4 | f( e) c | c h s | s2 s8 d | g2 fis4 | + f( e) c | h( c) e | h( c) e | g2. | g4 s2 | \bar "||" + s2.*11 | \bar "||" + s2. | s2 s8 e | d4. d8 d d | d2 g4 | f8 f e4( d) | c s2 | s s8 e | + d4. d8 d d | d2 g4 | f8 f e4( d) | c s2 | + g'8 g e4( d) | c s2 | g'8 g e4( d) | c s2 | s2. | \bar "|." +} + +altMelodieBenedictus = \relative g' { + s2*59 | \bar "||" \time 3/4 + s2. | s2 s8 g | g2 a4 | h( c) g | g g s | s2 s8 g | g2 a4 | + h( c) g | g2 g4 | g2 g4 | h( c2) | h4 s2 | \bar "||" + s2.*11 | \bar "||" + s2. | s2 s8 g | g4. g8 g g | g2 g4 | a8 a g2 | g4 s2 | s s8 g | + g4. g8 g g | g2 g4 | a8 a g2 | g4 s2 | + g8 g g2 | g4 s2 | g8 g g2 | g4 s2 | s2. | \bar "|." +} + +tenorMelodieBenedictus = \relative h { + s2*59 | \bar "||" \time 3/4 + s2. | s2 s8 h | h2 c4 | d( c) e | e d s | s2 s8 d | d2 e4 | + d( c) e | d( c) c | d( c) c | d( e2) | d4 s2 | \bar "||" + s2.*11 | \bar "||" + s2. | s2 s8 c | h4. h8 h h | h2 c4 | a8 a c4( h) | c s2 | s s8 c | + h4. h8 h h | h2 c4 | a8 a c4( h) | c s2 | + e8 e c4( h) | c s2 | e8 e c4( h) | c s2 | s2. | \bar "|." +} + +bassMelodieBenedictus = \relative g { + s2*59 | \bar "||" \time 3/4 + s2. | s2 s8 g | g2 g4 | g2 g4 | g g s | s2 s8 g | g2 g4 | + g2 g4 | g( e) c | g'( e) c | g'( c2) | g4 s2 | \bar "||" + s2.*11 | \bar "||" + s2. | s2 s8 c, | f4. f8 f f | f2 e4 | f8 f g2 | c,4 s2 | s s8 c | + f4. f8 f f | f2 e4 | f8 f g2 | c,4 s2 | + c'8 c g2 | c,4 s2 | c'8 c g2 | c,4 s2 | s2. | \bar "|." +} +% }}} + +% AgnusDei % {{{ +globalAgnusDei = { + \time 3/4 + \key c \major + \autoBeamOff +} + +sopranMelodieAgnusDei = \relative e'' { + R2.*56^\markup { \italic "Andante sostenuto" } | \bar "||" \time 4/4 + R1*14^\markup { \italic "Andante con moto" } | e4. f16[ d] c8[( g c]) d | + e4.( f16[ d]) c4 e8 f | d e c d c16[( h a g] c8) f | f4( e) d r | + e4. f16[( d]) c8[( g c]) d | e4.( f16[ d]) c4 e8 f | d e c d g,[( a16 h c d e f] | + g8) e d4 c r | R1*4 | e4( d8.[ e16]) f4 r | f4( e8.[ f16]) g4 r | + g f8.[( e16]) d8.[( c16]) d8.[( e16]) | f4( d) c r | R1*4 | e4( d8.[ e16]) f4 r | + f( e8.[ f16]) g4 r | g f8.[( e16]) d8.[( c16]) d8.[( e16]) | f4( d) c8 e[( d]) e | + f( c4) f8 e4( d8.[ e16]) | f4 r4. c4 c8 | c8.[( h16] c8) f e4( d) | c r2. | + R1 | r2 r8 e[( d]) e | f8.[( e16] f8) f e4( d8.[ e16]) | f4 r4. c4 c8 | + c8.[( h16] c8) f e4( d) | c d8. d16 e8 e g4 | e d8. d16 e8 e g4 | e r2. | \bar "|." +} + +altMelodieAgnusDei = \relative g' { + R2.*56 | \bar "||" \time 4/4 + R1*14 | r4 g4. g8 g4~ | g8 g g4. g8 g f | f e e d d4( e8) g | g2 g4 r | + r g4. g8 g4~ | g8 g g4. g8 g f | f e e d d4( g8) f | + e g g4 g r | R1*4 | g2 f4 r | a( g) g r | + g c8.[( h16]) a8.[( g16]) g4 | a( g) g r | R1*4 | g2 f4 r | + a( g) g r | g c8.[( h16]) a8.[( g16]) g4 | a( g) g8 c4 c8 | + c4. f,8 g2 | f4 r4. e8[( f]) g | a8.[( g16] a8) f g2 | g4 r2. | + R1 | r2 r8 c4 c8 | c4. f8 g2 | f4 r4. e8[( f]) g | + a8.[( g16] f8) a g2 | g4 g8. g16 g8 g g4 | g g8. g16 g8 g g4 | g r2. | \bar "|." +} + +tenorMelodieAgnusDei = \relative e' { + R2.*56 | \bar "||" \time 4/4 + R1*14 | r2 e4.\f f16[( d]) | c8[( g c]) d e4. c8 | d h c a g[( a16 h] c8) d | d4( c) h r | + r2 e4. f16[( d]) | c8[( g c]) d e4. c8 | d h c a h[( a] g4~ | + g8) c c[( h]) c4 r | R1*4 | c4( h8.[ c16]) a4 r | a( c8. d16]) e4 r | + e( c2) f8.[( e16]) | d4( h) c r | R1*4 | c4( h8.[ c16]) a4 r | + a( c8.[ d16]) e4 r | e( c2) f8.[( e16]) | d4( h) c8 c4 c8 | + c4. c8 c4( h) | c r4. c4 e8 | f4. c8 c4( h) | c r2. | + R1 | r2 r8 c4 c8 | c4. c8 c4( h) | c4 r4. c4 e8 | + f( c4) a8 c4( h) | c f8. f16 e8 c h4 | c f8. f16 e8 c h4 | c r2. | \bar "|." +} + +bassMelodieAgnusDei = \relative c' { + R2.*56 | \bar "||" \time 4/4 + R1*14 | c4 g e8 c r4 | c' g e8 c c' a | h g a fis a[( f e]) h | c8.[( d16] e8.[ f16]) g4 r | + c g e8 c r4 | c' g e8 c c' a | h g a fis g[( f e d] | + c) e g4 c, r | R1*4 | c4( f8.[ e16]) d4 r | d( g8.[ f16]) e4 r | + c' a8.[( g16]) f8.[( e16]) d8.[( c16]) | f4( g) c, r | R1*4 | c4( f8.[ e16]) d4 r | + d( g8.[ f16]) e4 r | c' a8.[( g16]) f8.[( e16]) d8.[( c16]) | f4( g) c,8 c'([ h]) b | + a8.[( g16] f8) a g2 | a4 r4. b8[( a]) g | f4. a8 g2 | c,4 r2. | + R1 | r2 r8 c'8[( h]) b | a8.[( g16] f8) a g2 | a4 r4. b8[( a]) g | + f8.[( g16] a8) f g2 | c,4 g'8. g16 c8 c g4 | c,4 g'8. g16 c8 c g4 | c, r2. | \bar "|." +} + +% }}} diff --git a/Kroenungsmesse/texte.ly b/Kroenungsmesse/texte.ly new file mode 100644 index 0000000..a66b99b --- /dev/null +++ b/Kroenungsmesse/texte.ly @@ -0,0 +1,235 @@ + +% Kyrie % {{{ +textKyrie = \lyricmode { + \repeat unfold 3 { Ky -- ri -- e, } + Ky -- ri -- e e -- le -- i -- son. + Ky -- ri -- e, \repeat unfold 2 { Ky -- ri -- e e -- lei -- son. } + \repeat unfold 2 { Ky -- ri -- e e -- le -- i -- son. } + \repeat unfold 2 { Ky -- ri -- e e -- lei -- son. } +} +% }}} + +% Gloria % {{{ +sopranTextGloria = \lyricmode { + Glo -- ri -- a, glo -- ri -- a, glo -- ri -- a, + glo -- ri -- a in ex -- cel -- sis, in ex -- cel -- sis De -- o. + Et in ter -- ra pax, pax, pax ho -- mi -- ni -- bus. + Lau -- da -- mus -- te. + Glo -- ri -- fi -- ca -- mus -- te. + Gra -- ti -- as, gra -- ti -- as a -- gi -- mus, a -- gi -- mus ti -- bi + prop -- ter mag -- nam glo -- ri -- am, glo -- ri -- am tu -- am. + Qui -- to -- lis, qui -- to -- lis pe -- ca -- ta mun -- di. + Qui -- to -- lis, qui -- to -- lis pe -- ca -- ta mun -- di, + Quo -- ni -- am tu so -- lus, so -- lus San -- ctus, + tu so -- lus, so -- lus Do -- mi -- nus, + quo -- ni -- am tu so -- lus, tu so -- lus San -- ctus, tu so -- lus San -- ctus, + Do -- mi -- nus, tu so -- lus Al -- ti -- si -- mus, + Cum San -- cto Spi -- ri -- tu, + in glo -- ri -- a De -- i Pa -- tris. A -- men, \repeat unfold 9 { a -- men, } + a -- _ _ _ _ _ men. +} + +altTextGloria = \lyricmode { + Glo -- ri -- a, glo -- ri -- a, glo -- ri -- a, glo -- ri -- a, + glo -- ri -- a in ex -- cel -- sis. + Et in ter -- ra pax, pax, pax ho -- mi -- ni -- bus. + Lau -- da -- mus -- te. + Glo -- ri -- fi -- ca -- mus -- te. + Gra -- ti -- as, gra -- ti -- as a -- gi -- mus, a -- gi -- mus ti -- bi + prop -- ter mag -- nam glo -- ri -- am, glo -- ri -- am tu -- am. + Qui -- to -- lis, qui -- to -- lis pe -- ca -- ta mun -- di. + Qui -- to -- lis, qui -- to -- lis pe -- ca -- ta mun -- di, + Quo -- ni -- am tu so -- lus, so -- lus San -- ctus, + tu so -- lus, so -- lus Do -- mi -- nus, + quo -- ni -- am, quo -- ni -- am tu so -- lus, tu so -- lus San -- ctus, + Do -- mi -- nus, tu so -- lus Al -- ti -- si -- mus, + Cum San -- cto Spi -- ri -- tu, + in glo -- ri -- a De -- i Pa -- tris. A -- men, \repeat unfold 8 { a -- men, } + a -- _ _ _ _ _ men. +} + +tenorTextGloria = \lyricmode { + Glo -- ri -- a, glo -- ri -- a, glo -- ri -- a, glo -- ri -- a, + glo -- ri -- a in ex -- cel -- sis. + Et in ter -- ra pax, pax, pax ho -- mi -- ni -- bus. + Lau -- da -- mus -- te. + Glo -- ri -- fi -- ca -- mus -- te. + Gra -- ti -- as, gra -- ti -- as a -- gi -- mus, a -- gi -- mus ti -- bi + prop -- ter mag -- nam glo -- ri -- am, glo -- ri -- am tu -- am. + Qui -- to -- lis, qui -- to -- lis pe -- ca -- ta mun -- di. + Qui -- to -- lis, qui -- to -- lis pe -- ca -- ta mun -- di, + Quo -- ni -- am San -- ctus, Do -- mi -- nus, + quo -- ni -- am, quo -- ni -- am tu so -- lus, tu so -- lus San -- ctus, + Do -- mi -- nus, tu so -- lus Al -- ti -- si -- mus, + Cum San -- cto Spi -- ri -- tu, + in glo -- ri -- a De -- i Pa -- tris. A -- men, \repeat unfold 9 { a -- men, } + a -- _ _ _ _ _ men, a -- men. +} + +bassTextGloria = \lyricmode { + Glo -- ri -- a, glo -- ri -- a, glo -- ri -- a, glo -- ri -- a, + glo -- ri -- a in ex -- cel -- sis De -- o. + Et in ter -- ra pax, pax, pax ho -- mi -- ni -- bus. + Lau -- da -- mus -- te. + Glo -- ri -- fi -- ca -- mus -- te. + Gra -- ti -- as, gra -- ti -- as a -- gi -- mus, a -- gi -- mus ti -- bi + prop -- ter mag -- nam glo -- ri -- am, glo -- ri -- am tu -- am. + Qui -- to -- lis, qui -- to -- lis pe -- ca -- ta mun -- di. + Qui -- to -- lis, qui -- to -- lis pe -- ca -- ta mun -- di, + Quo -- ni -- am San -- ctus, Do -- mi -- nus, + quo -- ni -- am, quo -- ni -- am tu so -- lus San -- ctus, tu so -- lus San -- ctus, + Do -- mi -- nus, tu so -- lus Al -- ti -- si -- mus, + Cum San -- cto Spi -- ri -- tu, + in glo -- ri -- a De -- i Pa -- tris. A -- men, a -- men, + \repeat unfold 3 { a -- _ _ _ _ men, } + \repeat unfold 4 { a -- men, } + a -- _ _ _ _ _ men. +} + +% }}} + +% Credo % {{{ +sopranTextCredo = \lyricmode { + Cre -- do in u -- num De -- um in u -- num De -- um, Pa -- trem om -- ni -- po -- ten -- tem, + fa -- cto -- rem coe -- li et ter -- rae, vi -- si -- bi -- li -- um om -- ni -- um, + om -- ni -- um, et in -- vi -- si -- bi -- li -- um. + Et in u -- num Do -- mi -- num Je -- sum Chris -- tum, Fi -- li -- um De -- i u -- ni -- ge -- ni -- tum. + Ge -- ni -- tum, non fa -- ctum, non fa -- ctum, con -- sub -- stan -- ti -- a -- lem Pa -- tri: per quem o -- mni -- a + fa -- cta sunt, per quem o -- mni -- a, o -- mni -- a fa -- cta sunt. + de -- scen -- _ _ _ _ _ _ _ _ _ _ _ _ dit, de -- scen -- dit de -- coe -- lis. + Cru -- ci -- fi -- xus et -- i -- am pro no -- bis: + sub Pon -- ti -- o Pi -- la -- to pas -- sus pas -- sus, + pas -- sus et se -- pul -- tus est, se -- pul -- tus est. + Et re -- su -- re -- xit ter -- ti -- a di -- e, se -- cun -- dum, se -- cun -- dum Scri -- ptu -- ras. + a -- _ _ _ _ _ _ men, a -- men, a -- _ _ men, \repeat unfold 5 { a -- men, } a -- men. + Cre -- do in u -- num De -- um. A -- men, a -- men. +} + +altTextCredo = \lyricmode { + Cre -- do in u -- num De -- um in u -- num De -- um, Pa -- trem om -- ni -- po -- ten -- tem, + fa -- cto -- rem coe -- li et ter -- rae, vi -- si -- bi -- li -- um om -- ni -- um, + et in -- vi -- si -- bi -- li -- um. + Et in u -- num Do -- mi -- num Je -- sum Chris -- tum, Fi -- li -- um De -- i u -- ni -- ge -- ni -- tum. + Ge -- ni -- tum, non fa -- ctum, non fa -- ctum, con -- sub -- stan -- ti -- a -- lem Pa -- tri: per quem o -- mni -- a + fa -- cta sunt, per quem o -- mni -- a, o -- mni -- a fa -- cta sunt. + de -- scen -- _ _ _ dit, de -- scen -- _ _ _ _ _ dit, de -- scen -- dit de -- coe -- lis. + Cru -- ci -- fi -- xus et -- i -- am pro no -- bis: + sub Pon -- ti -- o Pi -- la -- to pas -- sus pas -- sus, + pas -- sus et se -- pul -- tus est, se -- pul -- tus est. + Et re -- su -- re -- xit ter -- ti -- a di -- e, se -- cun -- dum, se -- cun -- dum Scri -- ptu -- ras. + a -- _ _ _ _ men, a -- _ men, \repeat unfold 8 { a -- men, } a -- men. + Cre -- do in u -- num De -- um. A -- men, a -- men. +} + +tenorTextCredo = \lyricmode { + Cre -- do in u -- num De -- um in u -- num De -- um, Pa -- trem om -- ni -- po -- ten -- tem, + fa -- cto -- _ rem coe -- li et ter -- rae, vi -- si -- bi -- li -- um om -- ni -- um, + om -- ni -- um, et in -- vi -- si -- bi -- li -- um. + Et in u -- num Do -- mi -- num Je -- sum Chris -- tum, Fi -- li -- um De -- i u -- ni -- ge -- ni -- tum. + Ge -- ni -- tum, non fa -- ctum, non fa -- ctum, con -- sub -- stan -- ti -- a -- lem Pa -- tri: per quem o -- mni -- a + fa -- cta, fa -- cta sunt. + de -- scen -- _ _ _ _ _ _ dit, de -- scen -- dit de -- coe -- lis. + Cru -- ci -- fi -- xus et -- i -- am pro no -- bis: + sub Pon -- ti -- o Pi -- la -- to pas -- sus pas -- sus, + pas -- sus et se -- pul -- tus est, se -- pul -- tus est. + Et re -- su -- re -- xit ter -- ti -- a di -- e, se -- cun -- dum, se -- cun -- dum Scri -- ptu -- ras. + a -- _ _ _ _ men, \repeat unfold 4 { a -- men, } a -- men. + Cre -- do in u -- num De -- um. A -- men, a -- men. +} + +bassTextCredo = \lyricmode { + Cre -- do in u -- num De -- um in u -- num De -- um, Pa -- trem om -- ni -- po -- ten -- tem, + fa -- cto -- rem coe -- li et ter -- rae, vi -- si -- bi -- li -- um om -- ni -- um, + om -- ni -- um, et in -- vi -- si -- bi -- li -- um. + Et in u -- num Do -- mi -- num Je -- sum Chris -- tum, Fi -- li -- um De -- i u -- ni -- ge -- ni -- tum. + Ge -- ni -- tum, non fa -- ctum, non fa -- ctum, con -- sub -- stan -- ti -- a -- lem Pa -- tri: per quem o -- mni -- a, + per quem o -- mni -- a, per quem o -- mni -- a fa -- cta sunt. + de -- scen -- _ _ _ _ _ _ _ dit, de -- scen -- dit de -- coe -- lis. + Cru -- ci -- fi -- xus et -- i -- am pro no -- bis: + sub Pon -- ti -- o Pi -- la -- to pas -- sus pas -- sus, + pas -- sus et se -- pul -- tus est, se -- pul -- tus est. + Et re -- su -- re -- xit ter -- ti -- a di -- e, se -- cun -- dum, se -- cun -- dum Scri -- ptu -- ras. + a -- _ _ _ _ _ _ _ _ men, \repeat unfold 5 { a -- men, } a -- men. + Cre -- do in u -- num De -- um. A -- men, a -- men. +} + +% }}} + +% Sanctus % {{{ +sopranTextSanctus = \lyricmode { + O -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- _ _ _ _ _ _ sis, + o -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, in ex -- cel -- sis, in ex -- cel -- sis. +} + +altTextSanctus = \lyricmode { + O -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- _ _ _ _ _ sis, + o -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, in ex -- cel -- sis, in ex -- cel -- sis. +} + +tenorTextSanctus = \lyricmode { + O -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- _ _ _ _ _ _ _ sis, + o -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, in ex -- cel -- sis, in ex -- cel -- sis. +} + +bassTextSanctus = \lyricmode { + O -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- _ _ sis, + o -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, in ex -- cel -- sis, in ex -- cel -- sis. +} + +% }}} + +% Benedictus % {{{ +textBenedictus = \lyricmode { + O -- san -- na in ex -- cel -- sis, + o -- san -- na in ex -- cel -- sis, in ex -- cel -- sis. + O -- san -- na in ex -- cel -- sis, in ex -- cel -- sis, + o -- san -- na \repeat unfold 3 { in ex -- cel -- sis, } in ex -- cel -- sis. +} +% }}} + +% AgnusDei % {{{ +sopranTextAgnusDei = \lyricmode { + do -- na no -- bis pa -- cem, do -- na, do -- na, do -- na no -- bis pa -- cem, + do -- na no -- bis pa -- cem, do -- na, do -- na no -- bis pa -- cem, pa -- cem, + do -- na, do -- na no -- _ _ bis pa -- cem, + do -- na, do -- na, no -- _ _ bis pa -- cem, + \repeat unfold 5 { do -- na no -- bis pa -- cem, } do -- na no -- bis pa -- cem. +} + +altTextAgnusDei = \lyricmode { + do -- na no -- bis pa -- cem, do -- na, do -- na, do -- na no -- bis pa -- cem, + do -- na no -- bis pa -- cem, do -- na, do -- na no -- bis pa -- cem, no -- bis pa -- cem, + do -- na, do -- na no -- _ _ bis pa -- cem, + do -- na, do -- na, no -- _ _ bis pa -- cem, + \repeat unfold 5 { do -- na no -- bis pa -- cem, } do -- na no -- bis pa -- cem. +} + +tenorTextAgnusDei = \lyricmode { + do -- na no -- bis pa -- cem, do -- na, do -- na no -- bis pa -- cem, + do -- na no -- bis pa -- cem, do -- na no -- bis pa -- cem, pa -- cem, + do -- na, do -- na no -- bis pa -- cem, + do -- na, do -- na, no -- bis pa -- cem, + \repeat unfold 5 { do -- na no -- bis pa -- cem, } do -- na no -- bis pa -- cem. +} + +bassTextAgnusDei = \lyricmode { + do -- na no -- bis, no -- bis pa -- cem, do -- na, do -- na, do -- na no -- bis pa -- cem, + do -- na no -- bis, no -- bis pa -- cem, do -- na, do -- na no -- bis pa -- cem, pa -- cem, + do -- na, do -- na no -- _ _ bis pa -- cem, + do -- na, do -- na, no -- _ _ bis pa -- cem, + \repeat unfold 5 { do -- na no -- bis pa -- cem, } do -- na no -- bis pa -- cem. +} + +% }}} diff --git a/Lasst_den_Lobgesang_erschallen/Lasst_den_Lobgesang_erschallen.ly b/Lasst_den_Lobgesang_erschallen/Lasst_den_Lobgesang_erschallen.ly new file mode 100644 index 0000000..107ed29 --- /dev/null +++ b/Lasst_den_Lobgesang_erschallen/Lasst_den_Lobgesang_erschallen.ly @@ -0,0 +1,40 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \textI } + \new Lyrics \lyricsto sopran { \textIa } + \new Lyrics \lyricsto sopran { \textIb } + \new Lyrics \lyricsto sopran { \textII } + \new Lyrics \lyricsto sopran { \textIIa } + \new Lyrics \lyricsto sopran { \textIIb } + \new Lyrics \lyricsto sopran { \textIII } + \new Lyrics \lyricsto sopran { \textIIIa } + \new Lyrics \lyricsto sopran { \textIIIb } + \new Staff << + \new Voice = maenner { \global \clef "bass" \pausenMaenner } + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Lasst_den_Lobgesang_erschallen/stimmen.ly b/Lasst_den_Lobgesang_erschallen/stimmen.ly new file mode 100644 index 0000000..a37ec19 --- /dev/null +++ b/Lasst_den_Lobgesang_erschallen/stimmen.ly @@ -0,0 +1,38 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 2/2 + \autoBeamOff + } + +% Die Stimmen + + pausenMaenner = { + \repeat volta 2 { R1*2 | s1*2 | } + R1*2 | s1*2 | \bar "||" + } + + sopranMelodie = \relative c'' { + \repeat volta 2 { c4.^\f b8 a4 g | f g a f | g8^\mf a b g a4. g8 | f4 e f2^"Fine" | } + g4.^\f a8 b4 g | a4. b8 c4 a | a8^\mf b c4 d8 e f4 | e d c2^"D.C. al Fine" | \bar "||" + } + + altMelodie = \relative c'' { + \repeat volta 2 { c4. b8 a4 g | f g a f | d8 d d d f4. e8 | c4 c c2 | } + g'4. a8 b4 g | a4. b8 c4 a | f8 g a4 a8 a a4 | g g g2 | \bar "||" + } + + tenorMelodie = \relative b { + \repeat volta 2 { s1*2 | b8 b b b c4. b8 | a4 g a2^"Fine" | } + s1*2 | c8 c c4 d8 d c4 | c h e2^"D.C. al Fine" | \bar "||" + } + + bassMelodie = \relative b, { + \repeat volta 2 { s1*2 | b8 b b b c4. c8 | f4 c f2 | } + s1*2 | f8 f f4 f8 f f4 | g g c,2 | \bar "||" + } + diff --git a/Lasst_den_Lobgesang_erschallen/texte.ly b/Lasst_den_Lobgesang_erschallen/texte.ly new file mode 100644 index 0000000..5cae7d3 --- /dev/null +++ b/Lasst_den_Lobgesang_erschallen/texte.ly @@ -0,0 +1,46 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyrics { + \set stanza = "1." + Lasst den Lob -- ge -- sang er -- schal -- len. + \set stanza = "1.-3." + Fal, la, la, la, la, fal, la, la, la, + \set stanza = "1." + Macht euch auf, wir wol -- len ge -- hen. + \set stanza = "1.-3." + Fal, la, la, fal, la, la, fal, la, la. + } + textIa = \lyrics { + Gott wird Mensch zum Heil uns al -- len. + } + textIb = \lyrics { + Die -- ses Wun -- der an -- zu -- se -- hen. + } + textII = \lyrics { + \set stanza = "2." + Gott schließt sei -- nen Bund aufs Neu -- e + \repeat unfold 9 { \skip 1 } + Schenkt uns da -- mit neu -- es Le -- ben, + } + textIIa = \lyrics { + vol -- ler Lie -- be, vol -- ler Treu -- e. + } + textIIb = \lyrics { + uns wird uns -- re Schuld ver -- ge -- ben. + } + textIII = \lyrics { + \set stanza = "3." + Da -- rum wol -- len wir ihn prei -- sen, + \repeat unfold 9 { \skip 1 } + Un -- ser Lob -- lied soll er -- klin -- gen, + } + textIIIa = \lyrics { + und ihm un -- sern Dank er -- wei -- sen. + } + textIIIb = \lyrics { + al -- len Got -- tes Bot -- schaft brin -- gen. + } diff --git a/Lob_Gott_getrost_mit_Singen/Lob_Gott_getrost_mit_Singen.ly b/Lob_Gott_getrost_mit_Singen/Lob_Gott_getrost_mit_Singen.ly new file mode 100644 index 0000000..34369f7 --- /dev/null +++ b/Lob_Gott_getrost_mit_Singen/Lob_Gott_getrost_mit_Singen.ly @@ -0,0 +1,67 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" + title = "Lob Gott getrost mit Singen" +} +\paper { + top-margin = 5 +} + +\score { + << + \set Score.skipBars = ##t + \new Voice = melodie { \global \melodie } + \new Lyrics \lyricsto melodie { \textMelodie } + \new ChoirStaff << + \new Voice = sopran { \global \melodieSopran } + \new Lyrics \lyricsto sopran { \textBegleitung } + \new Voice = alt { \global \melodieAlt } + \new Lyrics \lyricsto alt { \textBegleitung } + \new Voice = maenner { \clef "bass" \global \melodieMaenner } + \new Lyrics \lyricsto maenner { \textBegleitung } + >> + >> + \layout { + indent = #0 + } +} + +\markup { + \fill-line { + \hspace #1 + \column { + \line { 2. Dich hat er sich erkoren, durch sein Wort auferbaut, } + \line { bei seinem Eid geschworen, dieweil du ihm vertraut, } + \line { dass er deiner will pflegen in aller Angst und Not, } + \line { deine Feind niederlegen, die schmähen dich mit Spott. } + \line { } + \line { 3. Kann und mag auch verlassen ein Mutter je ihr Kind } + \line { und also gar verstoßen, dass es kein Gnad mehr findt? } + \line { Und ob sichs möcht begeben, dass sie so gar abfiel. } + \line { Gott schwört bei seinem Leben, er dich nicht lassen will. } + \line { } + \line { 4. Darum lass dich nicht schrecken, o du christgläubge Schar! } + \line { Gott wird dir Hilf erwecken und dein selbst nehmen wahr. } + \line { Er wird seim Volk verkünden sehr freudenreichen Trost, } + \line { wie sie von ihren Sünden sollen werden erlöst. } + \line { } + \line { 5. Es tut ihn nicht gereuen, was er vorlängst gedeut, } + \line { sein Kirche zu erneuen in dieser g'fährlichn Zeit. } + \line { Er wird herzlich anschauen dein Jammer und Eleng, } + \line { dich herrlich auferbauen durch Wort und Sakrament. } + \line { } + \line { 6. Gott solln wir fröhlich loben, der sich aus großer Gnad } + \line { durch seine milden Gaben uns kundgegeben hat. } + \line { Er wird uns auch erhalten in Lieb und Einigkeit } + \line { und unser freundlich walten hier und in Ewigkeit. } + \line { } + } + \hspace #1 + } +} diff --git a/Lob_Gott_getrost_mit_Singen/stimmen.ly b/Lob_Gott_getrost_mit_Singen/stimmen.ly new file mode 100644 index 0000000..9156917 --- /dev/null +++ b/Lob_Gott_getrost_mit_Singen/stimmen.ly @@ -0,0 +1,36 @@ +%some settings% vim: ai sw=2 lbr nu et + + global = { + \key g \major + \time 4/4 + \autoBeamOff + \partial 4 + } + + melodie = \relative g' { + g4 | g4. fis8 g4 a | fis2 d4\breathe a' | h4. a8 g4 e | d2 r4 g | + g4. fis8 g4 a | fis2 d4\breathe a' | h4. a8 g4 e | d2 r4 d' | + c h a g | c( h) a\breathe d | c h a g | a2\breathe d, | + g4 a h c | d2 a\breathe | c h4 a | d4.( c8 h4 a8[ g] | a4) a g^\fermata \bar "|." + } + + melodieSopran = \relative d'' { + d4 | d2 r4 d | d4. c8 d4 h | g2 h4\breathe c | d4. c8 h c d4~ | + d r2 d4 | d4. c8 d4 h | g2 h4\breathe c4 | d4. c8 h c d4~ | + d\breathe d c h | a g c( h) | a\breathe d c h | a g a2\breathe | + d,2 g4 a | h c d2 | a4\breathe c d e | f2( e4) e | d2.^\fermata \bar "|." + } + + melodieAlt = \relative g' { + g4 | g2 r4 a | a4. g8 a4 fis | d2 g4\breathe g | a e g4. a8 | + h4 r2 a4 | a4. g8 a4 fis | d2 g4\breathe g | a e g4. e8 | + d4\breathe h c d | e d c( d) | e\breathe h c d | e g f\breathe e | + d c h d | g( e a4. g8) | e4\breathe a a g | << \new Voice { \voiceOne f( b8[ a] g4 c~ | c) a h^\fermata } { \voiceTwo f( b8[ a] g2~ | g4) e d } >> \bar "|." + } + + melodieMaenner = \relative g { + g4 | g2 r4 d | d4. e8 fis4 d | g e2\breathe c4 | h c g d' | + g r2 d4 | d4. e8 fis4 d | g e2\breathe c4 | h c g d' | + g\breathe g, a h | c e a,2 | a4\breathe g a h | c e d\breathe c | + h a g2~ | g4 g' fis( g) | a\breathe a, h c | d2( e4) c | g'2.^\fermata \bar "|." + } diff --git a/Lob_Gott_getrost_mit_Singen/texte.ly b/Lob_Gott_getrost_mit_Singen/texte.ly new file mode 100644 index 0000000..7490e26 --- /dev/null +++ b/Lob_Gott_getrost_mit_Singen/texte.ly @@ -0,0 +1,19 @@ + + textMelodie = \lyricmode { + \set stanza = "1." + Lob Gott ge -- trost mit Sin -- gen, froh -- lock, du christ -- lich Schar! + Dir soll es nicht miss -- lin -- gen, Gott hilft dir im -- mer -- dar. + Ob du gleich hier musst tra -- gen viel Wi -- der -- wär -- tig -- keit, + sollst du doch nicht ver -- za -- gen, + er hilft aus al -- lem Leid. + } + + textBegleitung = \lyricmode { + \set stanza = "1." + Lob Gott, lob Gott ge -- trost mit Sin -- gen, froh -- lock, du christ -- lich Schar! + Dir soll es nicht miss -- lin -- gen, Gott hilft dir im -- mer -- dar. + Ob du gleich hier musst tra -- gen viel Wi -- der -- wär -- tig -- keit, + sollst du doch nicht ver -- za -- gen, + er hilft aus al -- lem Leid. + } + diff --git a/Lobe_den_Herrn_meine_Seele/Lobe_den_Herrn_meine_Seele.ly b/Lobe_den_Herrn_meine_Seele/Lobe_den_Herrn_meine_Seele.ly new file mode 100644 index 0000000..3c198ca --- /dev/null +++ b/Lobe_den_Herrn_meine_Seele/Lobe_den_Herrn_meine_Seele.ly @@ -0,0 +1,32 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + << + \set Score.skipBars = ##t + \new ChordNames \harmonien + \new Staff + { \new Voice = refrain { \global \refrainMelodie } + \new Voice = strophe { \strophenMelodie } + } + \new Lyrics \lyricsto refrain { \textRefrain } + \new Lyrics \lyricsto strophe { \textI} + \new Lyrics \lyricsto strophe { \textII} + \new Lyrics \lyricsto strophe { \textIII} + \new Lyrics \lyricsto strophe { \textIV} + >> + \layout { + indent = #0 + } +} diff --git a/Lobe_den_Herrn_meine_Seele/stimmen.ly b/Lobe_den_Herrn_meine_Seele/stimmen.ly new file mode 100644 index 0000000..728df53 --- /dev/null +++ b/Lobe_den_Herrn_meine_Seele/stimmen.ly @@ -0,0 +1,25 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 6/8 + \autoBeamOff + } + +% Die Stimmen + + harmonien = \chordmode { + \set majorSevenSymbol = \markup { 7 } + \repeat unfold 2 { f2. | g:m | c:7 | b4. f | f2. | g:m | c:7 | b4. f | } + a2.:m | e4.:4 e | e2.:7 | a:m | d4.:m g:7 | c f:maj7 | b g:m | c:4 c:7 | + } + refrainMelodie = \relative c' { + c8^\markup"1" f g a g f | g4. d | c8 e f g a b | b4. a | c,8 f g a g f | g4. d | c8 e f g f e | f4. f\fermata | + c'^\markup"2" c | c8 b a b4. | c8 g a b c d | d4. c | c c | c8 b a b4. | c8 g a b a g | f4. f\fermata | \bar "||" + } + strophenMelodie = \relative e' { + e8 a h c h a | a4 gis8 gis4. | e8 h' c d c h | h4 a8 a4. | f8 g a h c d | e, f g a h c | d c b b a g | c4. c | \bar "||" + } diff --git a/Lobe_den_Herrn_meine_Seele/texte.ly b/Lobe_den_Herrn_meine_Seele/texte.ly new file mode 100644 index 0000000..dbff9c1 --- /dev/null +++ b/Lobe_den_Herrn_meine_Seele/texte.ly @@ -0,0 +1,29 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textRefrain = \lyricmode { + Lo -- be den Herrn, mei -- ne See -- le, und sei -- nen hei -- li -- gen Na -- men. + Was er dir Gu -- tes ge -- tan hat, See -- le ver -- giss es nicht, a -- men. + \repeat unfold 2 { Lo -- be, lo -- be den Herrn, lo -- be den Herrn, mei -- ne See -- le. } + } + textI = \lyricmode { + \set stanza = "1." + Der mei -- ne Sün -- den ver -- ge -- ben hat, der mich von Krank -- heit ge -- sund ge -- macht, + \set stanza = "1.-4." + den will ich prei -- sen mit Psal -- men und Wei -- sen, von Her -- zen ihm e -- wig -- lich sin -- gen: + } + textII = \lyricmode { + \set stanza = "2." + Der mich im Lei -- den ge -- trös -- tet hat, der mei -- nen Mund wie -- der fröh -- lich macht, + } + textIII = \lyricmode { + \set stanza = "3." + Der mich vom To -- de er -- ret -- tet hat, der mich be -- hü -- tet bei Tag und Nacht, + } + textIV = \lyricmode { + \set stanza = "3." + Der Erd und Him -- mel zu -- sam -- men -- hält, un -- ter sein gött -- li -- ches Ja -- wort stellt, + } diff --git a/Lobt_den_Herrn_der_Welt/Lobt_den_Herrn_der_Welt.ly b/Lobt_den_Herrn_der_Welt/Lobt_den_Herrn_der_Welt.ly new file mode 100644 index 0000000..1dc1576 --- /dev/null +++ b/Lobt_den_Herrn_der_Welt/Lobt_den_Herrn_der_Welt.ly @@ -0,0 +1,36 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = frauen { \global \generalPausenFrauen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + } + \new Lyrics \lyricsto alt { \altText } + \new Staff << + \new Voice = maenner { \global \generalPausenMaenner } + \new Voice = tenor { \global \voiceOne \tenorMelodie } + \new Voice = bass { \global \voiceTwo \bassMelodie } + >> + \new Lyrics \lyricsto bass { \bassText } + >> + \layout { + indent = #0 + } +} diff --git a/Lobt_den_Herrn_der_Welt/stimmen.ly b/Lobt_den_Herrn_der_Welt/stimmen.ly new file mode 100644 index 0000000..8b6be1b --- /dev/null +++ b/Lobt_den_Herrn_der_Welt/stimmen.ly @@ -0,0 +1,119 @@ +%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 + + generalPausenFrauen = { + \set Score.skipBars = ##t + { + \global + \repeat unfold 4 { s1*3 | s2. r4 | } \bar "||" + \repeat unfold 7 { s1*3 | s2. r4 | } + R1*4 | s1*3 | s2. r4 | R1*4 | \bar "||" + } + } + + generalPausenMaenner = { + \set Score.skipBars = ##t + { + \global + \repeat unfold 10 { s1*3 | s2. r4 | } + \repeat unfold 2 { \repeat unfold 3 { s4 r r s | } s2. r4 | s1*3 | s2. r4 | } \bar "||" + } + } + + sopranMelodie = \relative c'' { + << + %the actual tune + { + \repeat unfold 2 { + c2^\f d | e4. f8 e4 d | c d e d8[ c] | d2. s4 | + c2 d | e4. f8 e4 d | c8[ d] c[ d] d4. c8 | c2. s4 | + } \bar "||" + \repeat unfold 4 { R1*3 | r2. s4 | } + c2^\f d | e4. f8 e4 d | c d e d8[ c] | d2. s4 | + c2 d | e4. f8 e4 d | c8[ d] c[ d] d4. c8 | c2. s4 | \bar "||" + \repeat unfold 2 { + \repeat unfold 2 { g4 e8[ f] g4 c | } g4 c8[ d] e4 d8[ c] | d2. s4 | + s1*4 + } \bar "||" + } + >> + } + + altMelodie = \relative c' { + << + %the actual tune + { + \repeat unfold 2 { + e2 g | g4. f8 g4 g | g g g g | g2. s4 | + e2 g | g4. f8 g4 g | g a g f | e2. s4 | + } \bar "||" + \repeat unfold 2 { + e2 fis | g4. a8 g4 f | e c c g | c2. s4 | + e2 fis | g4. a8 g4 f | e d8[ c] c[ d] e[ f] | d2. s4 | + } + e2 g | g4. f8 g4 g | g g g g | g2. s4 | + e2 g | g4. f8 g4 g | g a g f | e2. s4 | \bar "||" + \repeat unfold 2 { + e4 c8[ d] e4 e | e c8[ d] e4 e | e e8[ f] g4 g | g2. s4 | + s1*4 | + } \bar "||" + } + >> + } + + tenorMelodie = \relative c' { + << + %the actual tune + \clef "bass" + { + \repeat unfold 2 { + c2 h | c4. c8 c4 h | c h c g | h2. s4 | + c2 h | c4. c8 c4 h | c c h g | g2. s4 | + } \bar "||" + \repeat unfold 2 { + c2 c | h4 h c c | c g g g | g2. s4 | + h2 h | h4 h c c | c h8[ a] g4 c | h2. s4 | + } + c2 h | c4. c8 c4 h | c h c g | h2. s4 | + c2 h | c4. c8 c4 h | c c h g | g2. s4 | + \repeat unfold 2 { + \repeat unfold 3 { g4 s2 g4 | } h2. s4 | + d h8[ c] d4 e | d h8[ c] d4 e | d c8[ h] a4. g8 | g2. s4 | + } \bar "||" + } + >> + } + + bassMelodie = \relative c { + << + %the actual tune + \clef bass + { + \repeat unfold 2 { + c2 g' | c4( h8) a g4 f | e d c e | g2. s4 | + c,2 g' | c4( h8) a g4 f | e f g g, | c2. s4 | + } \bar "||" + \repeat unfold 2 { + c4( h) a( d) | g f e d | c e e g | e2. s4 | + e2 dis | e4 f e a | g g e c | g'2. s4 | + } + c,2 g' | c4( h8) a g4 f | e d c e | g2. s4 | + c,2 g' | c4( h8) a g4 f | e f g g, | c2. s4 | + \repeat unfold 2 { + \repeat unfold 2 { c4 s2 g4 | } c s2 e4 | g2. s4 | + h g8[ a] h4 c | h g8[ a] h4 c | h a8[ g] d4. g8 | g2. s4 | + } \bar "||" + } + >> + } + diff --git a/Lobt_den_Herrn_der_Welt/texte.ly b/Lobt_den_Herrn_der_Welt/texte.ly new file mode 100644 index 0000000..b6344d4 --- /dev/null +++ b/Lobt_den_Herrn_der_Welt/texte.ly @@ -0,0 +1,40 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + altText = \lyrics { + Prei -- set froh den Kö -- nig lobt den Herrn der Welt! + Kommt mit Freu -- den all in sei -- nen Dienst euch stellt! + Völ -- ker al -- le, seid zu sei -- nem Dienst be -- reit, + lobt und prei -- set sei -- nen Na -- men al -- le Zeit! + Du bist groß, o Gott, an Gü -- te Glanz und Macht. + Son -- ne Mond und Ster -- ne kün -- den dei -- ne Pracht. + Was in Lüf -- ten schwe -- bet, was im Meer sich regt, + was ins Welt -- all stre -- bet, kühn sich_ fort_ -- be_ -- wegt, + al -- les lob und prei -- se, Herr und Kö -- nig dich, + al -- les freu -- e, Schöp -- fer, dei -- ner Wer -- ke sich. + Lass die_ Völ -- ker uns -- rer_ Ta -- ge, Herr, dein Ei -- gen sein, + % Männer + Lass die_ Herr -- scher uns -- rer_ Ta -- ge gu -- ten_ Wil -- lens sein, + % Männer + } + + bassText = \lyrics { + Prei -- set froh den Kö -- nig lobt den Herrn der Welt! + Kommt mit Freu -- den all in sei -- nen Dienst euch stellt! + Völ -- ker al -- le, seid zu sei -- nem Dienst be -- reit, + lobt und prei -- set sei -- nen Na -- men al -- le Zeit! + Du bist groß, o Gott, an Gü -- te Glanz und Macht. + Son -- ne Mond und Ster -- ne kün -- den dei -- ne Pracht. + Was in Lüf -- ten schwe -- bet, was im Meer sich regt, + was ins Welt -- all stre -- bet, kühn sich_ fort_ -- be_ -- wegt, + al -- les lob und prei -- se, Herr und Kö -- nig dich, + al -- les freu -- e, Schöp -- fer, dei -- ner Wer -- ke sich. + Lass uns, Herr, dein Ei -- gen sein, + lass die Men -- schen uns -- rer Ta -- ge sich des Frie -- dens freun. + Lass sie gu -- ten Wil -- lens sein, + lass ihr Wir -- ken uns -- re Welt von Hass und Streit be -- frei'n. + } + diff --git a/Maria_durch_ein_Dornwald_ging/Maria_durch_ein_Dornwald_ging.ly b/Maria_durch_ein_Dornwald_ging/Maria_durch_ein_Dornwald_ging.ly new file mode 100644 index 0000000..c539be3 --- /dev/null +++ b/Maria_durch_ein_Dornwald_ging/Maria_durch_ein_Dornwald_ging.ly @@ -0,0 +1,37 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + title = "Maria durch ein Dornwald ging" + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Staff = "maenner" << + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "bass" \textII + \context Lyrics = "textDrei" \lyricsto "bass" \textIII + >> + \layout { + indent = #0 + } +} diff --git a/Maria_durch_ein_Dornwald_ging/stimmen.ly b/Maria_durch_ein_Dornwald_ging/stimmen.ly new file mode 100644 index 0000000..03ca51f --- /dev/null +++ b/Maria_durch_ein_Dornwald_ging/stimmen.ly @@ -0,0 +1,74 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key b \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \set melismaBusyProperties = #'(melismaBusy beamMelismaBusy) + \tieDashed + \slurDashed + \partial 4 + } + +% Die Stimmen + + sopranMelodie = \relative d' { + d4 | + g4~ g8 a b4 d | + b8~ b a( g) a4~ a | + b b8 b c2 | + d2. b8( c) | + d4. c8 d4 es8[ d] | + c4. b8 c~ c d[ c] | + b4~ b8 a b~ b c( b) | + a4~ a8 g a4 a | + g4. a8 b4 d | + \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) + b( a) g2 | \bar "|." + } + + altMelodie = \relative d' { + d4 | + d4~ d8 fis g4 g | + g8~ g fis( e) fis4~ fis | + g4 g8 g a2 | + f2. b8( a) | + b4. a8 b4 c8[ b] | + a4. g8 a~ a b8[ a] | + g4~ g8 fis g~ g a( g) | + fis4~ fis8 e fis4 fis | + d4. d8 g4 g | + fis2 d | \bar "|." + } + + tenorMelodie = \relative d' { + d4 | + b4~ b8 a b4 b | + d8~ d d~ d d4 d | + d d8 d f2 | + d2. d8~ d | + b4. b8 b4 c | + c4. c8 c~ c d4 | + d~ d8 d d~ d d~ d | + d4~ d8 d d4 d | + b4. d8 d4 d | + d2 b | \bar "|." + } + + bassMelodie = \relative d { + d4 | + g4~ g8 fis g4 g | + g8~ g g~ g d4 d | + g4 g8 g f2 | + b2. g8~ g | + g4. g8 g4 g | + f4. f8 f~ f fis4 | + g4~ g8 g g~ g g~ g | + d4~ d8 d d4 d | + g4. fis8 g4 g | + d2 g | \bar "|." + } + diff --git a/Maria_durch_ein_Dornwald_ging/texte.ly b/Maria_durch_ein_Dornwald_ging/texte.ly new file mode 100644 index 0000000..07f4b93 --- /dev/null +++ b/Maria_durch_ein_Dornwald_ging/texte.ly @@ -0,0 +1,30 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Ma -- ri -- _ a durch ein Dorn -- _ wald _ ging, _
+ Ky -- ri -- e -- lei -- son.
+ Ma -- _ ri -- a durch ein Dorn -- wald ging, _
+ der hat _ in sie -- ben Jahr kein Laub _ ge -- tra -- gen.
+ Je -- sus und Ma -- ri -- a.
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Was trug _ Ma -- ri -- a un -- ter ih -- rem Her -- zen?
+ Ky -- ri -- e -- lei -- son.
+ Ein _ klei -- nes Kind -- lein oh -- ne Schmer -- zen,
+ das trug _ Ma -- ri -- a un -- ter ih -- _ rem Her -- zen.
+ Je -- sus und Ma -- ri -- a.
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Da ha -- ben die Dor -- nen Ro -- _ sen ge -- tra -- gen.
+ Ky -- ri -- e -- lei -- son.
+ Als das Kind -- lein durch den Wald ge -- tra -- gen,
+ da ha -- ben die Dor -- _ nen _ Ro -- sen ge -- tra -- gen.
+ Je -- sus und Ma -- ri -- a.
+ }
diff --git a/Masithi_Amen/Masithi_Amen.ly b/Masithi_Amen/Masithi_Amen.ly new file mode 100644 index 0000000..e4bfe69 --- /dev/null +++ b/Masithi_Amen/Masithi_Amen.ly @@ -0,0 +1,42 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \pausenFrauen + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + } + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Lyrics = "textVier" {} + \new Staff = "maenner" << + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "bass" \textII + \context Lyrics = "textDrei" \lyricsto "bass" \textIII + \context Lyrics = "textVier" \lyricsto "bass" \textIV + %\context Lyrics \with { alignAboveContext = "maenner" } \lyricsto "bass" \textII + >> + \layout { + indent = #0 + } +} diff --git a/Masithi_Amen/stimmen.ly b/Masithi_Amen/stimmen.ly new file mode 100644 index 0000000..620db9a --- /dev/null +++ b/Masithi_Amen/stimmen.ly @@ -0,0 +1,47 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 2/2 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + pausenFrauen = { + r4 | R1 | s1*2 | s2. r4 | + R1 | s1*2 | s2. r4 | R1 | + } + + sopranMelodie = \relative e' { + s4 | s1 | e4 e2 e4 | e e d c | d2. s4 | + s1 | f4 f2 f4 | f f e d | e2. s4 | s1 | + e4 g2 e4 | g1 | f4 a2 f4 | a1 | + g4 g2 g4 | g g f f | e2. s4 | \bar "|." + } + + altMelodie = \relative c' { + s4 | s1 | c4 c2 c4 | c c h a | h2. s4 | + s1 | d4 d2 d4 | d d c h | c2. s4 | s1 | + c4 e2 c4 | e1 | f4 f2 f4 | f1 | + e4 e2 e4 | e e d d | c2. s4 | \bar "|." + } + + tenorMelodie = \relative g { + g4 | g2 g | g4 g2 g4 | g g g g | g2. g4 | + g2 g | a4 a2 a4 | a a g f | g2. g4 | g2 g | + g4 c2 g4 | c1 | a4 c2 a4 | c1 | + c4 c2 c4 | c c h h | g2. s4 | \bar "|." + } + + bassMelodie = \relative g { + g4 | g2 g | c,4 c2 c4 | c c h a | g2. g'4 | + g2 g | d4 d2 d4 | d d c g | c2. g'4 | g2 g | + c,4 c2 c4 | c1 | f4 f2 f4 | f1 | + c4 c2 c4 | g g g g | c2. s4 | \bar "|." + } + diff --git a/Masithi_Amen/texte.ly b/Masithi_Amen/texte.ly new file mode 100644 index 0000000..29bbc0b --- /dev/null +++ b/Masithi_Amen/texte.ly @@ -0,0 +1,26 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \repeat unfold 2 { Ma -- si -- thi A -- men, si ya -- ku -- du -- mi -- sa. }
+ Ma -- si -- thi \repeat unfold 2 { A -- men, Ba -- wo. }
+ A -- men, si ya -- ku -- du -- mi -- sa.
+ }
+ textII = \lyricmode {
+ \repeat unfold 2 { Singt A -- men! A -- men, wir prei -- sen Gott, den Herrn. }
+ Singt A -- men! \repeat unfold 5 { A -- men, }
+ wir prei -- sen Gott, den Herrn.
+ }
+ textIII = \lyricmode {
+ \repeat unfold 2 { Singt A -- men! A -- men, er kam in uns -- re Welt. }
+ Singt A -- men! \repeat unfold 5 { A -- men, }
+ er kam in uns -- re Welt.
+ }
+ textIV = \lyricmode {
+ \repeat unfold 2 { Singt A -- men! A -- men, sein Licht weist mir den Weg. }
+ Singt A -- men! \repeat unfold 5 { A -- men, }
+ sein Licht weist mir den Weg.
+ }
diff --git a/Matthaeuspassion/Matthaeuspassion.log b/Matthaeuspassion/Matthaeuspassion.log new file mode 100755 index 0000000..6e149aa --- /dev/null +++ b/Matthaeuspassion/Matthaeuspassion.log @@ -0,0 +1,14 @@ +# -*-compilation-*-
+»C:/Users/Erich/Music/Matthaeuspassion/Matthaeuspassion.ly« wird verarbeitet
+Analysieren...
+Interpretation der Musik...
+C:/Users/Erich/Music/Matthaeuspassion/Matthaeuspassion.ly:15:26: Warnung: Taktüberprüfung gescheitert bei: 5/4
+ r1. | r2 h4.( h8) cis d
+ |
+Vorverarbeitung der grafischen Elemente...
+Ideale Seitenanzahl wird gefunden...
+Musik wird auf eine Seite angepasst...
+Systeme erstellen...
+Layout nach »/Users/Erich/Music/Matthaeuspassion/Matthaeuspassion.ps« ausgeben...
+Konvertierung nach »/Users/Erich/Music/Matthaeuspassion/Matthaeuspassion.pdf«...
+Erfolg: Kompilation erfolgreich beendet
diff --git a/Matthaeuspassion/Matthaeuspassion.ly b/Matthaeuspassion/Matthaeuspassion.ly new file mode 100755 index 0000000..6c65091 --- /dev/null +++ b/Matthaeuspassion/Matthaeuspassion.ly @@ -0,0 +1,291 @@ +\include "deutsch.ly"
+
+#(set-default-paper-size "a4")
+
+Praes = {
+ \time 12/8
+ \key g \major
+}
+
+SIR = \new Voice \relative c'' {
+ \set Staff.instrumentName = #"Soprano in ripieno"
+ r1. | r |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+}
+
+SopranA = \new Voice \relative c' {
+ \set Staff.instrumentName = #"Soprano"
+ r1. | r |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+ r | r | e8 g h e4.~ e8[ dis] cis dis[ h] c |
+}
+
+AltA = \new Voice \relative c'' {
+ \set Staff.instrumentName = #"Alto"
+ r1. | r |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+ r | r | r4 r8 g4 r8 r4 r8 a4 r8 |
+}
+
+TenorA = \new Voice \relative c {
+ \set Staff.instrumentName = #"Tenor"
+ \clef "G_8"
+ r1. | r |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+ r | r | r4 r8 h4 r8 r4 r8 a4 r8 |
+}
+
+BassA = \new Voice \relative c {
+ \set Staff.instrumentName = #"Bass"
+ \clef "bass"
+ r1. | r |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+ r | r | e4.~ e8[ fis] g fis4 fis8 fis[ gis] a |
+}
+
+QFlAI = \new Voice \relative c'' {
+ \set Staff.instrumentName = #"Flauto traverso I."
+ r1. | r2. h4.( h8) cis d |
+ cis4.( cis8) dis e dis( cis) h-. e4.~ | e8 dis cis dis( h) c d e f( f) e d | c4.( c8) dis e fis g a( a) g fis |
+ e( dis) e-. c'4.( c8) h a h4.~ | h8 a g fis( dis) e( e) g fis e( dis) e~ | e g fis e( dis) e-. cis'( e,) fis-. g( fis) e-. |
+ dis8( fis) ais-. h4.( h8) a gis a( fis) g-. | a4. g8( fis) e-. fis4.( fis8) gis a | gis4.( gis8) ais h a( gis) fis-. h4.~ |
+ h8 ais gis ais( fis) g-. a h c( c) h a | g2. gis^"tr" | a8 gis a h( gis) a-. r r a h( gis) a |
+ r4 r8 r r g-. a( fis) g-. r r g-. | f( e) dis-. e4.( e8) ais h d,4^"tr"( e8) | e2.~\mf e4. dis |
+}
+
+QFlAII = \new Voice \relative c' {
+ \set Staff.instrumentName = #"Flauto traverso II."
+ e4.( e8) fis g fis4.( fis8) gis a | gis( fis) e-. a4.( a8) g fis g( e) fis-. |
+ g( fis) e e'4 ais,8 h4.( h8) a g | a4.( a8) h a gis h d( d) c h | e4.( e8) fis gis a h c( c) h a |
+ g4.( g8) fis e fis4.( fis8) e dis | e c h a( fis) g( g) h a g( fis) g~ | g e fis g( fis) e-. fis2.~ |
+ fis4.~ fis8 e fis g( fis) e-. e'4 ais,8 | h4.( h8) a g fis4. fis'~ | fis8 eis dis eis( cis) d-. e4. d8( cis) h-. |
+ cis4. fis( fis8) dis e fis4.~ | fis8 e dis e( h) c-. d e f( f) e d | e gis a h( g) a-. r r a h( g) a-. |
+ r4 r8 r r g-. a( fis) g-. r r h,-. | c( h) a-. g( dis') e-. g,4( fis8) fis4^"tr"( e8) | e4. e'2.\mf dis4. |
+}
+
+OboeAI = \new Voice \relative c'' {
+ \set Staff.instrumentName = #"Oboe I."
+ r1. | r2. h4.( h8) cis d |
+ cis4.( cis8) dis e dis( cis) h-. e4.~ | e8 dis cis dis( h) c-. d e f( f) e d | c4.( c8) dis e fis g a( a) g fis |
+ e( dis) e-. c'4.( c8) h a h4.~ | h8 a g fis( dis) e( e) g fis e( dis) e~ | e g fis e( dis) e-. cis'( e,) fis-. g( fis) e-. |
+ dis8( fis) ais-. h4.( h8) a gis a( fis) g-. | a4. g8( fis) e-. fis4.( fis8) gis a | gis4.( gis8) ais h a( gis) fis-. h4.~ |
+ h8 ais gis ais( fis) g-. a h c( c) h a | g2. gis^"tr" | a8 d, e f( d) e-. r r e-. fis( dis) e-. |
+ r4 r8 r r e-. fis( dis) e-. r r g-. | f( e) dis-. e4.( e8) ais h d,4^"tr"( e8) | e4. h\mf a2. |
+}
+
+OboeAII = \new Voice \relative c' {
+ \set Staff.instrumentName = #"Oboe II."
+ e4.( e8) fis g fis4.( fis8) gis a | gis( fis) e-. a4.( a8) g fis g( e) fis-. |
+ g8( fis) e-. e'4 ais,8 h4.( h8) a g-. | a4.( a8) h a gis h d( d) c h | e4.( e8) fis gis a h c( c) h a |
+ g4.( g8) fis e fis4.( fis8) e dis | e c h a( fis) g( g) h a g( fis) g~ | g e fis g( fis) e-. fis2. |
+ fis4.~ fis8 e fis g( fis) e-. e'4 ais,8 | h4.( h8) a g fis4. fis'~ | fis8 eis dis eis( cis) d-. e4. d8( cis) h-. |
+ cis4. fis( fis8) dis e fis4.~ | fis8 e dis e( h) c-. d e f( f) e d | e h c d( h) c-. r r c d( h) c-. |
+ r4 r8 r r h-. h( a) h-. r r h-. | c( h) a-. g( dis') e-. g,4( fis8) fis4^"tr"( e8) | e4. g\mf fis2. |
+}
+
+VioAI = \new Voice \relative c' {
+ \set Staff.instrumentName = #"Violino I."
+ r4 r8 e4.( e8) dis cis dis( h) c | d4. c8( h) a-. h4. h'4.~ |
+ h8 ais gis ais( fis) g-. a4. g8( fis) e-. | fis4. h'( h8) gis a h4.~ | h8 a gis a4.( a4) fis8 dis4.^"tr" |
+ e( e8) d e d4.( d8) c h | e4 e,8 a4 c8 e4 dis8 e4 h8 | cis( e) dis-. e( fis) g-. fis( e) d-. cis4.^"tr" |
+ h( h8) cis d cis4.( cis8) dis e | dis( cis) h-. e4.( e8) d cis d( h) cis-. | d( cis) h-. h'4 eis,8 fis4.( fis8) e d |
+ e4.( e8) fis e dis fis a( a) g fis | g-. g,( fis) g-. h( a) h c d( d) c h | a4 a,8 a4 a8 a4 a8 a4 a8 |
+ a-. fis'( e) dis a'( g) fis-. c'( h) h( dis) e-. | a,( g) fis-. e( fis) g-. h,4( dis8) fis( g) a-. | g4 h8\mf e4.( e8) dis cis dis( h) c-. |
+}
+
+VioAII = \new Voice \relative c' {
+ \set Staff.instrumentName = #"Violino II."
+ h2. c8( h) a-. fis'( e) dis-. | e2.~ e2.~ |
+ e2. fis4. g | fis2. e4. gis | a4 h8 c4.( c4) a8 fis4.^"tr" |
+ g8( a) h-. a4.( a8) g a g4.~ | g4 e'8 c4 e,8 g4 a8 h4 e,8 | cis4. cis'( cis4) h8 ais4.^"tr" |
+ h fis' e8 d cis( cis) h ais | fis'( e) dis-. e( d) cis-. h2.~ | h2. cis4. d |
+ cis2. h4. dis | h2. f'4 d8 h4 d,8 | c4 a8 a4 a8 a4 a8 a4 a8 |
+ h4 h8 h4 h8 h4 h8 h4 h8 | c(e) fis-. g( fis) e-. e4( fis8) a( g) fis-. | g4.~\mf g8 fis e a4.( a8) gis fis |
+}
+
+ViolaA = \new Voice \relative c' {
+ \set Staff.instrumentName = #"Viola"
+ \clef "alto"
+ g2. a | h4. a8( h) c-. h2. |
+ e4. g, fis e | c'8( h) a-. fis'( gis) a-. h4. e,~ | e4 d8 e4 c'8 dis,4 fis8 a( h) c-. |
+ h4 g8 e4 a8 a4 fis8 d4 g8 | g( fis) g-. a4 a,8 h4 fis'8 g4 h8 | e,4. cis ais8( cis) d-. e( cis) fis-. |
+ fis4. dis4 h8 e2. | fis4. e8( fis) g-. h,4 ais8 h4 fis'8 | gis2. fis2.~ |
+ fis4. cis fis h, | e2. h2. | e4 a,8 a4 a8 a4 a8 a4 a8 |
+ h4 h8 h4 h8 h4 h8 h4 g8 | a( h) c-. cis4 cis8 h4 h8 h4 h8 | h4.~\mf h8 a h fis'4.~ fis8 e dis |
+}
+
+ContLA = \new Voice \relative c' {
+ \set Staff.instrumentName = #"Organo e Continuo"
+ r1. | r |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+}
+
+ContRA = \new Voice \relative c, {
+ \clef "bass"
+ e4( e8) e4( e8) e4( e8) e4( e8) | e4( e8) e4( e8) e4( e8) e4( e8) |
+ e4( e8) e4( e8) e4( e8) e4( e8) | e4( e8) e4( e8) e4( e8) e4( e8) | e4( e8) e4( e8) e4( e8) e4( e8) |
+ e( fis) g-. a( h) c-. d( e) fis-. g( a) h-. | c4 c,8 c4( c8) h4( h8) h4( h8) | ais4( ais8) ais4( ais8) fis4( fis8) fis4( fis8) |
+ h4( h8) h4( h8) h4( h8) h4( h8) | h4( h8) h4( h8) h4( h8) h4( h8) | h4( h8) h4( h8) h4( h8) h4( h8) |
+ h4( h8) h4( h8) h4( h8) h4( h8) | h4( h8) h4( h8) h4( h8) h4( h8) | c4 r8 r4 r8 fis,4 r8 r4 r8 |
+ h4 r8 r4 r8 e,4 r8 r4 r8 | a4( a8) ais4( ais8) h4( h8) h4( h8) | e,4 e8\mf e4 e8 fis4 fis8 fis4 fis8 |
+}
+
+QFlBI = \new Voice \relative c'' {
+ \set Staff.instrumentName = #"Flauto traverso I."
+ r1. | r2. h4.( h8) cis d |
+ cis4.( cis8) dis e dis( cis) h-. e4.~ | e8 dis cis dis( h) c d e f( f) e d | c4.( c8) dis e fis g a( a) g fis |
+ e( dis) e-. c'4.( c8) h a h4.~ | h8 a g fis( dis) e( e) g fis e( dis) e~ | e g fis e( dis) e-. cis'( e,) fis-. g( fis) e-. |
+ dis8( fis) ais-. h4.( h8) a gis a( fis) g-. | a4. g8( fis) e-. fis4.( fis8) gis a | gis4.( gis8) ais h a( gis) fis-. h4.~ |
+ h8 ais gis ais( fis) g-. a h c( c) h a | g2. gis^"tr" | a8 r r r r a-. h( gis) a-. r r e-. |
+ dis fis g a( fis) g-. r r g-. a( fis) g-. | f( e) dis-. e4.( e8) ais h d,4^"tr"( e8) | e4 r8 r4 r8 r2. |
+}
+
+QFlBII = \new Voice \relative c' {
+ \set Staff.instrumentName = #"Flauto traverso II."
+ e4.( e8) fis g fis4.( fis8) gis a | gis( fis) e-. a4.( a8) g fis g( e) fis-. |
+ g( fis) e e'4 ais,8 h4.( h8) a g | a4.( a8) h a gis h d( d) c h | e4.( e8) fis gis a h c( c) h a |
+ g4.( g8) fis e fis4.( fis8) e dis | e c h a( fis) g( g) h a g( fis) g~ | g e fis g( fis) e-. fis2. |
+ fis4.~ fis8 e fis g( fis) e-. e'4 ais,8 | h4.( h8) a g fis4. fis'~ | fis8 eis dis eis( cis) d-. e4. d8( cis) h-. |
+ cis4. fis( fis8) dis e fis4.~ | fis8 e dis e( h) c-. d e f( f) e d | e r r r r a-. h( gis) a-. r r e-. |
+ dis fis g a( fis) g-. r r g-. a( fis) g-. | c,( h) a-. g( dis') e-. g,4( fis8) fis4^"tr"( e8) | e4 r8 r4 r8 r2. |
+}
+
+OboeBI = \new Voice \relative c'' {
+ \set Staff.instrumentName = #"Oboe I."
+ r1. | r2. h4.( h8) cis d |
+ cis4.( cis8) dis e dis( cis) h-. e4.~ | e8 dis cis dis( h) c-. d e f( f) e d | c4.( c8) dis e fis g a( a) g fis |
+ e( dis) e-. c'4.( c8) h a h4.~ | h8 a g fis( dis) a( a) g fis e( dis) e~ | e g fis e( dis) e-. cis'( e,) fis-. g( fis) e-. |
+ dis8( fis) ais-. h4.( h8) a gis a( fis) g-. | a4. g8( fis) e-. fis4.( fis8) gis a | gis4.( gis8) ais h a( gis) fis-. h4.~ |
+ h8 ais gis ais( fis) g-. a h c( c) h a | g2. gis^"tr" | a8 r r r r e-. fis( dis) e-. r r c-. |
+ h dis e fis( dis) e-. r r r-. fis( a) g-. | f( e) dis-. e4.( e8) ais h d,4^"tr"( e8) | e4 r8 r4 r8 r2. |
+}
+
+OboeBII = \new Voice \relative c' {
+ \set Staff.instrumentName = #"Oboe II."
+ e4.( e8) fis g fis4.( fis8) gis a | gis( fis) e-. a4.( a8) g fis g( e) fis-. |
+ g8( fis) e-. e'4 ais,8 h4.( h8) a g-. | a4.( a8) h a gis h d( d) c h | e4.( e8) fis gis a h c( c) h a |
+ g4.( g8) fis e fis4.( fis8) e dis | e c h a( fis) g( g) h a g( fis) g~ | g e fis g( fis) e-. fis2. |
+ fis4.~ fis8 e fis g( fis) e-. e'4 ais,8 | h4.( h8) a g fis4. fis'~ | fis8 eis dis eis( cis) d-. e4. d8( cis) h-. |
+ cis4. fis( fis8) dis e fis4.~ | fis8 e dis e( h) c-. d e f( f) e d | e r r r r c-. d( h) c-. r r a-. |
+ fis a h h( a) h-. r r h-. dis,( fis) e-. | c'( h) a-. g( dis') e-. g,4( fis8) fis4^"tr"( e8) | e4 r8 r4 r8 r2. |
+}
+
+VioBI = \new Voice \relative c' {
+ \set Staff.instrumentName = #"Violino I."
+ r4 r8 e4.( e8) dis cis dis( h) c | d4. c8( h) a-. h4. h'4.~ |
+ h8 ais gis ais( fis) g-. a4. g8( fis) e-. | fis4. h'( h8) gis a h4.~ | h8 a gis a4.( a4) fis8 dis4.^"tr" |
+ e( e8) d e d4.( d8) c h | e4 e,8 a4 c8 e4 dis8 e4 h8 | cis( e) dis-. e( fis) g-. fis( e) d-. cis4.^"tr" |
+ h( h8) cis d cis4.( cis8) dis e | dis( cis) h-. e4.( e8) d cis d( h) cis-. | d( cis) h-. h'4 eis,8 fis4.( fis8) e d |
+ e4.( e8) fis e dis fis a( a) g fis | g-. g,( fis) g-. h( a) h c d( d) c h | a4 a,8 a4 a8 a4 a8 a4 a8 |
+ a-. fis'( e) dis a'( g) fis-. c'( h) h( dis) e-. | a,( g) fis-. e( fis) g-. h,4( dis8) fis( g) a-. | g4 r8 r4 r8 r2. |
+}
+
+VioBII = \new Voice \relative c' {
+ \set Staff.instrumentName = #"Violino II."
+ h2. c8( h) a-. fis'( e) dis-. | e2.~ e2. |
+ e2. fis4. g | fis2. e4. gis | a4 h8 c4.( c4) a8 fis4.^"tr" |
+ g8( a) h-. a4.( a8) g a g4.~ | g4 e'8 c4 e,8 g4 a8 h4 e,8 | cis4. cis'( cis4) h8 ais4.^"tr" |
+ h fis' e8 d cis( cis) h ais | fis'( e) dis-. e( d) cis-. h2.~ | h2. cis4. d |
+ cis2. h4. dis | h2. f'4 d8 h4 d,8 | c4 a8 a4 a8 a4 a8 a4 a8 |
+ h4 h8 h4 h8 h4 h8 h4 h8 | c(e) fis-. g( fis) e-. e4( fis8) a( g) fis-. | g4 r8 r4 r8 r2. |
+}
+
+ViolaB = \new Voice \relative c' {
+ \set Staff.instrumentName = #"Viola"
+ \clef "alto"
+ g2. a | h4. a8( h) c-. h2. |
+ e4. g, fis e | c'8( h) a-. fis'( gis) a-. h4. e,~ | e4 d8 e4 c'8 dis,4 fis8 a( h) c-. |
+ h4 g8 e4 a8 a4 fis8 d4 g8 | g( fis) g-. a4 a,8 h4 fis'8 g4 h8 | e,4. cis ais8( cis) d-. e( cis) fis-. |
+ fis4. dis4 h8 e2. | fis4. e8( fis) g-. h,4 ais8 h4 fis'8 | gis2. fis2.~ |
+ fis4. cis fis h, | e2. h2. | e4 a,8 a4 a8 a4 a8 a4 a8 |
+ h4 h8 h4 h8 h4 h8 h4 g8 | a( h) c-. cis4 cis8 h4 h8 h4 h8 | h4 r8 r4 r8 r2. |
+}
+
+ContLB = \new Voice \relative c' {
+ \set Staff.instrumentName = #"Organo e Continuo"
+ r1. | r1. |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+ r | r | r |
+}
+
+ContRB = \new Voice \relative c, {
+ \clef "bass"
+ e4( e8) e4( e8) e4( e8) e4( e8) | e4( e8) e4( e8) e4( e8) e4( e8) |
+ e4( e8) e4( e8) e4( e8) e4( e8) | e4( e8) e4( e8) e4( e8) e4( e8) | e4( e8) e4( e8) e4( e8) e4( e8) |
+ e( fis) g-. a( h) c-. d( e) fis-. g( a) h-. | c4 c,8 c4( c8) h4( h8) h4( h8) | ais4( ais8) ais4( ais8) fis4( fis8) fis4( fis8) |
+ h4( h8) h4( h8) h4( h8) h4( h8) | h4( h8) h4( h8) h4( h8) h4( h8) | h4( h8) h4( h8) h4( h8) h4( h8) |
+ h4( h8) h4( h8) h4( h8) h4( h8) | h4( h8) h4( h8) h4( h8) h4( h8) | c4 r8 r4 r8 fis,4 r8 r4 r8 |
+ h4 r8 r4 r8 e,4 r8 r4 r8 | a4( a8) ais4( ais8) h4( h8) h4( h8) | e,4 r8 r4 r8 r2. |
+}
+
+<<
+ \new StaffGroup <<
+ \new Staff { \Praes \SIR \bar "|." }
+ \new PianoStaff <<
+ \new Staff { \Praes \QFlAI \bar "|." }
+ \new Staff { \Praes \QFlAII \bar "|." }
+ >>
+ \new PianoStaff <<
+ \new Staff { \Praes \OboeAI \bar "|." }
+ \new Staff { \Praes \OboeAII \bar "|." }
+ >>
+ \new PianoStaff <<
+ \new Staff { \Praes \VioAI \bar "|." }
+ \new Staff { \Praes \VioAII \bar "|." }
+ >>
+ \new Staff { \Praes \ViolaA \bar "|." }
+ \new StaffGroup <<
+ \new staff { \Praes \SopranA \bar "|." }
+ \new Staff { \Praes \AltA \bar "|." }
+ \new Staff { \Praes \TenorA \bar "|." }
+ \new Staff { \Praes \BassA \bar "|." }
+ >>
+ \new PianoStaff <<
+ \new Staff { \Praes \ContLA \bar "|." }
+ \new Staff { \Praes \ContRA \bar "|." }
+ >>
+ >>
+
+ \new StaffGroup <<
+ \new PianoStaff <<
+ \new Staff { \Praes \QFlBI \bar "|." }
+ \new Staff { \Praes \QFlBII \bar "|." }
+ >>
+ \new PianoStaff <<
+ \new Staff { \Praes \OboeBI \bar "|." }
+ \new Staff { \Praes \OboeBII \bar "|." }
+ >>
+ \new PianoStaff <<
+ \new Staff { \Praes \VioBI \bar "|." }
+ \new Staff { \Praes \VioBII \bar "|." }
+ >>
+ \new Staff { \Praes \ViolaB \bar "|." }
+ \new PianoStaff <<
+ \new Staff { \Praes \ContLB \bar "|." }
+ \new Staff { \Praes \ContRB \bar "|." }
+ >>
+ >>
+>>
\ No newline at end of file diff --git a/Meine_Kraft_ist_in_den_Schwachen_maechtig/Meine_Kraft_ist_in_den_Schwachen_maechtig.ly b/Meine_Kraft_ist_in_den_Schwachen_maechtig/Meine_Kraft_ist_in_den_Schwachen_maechtig.ly new file mode 100644 index 0000000..5e8d4e8 --- /dev/null +++ b/Meine_Kraft_ist_in_den_Schwachen_maechtig/Meine_Kraft_ist_in_den_Schwachen_maechtig.ly @@ -0,0 +1,52 @@ +\include "deutsch.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +<< +\new ChordNames { + \chordmode { + f2 c | b c | b c | f b | d:m c | f s | g:m c | f s | g:m c | f1 | c2 f | c:7 s | + } +} +\new Staff << +\relative a' { + \key f \major + \time 4/4 + \context Voice = refrain { + \autoBeamOff + \set melismaBusyProperties = #'() + a4 c g4. c8 | c b b a g4 c,8 c | d4 e8 f e4 f8[ g] | + a4 g8 f b4 a8 g | f2 f4 e | f2 r8 \bar "|." + \context Voice = verse { + \autoBeamOff + \set melismaBusyProperties = #'() + f8 g a | b4. a8 \slurDashed g( g) f[ g] | a[ b] a8. g16 f8 f g a | + b4. a8 g g f g | a[ b] a8. g16 f4 r8 f | + g2 a | b r \bar ":|" }} + } +\context Lyrics = one \lyricsto refrain \lyricmode { + Mei -- ne Kraft ist in den Schwa -- chen mäch -- tig. + Je schwä -- cher du bist, des -- to stär -- ker er -- weist sich an dir mei -- ne Kraft. + } +\context Lyrics = one \lyricsto verse \lyricmode { + \set stanza = #"1. " + Du bist ge -- wollt von Gott, _ kei -- ne Lau -- ne der Na -- tur. Du bist ge -- liebt von Gott. So bleibt dein Le -- ben in der Spur. Denn Je -- sus spricht: + } +\context Lyrics = two \lyricsto verse \lyricmode { + \set stanza = #"2. " + Du bist er -- füllt von Gott. Die Lie -- be wird dir Kraft -- quell sein. Du bist ge -- liebt von Gott. Gott setzt in sei -- nem Reich dich ein. Denn Je -- sus spricht: + } +\context Lyrics = three \lyricsto verse \lyricmode { + \set stanza = #"3. " + Du bist ge -- sandt von Gott. Ein Zeug -- nis für den Herrn zu sein. Du bist ge -- liebt von Gott. Ja so bist du nie mehr al -- lein. Denn Je -- sus spricht: + } +>> +>>
\ No newline at end of file diff --git a/Meine_Kraft_ist_in_den_Schwachen_maechtig_/Meine_Kraft_ist_in_den_Schwachen_maechtig_.ly b/Meine_Kraft_ist_in_den_Schwachen_maechtig_/Meine_Kraft_ist_in_den_Schwachen_maechtig_.ly new file mode 100644 index 0000000..537c306 --- /dev/null +++ b/Meine_Kraft_ist_in_den_Schwachen_maechtig_/Meine_Kraft_ist_in_den_Schwachen_maechtig_.ly @@ -0,0 +1,60 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new Staff << + \set Score.skipBars = ##t + \new Voice = Oberstimme { \global \oberstimmenMelodie } + \new ChoirStaff << + \new Lyrics = sopranRefrain { } + \new Staff << + \new Voice = frauen { \global \pausenFrauen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \textI } + \new Lyrics \lyricsto sopran { \textII } + \new Lyrics \lyricsto sopran { \textIII } + \new Lyrics = altRefrain { } + \new Lyrics = tenorRefrain { } + \new Staff << + \new Voice = maenner { \global \clef "bass" \pausenMaenner } + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \new Lyrics = bassRefrain { } + \context Lyrics = sopranRefrain \lyricsto sopran \lyricmode { \textPauseFrauen \textRefrain } + \context Lyrics = altRefrain \lyricsto alt \lyricmode { \textPauseFrauen \textRefrain } + \context Lyrics = tenorRefrain \lyricsto tenor \lyricmode { \textPauseMaenner \textRefrain } + \context Lyrics = bassRefrain \lyricsto bass { \textPauseMaenner \textRefrain } + >> + \new PianoStaff << + \new ChordNames \begleitAkkorde + \new Staff = links << + \new Voice = linksnormal { \global \autoBeamOn \klavierLinksMelodie } + \new Voice = linksoben { \global \autoBeamOn \voiceOne \klavierLinksOMelodie } + \new Voice = linksunten { \global \autoBeamOn \voiceTwo \klavierLinksUMelodie } + >> + \new Staff = rechts << + \new Voice = rechtsnormal { \global \autoBeamOn \klavierRechtsMelodie } + \new Voice = rechtsoben { \global \autoBeamOn \voiceOne \klavierRechtsOMelodie } + \new Voice = rechtsunten { \global \autoBeamOn \voiceTwo \klavierRechtsUMelodie } + >> + >> + >> + \layout { + indent = #0 + \context { \Staff \RemoveEmptyStaves } + } +} diff --git a/Meine_Kraft_ist_in_den_Schwachen_maechtig_/stimmen.ly b/Meine_Kraft_ist_in_den_Schwachen_maechtig_/stimmen.ly new file mode 100644 index 0000000..bc0888b --- /dev/null +++ b/Meine_Kraft_ist_in_den_Schwachen_maechtig_/stimmen.ly @@ -0,0 +1,155 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + pausenFrauen = { + R1*8 | \bar "|." + s1*7 | s2. r4 | \bar "||" + s1*6 | s4 r8 s s2 | + s1 | R1 | \time 2/4 R2 | \bar "||" + } + + pausenMaenner = { + R1*8 | \bar "|." + R1*4 | + s1*3 | s2. r4 | \bar "||" + s1*6 | s4 r8 s s2 | + s1 | R1 | \time 2/4 R2 | \bar "||" + } + + oberstimmenMelodie = \relative e'' { + R1*4 | + r8 e fis g a cis d e | r d, e fis g h cis d | d4 cis8 h cis a g a~ | a fis e d~ d2^\fermata \bar "|." + R1*4 | fis4 e8 d d4 h8 d | g4 fis8 e e4 d~ | + d2 h4 d | e2 r16 a, h cis d e fis g \bar "||" + a4 g8 fis g2 | r8 e a g g4 fis | r8 h a h + g a fis g | e4 a, r16 a h cis d e fis g | a4 g8 fis g2 | + r8 e a g fis4 r16 e d cis | d8 cis h a h cis d cis~ | + cis d e fis~ fis4 a~ | a2 r8 g16 fis e8 d | \time 2/4 a2 | \bar "||" + } + + sopranMelodie = \relative d' { + s1*8 \bar "|." + d8 a d e e4. e8 | e d e fis fis4. fis8 | + fis d fis a h4. h8 | h a a fis e2 | + d8 a d e e2 | e8 d e fis fis2 | + fis8 d fis a d4 a8 fis a2. s4 \bar "||" + h h h8 e, fis g | a4. g8 g4 fis \breathe | h h + h a8 fis | e4. fis8 fis2 \breathe | h4 h h8 e, fis g | + a4 cis e d~ | d s8 d h a fis e~ | + e4 d8 d~ d2 | s1 | \time 2/4 s2 | \bar "||" + } + + altMelodie = \relative es' { + s1*8 \bar "|." + d8 a d e e4. e8 | e d e fis fis4. fis8 | + fis d fis a h4. h8 | h a a fis e2 | + d8 a d e e2 | e8 d e fis fis2 | + fis8 d fis a d4 a8 fis a2. s4 \bar "||" + g g e e | e8 cis d e e4 d \breathe | g g + fis e8 d | d4 cis d2 \breathe | g4 g e e | + e8 g fis e fis4 fis~ | fis s8 fis g fis d cis~ | + cis4 h8 a~ a2 | s1 | \time 2/4 s2 | \bar "||" + } + + tenorMelodie = \relative d { + s1*8 \bar "|." + s1*4 | + d8 a d e e2 | e8 d e fis fis2 | + fis8 d fis a d4 a8 fis a2. s4 \bar "||" + d d g,8 g a h | a4 a a a \breathe | d d + d cis8 h | g4. a8 a2 \breathe | d4 d g,8 g a h | + e,4 a cis h~ | h s8 h g a h a~ | + a4 g8 fis~ fis2 | s1 | \time 2/4 s2 | \bar "||" + } + + bassMelodie = \relative d { + s1*8 \bar "|." + s1*4 | + d8 a d e e2 | e8 d e fis fis2 | + fis8 d fis a d4 a8 fis a2. s4 \bar "||" + g fis e d | cis8 a h cis d4 d \breathe | g, g + g g8 g | a4 a d2 \breathe | g4 fis e d | + cis8 a h cis h4 h~ | h s8 h e e e a,~ | + a4 a8 d~ d2 | s1 | \time 2/4 s2 | \bar "||" + } + + klavierLinksMelodie = \relative h'' { + h4 h h8 e,8 fis g | a4 a a8 d, e fis | g g, <d' g> g, g' cis, d e | + s1 | + h'4 h h8 e, fis g | a4 a a8 d, e fis | s1*2 | \bar "|." + <a, fis d a>2 <g e>8 d e g | <h g e h>2 <a fis d>8 a, d fis | + <a fis d a>2 <h fis d h> | <h fis d h>4. h8 <a e cis>8 a, cis e | + <a fis d a>2 <h g e>8 h, e g | <g e h>2 <a fis d>8 a, d fis | + <a fis d a>2 <h fis d h> | <a e d>8 h, d e <a e cis a>2 | \bar "||" + <h g d h> <h g e h> | s1\breathe | <h g d h>2 + <h fis d h> | s1\breathe | <h g d h>2 <h g d h>4. e,8 | + s1*2 | s2 d8 a d e | e a e d~ d a d e | \time 2/4 e2 | \bar "||" + } + + klavierLinksOMelodie = \relative fis'' { + s1*3 | <fis fis,>1 | + s1*2 | g8 fis e d e4 d8 d~ | d1^\fermata | \bar "|." + s1*8 | \bar "||" + s1 | a4. g8 <g e>4 <fis d> | s1 | + <e g,>4. <fis a,>8 <fis a,>2 | s1 | + a4 cis <cis e> <h d>~ | <h d>2 <g h>4. a8~ | + a2 s | s1 | \time 2/4 s2 | \bar "||" + } + + klavierLinksUMelodie = \relative fis'' { + s1*3 | <fis fis,>8 e d cis d cis h a | + s1*2 | h2 a4 g | fis e fis2_\fermata | \bar "|." + s1*8 | \bar "||" + s1 | e2 a, | s1 | + d4 cis d2 | s1 | + e2 fis~ | fis d4. e8~ | + e2 s | s1 | \time 2/4 s2 | \bar "||" + } + + klavierRechtsMelodie = \relative h' { + <h g e>2~ <h g e d> | s1 | \clef "bass" <d, e,>2 <e a,> | <d d,> a4 d | \clef "G" + s1*2 | \clef "bass" <d e,>2 <cis a> | s1 | \bar "|." + d, | d | d2 h | g a | + d1 | d | d2 g, | a1 | \bar "||" + g4 fis' e d | cis8 a h cis d2\breathe | g,1 | + a2 d\breathe | g,4 fis' e d | + cis8 a h cis h2~ | h e4. a,8~ | + a2 s2 | s1 | \time 2/4 s2 | \bar "||" + } + + klavierRechtsOMelodie = \relative a' { + s1 | a2 <a d,> | \clef "bass" s1*2 | \clef "G" + r8 fis e d cis2 | r8 e d cis d2 | \clef "bass" s1 | a^\fermata | \bar "|." + s1*8 | \bar "||" + s1*5 | + s1*2 | s2 d | cis h | \time 2/4 cis | \bar "||" + } + + klavierRechtsUMelodie = \relative e' { + s1 | <e cis>8 a, h cis h2 | \clef "bass" s1*2 | \clef "G" + g'1 | fis2 h, | \clef "bass" s1 | d,_\fermata | \bar "|." + s1*8 | \bar "||" + s1*5 | + s1*2 | s2 d | d1~ | \time 2/4 d2 | \bar "||" + } + + begleitAkkorde = \chordmode { + \set majorSevenSymbol = \markup { 7 } + e1:min7 | a2 h:min7 | e:min7 a:maj7 | d1 | + g2 a:maj7 | d h:min7 | e:min7 a4 g | d1 | + d2 e1:min d h2:min | g:maj7 a | + d e1:min d g2:maj7 | a:sus4 a | + g e:min | a d | g + g:maj7 | a4:sus4 a:maj7 d2 | g e:min | + cis a4 h2. e4.:min7 a8~ | a2 d | a g | a | + }
\ No newline at end of file diff --git a/Meine_Kraft_ist_in_den_Schwachen_maechtig_/texte.ly b/Meine_Kraft_ist_in_den_Schwachen_maechtig_/texte.ly new file mode 100644 index 0000000..49e34a2 --- /dev/null +++ b/Meine_Kraft_ist_in_den_Schwachen_maechtig_/texte.ly @@ -0,0 +1,41 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Manch -- mal reicht ein Hauch. Kaum spür -- bar fängt es an: + Aus A -- tem wird ein Lied, das in uns sin -- gen kann. + An -- ders als ge -- dacht; laut ge -- schieht das nicht. + \set stanza = "1.-3." + Denn es gilt, was Je -- sus ver -- spricht: + } + textII = \lyricmode { + \set stanza = "2." + Manch -- mal wächst ein Wort aus Zwei -- fel und aus Mut. + Dann wei -- tet sich der Blick und sie -- he: Es ist gut. + An -- ders als ge -- dacht; schnell ge -- schieht das nicht. + } + textIII = \lyricmode { + \set stanza = "3." + Manch -- mal glückt ein Sprung. Ver -- trau -- en macht uns frei. + Der Kum -- mer bleibt zu -- rück. Was jetzt be -- ginnt, ist neu. + An -- ders als ge -- dacht; leicht ge -- schieht das nicht. + } + + textPauseFrauen = { + \repeat unfold 41 { \skip 1 } + } + + textPauseMaenner = { + \repeat unfold 18 { \skip 1 } + } + + textRefrain = \lyricmode { + „Mei -- ne Kraft ist in den Schwa -- chen mäch -- tig, + mei -- ne Gna -- de wird um euch sein. + Mei -- ne Kraft ist in den Schwa -- chen mäch -- tig.“ + Die mäch -- ti -- ge Angst wird klein. + } diff --git a/Meine_Seele_ist_stille_in_dir/Meine_Seele_ist_stille_in_dir.ly b/Meine_Seele_ist_stille_in_dir/Meine_Seele_ist_stille_in_dir.ly new file mode 100644 index 0000000..cafb08f --- /dev/null +++ b/Meine_Seele_ist_stille_in_dir/Meine_Seele_ist_stille_in_dir.ly @@ -0,0 +1,38 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" + title = "Meine Seele ist stille in dir" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new ChordNames { \global \harmonien } + \new Staff { + << + \new Voice = sopran { \voiceOne \global \sopranMelodie } + \new Voice = alt { \voiceTwo \global \altMelodie } + >> + } + \new Lyrics \lyricsto alt { \textI } + \new Lyrics \lyricsto alt { \textII } + \new Lyrics \lyricsto alt { \textIII } + \new Lyrics \lyricsto alt { \textIV } + \new Staff << + \new Voice = tenor { \voiceOne \clef "bass" \global \tenorMelodie } + \new Voice = bass { \voiceTwo \clef "bass" \global \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Meine_Seele_ist_stille_in_dir/stimmen.ly b/Meine_Seele_ist_stille_in_dir/stimmen.ly new file mode 100644 index 0000000..dc8a127 --- /dev/null +++ b/Meine_Seele_ist_stille_in_dir/stimmen.ly @@ -0,0 +1,43 @@ +%some settings% vim: ai sw=2 lbr nu et + + global = { + \key d \major + \time 4/4 + \autoBeamOff + \slurSolid + \tieSolid + \partial 2 + } + + harmonien = { \set majorSevenSymbol = \markup { 7 } + \chordmode { + s2 | d2. fis4 | e2:m7 a4 a:7 | d1.. e4:m7 | d1 | + g4 d e:m7 d | d2 cis4 h | a2 fis4:m a:7 | fis2 d4 a | g1 | + fis2 gis4 ais | h2.:m fis4:m | g1 | a2. fis4 | e2:m7 a4 a:7 | d1 | \bar "|." + } + } + + sopranMelodie = \relative d' { + d4^\pp e | fis2 fis4 a | g2 fis4 e | d1~ | d2\breathe fis4 g | a2 a4 a | + h a g fis | e1~ | e2\breathe fis4 g | a a fis a | h2 g4 h | + cis cis h cis | d2. cis4 | h2\breathe a4 g | fis2 fis4 a | g2 fis4 e | d1 | \bar "|." + } + + altMelodie = \relative d' { + d4 d | d2 d4 d | d2 cis4 cis | a1~ | a2 d4 d | d2 d4 d | + d d d d | h2.( d4 | cis2) cis4 cis | e e d e | d2 g4 d | + fis fis fis fis | fis2. fis4 | g2 d4 d | d2 d4 d | d2 cis4 cis | a1 | \bar "|." + } + + tenorMelodie = \relative fis { + fis4 g | a2 a4 a | h2 a4 g | fis1~ | fis2\breathe a4 a | a2 a4 a | + g a h a | gis1( | a2)\breathe a4 a | a a d cis | h2 d4 h | + ais4 ais cis e | d2. d4 | d2\breathe h4 h | a2 a4 a | h2 a4 g | fis1 | \bar "|." + } + + bassMelodie = \relative d { + d4_\pp d | d2 d4 fis | e2 a,4 a | d1~ | d2 d4 e | fis2 fis4 fis | + g fis e d | d2( cis4 h | a2) a'4 a | fis fis d d | g2 h4 g | + fis fis gis ais | h2. a4 | g2 g4 g | a2 a4 fis | e2 a,4 a | d1 | \bar "|." + } + diff --git a/Meine_Seele_ist_stille_in_dir/texte.ly b/Meine_Seele_ist_stille_in_dir/texte.ly new file mode 100644 index 0000000..2bdb636 --- /dev/null +++ b/Meine_Seele_ist_stille_in_dir/texte.ly @@ -0,0 +1,36 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyrics { + \set stanza = "1.-4." + Mei -- ne See -- le ist stil -- le in dir, + \set stanza = "1." + denn ich weiß: Mich hält dei -- ne star -- ke Hand. + Auch im dunk -- len Tal der Angst bist du da und schenkst Ge -- bor -- gen -- heit. + \set stanza = "1.-4." + Mei -- ne See -- le ist stil -- le in dir, + } + + textII = \lyrics { + \repeat unfold 9 { \skip 1 } + \set stanza = "2." + du al -- lein bist der Gott, der ger -- ne hilft. + Wer da bit -- tet, der em -- pfängt aus dem Reich -- tum dei -- ner Herr -- lich -- keit. + } + + textIII = \lyrics { + \repeat unfold 9 { \skip 1 } + \set stanza = "3." + denn ich weiß: Du führst si -- cher an das Ziel. + Du kennst mei -- nen nächs -- ten Schritt und du weißt um die Ge -- fahr der Nacht. + } + + textIV = \lyrics { + \repeat unfold 9 { \skip 1 } + \set stanza = "4." + denn ich weiß: Du bist da und rich -- test auf, + wie der Re -- gen dür -- res Land neu be -- lebt und zum Er -- blü -- hen bringt. + } diff --git a/Meine_Zeit/Meine_Zeit.ly b/Meine_Zeit/Meine_Zeit.ly new file mode 100644 index 0000000..af87f4e --- /dev/null +++ b/Meine_Zeit/Meine_Zeit.ly @@ -0,0 +1,38 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = "frauen" { \global \pausen } + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + } + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Staff = "maenner" << + \new Voice = "maenner" { \global \pausen } + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "bass" \textII + >> + \layout { + indent = #0 + } +} diff --git a/Meine_Zeit/stimmen.ly b/Meine_Zeit/stimmen.ly new file mode 100644 index 0000000..fff2f59 --- /dev/null +++ b/Meine_Zeit/stimmen.ly @@ -0,0 +1,45 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key a \minor + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + pausen = \relative c' { + s1*15 | s2. r4 | \bar "|." + } + + sopranMelodie = \relative e' { + e2. e4 | e( d8[ c]~ c2) | g'4 g g a | e( d8) c~ c2 | f g4 a | g f e2 | f4 e d c | h1 | + e2. e4 | e d8 c~ c2 | g'4 g g a | e( d8) c~ c2 | f g4 a | g4 f8 e~ e2 | f4 f e d | c2. s4 | \bar "|." + e2 e | a a4 a | g d e f | e1 | f4 f f f | g g g d | e1~ | e | + e2 e | a a | h4 h a h | c1 | c4 c c c | h h a a | g1~ g | \bar "||" + } + + altMelodie = \relative c' { + c2. c4 | c( h8[ a]~ a2) | h4 h e e | e( d8) c~ c2 | c c4 c | c c c2 | a4 a a a | h1 | + c2. c4 | c h8 a~ a2 | h4 h e e | e( d8) c~ c2 | c c4 c | c4 c8 c~ c2 | c4 c c h | c2. s4 | \bar "|." + c2 c | f f4 f | d d h h | c1 | a4 a c c | h c d d | d1( | c) | + c2 c | f f | e4 e fis gis | a1 | fis4 fis fis fis | g g fis fis | d2( e | f1) | \bar "||" + } + + tenorMelodie = \relative g { + g2. g4 | a1 | h4 h h h | c( h8) a~ a2 | a g4 f | e g a2 | d,4 e f f | g1 | + g2 g4 g | a a8 a~ a2 | h4 h h h | c( h8) a~ a2 | a g4 f | e4 g8 a~ a2 | a4 a g f | e2. s4 | \bar "|." + a2 a | c c4 c | h h g g | g1 | f4 f a a | g g g g | g1~ | g | + a2 a | c c | d4 d d d | e1 | d4 d d d | d d c c | h2( c | d1) | \bar "||" + } + + bassMelodie = \relative c { + c2. h4 | a1 | e'4 e e e | a,4. a8~ a2 | f' e4 f | c c a2 | d4 d d d | g,1 | + c2 c4 h | a a8 a~ a2 | e'4 e e e | a,4. a8~ a2 | f' e4 f | c4 c8 a~ a2 | d4 d g, g | c2. s4 | \bar "|." + a'2 a4( g) | f2 f4 f | g g g g | c,1 | d4 d d d | g, a h h | c1~ | c | + a'2 a4( g) | f2 f | e4 e e e | a1 | d,4 d d d | d d d d | g1~ | g | \bar "||" + } + diff --git a/Meine_Zeit/texte.ly b/Meine_Zeit/texte.ly new file mode 100644 index 0000000..02a9bfc --- /dev/null +++ b/Meine_Zeit/texte.ly @@ -0,0 +1,24 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ Mei -- ne Zeit steht in dei -- nen Hän -- den.
+ Nun kann ich ru -- hig sein, ru -- hig sein in dir.
+ Du gibst Ge -- bor -- gen -- heit, du kannst al -- les wen -- den.
+ Gib mir ein fes -- tes Herz, mach es fest in dir.
+ \set stanza = "1."
+ Sor -- gen quä -- len und wer -- den mir zu groß.
+ Mut -- los frag ich: Was wir mor -- gen sein?
+ Doch du liebst mich, du lässt mich nicht los. Va -- _ ter, _ du wirst bei mir sein.
+ }
+ textII = \lyricmode {
+ \repeat unfold 43 { \skip 1 }
+ \set stanza = "2."
+ Es gibt Ta -- ge, die blei -- ben oh -- ne Sinn,
+ Hilf -- los seh ich, wie die Zeit ver -- rinnt.
+ Stun -- den, Ta -- ge, Jah -- re ge -- hen hin
+ und ich frag, wo sie ge -- blie -- ben sind.
+ }
diff --git a/Messe_2012/Messe_2012.ly b/Messe_2012/Messe_2012.ly new file mode 100644 index 0000000..cc8ef15 --- /dev/null +++ b/Messe_2012/Messe_2012.ly @@ -0,0 +1,212 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\book { + +\paper { + top-margin = 5 + print-all-headers = ##t +} +\header { + title = "Messe 2012" + composer = "Michael Schütz" + tagline = ##f +} + +\score { % Kyrie % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + \label #'Kyrie + \set Staff.instrumentName = #"S" + \new Voice = sopran { \globalKyrie \sopranMelodieKyrie } + } + \new Lyrics \lyricsto sopran { \sopranTextKyrie } + \new Staff { + \set Staff.instrumentName = #"A" + \new Voice = alt { \globalKyrie \altMelodieKyrie } + } + \new Lyrics \lyricsto alt{ \altTextKyrie } + \new Staff { + \set Staff.instrumentName = #"T" + \new Voice = tenor { \globalKyrie \tenorMelodieKyrie } + } + \new Lyrics \lyricsto tenor { \tenorTextKyrie } + \new Staff { + \set Staff.instrumentName = #"B" + \new Voice = bass { \globalKyrie \bassMelodieKyrie } + } + \new Lyrics \lyricsto bass { \bassTextKyrie } + >> + \layout { + indent = #0 + } + \header { + title = "Kyrie" + composer = ##f + } +} % }}} + +\score { % Gloria % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'Gloria + \set Staff.instrumentName = #"S+A" + \new Voice = pFrauen { \globalGloria \pausenFrauenGloria } + \new Voice = sopran { \globalGloria \voiceOne \sopranMelodieGloria } + \new Voice = alt { \globalGloria \voiceTwo \altMelodieGloria } + >> + \new Lyrics \lyricsto sopran { \textGloria } + \new Staff << + \set Staff.instrumentName = #"T+B" + \new Voice = pMaenner { \globalGloria \pausenMaennerGloria } + \new Voice = tenor { \globalGloria \voiceOne \clef "bass" \tenorMelodieGloria } + \new Voice = bass { \globalGloria \voiceTwo \clef "bass" \bassMelodieGloria } + >> + >> + \layout { + indent = #0 + } + \header { + title = "Gloria" + composer = ##f + } +} % }}} + +\score { % Credo % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + \label #'Credo + \set Staff.instrumentName = #"S" + \new Voice = sopran { \globalCredo \sopranMelodieCredo } + } + \new Lyrics \lyricsto sopran { \sopranTextCredo } + \new Staff { + \set Staff.instrumentName = #"A" + \new Voice = alt { \globalCredo \altMelodieCredo } + } + \new Lyrics \lyricsto alt{ \altTextCredo } + \new Staff { + \set Staff.instrumentName = #"T" + \new Voice = tenor { \globalCredo \tenorMelodieCredo } + } + \new Lyrics \lyricsto tenor { \tenorTextCredo } + \new Staff { + \set Staff.instrumentName = #"B" + \new Voice = bass { \globalCredo \bassMelodieCredo } + } + \new Lyrics \lyricsto bass { \bassTextCredo } + >> + \layout { + indent = #0 + } + \header { + title = "Credo" + composer = ##f + } +} % }}} + +\score { % Sanctus % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \label #'Sanctus + \set Staff.instrumentName = #"S+A" + \new Voice = pFrauen { \globalSanctus \pausenFrauenSanctus } + \new Voice = sopran { \globalSanctus \voiceOne \sopranMelodieSanctus } + \new Voice = alt { \globalSanctus \voiceTwo \altMelodieSanctus } + >> + \new Lyrics \lyricsto sopran { \textSanctus } + \new Staff << + \set Staff.instrumentName = #"T+B" + \new Voice = pMaenner { \globalSanctus \pausenMaennerSanctus } + \new Voice = tenor { \globalSanctus \voiceOne \clef "bass" \tenorMelodieSanctus } + \new Voice = bass { \globalSanctus \voiceTwo \clef "bass" \bassMelodieSanctus } + >> + >> + \layout { + indent = #0 + } + \header { + title = "Sanctus" + composer = ##f + } +} % }}} + +\score { % Agnus Dei % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Lyrics = "textSopranAgnus" { } + \new Staff << + \label #'Agnus + \set Staff.instrumentName = #"S+A" + \new Voice = pFrauen { \globalAgnus \pausenFrauenAgnus } + \new Voice = sopran { \globalAgnus \voiceOne \sopranMelodieAgnus } + \new Voice = alt { \globalAgnus \voiceTwo \altMelodieAgnus } + >> + \new Lyrics = "textAltAgnus" { } + \new Lyrics = "textTenorAgnus" { } + \new Staff << + \set Staff.instrumentName = #"T+B" + \new Voice = pMaenner { \globalAgnus \pausenMaennerAgnus } + \new Voice = tenor { \globalAgnus \voiceOne \clef "bass" \tenorMelodieAgnus } + \new Voice = bass { \globalAgnus \voiceTwo \clef "bass" \bassMelodieAgnus } + >> + \new Lyrics = "textBassAgnus" { } + \context Lyrics = "textSopranAgnus" \lyricsto "sopran" \textSopranAgnus + \context Lyrics = "textAltAgnus" \lyricsto "alt" \textAltAgnus + \context Lyrics = "textTenorAgnus" \lyricsto "tenor" \textTenorAgnus + \context Lyrics = "textBassAgnus" \lyricsto "bass" \textBassAgnus + >> + \layout { + indent = #0 + } + \header { + title = "Agnus Dei" + composer = ##f + } +} % }}} + +\markup { Kyrie: Seite \page-ref #'Kyrie "0" "?" } +\markup { Gloria: Seite \page-ref #'Gloria "0" "?" } +\markup { Credo: Seite \page-ref #'Credo "00" "?" } +\markup { Sanctus: Seite \page-ref #'Sanctus "00" "?" } +\markup { Agnus Dei: Seite \page-ref #'Agnus "00" "?" } + +} + +%{\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = frauen { \generalPausenFrauen \bar "|." } + \new Voice = sopran { \global \voiceOne \sopranMelodie \bar "|." } + \new Voice = alt { \global \voiceTwo \altMelodie \bar "|." } + >> + } + \new Lyrics \lyricsto sopran { \sopranText } + \new Lyrics \lyricsto alt{ \altText } + \new Staff { + << + \new Voice = maenner { \generalPausenMaenner \bar "|." } + \new Voice = tenor { \global \voiceOne \tenorMelodie \bar "|." } + \new Voice = bass { \global \voiceTwo \bassMelodie \bar "|." } + >> + } + \new Lyrics \lyricsto tenor { \tenorText } + \new Lyrics \lyricsto bass { \bassText } + >> + \layout { + indent = #0 + } +} +%} diff --git a/Messe_2012/stimmen.ly b/Messe_2012/stimmen.ly new file mode 100644 index 0000000..33fb89e --- /dev/null +++ b/Messe_2012/stimmen.ly @@ -0,0 +1,1575 @@ +\version "2.12" + +% Kyrie % {{{ +globalKyrie = { + \time 4/4 + \key b \major + \autoBeamOff +} + +sopranMelodieKyrie = \relative b' { + R1*32 | + b4^\mp c d b | + a2 a | + g4 a b g | + f2 f | + es4 f g es | + d2 g | + b a4( g) | + a1 | + b4^\mf c d b | + a2 a | % Seite 14 + g4 a b g | + f2 f | + es4 f g es | + d2 g | + g2.^\> fis4 | g2. r4^\! | + R1*3 | + g4(^\mf a) b g | + a2 b4 c | + d1~ | + d | + d2. r4 | % Seite 15 + R1*9 | + b4^\mf c d b | + a2 a | + g4 a b g | + f2 f | + es4 f g es | + d2 g | + b a4( g) | + a1 | + b4^\f c d b | + a2 a | % Seite 16 + g4 a b g | + f2 f | + es4 f g es | + d2 g | + g1~ | + g2^\> fis | + g2. r4^\! | + R1*7 | \bar "|." % Seite 17 +} + +altMelodieKyrie = \relative g' { + R1*32 | + g4^\mp g g g | + d2 d | + es4 es es es | + c2 c | + c4 c c c | + a( b) c d | + es1~ | + es2 d | + g4^\mf g g g | + d2 d | % Seite 14 + es4 es es es | + c2 c | + c4 c c c | + a( b) c d | + es(^\> d c2) | + b2. r4^\! | \bar "||" + d(^\mf es) f d | + c2 c | + es4( f) g es | + d2 d | + f es4 es | + d2( g~ | + g fis) | + g2. r4 | % Seite 15 + R1*9 | + g4^\mf g g g | + d2 d | + es4 es es es | + c2 c | + c4 c c c | + a( b) c d | + es1~ | + es2 d | + g4^\f g g g | + d2 d | % Seite 16 + es4 es es es | + c2 c | + c4 c c c | + a( b) c d | + es( d c2~ | + c1)^\> | + b2. r4^\! | + R1*7 | \bar "|." % Seite 17 +} + +tenorMelodieKyrie = \relative d' { + \clef "G_8" + R1*32 | + d4^\mp d d d | + d2 d | + b4 b b b | + b2 b | + g4 g g g | + g2 g | + c c | + c1 | + d4^\mf d d d | + d2 d | % Seite 14 + b4 b b b | + b2 b | + g4 g g g | + g2 g | + g2.^\> a4 | + g2. r4^\! | \bar "||" + R1 | a4(^\mf b) c a | + g2 g | + b4( c) d b | + a2 g4 a | + a( g8[ a] b2 | + a1) | + h2. r4 | % Seite 15 + R1*9 | + d4^\mf d d d | + d2 d | + b4 b b b | + b2 b | + g4 g g g | + g2 g | + c c | + c1 | + d4^\f d d d | + d2 d | % Seite 16 + b4 b b b | + b2 b | + g4 g g g | + g2 g | + g1 | + a^\> | + g2. r4^\! | + R1*7 | \bar "|." % Seite 17 +} + +bassMelodieKyrie = \relative g { + \clef "bass" + R1*32 | + g4^\mp a b g | + f2 f | + es4 f g es | + d2 d | + c4 d es c | + b2 b | + a g' | + fis1 | + g4^\mf a b g | + f2 f | % Seite 14 + es4 f g es | + d2 d | c4 d es c | + b2 b | + a^\> d | + g,2. r4^\! | \bar "||" + R1*2 | + c4(^\mf d) es c | + g2 g | + d' c4 c | + b2.( c4 | + d1) | + g,2. r4 | % Seite 15 + R1*9 | + g'4^\mf a b g | + f2 f | + es4 f g es | + d2 d | + c4 d es c | + b2 b | + a g' | + fis1 | + g4^\f a b g | + f2 f | % Seite 16 + es4 f g es | + d2 d | + c4 d es c | + b2 b | + a1 | + d^\> | + g,2. r4^\! | + R1*7 | \bar "|." % Seite 17 +} +% }}} + +% Gloria % {{{ + +ndaG = { + c4 c d d | + c2 s4 a | + b a g a | + g2 f4 c' | + c c d d | + c2 s4 a | + b a g a | + g2 f4 g | + g g a a | + g2 s4 g | + a c c h | + c2 s4 c | + d c b a | + b2 s4 a | + g a g g | + f2 s | +} + +globalGloria = { + \time 4/4 + \key b \major + \autoBeamOff +} + +pausenFrauenGloria = { + R1*6 | + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + R1*8 | \bar "||" + s2. r4 | + s2. r4 | % Seite 18 + R1*5 | + r2. s4 | + s1 | + s2 r4 s | + s1*3 | + s2 r4 s | + s1*3 | + s2 r4 s | + s1 | + s2 r4 s | + s1 | + s2 r4 s | + s1 | + s2 r | + R1*4 | % Seite 19 + s2. r4 | + s2. r4 | + R1*5 + r2. s4 | \bar "||" + s1 | + s2 r4 s | + s1*3 | + s2 r4 s | + s1*3 | + s2 r4 s | + s1 | + s2 r4 s | + s1 | + s2 r4 s | + s1 | + s2 r | + R1*4 | % Seite 20 + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + R1*40 | + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + s2. r4 | + s2. r4 | + R1*5 | % Seite 21 + r2. s4 | + s1 | + s2 r4 s | + s1*3 | + s2 r4 s | + s1*3 | + s2 r4 s | + s1 | + s2 r4 s | + s1 | + s2 r4 s | + s1 | + s2 r | + R1*4 | % Seite 22 + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + s1*3 | \bar "|." +} + +pausenMaennerGloria = { + R1*6 | + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + R1*8 | \bar "||" + s2. r4 | + s2. r4 | % Seite 18 + R1*5 | + r2. s4 | + s1 | + s2 r4 s | + s1*3 | + s2 r4 s | + s1*3 | + s2 r4 s | + s1 | + s2 r4 s | + s1 | + s2 r4 s | + s1 | + s2 r | + R1*4 | % Seite 19 + s2. r4 | + s2. r4 | + R1*5 + r2. s4 | \bar "||" + s1 | + s2 r4 s | + s1*3 | + s2 r4 s | + s1*3 | + s2 r4 s | + s1 | + s2 r4 s | + s1 | + s2 r4 s | + s1 | + s2 r | + R1*4 | % Seite 20 + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + R1*40 | + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + s2. r4 | + s2. r4 | + R1*5 | % Seite 21 + r2. s4 | + s1 | + s2 r4 s | + s1*3 | + s2 r4 s | + s1*3 | + s2 r4 s | + s1 | + s2 r4 s | + s1 | + s2 r4 s | + s1 | + s2 r | + R1*4 | % Seite 22 + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + s2. r4 | + s2. r4 | + s1 | + s2. r4 | + s1*3 | \bar "|." +} + +sopranMelodieGloria = \relative d'' { + s1*6 | + d8^\f c d es4. s4 | + c8 b c d4. s4 | + g,8 a b b4 c8 d d~ | + d4. c s4 | + d8 c d es4. s4 | + c8 b c d4. s4 | + g,8 a b b4 c8 d d~ | + d4. c s4 | + s1*8 | \bar "||" + d8^\f c d es4. s4 | + c8 b c d4. s4 | % Seite 18 + s1*5 | + s2. c4^\f | + \ndaG + s1*4 | % Seite 19 + d'8 c d es4. s4 | + c8 b c d4. s4 | + s1*5 | + s2. c4^\f | \bar "||" + \ndaG + s1*4 | % Seite 20 + d'8^\f c d es4. s4 | + c8 b c d4. s4 | + g,8 a b b4 c8 d d~ | + d4. c s4 | + d8 c d es4. s4 | + c8 b c d4. s4 | + g,8 a b b4 c8 d d~ | + d4. c s4 | + s1*40 | + d8^\f c d es4. s4 | + c8 b c d4. s4 | + g,8 a b b4 c8 d d~ | + d4. c s4 | + d8 c d es4. s4 | + c8 b c d4. s4 | + s1*5 | % Seite 21 + s2. c4^\f | + \ndaG + s1*4 | % Seite 22 + d'8^\f c d es4. s4 | + c8 b c d4. s4 | + g,8 a b b4 c8 d d~ | + d4. c s4 | + d8 c d es4. s4 | + c8 b c d4. s4 | + g,8 a b b4 c8 d d~ | + d4. c s4 | + d8 c d es4. s4 | + c8 b c d4. s4 | + g,8 a b b4 c8 d d~ | + d4. c s4 | + d8 c d es4. s4 | + c8 b c d4. s4 | + g,8 a b b4 c8 d d~ | + d4. c s4 | + es1~^\ff | + es | + d | \bar "|." % Seite 23 +} + +altMelodieGloria = \relative b' { + s1*6 | + b8 b b b4. s4 | + a8 g a b4. s4 | + es,8 f f g4 a8 b b~ | + b4. a s4 | + b8 b b b4. s4 | + a8 g a b4. s4 | + es,8 f f g4 a8 b b~ | + b4. a s4 | + s1*8 | \bar "||" + b8 b b b4. s4 | + a8 g a b4. s4 | % Seite 18 + s1*5 | + s2. c4 | + \ndaG + s1*4 | % Seite 19 + b8 b b b4. s4 | + a8 g a b4. s4 | + s1*5 | + s2. c4 | \bar "||" + \ndaG + s1*4 | % Seite 20 + b8 b b b4. s4 | + a8 g a b4. s4 | + es,8 f f g4 a8 b b~ | + b4. a s4 | + b8 b b b4. s4 | + a8 g a b4. s4 | + es,8 f f g4 a8 b b~ | + b4. a s4 | + s1*40 | + b8 b b b4. s4 | + a8 g a b4. s4 | + es,8 f f g4 a8 b b~ | + b4. a s4 | + b8 b b b4. s4 | + a8 g a b4. s4 | + s1*5 | % Seite 21 + s2. c4 | + \ndaG + s1*4 | % Seite 22 + b8 b b b4. s4 | + a8 g a b4. s4 | + es,8 f f g4 a8 b b~ | + b4. a s4 | + b8 b b b4. s4 | + a8 g a b4. s4 | + es,8 f f g4 a8 b b~ | + b4. a s4 | + b8 b b b4. s4 | + a8 g a b4. s4 | + es,8 f f g4 a8 b b~ | + b4. a s4 | + b8 b b b4. s4 | + a8 g a b4. s4 | + es,8 f f g4 a8 b b~ | + b4. a s4 | + b1~ | + b | + b | \bar "|." % Seite 23 +} + +tenorMelodieGloria = \relative f' { + s1*6 | + f8 es f g4. s4 | + f8 f f f4. s4 | + b,8 c d es4 f8 g f~ | + f4. f s4 | + f8 es f g4. s4 | + f8 f f f4. s4 | + b,8 c d es4 f8 g f~ | + f4. f s4 | + s1*8 | \bar "||" + f8 es f g4. s4 | + f8 f f f4. s4 | % Seite 18 + s1*5 | + s2. c4 | + \ndaG + s1*4 | % Seite 19 + f'8 es f g4. s4 | + f8 f f f4. s4 | + s1*5 | + s2. c4 | \bar "||" + \ndaG + s1*4 | % Seite 20 + f'8 es f g4. s4 | + f8 f f f4. s4 | + b,8 c d es4 f8 g f~ | + f4. f s4 | + f8 es f g4. s4 | + f8 f f f4. s4 | + b,8 c d es4 f8 g f~ | + f4. f s4 | + s1*40 | + f8 es f g4. s4 | + f8 f f f4. s4 | + b,8 c d es4 f8 g f~ | + f4. f s4 | + f8 es f g4. s4 | + f8 f f f4. s4 | + s1*5 | % Seite 21 + s2. c4 | + \ndaG + s1*4 | % Seite 22 + f'8 es f g4. s4 | + f8 f f f4. s4 | + b,8 c d es4 f8 g f~ | + f4. f s4 | + f8 es f g4. s4 | + f8 f f f4. s4 | + b,8 c d es4 f8 g f~ | + f4. f s4 | + f8 es f g4. s4 | + f8 f f f4. s4 | + b,8 c d es4 f8 g f~ | + f4. f s4 | + f8 es f g4. s4 | + f8 f f f4. s4 | + b,8 c d es4 f8 g f~ | + f4. f s4 | + g1~ | + g | + f | \bar "|." % Seite 23 +} + +bassMelodieGloria = \relative b { + s1*6 | + b8 b b b4. s4 | + b8 b b b4. s4 | + es,8 es d c4 d8 es f~ | + f4. f s4 | + b8 b b b4. s4 | + b8 b b b4. s4 | + es,8 es d c4 d8 es f~ | + f4. f s4 | + s1*8 | \bar "||" + b8 b b b4. s4 | + b8 b b b4. s4 | % Seite 18 + s1*5 | + s2. c4 | + \ndaG + s1*4 | % Seite 19 + b8 b b b4. s4 | + b8 b b b4. s4 | + s1*5 | + s2. c4 | \bar "||" + \ndaG + s1*4 | % Seite 20 + b8 b b b4. s4 | + b8 b b b4. s4 | + es,8 es d c4 d8 es f~ | + f4. f s4 | + b8 b b b4. s4 | + b8 b b b4. s4 | + es,8 es d c4 d8 es f~ | + f4. f s4 | + s1*40 | + b8 b b b4. s4 | + b8 b b b4. s4 | + es,8 es d c4 d8 es f~ | + f4. f s4 | + b8 b b b4. s4 | + b8 b b b4. s4 | + s1*5 | % Seite 21 + s2. c4 | + \ndaG + s1*4 | % Seite 22 + b8 b b b4. s4 | + b8 b b b4. s4 | + es,8 es d c4 d8 es f~ | + f4. f s4 | + b8 b b b4. s4 | + b8 b b b4. s4 | + es,8 es d c4 d8 es f~ | + f4. f s4 | + b8 b b b4. s4 | + b8 b b b4. s4 | + es,8 es d c4 d8 es f~ | + f4. f s4 | + b8 b b b4. s4 | + b8 b b b4. s4 | + es,8 es d c4 d8 es f~ | + f4. f s4 | + b1~ | + b | + b | \bar "|." % Seite 23 +} +% }}} + +% Credo % {{{ +globalCredo = { + \time 4/4 + \key f \major + \autoBeamOff +} + +sopranMelodieCredo = \relative d' { + R1*7 | + r2. d4^\f | + a'2 g4 h | + a2 r4 d, | + a' f g h | + a8 g a4 r4 d, | + a'8[( g a h]) a4 a | + d4 a f g | + e1 | + d | + r2. g8^\mf a | + b4 b2 a8 g | + a4 a2 g8 f | + g f e d e4 e8 f | + e2 r4 g8 a | + b4 b2 a8 g | + a4 a2 g8 f | + g f e d e4 f8 e | + d2 r4 g8[( a]) | % Seite 24 + b4 b2 a8[( g]) | + a4 a2 g8 f | + g[( f] e[ d] e4) e8 f | + e2 r4 g8[( a]) | + b4 b2 a8[( g]) | + a4 a2 g8 f | + g[( f]) e d e4( f8[ e]) | + d2 r | \bar "||" + R1*18 | + r4. g8^\ff g4 g | + r4. g8 g4 g | + r4. g8 g4 g | + r4. g8 g4 g | + r4. g8 g4 g | + r8 g r g g4 g | % Seite 25 + d'8 c h c4 g8 es c | + d4 d d d | + R1*3 | \bar "||" \key b \major + R1*2 | \bar "||" \key es \major + R1*2 | \bar "||" \key as \major + R1*4 | + c'8[(^\f b]) c des4 des4. | + b8[( as]) b c4 c8 r4 | + f,8 g as as4( b8) c c~ | + c4. b r4 | + c8 b c des4 des4. | + b8 as b c4 c8 r4 | + f,8[( g]) as as4 b8 c c~ | + c4. b r4 | % Seite 26 + R1*8 | \bar "||" \key f \major + R1*3 | + r2. d,4^\f | + a'8 g f a g[( a]) h g | + a2 r4 d, | + a' g8 f g4 a8 h | + a4 a r a | + d( c) a f | + g8 f g r r2 | + r4. c8 c[( h]) a f | + g4 g r2 | + r4 h8 h h[( a]) g e | + f4 f r2 | + r4 a8 a a[( g]) f d | + e4 e r2 | + R1 | + d~^\p | + d^\> | + d8 r2..^\! | \bar "|." % Seite 27 +} + +altMelodieCredo = \relative d' { + R1*7 | + r2. d4^\f | + a'2 g4 h | + a2 r4 d, | + a' f g h | + a8 g a4 r4 d, | + a'8[( g a h]) a4 a | + d4 a f g | + e1 | + d | + R1*5 | + r4 g8 f e4 e | + r f8 e d4 d | + r e8 d cis4 h8 cis | + a2 r | % Seite 24 + R1*4 | + r4 g'8[( f]) e4 e | + r f8 e d4 d | + r e8[( d]) cis4( h8[ cis]) | + a2 r | \bar "||" + R1*18 | + r4. g'8 g4 g | + r4. g8 g4 g | + r4. g8 g4 g | + r4. g8 g4 g | + r4. g8 g4 g | + r8 g r g g4 g | % Seite 25 + d'8 c h c4 g8 es c | + d4 d d d8 d | + g,4 g g g | + R1*2 | \bar "||" \key b \major + R1*2 | \bar "||" \key es \major + R1*2 | \bar "||" \key as \major + R1*4 | + as'4 as8 as4 as4. | + g8[( f]) g as4 as8 r4 | + des,8 des es f4( g8) as as~ | + as4. g r4 | + as8 as as as4 as4. | + g8 f g as4 as8 r4 | + des,4 es8 f4 g8 as as~ | + as4. g r4 | % Seite 26 + R1*8 | \bar "||" \key f \major + R1*3 | + r2. d4 | + a'8 g f a g[( a]) h g | + a2 r4 d, | + a' g8 f g4 a8 h | + a4 a r a | + d( c) a f | + g8 f g r r2 | + r4. c8 c[( h]) a f | + g4 g r2 | + r4 h8 h h[( a]) g e | + f4 f r2 | + r4 a8 a a[( g]) f d | + e4 e r2 | + R1 | + d~ | + d | + d8 r2.. | \bar "|." % Seite 27 +} + +tenorMelodieCredo = \relative d { + \clef "G_8" + R1*7 | + r2. d4^\f | + a'2 g4 h | + a2 r4 d, | + a' f g h | + a8 g a4 r4 d, | + a'8[( g a h]) a4 a | + d4 a f g | + e1 | + d | + r2. g8 a | + b4 b2 a8 g | + a4 a2 g8 f | + g f e d e4 e8 f | + e2 r4 b'8 c | + d4 d2 c8 b | + c4 c2 b8 a | + b a g f g4 a8 g | + f2 r4 g8[( a]) | % Seite 24 + b4 b2 a8[( g]) | + a4 a2 g8 f | + g[( f] e[ d] e4) e8 f | + e2 r4 b'8[( c]) | + d4 d2 c8[( b]) | + c4 c2 b8 a | + b[( a]) g f g4( a8[ g]) | + f2 r | \bar "||" + R1*18 | + r4. g8 g4 g | + r4. g8 g4 g | + r4. g8 g4 g | + r4. g8 g4 g | + r4. g8 g4 g | + r8 g r g g4 g | % Seite 25 + d'8 c h c4 g8 es c | + d4 d d d | + R1*3 | \bar "||" \key b \major + R1*2 | \bar "||" \key es \major + R1*2 | \bar "||" \key as \major + R1*4 | + es'8[( des]) es f4 f4. | + es4 es8 es4 es8 r4 | + as,8 b c des4( es8) f es~ | + es4. es r4 | + es8 des es f4 f4. | + es8 es es es4 es8 r4 | + as,8[( b]) c des4 es8 f es~ | + es4. es r4 | % Seite 26 + R1*8 | \bar "||" \key f \major + R1*3 | + r2. d,4 | + a'8 g f a g[( a]) h g | + a2 r4 d, | + a' g8 f g4 a8 h | + a4 a r a | + d( c) a f | + g8 f g r r2 | + r4. c8 c[( h]) a f | + g4 g r2 | + r4 h8 h h[( a]) g e | + f4 f r2 | + r4 a8 a a[( g]) f d | + e4 e r2 | + R1 | + d~ | + d | + d8 r2.. | \bar "|." % Seite 27 +} + +bassMelodieCredo = \relative d { + \clef "bass" + R1*7 | + r2. d4^\f | + a'2 g4 h | + a2 r4 d, | + a' f g h | + a8 g a4 r4 d, | + a'8[( g a h]) a4 a | + d4 a f g | + e1 | + d | + R1*5 | + r4 g8 g c,4 c | + r f8 f b,4 b | + r e8 e a,4 a8 a | + d2 r | % Seite 24 + R1*4 | + r4 g c, c | + r f8 f b,4 b | + r e a,2 | + d r | \bar "||" + R1*18 | + r4. g8 g4 g | + r4. g8 g4 g | + r4. g8 g4 g | + r4. g8 g4 g | + r4. g8 g4 g | + r8 g r g g4 g | % Seite 25 + d'8 c h c4 g8 es c | + d4 d d d8 d | + g,4 g g g | + R1*2 | \bar "||" \key b \major + R1*2 | \bar "||" \key es \major + R1*2 | \bar "||" \key as \major + R1*4 | + as'4 as8 as4 as4. | + as4 as8 as4 as8 r4 | + des,8 des c b4( c8) des es~ | + es4. es r4 | + as8 as as as4 as4. | + as8 as as as4 as8 r4 | + des,4 c8 b4 c8 des es~ | + es4. es r4 | % Seite 26 + R1*8 | \bar "||" \key f \major + R1*3 | + r2. d4 | + a'8 g f a g[( a]) h g | + a2 r4 d, | + a' g8 f g4 a8 h | + a4 a r a | + d( c) a f | + g8 f g r r2 | + r4. c8 c[( h]) a f | + g4 g r2 | + r4 h8 h h[( a]) g e | + f4 f r2 | + r4 a8 a a[( g]) f d | + e4 e r2 | + R1 | + d~ | + d | + d8 r2.. | \bar "|." % Seite 27 +} +% }}} + +% Sanctus % {{{ + +globalSanctus = { + \time 4/4 + \key c \major + \autoBeamOff +} + +pausenFrauenSanctus = { + R1*16 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | + s2. r4 | % Seite 28 + R1*12 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | + s2. r4 | % Seite 29 + R1*2 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | \time 2/4 + s2 | \time 4/4 + s r | + R1 | \bar "||" \key g \major + R1*8 | % Seite 30 + \repeat volta 2 { + r8 s s2 r4 | + r8 s s2 r4 | + r8 s2.. | + } + \alternative { + { s2 r8 s4. | } + { s2 r8 s4. | } + } + s2 r8 s4. | + s1 | + s8 r2.. | \bar "|." % Seite 31 +} + +pausenMaennerSanctus = { + R1*16 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | + s2. r4 | % Seite 28 + R1*12 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | + s2. r4 | % Seite 29 + R1*2 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | \time 2/4 + s2 | \time 4/4 + s r | + R1 | \bar "||" \key g \major + R1*8 | % Seite 30 + \repeat volta 2 { + r8 s s2 r4 | + r8 s s2 r4 | + r8 s2.. | + } + \alternative { + { s2 r8 s4. | } + { s2 r8 s4. | } + } + s2 r8 s4. | + s1 | + s8 r2.. | \bar "|." % Seite 31 +} + +sopranMelodieSanctus = \relative b' { + s1*16 | + b8[^\f c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + b'8 c d c4. a8 g~ | + g2. s4 | + b8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + b'8 c d c4. a8 g~ | + g2. s4 | % Seite 28 + s1*12 | + b8[^\f c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + b'8 c d c4. a8 g~ | + g2. s4 | + b8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + b'8 c d c4. a8 g~ | + g2. s4 | % Seite 29 + s1*2 | + b8 c d c4. a8 g~ | + g2. s4 | + b8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + b'8 c d c4. a8 g~ | + g2. s4 | + b8 c d c4. a8 g~ | \time 2/4 + g2~ | \time 4/4 + g s | + s1 | \bar "||" \key g \major + s1*8 | % Seite 30 + \repeat volta 2 { + s8 g^\f b e, g4 s | + s8 g b e, g4 s | + s8 g b e, g e g a | + } + \alternative { + { d d c h s a4. | } + { d8 d c h s a4.~ | } + } + a2 s8 f^\ff fis g~ | + g1 | + g8 s2.. | \bar "|." % Seite 31 +} + +altMelodieSanctus = \relative b' { + s1*16 | + b8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + f8 f b a4. f8 e~ | + e2. s4 | + b'8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + f8 f b a4. f8 d~ | + d2. s4 | % Seite 28 + s1*12 | + b'8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + f8 f b a4. f8 e~ | + e2. s4 | + b'8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + f8 f b a4. f8 d~ | + d2. s4 | % Seite 29 + s1*2 | + f8 f b a4. f8 e~ | + e2. s4 | + b'8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + f8 f b a4. f8 d~ | + d2. s4 | + f8 f b a4. f8 e~ | \time 2/4 + e2~ | \time 4/4 + e s | + s1 | \bar "||" \key g \major + s1*8 | % Seite 30 + \repeat volta 2 { + s8 g b e, g4 s | + s8 g b e, g4 s | + s8 g b e, g e g a | + } + \alternative { + { d d c h s a4. | } + { d8 d c h s a4.~ | } + } + a2 s8 f fis g~ | + g1 | + g8 s2.. | \bar "|." % Seite 31 +} + +tenorMelodieSanctus = \relative b { + s1*16 | + b8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + d'8 d f f4. c8 c~ | + c2. s4 | + b8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + d'8 d f f4. c8 c~( | + c2 h4) s | % Seite 28 + s1*12 | + b8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + d'8 d f f4. c8 c~ | + c2. s4 | + b8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + d'8 d f f4. c8 c~( | + c2 h4) s | % Seite 29 + s1*2 | + d8 d f f4. c8 c~ | + c2. s4 | + b8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + d'8 d f f4. c8 c~( | + c2 h4) s | + d8 d f f4. c8 c~ | \time 2/4 + c2~ | \time 4/4 + c s | + s1 | \bar "||" \key g \major + s1*8 | % Seite 30 + \repeat volta 2 { + s8 g b e, g4 s | + s8 g b e, g4 s | + s8 g b e, g e g a | + } + \alternative { + { d d c h s a4. | } + { d8 d c h s a4.~ | } + } + a2 s8 f fis g~ | + g1 | + g8 s2.. | \bar "|." % Seite 31 +} + +bassMelodieSanctus = \relative b { + s1*16 | + b8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + b'8 c d c4. a8 g~ | + g2. s4 | + b8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + b'8 c d c4. a8 g~ | + g2. s4 | % Seite 28 + s1*12 | + b8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + b'8 c d c4. a8 g~ | + g2. s4 | + b8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + b'8 c d c4. a8 g~ | + g2. s4 | % Seite 29 + s1*2 | + b8 c d c4. a8 g~ | + g2. s4 | + b8[ c d c]~ c4 a16[ g f g]~ | + g4. c, s4 | + b'8 c d c4. a8 g~ | + g2. s4 | + b8 c d c4. a8 g~ | \time 2/4 + g2~ | \time 4/4 + g s | + s1 | \bar "||" \key g \major + s1*8 | % Seite 30 + \repeat volta 2 { + s8 g b e, g4 s | + s8 g b e, g4 s | + s8 g b e, g e g a | + } + \alternative { + { d d c h s a4. | } + { d8 d c h s a4.~ | } + } + a2 s8 f fis g~ | + g1 | + g8 s2.. | \bar "|." % Seite 31 +} +% }}} + +% Agnus % {{{ + +globalAgnus = { + \time 4/4 + \key b \major + \autoBeamOff +} + +pausenFrauenAgnus = { + R1*8 | + \repeat volta 3 { + r4. s r4 | + r4. s r4 | + r4. s r4 | + r4. s r4 | + } + \alternative { + { + r4. s r4 | + R1 | + r4. s r4 | + R1 | + } + { + R1*6 | \bar "||" + } + } + s1 | + s2. r4 | + s1 | + s2. r4 | % Seite 32 + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1*2 | + s2. r4 | + s1*6 | % Seite 33 + s1 | + s2. r4 | + s1*4 | + s2 r | \time 12/8 + R1.*48 | % Seite 34 + s1. | + s2. r | + s1. | + s2. r | + s1.*5 | \bar "|." % Seite 35 +} + +pausenMaennerAgnus = { + R1*8 | + \repeat volta 3 { + r4. s r4 | + r4. s r4 | + r4. s r4 | + r4. s r4 | + } + \alternative { + { + r4. s r4 | + R1 | + r4. s r4 | + R1 | + } + { + R1*6 | \bar "||" + } + } + s1 | + s2. r4 | + s1 | + s2. r4 | % Seite 32 + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1 | + s2. r4 | + s1*2 | + s2. r4 | + R1 | + s1*5 | % Seite 33 + s1 | + s2. r4 | + s1*4 | + s2 r | \time 12/8 + R1.*48 | % Seite 34 + s1. | + s2. r | + s1. | + s2. r | + s1.*5 | \bar "|." % Seite 35 +} + +sopranMelodieAgnus = \relative b' { + s1*8 | + \repeat volta 3 { + \override NoteHead #'style = #'cross + s4. b8^\mf b b s4 | + s4. b8 b4 s | + s4. b8 b b s4 | + s4. b8 b4 s | + } + \alternative { + { + s4. b8 b b s4 | + s1 | + s4. b8 b b s4 | + s1 | + } + { + s1*6 | \bar "||" + } + } + \revert NoteHead #'style + d,4^\p es f d | + c2 c4 s | + es f g es | + d2 d4 s | % Seite 32 + f^\mf f g a | + b2 f4 s | + f1^\> | + f2. s4^\! | + d^\mf es f d | + c2 c4 s | + es f g es | + d2 d4 s | + f^\< f g a | + b2 f4^\! s | + g g a b | + c1^\> | + c2. s4^\! | + R1*3 | + g4 a b g | + a^\< a b c | + d1~^\! | % Seite 33 + d | + d2. s4 | + d2^\f c4( b) | + a2 b | + a1~ | + a | + a2 s | \time 12/8 + s1.*48 | % Seite 34 + es'1.^\f | + d2. s | + c1.^\mf | + h2. s | + g1.~^\p | + g | + g~^\> | + g~ | + g^\! | \bar "|." % Seite 35 +} + +altMelodieAgnus = \relative b' { + s1*8 | + \repeat volta 3 { + \override NoteHead #'style = #'cross + s4. b8 b b s4 | + s4. b8 b4 s | + s4. b8 b b s4 | + s4. b8 b4 s | + } + \alternative { + { + s4. b8 b b s4 | + s1 | + s4. b8 b b s4 | + s1 | + } + { + s1*6 | \bar "||" + } + } + \revert NoteHead #'style + b,4 b b b | + b2 a4 s | + c c c c | + c2 b4 s | % Seite 32 + d4 d es es | + f2 f4 s | + b,( c d2) | + c2. s4 | + b b b b | + b2 a4 s | + c c c c | + c2 b4 s | + d d es es | + f2 f4 s | + es es f f | + f2( g) | + f2. s4 | + d es f d | + c2 c4 s | + es f g es | + d2 d4 r | + f f es es | + d d g2~( | % Seite 33 + g fis) | + g2. s4 | + b( a) g2 | + f d | + R1 | + e | + fis2 s | \time 12/8 + s1.*48 | % Seite 34 + g2.( fis) | + g s | + g( a) | + a s | + es1.( | + c) | + d~ | + d~ | + d | \bar "|." % Seite 35 +} + +tenorMelodieAgnus = \relative f { + s1*8 | + \repeat volta 3 { + \override NoteHead #'style = #'cross + s4. f8 f f s4 | + s4. f8 f4 s | + s4. f8 f f s4 | + s4. f8 f4 s | + } + \alternative { + { + s4. f8 f f s4 | + s1 | + s4. f8 f f s4 | + s1 | + } + { + s1*6 | \bar "||" + } + } + \revert NoteHead #'style + f4 f f f | + f2 f4 s | + g g g g | + g2 g4 s | % Seite 32 + a a b c | + d2 b4 s | + g( a b2~ | + b) a4 s | + f f f f | + f2 f4 s | + g g g g | + g2 g4 s | + a a b c | + d2 b4 s | + b b a a | + g1 | + a2. s4 | + s1 | + a4 b c a | + g2 g4 r | + b c d b | + a a g a~ | + a g8[( a]) b2 | % Seite 33 + a1 | + h2. s4 | + f'2 e4( d) | + c2 b | + R1 | + cis | + d2 s | \bar "||" \time 12/8 + s1.*48 | % Seite 34 + c2.( a) | + h s | + es( c) | + d s | + c1.( | + a) | + h~ | + h~ | + h | \bar "|." % Seite 35 +} + +bassMelodieAgnus = \relative f { + s1*8 | + \repeat volta 3 { + \override NoteHead #'style = #'cross + s4. f8_\mf f f s4 | + s4. f8 f4 s | + s4. f8 f f s4 | + s4. f8 f4 s | + } + \alternative { + { + s4. f8 f f s4 | + s1 | + s4. f8 f f s4 | + s1 | + } + { + s1*6 | \bar "||" + } + } + \revert NoteHead #'style + b,4_\p c d b | + f2 f4 s | + c' d es c | + g2 g4 s | % Seite 32 + d'_\mf d c c | + b2 d4 s | + es1_\> | + f2. s4_\! | + b,_\mf c d b | + f2 f4 s | + c' d es c | + g2 g4 s | + d'_\< d c c | + b2 d4_\! s | + es4 es d d | + c1_\> | + f2. s4_\! | + s1 | + R1 | + c4 d es c | + g2 g4 r | + d'_\< d c c_\! | + b2. c4 | % Seite 33 + d1 | + g,2. s4 | + d'2_\f e | + f g | + a1~ | + a | + d,2 s | \time 12/8 + s1.*48 | % Seite 34 + g1._\f | + g2. s | + g1._\mf | + g2. s | + g1.~_\p | + g | + g~_\> | + g~ | + g_\! | \bar "|." % Seite 35 +} +% }}} + diff --git a/Messe_2012/texte.ly b/Messe_2012/texte.ly new file mode 100644 index 0000000..9892f4c --- /dev/null +++ b/Messe_2012/texte.ly @@ -0,0 +1,166 @@ + +% Kyrie % {{{ +sopranTextKyrie = \lyricmode { + Ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, e -- lei -- son. + Ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, e -- lei -- son. + Chris -- te e -- lei -- son, e -- lei -- son. + Ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, e -- lei -- son. + Ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, e -- lei -- son. +} + +altTextKyrie = \lyricmode { + Ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, e -- lei -- son. + Ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, e -- lei -- son. + Chris -- te e -- lei -- son, Chris -- te e -- lei -- son, Chris -- te e -- lei -- son. + Ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, e -- lei -- son. + Ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, e -- lei -- son. +} + +tenorTextKyrie = \lyricmode { + Ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, e -- lei -- son. + Ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, e -- lei -- son. + Chris -- te e -- lei -- son, Chris -- te e -- lei -- son, e -- lei -- son. + Ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, e -- lei -- son. + Ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, e -- lei -- son. +} + +bassTextKyrie = \lyricmode { + Ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, e -- lei -- son. + Ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, e -- lei -- son. + Chris -- te e -- lei -- son, Chris -- te e -- lei -- son. + Ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, e -- lei -- son. + Ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, ky -- ri -- e e -- lei -- son, e -- lei -- son. +} +% }}} + +% Gloria % {{{ +textGloria = \lyricmode { + Eh -- re sei Gott, Eh -- re sei Gott, Eh -- re sei Gott in der Hö -- he! + Eh -- re sei Gott, Eh -- re sei Gott, Eh -- re sei Gott in der Hö -- he! + Eh -- re sei Gott, Eh -- re sei Gott, + Nun dan -- ket al -- le Gott mit Her -- zen, Mund und Hän -- den, + der gro -- ße Din -- ge tut an uns und al -- len En -- den, + der uns von Mut -- ter -- leib und Kin -- des -- bei -- nen an + un zäh -- lig viel zu -- gut bis hier -- her hat ge -- tan. + Eh -- re sei Gott, Eh -- re sei Gott, + Der e -- wig -- rei -- che Gott woll uns bei un -- serm Le -- ben + ein im -- mer fröh -- lich Herz und ed -- len Frie -- den ge -- ben + und uns in sei -- ner Gnad er -- hal -- ten fort und fort + und uns aus al -- ler Not er -- lö -- sen hier und dort. + Eh -- re sei Gott, Eh -- re sei Gott, Eh -- re sei Gott in der Hö -- he! + Eh -- re sei Gott, Eh -- re sei Gott, Eh -- re sei Gott in der Hö -- he! + Eh -- re sei Gott, Eh -- re sei Gott, Eh -- re sei Gott in der Hö -- he! + Eh -- re sei Gott, Eh -- re sei Gott, + Lob, Ehr und Preis sei Gott dem Va -- ter und dem Soh -- ne + und Gott dem Heil -- gen Geist im höchs -- ten Him -- mels -- thro -- ne, + ihm, dem drei -- ein' -- gen Gott, wie es im An -- fang war + und ist und blei -- ben wird so jetzt und im -- mer -- dar. + Eh -- re sei Gott, Eh -- re sei Gott, Eh -- re sei Gott in der Hö -- he! + Eh -- re sei Gott, Eh -- re sei Gott, Eh -- re sei Gott in der Hö -- he! + Eh -- re sei Gott, Eh -- re sei Gott, Eh -- re sei Gott in der Hö -- he! + Eh -- re sei Gott, Eh -- re sei Gott, Eh -- re sei Gott in der Hö -- he! + A -- men! +} +% }}} + +% Credo % {{{ +sopranTextCredo = \lyricmode { + Ich glau -- be an Gott, den Va -- ter, den All -- mäch -- ti -- gen, den Schöp -- fer des Him -- mels und der Er -- de. + Und an Je -- sus, Je -- sus Chris -- tus, sei -- nen ein -- ge -- bor -- nen Sohn, un -- sern Herrn + und an Je -- sus, Je -- sus Chris -- tus, sei -- nen ein -- ge -- bor -- nen Sohn, un -- sern Herrn, + em -- pfan -- gen, em -- pfan -- gen durch den Hei -- li -- gen Geist, + ge -- bo -- ren, ge -- bo -- ren von der Jung -- frau Ma -- ri -- a, + ge -- kreu -- zigt, ge -- kreu -- zigt, ge -- kreu -- zigt, ge -- kreu -- zigt, ge -- stor -- ben und be -- gra -- ben, + hi -- nab -- ge -- stie -- gen in das Reich des To -- des, + auf -- ge -- fah -- ren in den Him -- mel; + er sitzt zur Rech -- ten Got -- tes, er sitzt zur Rech -- ten, zur Rech -- ten Got -- tes, des all -- mäch -- ti -- gen Va -- ters, + Ich glau -- be an den Hei -- li -- gen Geist, die hei -- li -- ge christ -- li -- che Kir -- che, + Ge -- mein -- schaft der Hei -- li -- gen, Ver -- ge -- bung der Sün -- den, Auf -- er -- steh -- ung der To -- ten und das e -- wi -- ge Le -- ben. A -- men. +} + +altTextCredo = \lyricmode { + Ich glau -- be an Gott, den Va -- ter, den All -- mäch -- ti -- gen, den Schöp -- fer des Him -- mels und der Er -- de. + und an Je -- sus, Je -- sus Chris -- tus, sei -- nen Sohn, un -- sern Herrn, + ge -- bo -- ren von der Jung -- frau Ma -- ri -- a, + ge -- kreu -- zigt, ge -- kreu -- zigt, ge -- kreu -- zigt, ge -- kreu -- zigt, ge -- stor -- ben und be -- gra -- ben, + hi -- nab -- ge -- stie -- gen in das Reich des To -- des, das Reich des To -- des, + auf -- ge -- fah -- ren in den Him -- mel; + er sitzt zur Rech -- ten Got -- tes, er sitzt zur Rech -- ten, zur Rech -- ten Got -- tes, des all -- mäch -- ti -- gen Va -- ters, + Ich glau -- be an den Hei -- li -- gen Geist, die hei -- li -- ge christ -- li -- che Kir -- che, + Ge -- mein -- schaft der Hei -- li -- gen, Ver -- ge -- bung der Sün -- den, Auf -- er -- steh -- ung der To -- ten und das e -- wi -- ge Le -- ben. A -- men. +} + +tenorTextCredo = \lyricmode { + Ich glau -- be an Gott, den Va -- ter, den All -- mäch -- ti -- gen, den Schöp -- fer des Him -- mels und der Er -- de. + Und an Je -- sus, Je -- sus Chris -- tus, sei -- nen ein -- ge -- bor -- nen Sohn, un -- sern Herrn + und an Je -- sus, Je -- sus Chris -- tus, sei -- nen ein -- ge -- bor -- nen Sohn, un -- sern Herrn, + em -- pfan -- gen, em -- pfan -- gen durch den Hei -- li -- gen Geist, + ge -- bo -- ren, ge -- bo -- ren von der Jung -- frau Ma -- ri -- a, + ge -- kreu -- zigt, ge -- kreu -- zigt, ge -- kreu -- zigt, ge -- kreu -- zigt, ge -- stor -- ben und be -- gra -- ben, + hi -- nab -- ge -- stie -- gen in das Reich des To -- des, + auf -- ge -- fah -- ren in den Him -- mel; + er sitzt zur Rech -- ten Got -- tes, er sitzt zur Rech -- ten, zur Rech -- ten Got -- tes, des all -- mäch -- ti -- gen Va -- ters, + Ich glau -- be an den Hei -- li -- gen Geist, die hei -- li -- ge christ -- li -- che Kir -- che, + Ge -- mein -- schaft der Hei -- li -- gen, Ver -- ge -- bung der Sün -- den, Auf -- er -- steh -- ung der To -- ten und das e -- wi -- ge Le -- ben. A -- men. +} + +bassTextCredo = \lyricmode { + Ich glau -- be an Gott, den Va -- ter, den All -- mäch -- ti -- gen, den Schöp -- fer des Him -- mels und der Er -- de. + und an Je -- sus, Je -- sus Chris -- tus, sei -- nen Sohn, un -- sern Herrn, + ge -- bo -- ren von der Jung -- frau Ma -- ri -- a, + ge -- kreu -- zigt, ge -- kreu -- zigt, ge -- kreu -- zigt, ge -- kreu -- zigt, ge -- stor -- ben und be -- gra -- ben, + hi -- nab -- ge -- stie -- gen in das Reich des To -- des, das Reich des To -- des, + auf -- ge -- fah -- ren in den Him -- mel; + er sitzt zur Rech -- ten Got -- tes, er sitzt zur Rech -- ten, zur Rech -- ten Got -- tes, des all -- mäch -- ti -- gen Va -- ters, + Ich glau -- be an den Hei -- li -- gen Geist, die hei -- li -- ge christ -- li -- che Kir -- che, + Ge -- mein -- schaft der Hei -- li -- gen, Ver -- ge -- bung der Sün -- den, Auf -- er -- steh -- ung der To -- ten und das e -- wi -- ge Le -- ben. A -- men. +} +% }}} + +% Sanctus % {{{ +textSanctus = \lyricmode { + Hei -- _ lig, hei -- lig, hei -- lig, hei -- lig. + Hei -- _ lig, hei -- lig, hei -- lig, hei -- lig. + Hei -- _ lig, hei -- lig, hei -- lig, hei -- lig. + Hei -- _ lig, hei -- lig, hei -- lig, hei -- lig. + Hei -- lig, hei -- lig, hei -- lig. + Hei -- _ lig, hei -- lig, hei -- lig, hei -- lig. + Hei -- lig, hei -- lig, hei -- lig. + Ge -- lobt sei der, ge -- lobt sei der, ge -- lobt sei der da kommt im Na -- men des Her -- ren + Na -- men des Her -- ren. Ho -- si -- an -- na! +} +% }}} + +% Agnus % {{{ +textSopranAgnus = \lyricmode { + \repeat unfold 60 { \skip 1 } + Do -- na no -- bis pa -- cem, pa -- cem, pa -- cem. Do -- na no -- bis pa -- cem. +} + +textAltAgnus = \lyricmode { + \repeat unfold 60 { \skip 1 } + Do -- na no -- bis pa -- cem, do -- na no -- bis pa -- cem, do -- na no -- bis pa -- cem, pa -- cem. Do -- na no -- bis pa -- cem. +} + +textTenorAgnus = \lyricmode { + Lamm Got -- tes, du trägst die Sün -- den der Welt, + er -- bar -- me dich un -- ser. + Do -- na no -- bis pa -- cem, + do -- na no -- bis pa -- cem, + do -- na no -- bis pa -- cem, + pa -- cem. + Do -- na no -- bis pa -- cem, + do -- na no -- bis pa -- cem, + do -- na no -- bis pa -- cem, + do -- na no -- bis pa -- cem. + + Do -- na no -- bis pa -- cem, do -- na no -- bis pa -- cem, do -- na no -- bis pa -- cem. Do -- na no -- bis pa -- cem. + + pa -- cem, pa -- cem, pa -- cem. +} + +textBassAgnus = \lyricmode { + \repeat unfold 60 { \skip 1 } + Do -- na no -- bis pa -- cem, do -- na no -- bis pa -- cem, pa -- cem. Do -- na no -- bis pa -- cem. +} +% }}} diff --git a/Messias/Messias.ly b/Messias/Messias.ly new file mode 100644 index 0000000..50e1ecb --- /dev/null +++ b/Messias/Messias.ly @@ -0,0 +1,292 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\book { + +\paper { + top-margin = 5 + print-all-headers = ##t +} +\header { + title = "Messias" + composer = "Georg Friedrich Händel" + tagline = ##f +} + +\score { % III % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + \label #'ChorIII + \new Voice = sopran { \globalIII \sopranMelodieIII \bar "|." } + } + \new Lyrics \lyricsto sopran { \sopranTextIII } + \new Staff { + \new Voice = alt { \globalIII \altMelodieIII } + } + \new Lyrics \lyricsto alt{ \altTextIII } + \new Staff { + \new Voice = tenor { \globalIII \tenorMelodieIII } + } + \new Lyrics \lyricsto tenor { \tenorTextIII } + \new Staff { + \new Voice = bass { \globalIII \bassMelodieIII } + } + \new Lyrics \lyricsto bass { \bassTextIII } + >> + \layout { + indent = #0 + } + \header { + title = "Nr. 3 Chor" + composer = ##f + } +} % }}} + +\score { % IX % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + \label #'ChorIX + \new Voice = sopran { \globalIX \sopranMelodieIX \bar "|." } + } + \new Lyrics \lyricsto sopran { \sopranTextIX } + \new Staff { + \new Voice = alt { \globalIX \altMelodieIX } + } + \new Lyrics \lyricsto alt{ \altTextIX } + \new Staff { + \new Voice = tenor { \globalIX \tenorMelodieIX } + } + \new Lyrics \lyricsto tenor { \tenorTextIX } + \new Staff { + \new Voice = bass { \globalIX \bassMelodieIX } + } + \new Lyrics \lyricsto bass { \bassTextIX } + >> + \layout { + indent = #0 + } + \header { + title = "Nr. 9 Chor" + } +} % }}} + +\score { % XII % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + \label #'ChorXII + \new Voice = sopran { \globalXII \sopranMelodieXII \bar "|." } + } + \new Lyrics \lyricsto sopran { \sopranTextXII } + \new Staff { + \new Voice = alt { \globalXII \altMelodieXII } + } + \new Lyrics \lyricsto alt{ \altTextXII } + \new Staff { + \new Voice = tenor { \globalXII \tenorMelodieXII } + } + \new Lyrics \lyricsto tenor { \tenorTextXII } + \new Staff { + \new Voice = bass { \globalXII \bassMelodieXII } + } + \new Lyrics \lyricsto bass { \bassTextXII } + >> + \layout { + indent = #0 + } + \header { + title = "Nr. 12 Soloquartett und Chor" + } +} % }}} + +\score { % XV % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + \label #'ChorXV + \new Voice = sopran { \globalXV \sopranMelodieXV \bar "|." } + } + \new Lyrics \lyricsto sopran { \sopranTextXV } + \new Staff { + \new Voice = alt { \globalXV \altMelodieXV } + } + \new Lyrics \lyricsto alt{ \altTextXV } + \new Staff { + \new Voice = tenor { \globalXV \tenorMelodieXV } + } + \new Lyrics \lyricsto tenor { \tenorTextXV } + \new Staff { + \new Voice = bass { \globalXV \bassMelodieXV } + } + \new Lyrics \lyricsto bass { \bassTextXV } + >> + \layout { + indent = #0 + } + \header { + title = "Nr. 15 Chor" + } +} % }}} + +\score { % XXII % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + \label #'ChorXXII + \new Voice = sopran { \globalXXII \sopranMelodieXXII \bar "|." } + } + \new Lyrics \lyricsto sopran { \textXXII } + \new Staff { + \new Voice = alt { \globalXXII \altMelodieXXII } + } + \new Lyrics \lyricsto alt{ \textXXII } + \new Staff { + \new Voice = tenor { \globalXXII \tenorMelodieXXII } + } + \new Lyrics \lyricsto tenor { \textXXII } + \new Staff { + \new Voice = bass { \globalXXII \bassMelodieXXII } + } + \new Lyrics \lyricsto bass { \textXXII } + >> + \layout { + indent = #0 + } + \header { + title = "Nr. 22 Chor" + } +} % }}} + +\score { % XLII % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + \label #'ChorXLII + \new Voice = sopran { \globalXLII \sopranMelodieXLII \bar "|." } + } + \new Lyrics \lyricsto sopran { \sopranTextXLII } + \new Staff { + \new Voice = alt { \globalXLII \altMelodieXLII } + } + \new Lyrics \lyricsto alt{ \altTextXLII } + \new Staff { + \new Voice = tenor { \globalXLII \tenorMelodieXLII } + } + \new Lyrics \lyricsto tenor { \tenorTextXLII } + \new Staff { + \new Voice = bass { \globalXLII \bassMelodieXLII } + } + \new Lyrics \lyricsto bass { \bassTextXLII } + >> + \layout { + indent = #0 + } + \header { + title = "Nr. 42 Chor" + } +} % }}} + +\score { % XLIV % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + \label #'ChorXLIV + \new Voice = sopran { \globalXLIV \sopranMelodieXLIV \bar "|." } + } + \new Lyrics \lyricsto sopran { \frauenTextXLIV } + \new Staff { + \new Voice = alt { \globalXLIV \altMelodieXLIV } + } + \new Lyrics \lyricsto alt{ \frauenTextXLIV } + \new Staff { + \new Voice = tenor { \globalXLIV \tenorMelodieXLIV } + } + \new Lyrics \lyricsto tenor { \frauenTextXLIV } + \new Staff { + \new Voice = bass { \globalXLIV \bassMelodieXLIV } + } + \new Lyrics \lyricsto bass { \bassTextXLIV } + >> + \layout { + indent = #0 + } + \header { + title = "Nr. 44 Soloquartett und Chor" + } +} % }}} + +\score { % LI % {{{ + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + \label #'ChorLI + \new Voice = sopran { \globalLI \sopranMelodieLI \bar "|." } + } + \new Lyrics \lyricsto sopran { \sopranTextLI } + \new Staff { + \new Voice = alt { \globalLI \altMelodieLI } + } + \new Lyrics \lyricsto alt{ \altTextLI } + \new Staff { + \new Voice = tenor { \globalLI \tenorMelodieLI } + } + \new Lyrics \lyricsto tenor { \tenorTextLI } + \new Staff { + \new Voice = bass { \globalLI \bassMelodieLI } + } + \new Lyrics \lyricsto bass { \bassTextLI } + >> + \layout { + indent = #0 + } + \header { + title = "Nr. 51 Chor" + } +} % }}} + +\markup { Chor 3: Seite \page-ref #'ChorIII "0" "?" } +\markup { Chor 9: Seite \page-ref #'ChorIX "00" "?" } +\markup { Chor 12: Seite \page-ref #'ChorXII "00" "?" } +\markup { Chor 15: Seite \page-ref #'ChorXV "00" "?" } +\markup { Chor 22: Seite \page-ref #'ChorXXII "00" "?" } +\markup { Chor 42: Seite \page-ref #'ChorXLII "00" "?" } +\markup { Chor 44: Seite \page-ref #'ChorXLIV "00" "?" } +\markup { Chor 51: Seite \page-ref #'ChorLI "00" "?" } + +} + +%{\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = frauen { \generalPausenFrauen \bar "|." } + \new Voice = sopran { \global \voiceOne \sopranMelodie \bar "|." } + \new Voice = alt { \global \voiceTwo \altMelodie \bar "|." } + >> + } + \new Lyrics \lyricsto sopran { \sopranText } + \new Lyrics \lyricsto alt{ \altText } + \new Staff { + << + \new Voice = maenner { \generalPausenMaenner \bar "|." } + \new Voice = tenor { \global \voiceOne \tenorMelodie \bar "|." } + \new Voice = bass { \global \voiceTwo \bassMelodie \bar "|." } + >> + } + \new Lyrics \lyricsto tenor { \tenorText } + \new Lyrics \lyricsto bass { \bassText } + >> + \layout { + indent = #0 + } +} +%} diff --git a/Messias/stimmen.ly b/Messias/stimmen.ly new file mode 100644 index 0000000..e6e95bc --- /dev/null +++ b/Messias/stimmen.ly @@ -0,0 +1,1778 @@ +\version "2.12" + +% III % {{{ +globalIII = { + \time 3/4 + \key a \major +} + +sopranMelodieIII = \relative c' { + \set Staff.instrumentName = #"S" + R2.*10 | + r4 cis a | + e'4. d8 cis4 | + fis fis gis | + a e' cis | + h4. h8 e4 | + d d e | + cis r r | + R2. | + r | + r4 r h | + a4. cis8( h a) | + gis4.( h8 a gis | + fis4) fis r | + R2. | % Seite 3 + r4 gis e | + h'4. a8 gis4 | + cis cis dis | + e r r | + R2.*2 | + r4 r h | + a4. cis8( h a) | + gis4 h e | + dis4. dis8 e 4 | + cis cis h | + h4. cis8 dis4 | + e e( dis) | + e2^\fermata r4 | + R2.*4 | + r4 e,^\f a | + gis8( fis e4) a | + gis8( fis) e4 a | + gis8( fis) e4 r | + R2.*6 | % Seite 4 + r4 a d | + cis8( h a4) d | + cis8( h) a4 cis | + d2. | + cis2^\fermata r4 | + e2 e4 | + e2. | + e2 e4 | + e2 e4 | + fis2 fis4 | + e r r | + R2.*5 | + r4 h e | + dis8( cis h4) e | + dis8( cis) h4 dis | + e2. | + dis2^\fermata r4 | % Seite 5 + R2.*2 | + r4 fis, h | + ais4. gis8 fis4 | + h e cis | + dis r r | + r cis dis | + cis8( h ais4) h | + cis8( h) ais4 h | + cis cis fis | + fis2. | + fis2 fis4 | + fis2 e4 | + dis4. cis8 h4 | + R2.*5 | + r4 h h | + h2. | % Seite 6 + h2 h4 | + h2 a4 | + gis2 gis4 | + fis r r | + r e'( fis) | + h,2( e4~ | + e8 fis dis4.) dis8 | + e4 r r | + R2.*3 | + r4 e e | + e cis a | + e'4. dis8 cis4 | + fis fis gis | + a r r | + r r e | + dis4. fis8( e dis) | + cis4.( e8 dis cis | + h4) h r | + R2.*4 | % Seite 7 + r4 h e | + cis8( h a4) cis | + h8( a) gis4 cis | + h8( a) gis4 e' | + cis2. | + h4 e e | + e2. | + e2 e4 | + e4.( d8 cis4) | + d h4. a8 | + a4 a a | + a2. | + a | + a | + a~ | + a2 r4 | + r r cis4 | + d2.~ | + d2 d4 | + << cis2. { s4^\< s4 s4\! } >> | + \bar "|." % Seite 8 +} + +altMelodieIII = \relative c' { + \set Staff.instrumentName = #"A" + R2.*10 | + r4 cis a | + e'4. d8 cis4 | + fis fis gis | + a2 r4 | + R2. | + a4 a e | + e r r | + R2.*7 | % Seite 3 + r4 r e | + dis4. fis8( e dis) | + cis4 a'2 | + gis4. h8( a gis) | + fis4 h2~ | + h4 a2~ | + a4 gis2~ | + gis4 fis2 | + h,4 h h | + h'4. h8 h4 | + a a a | + gis4. e8 fis4 | + gis4 fis2 | + gis^\fermata r4 | + R2.*4 | + r4 e^\f a | + gis8( fis e4) a | + gis8( fis) e4 a | + gis8( fis) e4 r | + R2.*6 | % Seite 4 + r4 cis fis | + e8( d cis4) fis | + e8( d) cis4 a' | + a( gis2) | + a2^\fermata r4 | + R2. | + r4 gis a | + e2 e4 | + h' h a | + a2. a4 e a | + gis8( fis) e4 r | + r fis h | + a8( gis fis4) fis | + gis gis ais | + h2 fis4 | + r dis gis | + fis8( e dis4) gis | + fis8( e) dis4 h' | + h2( ais4) | + h2^\fermata r4 | % Seite 5 + R2.*2 | + r4 fis fis | + fis4. fis8 h,4 | + e e fis | + fis fis h | + ais8( gis fis4) fis | + fis2. | + fis2 fis4 | + fis fis r | + r dis h | + fis'4. e8 dis4 | + gis gis ais | + h2 fis4 | + e4. gis8( fis e) | + dis( cis) h4 r | + R2. | + r4 h e | + dis8( cis h4) dis | + e fis4. fis8 | + h,4 h r | % Seite 6 + R2. | + r4 h' h | + h2. | + h2 h4 | + h( a2~ | + a gis4) | + fis fis4. fis8 | + gis4 e a | + gis8( fis) e4 r | + R2. | + r4 r gis | + a h4. h8 | + e,4 e r | + R2.*2 | + r4 e a | + gis4. fis8 e4 | + a a e | + e r a | + gis4. h8( a gis) | + fis4. a8( gis fis) | % Seite 7 + e4 e a | + gis gis r | + r e a | + gis8( fis) e4 r | + r r a | + gis8( fis) e4 a | + gis8( fis) e4 h' | + a2. | + gis4 r r | + r fis a | + e h e a2. | + a4 gis4. a8 | + a4 a a | + a2. a | + a | + a~ | + a2 r4 | + r r a | + a2.~ | + a2 a4 | + << a2. { s4^\< s4 s4\! } >> | + \bar "|." % Seite 8 +} + +tenorMelodieIII = \relative c' { + \set Staff.instrumentName = #"T" + \clef "G_8" + R2.*13 | + r4 e e | + gis,4. gis8 a4 | + a a h | + cis r e | + d4. fis8( e d) | + cis4.( e8 d cis | + h4) h r | + R2. | + r4 gis e | + h'4. a8 gis4 | + cis cis dis | % Seite 3 + e r r | + R2.*2 | + r4 r e | + dis4. fis8( e dis) | + cis4.( e8 dis cis | + h4) h r | + R2. | + r4 e gis | + fis4. fis8 e4 | + e e fis | + e4. h8 a4 | + h h2 | + h^\fermata r4 | + R2.*8 | + r4 a d | + cis8( h a4) d | % Seite 4 + cis8( h) a4 d | + cis8( h) a4 r | + a2.^\f | + a | + a | + a2 a4 | + a2 a4 | + fis'4 d2 | + e^\fermata r4 | + R2. | + r4 h cis | + h8( a gis4) cis | + h8( a) gis4 cis | + d2.^\fermata | + cis4 r r | + r h e | + dis8( cis h4) h | + cis cis dis | + e2. | + dis4 dis h | + h2. | + h2 h4 | + h2 fis'4 | + e2 e4 | + fis2^\fermata r4 | % Seite 5 + R2.*2 | + r4 h, dis | + cis4. cis8 dis4 | + e h cis | + h h dis | + cis8( h ais4) h | + cis cis dis | + cis cis dis | + cis ais r | + R2.*5 | + r4 h e | + dis8( cis) h4 r | + R2. | + r4 r h | + h a4. a8 | + gis4 gis e | % Seite 6 + h'4. a8 gis4 | + cis dis4. dis8 | + e2 e4 | + dis4. fis8( e dis) | + cis4. e8( dis cis | + h2. | + cis4 h2) | + h4 r r | + r h e | + cis8( h) a4 r | + r r e' | + e8( d) d4. d8 | + cis4 cis r | + R2.*2 | + r4 a cis | + h4. h8 cis4 | + dis dis h | + cis r r | + R2.*2 | % Seite 7 + r4 r e | + d4. fis8( e d) | + cis4.( e8 d cis) | + h4 gis gis | + e'8( d cis4) cis | + e h e | + e h h | + e2. | + e4 r r | + r h cis | + h gis h | + cis4.( d8 e4) | + fis h, e | + cis r r | + r cis fis | + e cis fis | + e8( d) cis4 fis | + e cis fis | + e8( d cis4) r | + r r e | + fis2.~ | + fis2 fis4 | + << e2. { s4^\< s4 s4\! } >> | + \bar "|." % Seite 8 +} + +bassMelodieIII = \relative c { + \set Staff.instrumentName = #"B" + \clef "bass" + R2.*13 | + r4 cis a | + e'4. d8 cis4 | + fis fis gis | + a r r | + R2. | + r4 r a | + gis4. h8( a gis) | + fis4.( a8 gis fis | + e4) e r | + r r h' | + a4. cis8( h a) | % Seite 3 + gis4 e r | + R2.*7 | + r4 gis e | + h'4. a8 gis4 | + cis cis dis | + e4. gis,8 fis4 | + e h'2 | + e,^\fermata r4 | + R2.*8 | + r4 a4 d | + cis8( h a4) d4 | % Seite 4 + cis8( h) a4 d | + cis8( h) a4 r | + a2.^\f | + a | + a | + a2 a4 | + a2 a4 | + h2 h4 | + a2^\fermata r4 | + R2. | + r4 e a | + gis8( fis e4) a | + gis8( fis) e4 a | + d2. | + a4 r r | + R2.*4 | + h2 h4 | + h2. | + h2 h4 | + h2 h4 | + cis2 cis4 | + h2^\fermata r4 | % Seite 5 + R2.*2 | + r4 dis, h | + fis'4. e8 dis4 | + gis gis ais | + h r r | + r fis h | + ais8( gis fis4) h | + ais8( gis) fis4 h | + ais fis r | + R2.*6 | + r4 h, e | + dis8( cis) h4 r | + r r h | + cis dis4. dis8 e4 e r | % Seite 6 + R2.*2 | + r4 gis e | + h4. a8 gis4 | + cis cis dis | + e4. fis8 gis4 | + a h h, | + e r r | + R2. | + r4 e a | + gis8( fis e4) e | + fis gis4. gis8 | + a4 a r | + R2.*2 | + r4 cis, a | + e'4. d8 cis4 | + fis fis gis | + a r r | + r r e | + d4. fis8( e d) | % Seite 7 + cis4.( e8 d cis) | + h4 h e | + a2. | + e4 e e | + e2. | + e2 e4 | + e2 gis4 | + a2 a4 | + e r r | + r e a | + gis e gis | + a2. | + d,4 e4. e8 | + a,4 r r | + r a' d | + cis a d | + cis8( h) a4 d | + cis a d | + cis8( h a4) r | + r r a | + d2.~ | + d2 d,4 | + << a'2. { s4^\< s4 s4\! } >> | + \bar "|." % Seite 8 +} +% }}} + +% IX % {{{ +globalIX = { + \autoBeamOff + \time 6/8 + \key d \major +} + +sopranMelodieIX = \relative a' { + \set Staff.instrumentName = #"S" + r4 r8 r4 a8 | + d4 e8 cis d e | + fis g fis fis e e | + d d d cis cis cis | + d4. cis4 cis32[ d e16] | + d4 r8 r4 e32[ fis g16] | + fis[ e d8] r r4 a8 | + d[ cis] h a4 a8 | + h4.~ h4 h8 | % Seite 10 + a4.~ a4 a8 | + h[ a] g fis[ e] a | + a4 a8 a4 a8 | + a4.~ a4 a8 | + h4 e8 cis4 cis8 | + d4. d | + R2.*3 \bar "|." % Seite 11 +} + +altMelodieIX = \relative a' { + \set Staff.instrumentName = #"A" + r4 r8 r4 a8 | + a4 h8 a a a | + a a a a a a | + a a a g g g | + a4. a4 a8 | + a4 r8 r4 g32[ a h16] | + a[ g fis8] r r4 a8 | + fis4 g8 a[ g] fis | + e4.~ e4 e8 | % Seite 10 + e4.~ e4 a8 | + h[ a] g fis[ e] d | + c2.~ | + c4.~ c4 c8 | + h4 h'8 a4 a8 | + a4. a | + R2.*3 | + \bar "|." % Seite 11 +} + +tenorMelodieIX = \relative a { + \set Staff.instrumentName = #"T" + \clef "G_8" + r4 r8 r4 a8 | + d4 h8 e d cis | + fis e d d cis cis | + d d d e e e | + fis4. e4 e32[ fis g16] | + fis4 r8 r4 h,8 | + fis'4 r8 r4 e8 | + d4 d8 d4 d8 | + d4.~ d4 d8 | % Seite 10 + cis2. | + r4 r8 r4 fis,8 | + fis4 fis8 fis4 fis8 | + fis4.~ fis4 fis8 | + d'4 g8 e4 e8 fis4. fis | + R2.*3 | + \bar "|." % Seite 11 +} + +bassMelodieIX = \relative a { + \set Staff.instrumentName = #"B" + \clef "bass" + r4 r8 r4 a8 | + fis4 g8 a h cis | + d cis d a a g | + fis fis fis e e e | + d4. a'4 a8 | + d4 r8 r4 g,8 | + d'4 r8 r4 cis8 | + h[ a] g fis[ e] d | + gis,4.~ gis4 gis8 | % Seite 10 + a2. | + r4 r8 r4 d8 | + d4 d8 d4 d8 d4.~ d4 d8 | + g4 e8 a4 a8 | + d,4. d | + R2.*3 | + \bar "|." % Seite 11 +} +% }}} + +% XII % {{{ +globalXII = { + \autoBeamOff + \time 4/4 + \key g \major +} + +sopranMelodieXII = \relative d'' { + \set Staff.instrumentName = #"S" + R1*6 + d4 g,8 g c c c c | + c h r4 r g8 fis | + e4 r r8 e a g | + fis fis r4 r h8 a | + g4 r r8 g c h | + a a r4 r2 | + R1*5 | % Seite 12 + r2 a4 d,8 d | + g g g g g fis r4 | + r2 r4 d8 cis | + h4 r r8 h e d | + cis cis r4 r fis8 e | + d4 r r8 d g fis | + e e r4 r2 | % Seite 13 + R1*8 | + \repeat unfold 2 { d'8. a16 a4 r2 | + } r8 a a a d4 r8 d | % Seite 14 + d d g g fis fis r d | + d4 c d d,8 d | + g g g g g fis r4 | + r2 r4 g8 fis | + e4 r r8 e a g | + fis fis r4 r2 | + R1*7 | % Seite 15 + \repeat unfold 2 { d'8. c16 h4 r2 | } + r8 d d d g4 r8 d | + d d g g e e r g | + c,4. c8 h4 r | + r2 d4 g,8 g | + c c c c c h r4 | + R1*12 | % Seite 16 + \repeat unfold 2 { c8. g16 g4 r2 | } % Seite 17 + r8 g g g c4 r8 c | + c c c c c4 h | + a4. a8 h4 r | + R1*12 | + \repeat unfold 2 { d8. c16 h4 r2 | } % Seite 18 + r8 d d d g4 r8 g | + e d c h a a r c | + a4. a8 h4 r8 h | + e d c c c h4 a8 | + a4. a8 g2 | + R1*7 | + \bar "|." % Seite 19 +} + +altMelodieXII = \relative a' { + \set Staff.instrumentName = #"A" + R1*6 + d4 g,8 g c c c c | + c h r4 r g8 fis | + e4 r r8 e a g | + fis fis r4 r h8 a | + g4 r r8 g c h | + a a r4 r2 | + R1*5 | % Seite 12 + r2 a4 d,8 d | + g g g g g fis r4 | + r2 r4 d8 cis | + h4 r r8 h e d | + cis cis r4 r fis8 e | + d4 r r8 d g fis | + e e r4 r2 | % Seite 13 + R1*8 | + \repeat unfold 2 { a8. g16 fis4 r2 | + } r8 fis fis fis a4 r8 a | % Seite 14 + h h h h a a r a | + h4 a a d,8 d | + g g g g g fis r4 | + r2 r4 g8 fis | + e4 r4 r8 e a g | + fis fis r4 r2 | + R1*7 | % Seite 15 + \repeat unfold 2 { h8. a16 g4 r2 | } + r8 g g g g4 r8 g | + g g h h g g r g | + g4. fis8 g4 r | + r2 d'4 g,8 g | + c c c c c h r4 | + R1*12 | % Seite 16 + \repeat unfold 2 { g8. f16 e4 r2 | } % Seite 17 + r8 e e e g4 r8 g | + g g g g fis4 d8[ g] | + g4 fis g r | + R1*12 | + \repeat unfold 2 { h8. a16 g4 r2 | } % Seite 18 + r8 g g g g4 r8 g | + g h a g fis fis r g | + fis4. fis8 g4 r8 g | + g g fis g a g4 g8 | + fis4. d8 d2 | + R1*7 | + \bar "|." % Seite 19 +} + +tenorMelodieXII = \relative d' { + \set Staff.instrumentName = #"T" + \clef "G_8" + R1*11 | + r2 d4 g,8 g | % Seite 12 + c c c c c h r4 | + r2 r4 g8 fis | + e4 r r8 e a g | + fis fis r4 r4 h8 a | + g4 r r8 g c h | + a a r4 r2 | + R1*14 | % Seite 13 + \repeat unfold 2 { fis'8. e16 d4 r2 | + } r8 d d d fis4 r8 fis | % Seite 14 + g g d d fis fis r fis | + e4 e fis r | + R1*11 | % Seite 15 + \repeat unfold 2 { g8. d16 d4 r2 | } + r8 h h h d4 r8 h | + h h d d e e r d | + e4. c8 d4 g,8 g | + c c c c c h r4 | + r2 g4 c,8 c | + f f f f f e r4 | + r2 r4 c'8 h | % Seite 16 + a4 r r8 a d c | + h h r4 r2 | + R1*8 | + \repeat unfold 2 { e8. d16 c4 r2 | } % Seite 17 + r8 c c c e4 r8 e | + e e e e a,4 h8[ c] | + d4. d8 d4 r | + R1*12 | + \repeat unfold 2 { g8. d16 d4 r2 | } % Seite 18 + r8 h h h d4 r8 d | + e e e e a, a r e' | + a,4. d8 d4 r8 d | + e h c e d d4 e8 | + d4. c8 h2 | + R1*7 | + \bar "|." % Seite 19 +} + +bassMelodieXII = \relative d' { + \set Staff.instrumentName = #"B" + \clef "bass" + R1*11 | + r2 d4 g,8 g | % Seite 12 + c c c c c h r4 | + r2 r4 g8 fis | + e4 r r8 e a g | + fis fis r4 r4 h8 a | + g4 r r8 g c h | + a a r4 r2 | + R1*14 | % Seite 13 + \repeat unfold 2 { d8. d,16 d4 r2 | + } r8 d d d d'4 r8 d | % Seite 14 + h h g g d' d r fis, | + g4 a d, r | + R1*11 | % Seite 15 + \repeat unfold 2 { g8. g16 g4 r2 | } + r8 g g g h4 r8 g | + g g g g c c r h | + a4. a8 g4 g8 g | + c c c c c h r4 | + r2 g4 c,8 c | + f f f f f e r4 | + r2 r4 c'8 h | % Seite 16 + a4 r r8 a d c | + h h r4 r2 | + R1*8 | + \repeat unfold 2 { c8. c,16 c4 r2 | } % Seite 17 + r8 c c c c'4 r8 c | + c c c c d,4 g | + d4. d8 g4 r | + R1*12 | + \repeat unfold 2 { g8. g16 g4 r2 | } % Seite 18 + r8 g g g h4 r8 h,8 | + c c c c d d r c | + d4. d8 g4 r8 g | + c h a g fis g4 c,8 | + d4. d8 g,2 | + R1*7 | + \bar "|." % Seite 19 +} +% }}} + +% XV % {{{ +globalXV = { + \autoBeamOff + \time 4/4 + \key d \major +} + +sopranMelodieXV = \relative fis'' { + \set Staff.instrumentName = #"S" + fis4 e8. d16 cis4 r | + d d8. e16 fis4 fis8 fis | + d1 | + fis2 r | + R1*5 | + a,4 a8. d16 cis4 r | + d d8. e16 fis4 r | % Seite 15 + d d8. cis16 d4 d8 d | + cis2 cis | + R1*6 | + a4 d~ d8 cis16[ h] cis8 a | + h4 h8 h a2 | + r d4 g~ | % Seite 16 + g8 fis16[ e] fis8 cis d4( e8[ d] | + cis4) d2 cis4 | + d2 r | + fis4 e8. d16 cis4 r | + d cis8. h16 a4 d8 d | + d2 d | + r r4 d, | + d2. d4 | + d2 d | + R1*3 | % Seite 17 + a'4 d r2 | + h4 e r2 | + cis4 fis r2 | + d4 g~ g8 fis16[ e] fis8 d e4.( fis8 g2) | + fis4 e8([ d] cis4) d~ | + d2 cis | + d r | + R1*7 | + \bar "|." %Seite 18 +} + +altMelodieXV = \relative a' { + \set Staff.instrumentName = #"A" + a4 a8. h16 e,4 r | + g a8. h16 a4 a8 a | + h1 | + a2 r | + R1*5 | + fis4 e8. d16 a'4 r | + fis fis8. g16 a4 r | % Seite 15 + h a8. g16 fis4 a8 a | + a2 e | + R1*5 | + e4 a~ a8 g16[ fis] g8 e | + fis4 fis8 fis e2 | + d4 g~ g8 fis16[ e] fis8 d | + e2 d4 h' | % Seite 16 + e, a fis( g) | + a2 g4. g8 | + fis2 r | + a4 a8. h16 e,4 r | + d d8. e16 fis4 a8 a | + h2 a | + r r4 h,4 | + h2. h4 | + h2 h2 | + R1 | + d4 g~ g8 fis16[ e] fis8 d | % Seite 17 + e4 a~ a8 g16[ fis] g8 e | + fis4 r fis d | + r2 g4 e | + r2 a4 fis | + r2 r4 a | + g a d, h' | + a( g) a2 | + a2. a4 a2 r | + R1*7 | + \bar "|." % Seite 18 +} + +tenorMelodieXV = \relative d' { + \set Staff.instrumentName = #"T" + \clef "G_8" + d4 cis8. h16 a4 r | + h a8. g16 d'4 d8 d | + g1 | + d2 r | + r r4 a | + a2. a4 | + a2 a2 | + R1*2 | + d4 cis8. h16 a4 r | + h a8. g16 fis4 r | % Seite 15 + g' fis8. e16 d4 fis8 fis | + a2 a, | + r r4 d | + d2. d,4 | + d2 d2 | + R1 | + r2 a'4 d~ | + d8 cis16[ h] cis8 a e'2 | + d4. d8 a2 | + R1 | + e'4 a~ a8 g16[ fis] e8 d | % Seite 16 + cis2 h | + e4( d) e4. e8 | + a,2 r | + fis'4 fis8. g16 a4 r | + fis fis8. g16 d4 d8 d | + g2 fis | + r r4 g,4 | + g2. g4 | + g2 g | + R1 r2 a4 d~ | % Seite 17 + d8 cis16[ h] cis8 a h[ a] h cis | + d4 r a h | + r2 e4 cis | + r2 fis4 d | + r2 r4 fis | + e e8[ cis] d([ cis d e] | + fis4) h, e fis | + e2. e4 | + fis2 r | + R1*7 | + \bar "|." % Seite 18 +} + +bassMelodieXV = \relative a { + \set Staff.instrumentName = #"B" + \clef "bass" + R1*4 | + r2 r4 a | + a2. a,4 | + a2 a2 | + R1*6 | % Seite 15 + r2 r4 d'4 | + d2. d,4 | + d2 d | + R1 | + d4^\fff g~ g8 fis16[ e] fis8 d | + a'2 r2 | + R1 | + r2 a4 d~ | + d8 cis16[ h] cis8 a h2 | % Seite 16 + a2. g4~( | + g fis) e4. e8 | + d2 r | + d'4 cis8. h16 a4 r | + h a8. g16 fis4 fis8 fis | + g2 d | + r r4 g | + g2. g,4 | + g2 g2 | + R1*3 | % Seite 17 + r2 d'4 g | + r2 e4 a | + r2 fis4 h | + r2 a4 d~ | + d8 cis16[ h] cis8 a h([ a h cis] | + d4) g,2 fis4 | + a2. a4 | + d,2 r | + R1*7 | + \bar "|." % Seite 18 +} +% }}} + +% XXII % {{{ +globalXXII = { + \autoBeamOff + \time 4/4 + \key as \major +} + +sopranMelodieXXII = \relative c'' { + \set Staff.instrumentName = #"S" + R1*5 | + c16.[ b32] as8 r4 b16.[ as32] g8 r e' | + f4 f8 f f4. f8 | + es4 es8 f g4 g | + es16.[ d32] c8 r4 es16.[ d32] c8 r g | % Seite 1 + c4 c8 c c4. c8 | + c4 c8 c h4 h | + R1 c2. b4 | + es es8 es es4. es8 | + d4 d e4. e8 | + f2. es4 | + des des c c8 c | + c2 b | + c8. g16 g4 r c8 es | % Seite 2 + b4 b r des8 f | + c4 c r c~ | + c b b as | + des2. c4 | + b2 as | + R1*2 | + \bar "|." % Seite 3 +} + +altMelodieXXII = \relative as' { + \set Staff.instrumentName = #"A" + R1*5 | + as16.[ g32] f8 r4 g16.[ f32] e8 r c | + as'4 as8 as as4. g8 | + g4 g8 as d,4 d | + g16.[ f32] es8 r4 g16.[ f32] es8 r es | % Seite 1 + c4 c8 c a'4. a8 | + a4 a8 a g4 g | + r2 r4 g~ | + g f g2~ | + g4 a8 g a4. a8 | + a4 g g4. g8 | + f4( g a) f | + f f g f8 as | + as2( g4) f | + g8. f16 e4 r2 | % Seite 2 + r4 g8 b f4 f | + r as8 as g4 g | + as es es2 | + as4 b2 as4 | + as( g) as2 | + R1*2 | + \bar "|." % Seite 3 +} + +tenorMelodieXXII = \relative f' { + \set Staff.instrumentName = #"T" + \clef "G_8" + R1*5 | + f16.[ c32] c8 r4 e16.[ f32] g8 r g | + f4 f8 es d4. d8 | + es4 es8 c h4 h | + c16.[ g32] g8 r4 c16.[ g32] g8 r8 c | % Seite 1 + es4 es8 es es4. es8 | + d4 d8 d d4 d | + R1 | + r2 d4. d8 | + d4 c8 c c4. c8 | + c4 b b4. b8 | + as4( b) c c~ | + c b b as8 c | + f2. f4 | + e8. d16 c4 r as8 c | % Seite 2 + es4 es r b8 des | + f2. es4 | + des4. des8 c2~ | + c4 b8[ as] g'4 es | + es4.( des8) c2 | + R1*2 | + \bar "|." % Seite 3 +} + +bassMelodieXXII = \relative c' { + \set Staff.instrumentName = #"B" + \clef "bass" + R1*5 | + c16.[ f,32] f8 r4 g16.[ c,32] c8 r c' | + des4 des8 c h4. h8 | + c4 c8 as g4 g | + c16.[ c,32] c8 r4 c'16.[ c,32] c8 r b' | % Seite 1 + as4 as8 g fis4. fis8 | + fis4 fis8 fis g4 g | + R1 | + as2 g | + c,4 c'8 c fis,4. fis8 | + g4 g c,4. c8 | + des2 a | + b4 b' e, f8 f | + des'2. des4 | + c8. c,16 c4 r2 | % Seite 2 + r4 es8 g b4 b, | + r f'8 as c4 c, | + f g as2 | + f4 des( es) as | + es2 as, | + R1*2 | + \bar "|." % Seite 3 +} +% }}} + +% XLII % {{{ +globalXLII = { + \autoBeamOff + \time 4/4 + \key d \major +} + +sopranMelodieXLII = \relative d'' { + \set Staff.instrumentName = #"S" + R1*3 | + d4. a8 h a r4 | + d4. a8 h a r d16 d | + d8 d r d16 d d8 d r d | + cis( d4) cis8 d4 r | + e4. a,8 fis'8 e r4 | + e4. a,8 fis'8 e r e16 e | + fis8 e r e16 e fis8 e r e | + fis[ e] d4 cis4 r | % Seite 26 + a2 h4 cis | + d8 d, d'4. d8 cis4 | + h2 a4 r8 e'16 e | + d8 cis r e16 e d8 cis r e16 e | + fis8 e r e16 e fis8 e r4 | + R1*2 | + r2 r4 r8 d16 d | + d8 d r d16 d d8 d r d16 d | + d8 d r d16 d d8 d r4 | + d2 e4 fis | % Seite 27 + g8 g, g'4. g8 fis4 | + e2 d4 r8 d16 d | + cis8 a r cis 16 cis d8 d16 d e8 e | + a,4 r8 d16 cis h8 h r e | + d[ cis] d[( e16 d]) cis8 cis16 cis e8 cis | + r a16 a d8 a r cis 16 cis e8 cis | + r a16 a fis'8 d r cis16 cis d8 a | + r h16 h e8 e r cis16 cis d8 d16 d | + d4 cis d d | % Seite 28 + d d d2 | + r2 r4 a | + a g fis e8.[ d16] | + d1 | + r2 fis4 e8.[ d16] | + d2. fis'4 | + e d d cis | + d4. cis8 d4 d | + cis4. a8 h4 cis | + d2 r | + R1*6 | % Seite 29 + r2 r4 d | + a' cis, fis a, | + d cis8 h cis4( h8.[ a16]) | + a2 a4 a | + a1~ | + a | + r4 a a a | + a1~ | + a | + r2 d4 d | + d1~ | + d~ | + d4 d e e | % Seite 30 + e1~ | + e~ | + e2 fis4 fis | + fis1~ | + fis~ | + fis4. fis8 g4 g | + g1~ g4. g8 fis[ e] fis[( g]) | + e2 r8 cis d e | + a,4 r r2 | + r r4 a | + d fis, h d, | + g fis8 e fis4( e8.[ d16]) | % Seite 31 + d2 r r4 \repeat unfold 2 { r8 d' g fis } r4 r2 | + r4 \repeat unfold 2 { r8 d16 d g8 fis } r a, a4 d | + fis d d a8 a | + cis4 d8 d d4( cis) | + d r a a | + d r8 a a4 a | + d r a a | % Seite 32 + d r8 a a4 a | + d r r a | + d fis h, d | + g fis8 e e2 | + d4 r d d | + d r8 d d4 d | d \repeat unfold 4 { r8 d16 d d8 d } r4 r d | + d2. d4 d1 | + \bar "|." +} + +altMelodieXLII = \relative a' { + \set Staff.instrumentName = #"A" + R1*3 | + a4. a8 g fis r4 | + a4. a8 g fis r a16 a | + h8 a r a16 a h8 a r a | + g[( fis] e) e fis4 r | + a4. a8 a a r4 | + a4. a8 a a r a16 a | + a8 a r a16 a a8 a r a | + a4. gis8 a4 r | % Seite 26 + a2 h,4 cis | + d8 d d4. d8 cis4 | + h2 a4 r8 a'16 a | + a8 a r a16 a a8 a r a16 a | + a8 a r a16 a a8 a r4 | + d,2 e4 fis | + g8 g, g'4. g8 fis4 | + e2 d4 r8 a'16 a | + h8 a r a16 a h8 a r a16 a | + h8 a r a16 a h8 a r4 | + R1 | % Seite 27 + r2 r4 r8 a16 a | + g8 e16 e a8 a a a16 a fis8 d | + r e16 e cis8 a r g'16[ fis] e8 a16[ g] | + fis4 r8 h16 a gis8 e16 e a4~ | + a gis a r8 e16 e | + a8 fis r fis16 fis e8 cis r4 | + d2 e4 fis | + g8 g, g'4. g8 fis4 | + e2 d8 a'16 a fis8 d | % Seite 28 + r h' h h a2 | + r r4 fis | + e d d cis | + d1 | + r4 d2 cis4 | + d2. a'4 | + a d, fis e8.[ d16] | + d4. e8 fis4 gis | + a4. a8 g4 g | + a2 r | + R1*4 | + r4 a d fis, | + h d, g fis8 e | % Seite 29 + fis4( e8.[ d16]) d8 a' fis d | + r e a e r4 r8 cis | + d[ h'] a2 gis4 | + a e a a | + a1~ | + a | + r4 a a a | + a1~ a | + R1 | + r4 r8 a h a r a | + h a r a16 a h8 a r a16 a | + h8 a r4 r2 | % Seite 30 + r4 \repeat unfold 2 { r8 e a gis } \repeat unfold 2 { r8 e16 e a8 gis } r4 r2 | + r4 \repeat unfold 2 { r8 fis h ais } r fis16 fis h8 ais r fis16 fis | + h4 ais r2 | + r2 h4 h | + a4. a8 a4 a | + a2 r2 | + r r8 fis gis a | + d,8[( cis] d[ e16 d] cis8) e a g | + fis4.( e8 d4.) d8 | + d[ cis] d d d4( cis) | % Seite 31 + d2 d4 d | + d r8 a' h a r a | + h a r d, d4 d | + d r8 a'16 a h8 a r a16 a | + h8 a r4 r a | + d fis, h d, | + g fis8 e e2 | + fis4 \repeat unfold 2 { r fis fis8.[ g16] | + a4 r8 fis fis4 fis8.[ g16] | a4 } % Seite 32 + r r fis | + fis fis d a' | + e a8 a a2 | + a4 \repeat unfold 4 { r8 a h a } \repeat unfold 4 { r8 a16 a h8 a } r4 r fis | + g2. g4 | + fis1 | + \bar "|." % Seite 33 +} + +tenorMelodieXLII = \relative fis' { + \set Staff.instrumentName = #"T" + \clef "G_8" + R1*3 | + fis4. d8 d d r4 | + fis4. d8 d d r d16 d | + g8 fis r d16 d g8 fis r d | + e( a,4) a8 a4 r | + cis4. e8 d cis r4 | + cis4. e8 d cis r e16 e | + d8 cis r e16 e d8 cis r e | + d[( e] fis) d e4 r | % Seite 26 + a,2 h4 cis | + d8 d, d'4. d8 cis4 | + h2 a4 r8 a16 a | + fis'8 e r e16 e fis8 e r e16 e | + d8 e r e16 e d8 cis r4 | + d2 e4 fis | + g8 g, g4. g8 fis4 | + e2 d4 r8 d'16 d | + g8 fis r d16 d g8 fis r d16 d | + g8 fis r d16 d g8 fis r4 | + r r8 fis16 fis e8 cis r fis16 fis | % Seite 27 + h,8 h r e16 e cis8 a16 a d4~ | + d cis d8 fis16 fis a8 fis | + a,2 h4 cis | + d8 d, d'4. d8 cis4 | + h2 a8 e'16 e cis8 a | + r d16 d fis8 d r e16 e cis8 a | + d2 e4 fis | + g8 g, g'4. g8 fis4 | + e2 d4. fis8 | % Seite 28 + g4. g8 fis2 | + r r4 d | + a d, a'4. a8 | + a1 | + r2 a4 g8.[ fis16] | + fis2. d'4 | + e g a,4. a8 | + a4. g8 a4 d | + e4. d8 d4 e | + fis2 r | + R1 | + r2 r4 d | + a' cis, fis a, | + d cis8 h cis4 h8.[ a16] | + a4 r r8 a d d | + d4 r8 h e[ cis] d d | % Seite 29 + d4( cis) d r | + r2 r8 d cis a | + fis'( e4) fis8 e e r e | + e4 cis r2 | + \repeat unfold 2 { r4 r8 e fis e r e | + fis e r e16 e fis8 e r e16 e | + fis8 e r4 r2 | } + r4 r8 d g fis r d | + g fis r d16 d g8 fis r d16 d | + g8 fis r4 r2 | % Seite 30 + r4 r8 h, cis h r h | + cis h r h16 h cis8 h r h16 h | + cis8 h r4 r2 | + r4 r8 cis d cis r cis | + d cis r cis16 cis d8 cis r cis16 cis | + d4 d r2 | + r d4 d e4. e8 d[ cis] d[( e]) | + cis2 r | + r8 a h cis fis, a a4~ | + a gis a r | + r8 a d cis h4. a8 | + g4 a8 h a2 | % Seite 31 + a d4 d | + d1~ | + d4. d8 d4 d | + d1~ | + d4 r8 fis fis4 d | + d d h a8 a | + g4 a8 a a2 | + a4 r d d8.[ e16] | + fis4 r8 d d4 d8.[ e16] | + fis4 r d d8.[ e16] | % Seite 32 + fis4 r8 d d4 d8.[ e16] | + fis4 r r d | + d a h a | + cis d8 d d4( cis) | + fis r8 d g fis r d | + g fis r d g fis r d | + g fis r d16 d g8 fis r d16 d | + g8 fis r d16 d g8 fis r d16 d | + g8 fis r4 r a, | + h2. h4 | + a1 | + \bar "|." % Seite 33 +} + +bassMelodieXLII = \relative d { + \set Staff.instrumentName = #"B" + \clef "bass" + R1*3 | + d4. fis8 g d r4 | + d4. fis8 g d r fis16 fis | + g8 d r fis16 fis g8 d r fis e[( d] a') a d,4 r | + a'4. cis8 d a r4 | + a4. cis8 d a r cis16 cis | + d8 a r cis16 cis d8 a r cis | + d[ cis] h4 a r | % Seite 26 + a2 h4 cis | + d8 d, d'4. d8 cis4 | + h2 a4 r8 cis16 cis | + d8 a r cis16 cis d8 a r cis16 cis | + d8 a r cis16 cis d8 a r4 | + d,2 e4 fis | + g8 g, g'4. g8 fis4 | + e2 d4 r8 fis16 fis | + g8 d r fis16 fis g8 d r fis16 fis | + g8 d r fis16 fis g8 d r4 | + R1*2 | % Seite 27 + r4 r8 a'16 a fis8 d r4 | + a'2 h4 cis | + d8 d, d'4. d8 cis4 h2 a4 r8 a16 a | + fis8 d r d'16 d cis8 a r4 | + r r8 d16 d cis8 a r d16 d | + h8 g r e16 e a8 a r h16 h | + g8 e16 e a8. g16 fis4 r8 d'16 d | % Seite 28 + h8 g16 g h8 cis d2 | + r r4 d, | + cis h a g'8.[ fis16] fis1 | + r2 a,4. a8 | + d2. d'4 cis h a g8.[ fis16] | + fis4. e8 d4 h' | + a4. fis8 g4 e | + d4. a'8 d4 fis, | + h d, g fis8 e | + e2 d4 r | + r r8 a'8 d d, r fis h[gis] a4 r8 e d e | + cis a' g a fis4 r8 fis | + g d r4 r r8 g | % Seite 29 + a a, r a' fis d r d' cis a r cis d d, r fis | + h[ gis] a d, e e r e | + cis4 a r2 | + \repeat unfold 2 { r4 r8 cis'8 d a r cis | + d a r cis16 cis d8 a r cis16 cis | + d8 a r4 r2 | } + r4 r8 fis g d r fis | + g d r fis16 fis g8 d r fis16 fis | + g8 d r4 r2 | % Seite 30 + r4 r8 gis a e r gis | + a e r gis16 gis a8 e r gis16 gis | + a8 e r4 r2 | + r4 r8 ais h fis r ais | + h fis r ais16 ais h8 fis r ais16 ais | + h4 h, r2 | + r h'4 h | + cis4. cis8 d4 d, | + a'4. a,8 a'4 cis, | + fis a, d cis8 cis | + h2 a4 r | + r2 r8 d8 g fis | + e4 fis8[ g] a4 g8 a | % Seite 31 + fis4 d d' d | + d r8 fis, g d r fis | + g d r d' d4 d | + d r8 fis,16 fis g8 d r fis16 fis | + g8 d r d d'4 fis, | + h d, g fis8 fis | + e4 d8 d a'2 | + d,4 r d d | + d' r8 d, d4 d | + d' r d, d | % Seite 32 + d' r8 d, d4 d | + d' r8 d, d'4 fis, | + h d, g fis8 fis | + e4 d8 d a'2 | + d,4 r8 fis g d r fis | + g d r fis g d r fis | + g d r fis16 fis g8 d r fis16 fis | + g8 d r fis16 fis g8 d r fis16 fis | + g8 d r4 r d | + g2. g4 | + d1 | + \bar "|." +} +% }}} + +% XLIV % {{{ +globalXLIV = { + \autoBeamOff + \time 4/4 + \key a \minor +} + +meta = { + s1*7 + s1*9 + s4\fermata s2. + % Seite 35 +} + +sopranMelodieXLIV = << \meta \relative e'' { + \set Staff.instrumentName = #"S" + R1*7 | + r4 r8 e8\sf g4 d | + e c8 c g'4 d | + e c g' d | + e r8 e d4 c | + h e8 e d4 c | + h h c8[ g] a[ h] | + c4 c c8[ g] a[ h] | + c4 h8 c a[ h] c[ d] | + e[ f] g4 d4. d8 | + e4 r r2 | + \bar "|" % Seite 35 + R1*7 | + r4 a,8 a d4 cis | + d4. d8 d d cis cis | + d4 a8 a d4 cis | + d4. e8 d d c c | + h4 e8 e e4 d | + h4. h8 c[ h a f'] | + e4 d8 e c4 c8[ h] | + h[ d c] h h4. h8 | + c4 r8 c e4 h | + c4. c8 e4 h | % Seite 36 + c h8[ a] gis4. gis8 | + a2 r | + R1*3 | + \bar "|." % Seite 37 +} >> + +altMelodieXLIV = << \meta \relative g' { + \set Staff.instrumentName = #"A" + R1*7 | + r4 r8 g\sf g4 g | + e g8 g g4 g | + g g g g | + g r8 g g4. f8 | + g4 g8 g g4. f8 | + g4 g g f | + e a g f | + g f8 g a4 a | + g g g4. g8 | + g4 r r2 | + \bar "|" % Seite 35 + R1*7 | + r4 f8 f a4 a | + a4. a8 a a a a | + a4 f8 f a4 a | + a4. a8 gis8 gis a a | + gis4 gis8 gis a4 a | + gis4. gis8 a[ gis a h] | + gis4 a8 h a4. a8 | + gis8[ h a] a a4 gis | + a r8 a a4 gis | + a4. a8 a4 gis | % Seite 36 + a f e4. e8 | + e2 r R1*3 | + \bar "|." % Seite 37 +} >> + +tenorMelodieXLIV = << \meta \relative c' { + \set Staff.instrumentName = #"T" + \clef "G_8" + R1*7 | + r4 r8 c\sf c4 h | + g' e8 e c4 h | + c e c h | + c r8 c d4 e8[ c] | + d4 e8 c d4 e8[ c] | + d4 d c f, | + g f c' f | + e d8 c c4 f | + e c h4. h8 | + c4 r r2 | + \bar "|" % Seite 35 + R1*7 | + r4 d8 d d4 e | + f4. f8 f f e e | + f4 d8 d d4 e | + f4. c8 d d e e | + e4 h8 h c4 e | + e4. e8 e[ d e f] | + h,4 a8 e' e4. f8 | + e4. f8 e4. e8 | + e4 r8 e8 e4 e | + e4. e8 e4 e | % Seite 36 + e d8[ c] h4. h8 c2 r | + R1*3 | + \bar "|." % Seite 37 +} >> + +bassMelodieXLIV = << \meta \relative c { + \set Staff.instrumentName = #"B" + \clef "bass" + R1*7 | + r4 r8 c\sf e4 g | + c c,8 c e4 g | + c c, e g | + c r8 c h4 a | + g c8 c h4 a | + g f e d | + c f e d | + c d8 e f[ g] a[ h] | + c4 e,8[ f] g4. g8 | + c,4 r r2 | + \bar "|" % Seite 35 + R1*7 | + r4 d8 d f4 a | + d4. d,8 f f a a | + d4 d,8 d f4 a | + d4. c8 h h a a | + e'4 e,8 e a4 c | + e4. e,8 a,8[ h c d] | + e4 fis8[ gis] a[ h c d] | + e[ gis, a] d, e4. e8 | + a,4 r8 a c4 e a4. a,8 c4 e | % Seite 36 + a d, e4. e8 | + a,2 r | + R1*3 | + \bar "|." +} >> +% }}} + +% LI % {{{ +globalLI = { + \autoBeamOff + \time 4/4 + \key d \major +} + +sopranMelodieLI = \relative d'' { + \set Staff.instrumentName = #"S" + r4 d2 a4 | + d4. d8 a2 | + cis4 d cis2 | + r4 cis cis4. cis8 | + d4. d8 d4. e8 | + fis4 fis2 e4 | + fis2 r8 cis cis cis | + d d r d e e r e | + fis fis r d cis4 r8 cis | + d d r d h h r e | + cis4 cis r2 | + \bar "||" + r4 cis2 h4 | + a4. a8 e'2 | + d4 cis h2 | % Seite 41 + r4 h h4. h8 | + a4. a8 a4 cis | + d2 r4 cis4 cis2 cis4. gis8 | + a2 r8 d d d | + cis cis r cis d d r d | + h h r e cis4 r8 cis | + d d r d a a r a | + fis'4 d r2 | + \bar "|" + R1*4 | % Seite 42 + r4 a8 h16 cis d8 d d d | + d d d d d cis16[ h] a8 g | + fis4 r8 a h16[( a]) g fis e8 a | + d,d'4 cis8 fis,[ h] e, a | + d4 d8 d d[ e16 d cis8 h] | + cis e fis e16 d e8 cis16 d e8 d16 cis | + h8 h r4 e,8[ fis16 gis a h cis d] | % Seite 43 + e[ a, h cis d e fis gis] a8 e r4 | + R1 | + r2 r4 r8 e | + fis16[( e]) d cis h8 e a,( d4) cis8 | + h4 h8 h cis4 r | + R1*2 | % Seite 44 + d8 a r4 d8 a r4 | + d8 a r d d d16 d d8 d | + d4 r8 a h16[ a] g fis e8 a | + d, d'4 cis8 d a h cis16[ d] | + cis4 d d8[ e16 fis] g8 g | + g[( fis16 e] fis4) r2 | + r4 r8 g g16[ fis e d] cis8 fis | + fis16[ e d cis] h8 e e16[ d cis h] a8 a | % Seite 45 + d d r h e e r cis | + fis fis r d g g r e | + e e r d d d r e | + e16[ d cis h] a8 e' fis4 g8 e | + fis4( e8.[ d16]) d4 r8 cis | + d2 e4 e | + d1 | + cis | + d2 d | + d( cis) d1 | + \bar "|." % Seite 46 +} + +altMelodieLI = \relative a' { + \set Staff.instrumentName = #"A" + r4 a2 a4 | + fis4. fis8 a2 | + g4 fis e2 | + r4 a ais4. ais8 | + h4. fis8 fis4 fis | + fis2 h4. h8 | + ais2 r8 fis fis fis | + fis fis r fis a a r a | + a a r a g4 r8 g | + fis fis r fis e e r e | + e4 e r2 | + \bar "||" + r4 a2 e4 | + fis4. fis8 a2 | + gis4 a gis2 | % Seite 41 + r4 gis eis4. eis8 | + fis4. fis8 fis4 a | + fis2 r4 a | + gis2 gis4. eis8 | + fis2 r8 a a a | + g g r g a a r a | + g g r h a4 r8 a | + a g r g a a r a a4 a r2 | + \bar "|" + R1*8 | % Seite 42 + r2 e4. fis16 gis | + a8 a a a a a a a | + a gis16[ fis] e8 d cis4 r | % Seite 43 + r8 e fis e16 d cis8 h r h | + e a, r4 r r8 e' | + fis16[( e]) d cis h8 e a, a'4 gis8 | + fis fis gis8. gis16 a8[( gis16 fis e8]) a | + a4 gis8 gis a4 a,8 h16 cis | + d8 d d d d d d d | + d cis16[ h] a8 g fis4 r | % Seite 44 + a'8 fis r4 a8 fis r4 | + a8 fis r a a a16 a g8 h | + a4 r8 a h16[ a] g fis e8 a | + d,8[ e16 fis g8 a16 g a g fis e d8 g16 fis] | + e8[ fis16 g a8] a a4 g8 g | + a4 r8 a h16[ a g fis] e8 a | + a16[ g fis e] d8 h' a a r a | + g g r g fis fis r fis | % Seite 45 + a16[ g fis e] d8 d g g r e | + a a r fis h h r a | + a a r a h16[ a g fis e d cis h] | + a8 a r a' a4 g8 h | + a2 a4 r8 a | + a2 a4 a | + a2( gis) | + a1 | + a2 a | + a1 | + a | + \bar "|." % Seite 46 +} + +tenorMelodieLI = \relative fis' { + \set Staff.instrumentName = #"T" + \clef "G_8" + r4 fis2 e4 | + d4. d8 d2 | + e4 a, cis2 | + r4 e e4. e8 | + d4. d8 d4 d | + cis2 d4 h | + cis2 r8 ais ais ais | + h h r h e e r e | + d d r fis e4 r8 e | + a, a r a h h r h | + cis4 cis r2 | + \bar "||" + r4 e2 e4 cis4. cis8 e2 | + h4 e e2 | % Seite 41 + r4 e, gis4. cis8 | + cis4. cis8 cis4 fis | + d2 r4 fis | + fis2 eis4. cis8 | + cis2 r8 fis fis fis | + e e r e d d r fis | + d d r g e4 r8 fis | + fis d r d e e r e | + fis4 fis r2 | + \bar "|" + a,4. h16 cis d8 d d d | + d d d d d cis16[ h] a8 g | + fis4 r8 a h16[( a]) g fis e8 a | % Seite 42 + d,8( d'4) cis8 h[ a] h8. a16 | + a4 r r2 | + R1 | + r2 r4 r8 a | + h16[ a] g fis e8 a d,( d'4) cis8 | + fis,[ h] gis8. gis 16 a4 r | + r8 cis d cis16 h cis8 a16 h cis8 h16 a | + e'8 e r4 r8 e fis e16 d | % Seite 43 + cis8 a r4 r8 e' gis fis16 e | + a8[ gis16 fis] e[ d cis h] a8 a r4 | + R1 | + r2 r4 r8 e' | + fis16[ e d cis] h8 e e4 a,8 h16 cis | + d8 d d d d d d d | + d cis16[ h] a8 g fis4 r | % Seite 44 + fis'8 d r4 fis8 d r4 | + fis8 d r fis fis fis16 fis d8 g | + fis4 r r2 | + r4 r8 e fis16[ e] d cis h8 e | + a,4 r8 fis' fis[ d] d d | + d4 r8 fis g16[ fis e d] cis8 cis | + d d r d cis cis r cis | + h h r cis a a r d | % Seite 45 + d a r h h16[ a g fis] e8 cis' | + cis16[ h a g ] fis8 d' d16[ cis h a] g8 e' | + e16[ d cis h] a8 fis' fis h, r cis | + cis16[ h a h] cis8 e d4 d8 d | + d4( cis) fis r8 e | + fis2 e4 e | + fis2( d) | + e1 | + d2 fis | + e1 | + fis | + \bar "|." % Seite 46 +} + +bassMelodieLI = \relative d' { + \set Staff.instrumentName = #"B" + \clef "bass" + r4 d2 cis4 | + h4. h8 fis2 | + e4 d a'2 | + r4 g fis4. fis8 | + h4. h8 h4 h | + a2 g4. g8 | + fis2 r8 fis fis fis | + h h r h cis cis r cis | + d d, r d e4 r8 e | + fis fis r fis gis gis r gis | + a4 a, r2 | + \bar "||" + r4 a'2 gis4 | + fis4. fis8 cis'2 | + h4 a e2 | % Seite 41 + r4 d cis4. cis8 | + fis4. fis8 fis4 fis | + h2 r4 fis | + cis'2 cis,4. cis8 | + fis2 r8 d d d | + e e r e fis fis r fis | + g g r g a4 r8 a | + h h r h cis cis r cis | + d4 d, r2 | + \bar "|" + a'4. h16 cis d8 d d d | + d d d d d cis16[ h] a8 g | + fis4 r8 a h16[( a]) g fis e8 a | % Seite 42 + d,8( d'4) cis8 h[ a] h8. a16 | + a4 r r2 | + R1*5 | + r4 e8 fis16 gis a8 a a a | % Seite 43 + a a a a a gis16[ fis] e8 d | + cis4 r8 e8 fis16[( e]) d cis h8 e | + a,( a'4 gis) fis8 e8. e16 | + d8 d e8. e16 fis8.[( gis16] a8) a | + d,4 e8 e a,4 a'8 h16 cis | + d8 d d d d d d d | + d cis16[ h] a8 g fis4 r | % Seite 44 + d'8 d, r4 d'8 d, r4 | + d'8 d, r d d' d16 d h8 g | + d'4 r r r8 a | + h16[ a] g fis e8 a d,4 g~ | + g8 fis16[ e] fis8 d h' h h a16[ g] | + d'4 r r r8 fis,8 | + h h r e, a a r d, | + g g r e fis fis r fis | % Seite 45 + fis16[ e d cis] h8 g' g16[ fis e d] cis8 a' | + a16[ g fis e] d8 h' h16[ a g fis] e8 cis' | + cis16[ h a g] fis8 d' d16[ cis h a g fis e d] | + cis8 cis r cis' d4 h8 g | + a2 d,4 r8 a' | + d2 cis4 cis | + h1 | + a | + fis2 d | + a'1 | + d, | + \bar "|." +} +% }}} + diff --git a/Messias/texte.ly b/Messias/texte.ly new file mode 100755 index 0000000..e669e70 --- /dev/null +++ b/Messias/texte.ly @@ -0,0 +1,450 @@ + +% III % {{{ +sopranTextIII = \lyricmode { + Denn die Herr -- lich -- keit Got -- tes des Herrn, denn die Herr -- lich -- keit Got -- tes des Herrn, wird of -- fen -- ba -- ret, % Seite 3 + denn die Herr -- lich -- keit Got -- tes des Herrn wird of -- fen -- bart, denn die Herr -- lich -- keit Got -- tes des Herrn wird of -- fen -- ba -- ret. Al -- le Völ -- ker wer -- den es se -- hen. % Seite 4 + Al -- le Völ -- ker wer -- den es se -- hen, da es Gott un -- ser Herr ver -- hei -- ßen hat, al -- le Völ -- ker wer -- den es se -- hen, % Seite 5 + denn die Herr -- lich -- keit Got -- tes des Herrn, + al -- le Völ -- ker wer -- den es sehn, da es Gott un -- ser Herr ver -- + hei -- ßen hat, da es Gott % Seite 6 + un -- ser Herr ver -- hei -- ßen hat, ver -- hei -- ßen + hat, denn die Herr -- lich -- keit, Herr -- lich -- keit, + Got -- tes des Herrn wird of -- fen ba -- ret, % Seite 7 + al -- le Völ -- ker wer -- den es se -- hen, es + se -- hen, da es Gott un -- ser Herr ver -- hei -- ßen hat, da es + Gott un -- ser Herr ver hei -- ßen hat. +} + +altTextIII = \lyricmode { + Denn die Herr -- lich -- keit Got -- tes des Herrn, Got -- tes des Herrn + % Seite 3 + wird of -- fen -- ba -- ret, of -- fen -- ba - - - - ret, denn die Herr -- lich -- keit Got -- tes des Herrn wird of -- fen -- ba -- ret. Al -- le Völ -- ker wer -- den es se -- hen. % Seite 4 + Al -- le Völ -- ker wer -- den es se -- hen, al -- le Völ -- ker wer -- den es se -- hen, al -- le Völ -- ker, al -- le Völ -- ker wer -- den es se -- hen, al -- le Völ -- ker wer -- den es se -- hen, % Seite 5 + denn die Herr -- lich -- keit Got -- tes des Herrn, al -- le + Völ -- ker wer -- den es se -- hen, denn die Herr -- lich -- keit Got -- tes des + Herrn wird of -- fen -- ba -- ret, al -- le Völ -- ker wer -- den es se -- hen, % Seite 6 + da es Gott un -- ser Herr ver -- hei -- ßen + hat, al -- le Völ -- ker, sie wer -- den es se -- hen, + denn die Herr -- lich -- keit Got -- tes des Herrn wird of -- fen ba % Seite 7 + -- _ ret, of -- fen -- ba -- ret, al -- le Völ -- ker, sie wer -- den es se -- hen, es + se -- hen, da es Gott un -- ser Herr ver -- hei -- ßen hat, da es + Gott un -- ser Herr ver hei -- ßen hat. + +} + +tenorTextIII = \lyricmode { + Denn die Herr -- lich -- keit Got -- tes des Herrn wird of -- fen -- ba -- ret, denn die Herr -- lich -- keit Got -- tes des % Seite 3 + Herrn wird of -- fen -- ba -- ret, denn die Herr -- lich -- keit Got -- tes des Herrn wird of -- fen -- ba -- ret. Al -- le Völ -- ker % Seite 4 + wer -- den es se -- hen, da es Gott un -- ser Herr ver -- hei -- ßen hat, + al -- le Völ -- ker wer -- den es se -- hen, al -- le + Völ -- ker wer -- den es se -- hen, da es Gott un -- ser Herr ver -- hei -- ßen hat, % Seite 5 + denn die Herr -- lich -- keit Got -- tes des Herrn, + al -- le Völ -- ker wer -- den es se -- hen, es se -- hen, + al -- le Völ -- ker, sie wer -- den es se -- hen, die % Seite 6 + Herr -- lich -- keit Got -- tes des Herrn wird of -- fen -- ba -- _ + ret, al -- le Völ -- ker, sie wer -- den es se -- hen, + denn die Herr -- lich -- keit Got -- tes des Herrn % Seite 7 + wird of -- fen -- ba -- ret, al -- le Völ -- ker wer -- den es se -- hen, es + se -- hen, da es Gott un -- ser Herr ver -- hei -- ßen hat, + da es Gott un -- ser Herr, da es Gott un -- ser Herr ver hei -- ßen hat. +} + +bassTextIII = \lyricmode { + Denn die Herr -- lich -- keit Got -- tes des Herrn wird of -- fen -- ba -- ret, wird of -- fen % Seite 3 + ba -- ret, denn die Herr -- lich -- keit Got -- tes des Herrn wird of -- fen -- ba -- ret. Al -- le Völ -- ker % Seite 4 + wer -- den es se -- hen, da es Gott un -- ser Herr ver -- hei -- ßen hat, + al -- le Völ -- ker wer -- den es se -- hen, + da es Gott un -- ser Herr ver -- hei -- ßen hat, % Seite 5 + denn die Herr -- lich -- keit Got -- tes des Herrn, + al -- le Völ -- ker wer -- den es se -- hen, + al -- le Völ -- ker, sie wer -- den es se -- hen, % Seite 6 + denn die Herr -- lich -- keit Got -- tes des Herrn wird of -- fen -- ba -- _ + ret, al -- le Völ -- ker wer -- den es se -- hen, + denn die Herr -- lich -- keit Got -- tes des Herrn wird of -- fen % Seite 7 + -- ba -- ret, of -- fen -- ba -- ret, da es Gott un -- ser Herr ver -- + hei -- ßen hat, da es Gott un -- ser Herr ver -- hei -- ßen hat, + da es Gott un -- ser Herr, da es Gott un -- ser Herr ver hei -- ßen hat. + +} +% }}} + +% IX % {{{ +sopranTextIX = \lyricmode { + Oh du, die Won -- ne ver -- kün -- det in Zi -- on, ver -- kün -- de den Städ -- ten des + Lan -- des: Er kommt, er kommt, die Herr -- lich -- keit des Herrn, des + Herrn, die Herr -- lich -- keit, die Herr -- lich -- keit des Herrn ist + ü -- ber dir er -- schie -- nen. +} + +altTextIX = \lyricmode { + Oh du, die Won -- ne ver -- kün -- det in Zi -- on, ver -- kün -- de den Städ -- ten des + Lan -- des: Er kommt, er kommt, die Herr -- lich -- keit des Herrn, des + Herrn, die Herr -- lich -- keit des Herrn ist + ü -- ber dir er -- schie -- nen. +} + +tenorTextIX = \lyricmode { + Oh du, die Won -- ne ver -- kün -- det in Zi -- on, ver -- kün -- de den Städ -- ten des + Lan -- des: Er kommt, er kommt, die Herr -- lich -- keit des Herrn, des + Herrn, die Herr -- lich -- keit des Herrn ist + ü -- ber dir er -- schie -- nen. +} + +bassTextIX = \lyricmode { + Oh du, die Won -- ne ver -- kün -- det in Zi -- on, ver -- kün -- de den Städ -- ten des + Lan -- des: Er kommt, er kommt, die Herr -- lich -- keit des Herrn, des + Herrn, die Herr -- lich -- keit des Herrn ist + ü -- ber dir er -- schie -- nen. +} +% }}} + +% XII % {{{ +sopranTextXII = \lyricmode { + \repeat unfold 2 { + Denn es ist uns ein Kind ge -- bo -- ren, uns zum + Heil ein Sohn ge -- ge -- ben, uns zum Heil ein Sohn ge -- ge -- ben. % Seite 12/13 + } + Wun -- der -- bar, Herr -- li -- cher, der star -- ke Gott, der % Seite 14 + E -- wig -- kei -- ten Va -- ter und Frie -- de -- fürst! Es ist uns ein Kind ge -- bo -- ren, uns zum + Heil ein Sohn ge -- ge -- ben. % Seite 15 + Wun -- der -- bar, Herr -- li -- cher, + der star -- ke Gott, der E -- wig -- kei -- ten Va -- ter und Frie -- de -- fürst! + Denn es ist uns ein Kind ge -- bo -- ren, % Seite 16 + Wun -- der -- bar, % Seite 17 + Herr -- li -- cher, der star -- ke Gott, der E -- wig -- kei -- ten Va -- ter, + Frie -- de -- fürst! + Wun -- der -- bar, Herr -- li -- cher, % Seite 18 + der star -- ke Gott, der E -- wig -- kei -- ten Va -- ter und Frie -- de fürst, der + E -- wig -- kei -- ten Va -- ter und Frie -- de fürst! % Seite 19 +} + +altTextXII = \lyricmode { + \repeat unfold 2 { + Denn es ist uns ein Kind ge -- bo -- ren, uns zum + Heil ein Sohn ge -- ge -- ben, uns zum Heil ein Sohn ge -- ge -- ben. % Seite 12/13 + } + Wun -- der -- bar, Herr -- li -- cher, der star -- ke Gott, der % Seite 14 + E -- wig -- kei -- ten Va -- ter und Frie -- de -- fürst! Es ist uns ein Kind ge -- bo -- ren, uns zum + Heil ein Sohn ge -- ge -- ben. % Seite 15 + Wun -- der -- bar, Herr -- li -- cher, + der star -- ke Gott, der E -- wig -- kei -- ten Va -- ter und Frie -- de -- fürst! + Denn es ist uns ein Kind ge -- bo -- ren, % Seite 16 + Wun -- der -- bar, % Seite 17 + Herr -- li -- cher, der star -- ke Gott, der E -- wig -- kei -- ten Va -- ter, + Frie -- de -- fürst! + Wun -- der -- bar, Herr -- li -- cher, % Seite 18 + der star -- ke Gott, der E -- wig -- kei -- ten Va -- ter und Frie -- de fürst, der + E -- wig -- kei -- ten Va -- ter und Frie -- de fürst! % Seite 19 +} + +tenorTextXII = \lyricmode { + Denn es ist % Seite 12 + uns ein Kind ge -- bo -- ren, uns zum Heil ein Sohn ge -- ge -- ben, uns zum + Heil ein Sohn ge -- ge -- ben. % Seite 13 + Wun -- der -- bar, Herr -- li -- cher, der star -- ke Gott, der % Seite 14 + E -- wig -- kei -- ten Va -- ter und Frie -- de -- fürst! % Seite 15 + Wun -- der -- bar, Herr -- li -- cher, + der star -- ke Gott, der E -- wig -- kei -- ten Va -- ter und Frie -- de -- fürst! Es ist + uns ein Kind ge -- bo -- ren, denn es ist uns ein Kind ge -- bo -- ren, uns zum % Seite 16 + Heil ein Sohn ge -- ge -- ben. + Wun -- der -- bar, % Seite 17 + Herr -- li -- cher, der star -- ke Gott, der E -- wig -- kei -- ten Va -- ter, + Frie -- de -- fürst! + Wun -- der -- bar, Herr -- li -- cher, % Seite 18 + der star -- ke Gott, der E -- wig -- kei -- ten Va -- ter und Frie -- de fürst, der + E -- wig -- kei -- ten Va -- ter und Frie -- de fürst! % Seite 19 +} + +bassTextXII = \lyricmode { + Denn es ist % Seite 12 + uns ein Kind ge -- bo -- ren, uns zum Heil ein Sohn ge -- ge -- ben, uns zum + Heil ein Sohn ge -- ge -- ben. % Seite 13 + Wun -- der -- bar, Herr -- li -- cher, der star -- ke Gott, der % Seite 14 + E -- wig -- kei -- ten Va -- ter und Frie -- de -- fürst! % Seite 15 + Wun -- der -- bar, Herr -- li -- cher, + der star -- ke Gott, der E -- wig -- kei -- ten Va -- ter und Frie -- de -- fürst! Es ist + uns ein Kind ge -- bo -- ren, denn es ist uns ein Kind ge -- bo -- ren, uns zum % Seite 16 + Heil ein Sohn ge -- ge -- ben. + Wun -- der -- bar, % Seite 17 + Herr -- li -- cher, der star -- ke Gott, der E -- wig -- kei -- ten Va -- ter, + Frie -- de -- fürst! + Wun -- der -- bar, Herr -- li -- cher, % Seite 18 + der star -- ke Gott, der E -- wig -- kei -- ten Va -- ter und Frie -- de fürst, der + E -- wig -- kei -- ten Va -- ter und Frie -- de fürst! % Seite 19 +} +% }}} + +% XV % {{{ +sopranTextXV = \lyricmode { + Eh -- re sei Gott, Eh -- re sei Gott in der Hö -- he, + \repeat unfold 2 { Eh -- re sei Gott, } % Seite 15 + Eh -- re sei Gott in der Hö -- he, + \repeat unfold 2 { und al -- len Men -- schen Heil, al -- len Heil, } % Seite 16 + Eh -- re sei Gott, + Eh -- re sei Gott in der Hö -- he, und + Fried auf Er -- den, % Seite 17 + \repeat unfold 6 { Heil, } + und al -- len Men -- schen Heil, + al -- len Men -- schen Heil. +} + +altTextXV = \lyricmode { + Eh -- re sei Gott, Eh -- re sei Gott in der Hö -- he, + \repeat unfold 2 { Eh -- re sei Gott, } % Seite 15 + Eh -- re sei Gott in der Hö -- he, + \repeat unfold 2 { und al -- len Men -- schen Heil, al -- len Heil, } % Seite 16 + und al -- len Men -- schen Heil, + Eh -- re sei Gott, + Eh -- re sei Gott in der Hö -- he, und + Fried auf Er -- den, % Seite 17 + und al -- len Men -- schen Heil, al -- len Men -- schen Heil, + \repeat unfold 6 { Heil, } + und al -- len Heil, + und al -- len Men -- schen Heil! +} + +tenorTextXV = \lyricmode { + Eh -- re sei Gott, Eh -- re sei Gott in der Hö -- he, + und Fried auf Er -- den, + \repeat unfold 2 { Eh -- re sei Gott, } % Seite 15 + Eh -- re sei Gott in der Hö -- he, + und Fried auf Er -- den + und al -- len Men -- schen Heil, al -- len Heil, + und \repeat unfold 2 { al -- len Men -- schen Heil, } % Seite 16 + Eh -- re sei Gott, + Eh -- re sei Gott in der Hö -- he, und + Fried auf Er -- den, % Seite 17 + und al -- len Men -- schen Heil, al -- len Heil, + \repeat unfold 6 { Heil, } + und al -- len Heil, + und al -- len Men -- schen Heil. +} + +bassTextXV = \lyricmode { + Und Fried auf Er -- den, % Seite 15 + und Fried auf Er -- den, + \repeat unfold 2 { und al -- len Men -- schen Heil, } % Seite 16 + al -- len Men -- schen Heil, + Eh -- re sei Gott, + Eh -- re sei Gott in der Hö -- he, und + Fried auf Er -- den, % Seite 17 + \repeat unfold 6 { Heil, } + und al -- len Men -- schen Heil, + al -- len Men -- schen Heil! +} +% }}} + +% XXII % {{{ +textXXII = \lyricmode { + Wahr -- lich, wahr -- lich, er trug uns -- re Qual und + litt uns -- re Schmer -- zen, wahr -- lich, wahr -- lich, er + trug uns -- re Qual und litt uns -- re Schmer -- zen; + ward ver -- wun -- det um uns -- re Sün -- de, ward zer -- + schla -- gen, ward zer -- schla -- gen um uns -- re Mis -- se -- tat; + uns -- re Stra -- fe, uns -- re Stra -- fe + liegt auf ihm zu un -- serm + Frie -- den. +} +% }}} + +% XLII % {{{ +sopranTextXLII = \lyricmode { + \repeat unfold 10 { Hal -- le -- lu -- ja, } % Seite 26 + denn Gott, der Herr, re -- gie -- ret all -- mäch -- tig, + \repeat unfold 8 { Hal -- le -- lu -- ja, } % Seite 27 + denn Gott, der Herr, re -- gie -- ret all -- mäch -- tig, + \repeat unfold 13 { Hal -- le -- lu -- la, } + Hal -- le -- lu -- ja! % Seite 28 + Das Kö -- nig -- reich der Welt ist fort -- + an das Kö -- nig -- reich des Herrn und sei -- nes Christ, und sei -- nes Christ, % Seite 29 + und er re -- giert auf im -- mer und e -- wig, + \repeat unfold 3 { Herr der Herrn, der Wel -- ten Gott, } % Seite 30 + der Wel -- ten Gott, + und er re -- giert, und er re -- giert + \repeat unfold 2 { auf im -- mer und e -- wig, } % Seite 31 + \repeat unfold 2 { Hal -- le -- lu -- ja, } + und er re -- giert auf e -- wig, auf im -- mer und e -- wig, + \repeat unfold 2 { Herr der Herrn, der Wel -- ten Gott, } % Seite 32 + und er re -- giert auf im -- mer und e -- wig, + Herr der Herrn, der Wel -- ten Gott + \repeat unfold 4 { Hal -- le -- lu -- ja, } + Hal -- le -- lu -- ja! % Seite 33 +} + +altTextXLII = \lyricmode { + \repeat unfold 10 { Hal -- le -- lu -- ja, } % Seite 26 + \repeat unfold 2 { + denn Gott, der Herr, re -- gie -- ret all -- mäch -- tig, + \repeat unfold 4 { Hal -- le -- lu -- ja, } % Seite 27 + } + \repeat unfold9 { Hal -- le -- lu -- ja, } + denn Gott, der Herr, re -- gie -- ret all -- mäch -- tig, Hal -- le -- lu -- ja, % Seite 28 + Hal -- le -- lu -- ja! + Das Kö -- nig -- reich der Welt ist fort -- + an das Kö -- nig -- reich des Herrn und sei -- nes Christ, und sei -- nes Christ, + und er re -- giert % Seite 29 + \repeat unfold 3 { auf im -- mer und e -- wig, } + Herr der Herrn, der Wel -- ten Gott, % Seite 30 + \repeat unfold 3 { auf im -- mer und e -- wig, \repeat unfold 2 { Hal -- le -- lu -- ja, } } + Herr der Herrn, der Wel -- ten Gott, + \repeat unfold 2 { und er re -- giert } + auf im -- mer und e -- wig, % Seite 31 + Herr der Herrn, auf im -- mer und e -- wig, + der Wel -- ten Gott, \repeat unfold 2 { Hal -- le -- lu -- ja, } + und er re -- giert auf im -- mer und e -- wig, + \repeat unfold 2 { Herr der Herrn, der Wel -- ten Gott, } % Seite 32 + und er re -- giert + \repeat unfold 3 { auf im -- mer und e -- wig, } + \repeat unfold 4 { Hal -- le -- lu -- ja, } + Hal -- le -- lu -- ja! % Seite 33 + +} + +tenorTextXLII = \lyricmode { + \repeat unfold 10 { Hal -- le -- lu -- ja, } % Seite 26 + \repeat unfold 2 { + denn Gott, der Herr, re -- gie -- ret all -- mäch -- tig, + \repeat unfold 4 { Hal -- le -- lu -- ja, } % Seite 27 + } + \repeat unfold 5 { Hal -- le -- lu -- ja, } + denn Gott, der Herr, re -- gie -- ret all -- mäch -- tig, + \repeat unfold 3 { Hal -- le -- lu -- ja, } + denn Gott, der Herr, re -- gie -- ret all -- mäch -- tig, + Hal -- le -- lu -- ja! % Seite 28 + Das Kö -- nig -- reich der Welt ist fort -- + an das Kö -- nig -- reich des Herrn und sei -- nes Christ, und sei -- nes Christ, + und er re -- giert auf im -- mer und e -- _ wig, + \repeat unfold 2 { und er re -- giert auf im -- mer und e -- wig, } % Seite 29 + \repeat unfold 5 { auf im -- mer und e -- wig, \repeat unfold 2 { Hal -- le -- lu -- ja, } } % Seite 30 + Herr der Herrn, der Wel -- ten Gott, + und er re -- giert, und er re -- giert, und er re -- giert auf im -- mer und e -- wig % Seite 31 + Herr der Herrn, der Wel -- ten Gott, + und er re -- giert auf e -- wig, auf im -- mer und e -- wig, + \repeat unfold 2 { Herr der Herrn, der Wel -- ten Gott, } % Seite 32 + und er re -- giert \repeat unfold 3 { auf im -- mer und e -- wig, } + \repeat unfold 4 { Hal -- le -- lu -- ja, } + Hal -- le -- lu -- ja! % Seite 33 +} + +bassTextXLII = \lyricmode { + \repeat unfold 10 { Hal -- le -- lu -- ja, } % Seite 26 + \repeat unfold 2 { + denn Gott, der Herr, re -- gie -- ret all -- mäch -- tig, + \repeat unfold 4 { Hal -- le -- lu -- ja, } % Seite 27 + } + Hal -- le -- lu -- ja, denn Gott, der Herr, re -- gie -- ret all -- mäch -- tig, + \repeat unfold 8 { Hal -- le -- lu -- ja, } Hal -- le -- lu -- ja! % Seite 28 + Das Kö -- nig -- reich der Welt ist fort -- + an das Kö -- nig -- reich des Herrn und sei -- nes Christ, und sei -- nes Christ, + und er re -- giert auf im -- mer und + e -- wig, auf im -- mer und e -- wig, und er re -- giert, und er re -- giert auf im -- mer, % Seite 29 + \repeat unfold 2 { auf im -- mer und e -- wig, } auf e -- wig, auf im -- mer und e -- wig, + \repeat unfold 5 { auf im -- mer und e -- wig, \repeat unfold 2 { Hal -- le -- lu -- ja, } } % Seite 30 + Herr der Herrn, der Wel -- ten Gott, + \repeat unfold 2 { und er re -- giert auf im -- mer und e -- wig, } % Seite 31 + Herr der Herrn, auf im -- mer und e -- wig, + der Wel -- ten Gott, \repeat unfold 2 { Hal -- le -- lu -- ja, } + und er re -- giert auf e -- wig, auf im -- mer und e -- wig, + \repeat unfold 2 { Herr der Herrn, der Wel -- ten Gott, } % Seite 32 + und er re -- giert auf e -- wig, \repeat unfold 3 { auf im -- mer und e -- wig, } + \repeat unfold 4 { Hal -- le -- lu -- ja, } + Hal -- le -- lu -- ja! % Seite 33 +} +% }}} + +% XLIV % {{{ +frauenTextXLIV = \lyricmode { + So kam durch Ei -- nen die Auf -- er -- ste -- hung von dem Tod, + so kam durch Ei -- nen die Auf -- er -- ste -- hung von dem Tod, + so kam durch Ei -- nen die Auf -- er -- ste -- hung von dem Tod. + Al -- so lebt in Chris -- to al -- les wie -- der auf, + al -- so lebt in Chris -- to al -- les wie -- der auf, + al -- so lebt in Chris -- to al -- _ les, in Chris -- to al -- les wie -- der auf, + so lebt in Chris -- to al -- les, al -- les wie -- der auf. +} + +bassTextXLIV = \lyricmode { + So kam durch Ei -- nen die Auf -- er -- ste -- hung von dem Tod, + so kam durch Ei -- nen die Auf -- er -- ste -- hung von dem Tod, + so kam durch Ei -- nen die Auf -- er -- ste -- hung von dem Tod. + Al -- so lebt in Chris -- to al -- les wie -- der auf, + al -- so lebt in Chris -- to al -- les wie -- der auf, + al -- so lebt in Chris -- to al -- _ _ _ _ les wie -- der auf, + so lebt in Chris -- to al -- les, al -- les wie -- der auf. +} +% }}} + +% LI % {{{ +sopranTextLI = \lyricmode { + Wür -- dig ist das Lamm, das da starb, und hat ver -- söh -- net uns mit Gott durch sein Blut, + zu neh -- men Stär -- ke und Reich -- tum und Weis -- heit und Macht und Eh -- re und Ho -- heit und Se -- gen, + wür -- dig ist das Lamm, das da starb, % Seite 41 + und hat ver -- söh -- net uns mit Gott, mit Gott durch sein Blut, zu neh -- men + Stär -- ke und Reich -- tum und Weis -- heit und Macht und Eh -- re und Ho -- heit und Se -- gen. % Seite 42 + Al -- le Ge -- walt und Ehr und Macht und Lob und Preis ge -- büh -- ret + ihm, der sit -- zet auf sei -- nem Thron, _ _ _ _ und al -- so dem Lamm, _ + \repeat unfold 2 { auf im -- mer und e -- wig, } + Eh -- _ _ re, % Seite 43 + der sit -- zet auf sei -- nem Thron, und al -- so dem Lamm, % Seite 44 + Eh -- re, Stär -- ke, Ho -- heit und All -- macht ge -- büh -- ret ihm, der sit -- zet auf sei -- nem + Thron, _ _ _ auf sei -- nem Thron, und al -- so dem + Lamm, + \repeat unfold 10 { auf e -- wig, } % Seite 45 + auf im -- mer und e -- wig, auf im -- mer und e -- wig. A -- men. A -- men. % Seite 46 +} + +altTextLI = \lyricmode { + Wür -- dig ist das Lamm, das da starb, und hat ver -- söh -- net uns mit Gott durch sein Blut, + zu neh -- men Stär -- ke und Reich -- tum und Weis -- heit und Macht und Eh -- re und Ho -- heit und Se -- gen, + wür -- dig ist das Lamm, das da starb, % Seite 41 + und hat ver -- söh -- net uns mit Gott, mit Gott durch sein Blut, zu neh -- men + Stär -- ke und Reich -- tum und Weis -- heit und Macht und Eh -- re und Ho -- heit und Se -- gen. % Seite 42 + Al -- le Ge -- + walt und Ehr und Macht und Lob und Preis ge -- büh -- ret ihm, % Seite 43 + auf im -- mer und e -- wig, und e -- wig, der + sit -- zet auf sei -- nem Thron, _ _ _ auf sei -- nem Thron, und al -- so dem Lamm, + al -- le Ge -- walt und Ehr und Macht und Lob und Preis ge -- büh -- ret ihm, % Seite 44 + Eh -- re, Stär -- ke, Ho -- heit und All -- macht ge -- büh -- ret ihm, der sit -- zet auf sei -- nem + Thron, _ und al -- so dem Lamm, + \repeat unfold 10 { auf e -- wig, } % Seite 45 + auf e -- _ wig, auf im -- mer und e -- wig, auf im -- mer und e -- wig. A -- men. A -- men. % Seite 46 +} + +tenorTextLI = \lyricmode { + Wür -- dig ist das Lamm, das da starb, und hat ver -- söh -- net uns mit Gott durch sein Blut, + zu neh -- men Stär -- ke und Reich -- tum und Weis -- heit und Macht und Eh -- re und Ho -- heit und Se -- gen, + wür -- dig ist das Lamm, das da starb, % Seite 41 + und hat ver -- söh -- net uns mit Gott, mit Gott durch sein Blut, zu neh -- men + Stär -- ke und Reich -- tum und Weis -- heit und Macht und Eh -- re und Ho -- heit und Se -- gen. + Al -- le Ge -- walt und Ehr und Macht und Lob und Preis ge -- büh -- ret ihm, der sit -- zet auf sei -- nem % Seite 42 + Thron, und al -- so dem Lamm, + der sit -- zet auf sei -- nem Thron, und al -- so dem Lamm, + \repeat unfold 3 { auf im -- mer und e -- wig, } % Seite 43 + auf im -- mer und e -- _ _ wig, + und al -- so dem Lamm, + al -- le Ge -- walt und Ehr und Macht und Lob und Preis ge -- büh -- ret ihm, % Seite 44 + Eh -- re, Stär -- ke, Ho -- heit und All -- macht ge -- büh -- ret ihm, + der sit -- zet auf sei -- nem Thron und al -- so dem Lamm, + \repeat unfold 12 { auf e -- wig, } % Seite 45 + auf im -- mer und e -- wig, auf im -- mer und e -- wig. A -- men. A -- men. % Seite 46 +} + +bassTextLI = \lyricmode { + Wür -- dig ist das Lamm, das da starb, und hat ver -- söh -- net uns mit Gott durch sein Blut, + zu neh -- men Stär -- ke und Reich -- tum und Weis -- heit und Macht und Eh -- re und Ho -- heit und Se -- gen, + wür -- dig ist das Lamm, das da starb, % Seite 41 + und hat ver -- söh -- net uns mit Gott, mit Gott durch sein Blut, zu neh -- men + Stär -- ke und Reich -- tum und Weis -- heit und Macht und Eh -- re und Ho -- heit und Se -- gen. + Al -- le Ge -- walt und Ehr und Macht und Lob und Preis ge -- büh -- ret ihm, der sit -- zet auf sei -- nem % Seite 42 + Thron, und al -- so dem Lamm, + al -- le Ge -- walt und Ehr und % Seite 43 + Macht und Lob und Preis ge -- büh -- ret ihm, der sit -- zet auf sei -- nem + Thron, auf sei -- nem Thron, auf sei -- nem Thron, und al -- so dem Lamm, + al -- le Ge -- walt und Ehr und Macht und Lob und Preis ge -- büh -- ret ihm, % Seite 44 + Eh -- re, Stär -- ke, Ho -- heit und All -- macht ge -- büh -- ret ihm, der + sit -- zet auf sei -- nem Thron, und al -- so dem Lamm, al -- so dem Lamm, + \repeat unfold 9 { auf e -- wig, } % Seite 45 + auf e -- _ wig, auf im -- mer und e -- wig, auf im -- mer und e -- wig. A -- men. A -- men. % Seite 46 +} +% }}} + diff --git a/Nehmt_und_esst/Nehmt_und_esst.ly b/Nehmt_und_esst/Nehmt_und_esst.ly new file mode 100755 index 0000000..cc717af --- /dev/null +++ b/Nehmt_und_esst/Nehmt_und_esst.ly @@ -0,0 +1,34 @@ +\include "deutsch.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 100 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +Praes = { + \time 3/4 + \key f \major +} + +\new ChoirStaff << +\new Staff { \Praes << + \new Voice = "Sopran" { \voiceOne \relative a' { \Praes + a2 a4 | c2 a8[ g] | f2 g4 | a2. | b2 b4 | a4.( g8) f4 | a2. | g2. | + a2 a4 | c2 a8[ g] | f2 g4 | a2. | b2 b4 | a4.( g8) f4 | g2. | f2. | }} + \addlyrics { \set stanza = #"1. " Nehmt und esst, das _ ist der Leib des Herrn Je -- sus Chris -- tus, nehmt und esst, das _ ist der Leib des Herrn Je -- sus Chris -- tus. } + \addlyrics { \set stanza = #"2. " Nehmt und trinkt, das _ ist das Blut des Herrn Je -- sus Chris -- tus, nehmt und trinkt, das _ ist das Blut des Herrn Je -- sus Chris -- tus. } + \addlyrics { \set stanza = #"3. " Nehmt und esst und _ nehmt und trinkt, was für euch ge -- ge -- ben. Nehmt und esst und _ nehmt und trinkt, was für euch ge -- ge -- ben. } + \addlyrics { \set stanza = #"4. " Esst und trinkt und _ nehmt ihn auf! Chris -- tus ist nun bei euch, esst und trinkt und _ nehmt ihn auf! Chris -- tus ist nun bei euch. } + \new Voice = "Alt" { \voiceTwo \relative f' { \Praes + f2 f4 | g2 a8[ g] | f2 e4 | f2. | f2 f4 | f2 f4 | f2. | e2. | + f2 f4 | g2 a8[ g] | f2 e4 | f2. | f2 f4 | f2 f4 | f2( e4) | f2. | }} + >> + r4 \bar "|." } +\new Staff { \Praes \clef "bass" << + \new Voice = "Tenor" { \voiceOne \relative c' { \Praes + c2 c4 | c2 c4 | a2 c4 | c2. | d2 d4 | c4.( b8) a4 | c2. | c2. | + c2 c4 | c2 c4 | a2 c4 | c2. | d2 d4 | c4.( b8) a4 | b2. | a2. | }} + \new Voice = "Bass" { \voiceTwo \relative f { + f2 f4 | e2 e4 | d2 c4 | f2. | f2 f4 | f2 f4 | c2. | c2. | + f2 f4 | e2 e4 | d2 c4 | f2. | f2 f4 | f2 f4 | c2. | f2. | }} + >> + \bar "|." } +>> diff --git a/Nun_danket_alle_Gott/Nun_danket_alle_Gott.ly b/Nun_danket_alle_Gott/Nun_danket_alle_Gott.ly new file mode 100644 index 0000000..7e4d6cd --- /dev/null +++ b/Nun_danket_alle_Gott/Nun_danket_alle_Gott.ly @@ -0,0 +1,36 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = frauen { \generalPausen \bar "|." } + \new Voice = sopran { \global \voiceOne \sopranMelodie \bar "|." } + \new Voice = alt { \global \voiceTwo \altMelodie \bar "|." } + >> + } + \new Lyrics \lyricsto sopran { \sopranTextI } + \new Lyrics \lyricsto sopran { \sopranTextII } + \new Staff << + \new Voice = maenner { \generalPausen \bar "|." } + \new Voice = tenor { \global \voiceOne \tenorMelodie } + \new Voice = bass { \global \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Nun_danket_alle_Gott/stimmen.ly b/Nun_danket_alle_Gott/stimmen.ly new file mode 100644 index 0000000..e19f811 --- /dev/null +++ b/Nun_danket_alle_Gott/stimmen.ly @@ -0,0 +1,142 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + %\autoBeamOff + } + +% Die Stimmen + + generalPausen = { + \set Score.skipBars = ##t + { + r2 s2 + \repeat volta 2 { + s1*3 + R1*2 r2 + s2 s1*4 + R1*3 + } \alternative {{ r2 s2 } { R1 }} + r2 + s2 s1*2 s2 + r2 R1*3 r2 + s2 s1*3 + R1*4 r2 + s2 s1*3 + R1*3 r2 + s2 s1*3 + R1*7 | + } + } + + pauseI = { + s4. | + s2. s4. | + } + pauseII = { + s4. | + \repeat unfold 2 { s1*9/8 | } + } + + sopranMelodie = \relative c'' { + << + %the actual tune + { + s2 c | + \repeat volta 2 { + c c | d d | c1 | + s1*2 s2 + a2 | b a | g a | g1 | f | + s1*3 + } \alternative {{ s2 c'2 } { s1 }} + s2 + g2 | g g | a a | g + s2 s1*3 s2 + g2 | a4( h) c2 | c h | c1 | + s1*4 s2 + c2 | d c | b a | b1 | + s1*3 s2 + a2 | g a | g g | f1 | + s1*7 + } + >> + } + + altMelodie = \relative c' { + << + %the actual tune + { + s2 f | + \repeat volta 2 { + f a | b b | a1 | + s1*2 s2 + f2 | g f | e f | f( e) | c1 | + s1*3 + } \alternative {{ s2 f } { s1 }} + s2 + e2 | e e | f f | g + s2 s1*3 s2 + g2 | f g | g g | g1 | + s1*4 s2 + a2 | b a | f f | f1 | + s1*3 s2 + f2 | e f | f e | c1 | + s1*7 + } + >> + } + + tenorMelodie = \relative c' { + << + %the actual tune + \clef "treble_8" + { + s2 a | + \repeat volta 2 { + a4( c) f2 | f f | f1 | + s1*2 s2 + c2 | c c | c c | c2.( g4) | a1 | + s1*3 + } \alternative {{ s2 a } { s1 }} + s2 + c2 | c c | c c4( d) | e2 + s2 s1*3 s2 + c2 | c4( d) e2 | d d | e1 | + s1*4 s2 + f2 | f es | d c | d1 | + s1*3 s2 + c2 | c c | c c | a1 | + s1*7 + } + >> + } + + bassMelodie = \relative c { + << + %the actual tune + \clef bass + { + s2 f | + \repeat volta 2 { + f f | b b, | f'1 | + s1*2 s2 + f2 | e f | c4( b) a( f) | c'1 | f,1 | + s1*3 + } \alternative {{ s2 f' } { s1 }} + s2 + c2 | c c | f f, | c' + s2 s1*3 s2 + e2 | f e4( f) | g2 g, | c1 | + s1*4 s2 + f2 | b, c | d4( es) f2 | b,1 | + s1*3 s2 + f'2 | c' f, | c c | f1 | + s1*7 + } + >> + } + diff --git a/Nun_danket_alle_Gott/texte.ly b/Nun_danket_alle_Gott/texte.ly new file mode 100644 index 0000000..0200444 --- /dev/null +++ b/Nun_danket_alle_Gott/texte.ly @@ -0,0 +1,27 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + sopranTextI = \lyrics { + %<+hier den Text für den Sopran eintragen+> + Nun dan -- ket al -- le Gott mit Her -- zen, Mund und Hän -- den, der + } + sopranTextII = \lyrics { + _ gro -- ße Din -- ge tut an uns und al -- len En -- den; + _ der uns von Mut -- ter -- leib und Kin -- des -- bei -- nen an un zäh -- lig viel zu gut bis hier -- her hat ge -- tan. + } + + altText = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + tenorText = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + bassText = \lyrics { + %<+hier den Text für den Baß eintragen+> + } + diff --git a/Nun_komm_der_Heiden_Heiland/Nun_komm_der_Heiden_Heiland.ly b/Nun_komm_der_Heiden_Heiland/Nun_komm_der_Heiden_Heiland.ly new file mode 100644 index 0000000..2047b2a --- /dev/null +++ b/Nun_komm_der_Heiden_Heiland/Nun_komm_der_Heiden_Heiland.ly @@ -0,0 +1,70 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\paper { + top-margin = 5 + print-all-headers = ##t +} +\header { + title = "Nun komm, der Heiden Heiland" + composer = "J.S.Bach" + tagline = ##f +} + +\score { + \header { + title = "1. Ouverture" + composer = ##f + } + + \new ChoirStaff << + \addQuote "sopranCueI" { \sopranCueI } + \addQuote "altCueI" { \altCueI } + \set Score.skipBars = ##t + \new Staff << + \new Voice = frauen { \globalI \oneVoice \frauenPausenI } + \new Voice = sopran { \globalI \voiceOne \sopranMelodieI } + \new Voice = alt { \globalI \voiceTwo \altMelodieI } + >> + \new Lyrics \lyricsto sopran { \textI } + \addQuote "bassCueI" { \tenorCueI } + \addQuote "tenorCueI" { \bassCueI } + \new Staff << + \new Voice = maenner { \globalI \oneVoice \maennerPausenI } + \new Voice = tenor { \globalI \clef "bass" \voiceOne \tenorMelodieI } + \new Voice = bass { \globalI \clef "bass" \voiceTwo \bassMelodieI } + >> + \new Lyrics \lyricsto bass { \textI } + >> + \layout { + indent = #0 + } +} + +\score { + \header { + title = "6. Choral" + composer = ##f + } + + \new ChoirStaff << + \set Score.skipBars = ##t + \new Voice = sopran { \globalVI \sopranMelodieVI } + \new Lyrics \lyricsto sopran { \sopranTextVI } + \new Voice = alt { \globalVI \altMelodieVI } + \new Lyrics \lyricsto alt { \altTextVI } + \new Voice = tenor { \globalVI \clef "G_8" \tenorMelodieVI } + \new Lyrics \lyricsto tenor { \tenorTextVI } + \new Voice = bass { \globalVI \clef "bass" \bassMelodieVI } + \new Lyrics \lyricsto bass { \bassTextVI } + >> + \layout { + indent = #0 + } +} diff --git a/Nun_komm_der_Heiden_Heiland/stimmen.ly b/Nun_komm_der_Heiden_Heiland/stimmen.ly new file mode 100644 index 0000000..4594c81 --- /dev/null +++ b/Nun_komm_der_Heiden_Heiland/stimmen.ly @@ -0,0 +1,276 @@ +\version "2.18" + +globalI = { + \time 4/4 + \key c \major + \autoBeamOff +} + +sopranCueI = \relative e'' { + \autoBeamOn + e4~ e16 e fis gis a8. a16 h8. c16 | + h4 e,~ e8. a16 gis8. a16 | + f8. e16 d8. c16 h8. f'16 e8. d16 | + s1*4 | + d8. c32 h e8. d16 c4.^\trill h8 | + s1*4 | + e4~ e16 e fis gis a8. a16 h8. c16 | + h4 e,~ e8. a16 gis8. a16 | + f8. e16 d8. c16 h8. f'16 e8. d16 | + s1*4 | + d8. c32 h e8. d16 c4.^\trill h8 | + s1*4 | + d8. a16 f'4~ f8. g32 e f4~ | + f8. + e32 d e4~ e8. f32 d e4~ | + e8. d32 c d4~ d8. c32 h e8. d16 | + s1*5 | \time 3/4 + s2.*52 | \time 4/4 + a4~ a16 a h cis d8. d16 e8. f16 | + e4 a,~ a8. d16 cis8. d16 | + b8. a16 g8. f16 e8. b'16 a8. g16 | + s1*6 | \bar "|." +} + +altCueI = { + s1*32 | \time 3/4 + s2.*52 | \time 4/4 + cis'4 s2. | +} + +tenorCueI = { + s1*32 | \time 3/4 + s2.*52 | \time 4/4 + a4 s2. | +} + +bassCueI = { + s1*32 | \time 3/4 + s2.*52 | \time 4/4 + a,4 s2. | +} + +frauenPausenI = { + s1*3 | + s1*4 | + s1 | + s1*4 | + s1*3 | + R1*4 | + s1 | + R1*4 | + s1*6 | + s2 r | + R1 | \time 3/4 + R2.*52 | \time 4/4 + s1*3 | + s1*3 | + s2 r | + R1*2 | \bar "|." +} + +maennerPausenI = { + R1*15 | + s1*4 | + R1 | + s1*4 | + R1*3 | + s1*3 | + s2 r | + R1 | \time 3/4 + R2.*52 | \time 4/4 + s4 r2. | + R1*2 | + s1*3 | + s2 r | + R1*2 | \bar "|." +} + +sopranMelodieI = \relative a' { + \cueDuring "sopranCueI" #UP { s1*3 | } + a2 a | + gis c | + h4( a) h2 | + a1 | + \cueDuring "sopranCueI" #UP { s1 | } + e2 e | + dis g | + fis4( e) fis2 | + e1 | + \cueDuring "sopranCueI" #UP { s1*3 | } + s1*4 | + \cueDuring "sopranCueI" #UP { s1 | } + s1*4 | + \cueDuring "sopranCueI" #UP { s1*3 | } + a2 c | + d c | + d2. e4 | + c2 s | + s1 | \time 3/4 + s2.*52 | \time 4/4 + \cueDuring "sopranCueI" #UP { s1*3 | } + a2 a | + gis c | + h4( a) h2 | + a s | + s1*2 | \bar "|." +} + +altMelodieI = \relative a' { + R1*3 | + a2 a | + gis c | + h4( a) h2 | + a1 | + R1 | + e2 e | + dis g | + fis4( e) fis2 | + e1 | + R1*3 | + s1*4 | + R1 | + s1*4 | + R1*3 | + e2 e | + f4( e) e2 | + d2. g4 | + e2 s | + s1 | \time 3/4 + s2.*52 | \time 4/4 + \cueDuring "altCueI" #UP s4 r2. | + R1*2 | + f2 f | + h, a4( c) | + f( a) gis2 | + e s | + s1*2 | \bar "|." +} + +tenorMelodieI = \relative a { + s1*15 | + a2 a | + gis c | + h4( a) h2 | + a1 | + s1 | + e2 e | + dis g | + fis4( e) fis2 | + e1 | + s1*3 | + c'2 e | + h a4( g) | + a2 h | + c s | + s1 | \time 3/4 + s2.*52 | \time 4/4 + \cueDuring "tenorCueI" #UP s4 s2. | + s1*2 | + d2 d | + e e | + d d | + c s | + s1*2 | \bar "|." +} + +bassMelodieI = \relative a { + s1*15 | + a2 a | + gis c | + h4( a) h2 | + a1 | + s1 | + e2 e | + dis g | + fis4( e) fis2 | + e1 | + s1*3 | + a,2 a' | + a4( gis) a( e) | + f( d) g( g,) | + c2 s | + s1 | \time 3/4 + s2.*52 | \time 4/4 + \cueDuring "bassCueI" #DOWN s4 s2. | + s1*2 | + d2 f | + e a, | + d4( h) e2 | + a, s | + s1*2 | \bar "|." +} + +globalVI = { + \time 4/4 + \key g \major + \autoBeamOff +} + +sopranMelodieVI = \relative d'' { + R1 | + d2 h | + d h | + h4 h a a | + h h a a | + h h a2 | + g1 | + g'2 fis | + e d | + c h | + a1 | + g~ | + g~ | + g | \bar "|." +} + +altMelodieVI = \relative d' { + r8 d16[( e] fis[ g a fis] g8) d g4~ | + g8[ fis16 g] a4~ a8[ g16 a h8] h | + a2 g | + r8 d g g g fis16[( g]) a8 a | + a[( g16 fis] g[ a h g] a[ h a g] fis[ g fis e] | + d8) d g4. fis16[( e]) fis4~ | + fis8 h, e4. d8 e fis | + g fis e d c4. d16[ c] | + h4. c16[ h] a4. h16[ a] | + g[ g' fis e] d4~ d16[ h c d] e4~ | + e16[ fis e fis] g4~ g16[ h a g] fis4~ | + fis16[ a g fis] e[ g fis e] d8.[ e16] f4~ | + f8[ e16 d] c[ h a g] e'2~ | + e16[ g f e] d8.[ c16] h2 | \bar "|." +} + +tenorMelodieVI = \relative f { + r8 f16[( g] a[ h c a] d4.) c16[( h]) | + a4 d, d'~ d16[ c d e] | + a,4. d8 d2 | + r r8 a d d | + d h16[( c]) d8 d d a d4 | + r4. h8 e e d4~ | + d8 g, c4. h8 cis dis | + e2~ e8[ fis16 e] d4~ | + d8[ e16 d] c4~ c8[ d16 c] h4~ | + h8[ c16 h] a4~ a8[ h16 a] g4~ | + g8 e a4~ a16[ g a h c8] h | + h2~ h16[ c d8. c16 d8]~ | + d[ c16 h] a[ g f e] c'2~ | + c4~ c16[ d32 c h16 c32 a] h2 | \bar "|." +} + +bassMelodieVI = \relative d { + d2 h | + r8 d16[( e] fis[ g a fis] g8) d g4~ | + g8[ fis16 e] fis4 g2 | + g,4 r8 g d'4 r8 d | + e4 r8 e d'4 r8 d, | + g fis e d c h c d | + e4. c8 g'4. fis8 | + e[( fis]) g[( e]) a fis h a | + g[ e a g] fis[ d g fis] | + e[ a fis d] g[ fis e d] | + c4. cis8 d4. dis8 | + e4. d16[ c] h4. a16[ h] | + c8[ d16 e] f[ g a h] c8 g e c | + g'2 g, | \bar "|." +}
\ No newline at end of file diff --git a/Nun_komm_der_Heiden_Heiland/texte.ly b/Nun_komm_der_Heiden_Heiland/texte.ly new file mode 100644 index 0000000..afc53bb --- /dev/null +++ b/Nun_komm_der_Heiden_Heiland/texte.ly @@ -0,0 +1,29 @@ +textI = \lyricmode { + Nun komm der Hei -- den Hei -- land. Nun komm der Hei -- den Hei -- land. + der Jung -- frau -- en Kind er -- kannt. + Gott solch' Ge -- burt ihm be -- stellt. +} + +sopranTextVI = \lyricmode { + A -- men, A -- men! + Komm, du schö -- ne Freu -- den -- kro -- ne, bleib nicht lan -- ge! + Dei -- ner wart' ich mit Ver -- lan -- gen. __ +} + +altTextVI = \lyricmode { + A -- men, A -- _ men, A -- men! + Komm, komm, du schö -- ne Freu -- den -- kro -- ne, komm und bleib nicht lan -- ge! + Dei -- ner wart' ich mit Ver -- lan -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ gen. +} + +tenorTextVI = \lyricmode { + A -- men, A -- men, A -- _ _ men! + Komm, komm, du schö -- ne Freu -- den -- kro -- ne, komm, komm, komm und bleib nicht lan -- ge! + Dei -- ner wart' __ _ _ _ _ _ ich mit Ver -- lan -- _ _ gen. +} + +bassTextVI = \lyricmode { + A -- men, A -- men, A -- _ men! + Komm, komm, komm, komm, komm, komm, komm, komm, komm, du schö -- ne Freu -- den -- kro -- ne, bleib nicht lan -- ge! + Dei -- ner wart' ich mit Ver -- lan -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ gen, mit Ver -- lan -- gen. +}
\ No newline at end of file diff --git a/Puer_natus_in_Betlehem/Puer_natus_in_Betlehem.ly b/Puer_natus_in_Betlehem/Puer_natus_in_Betlehem.ly new file mode 100644 index 0000000..7bf9d52 --- /dev/null +++ b/Puer_natus_in_Betlehem/Puer_natus_in_Betlehem.ly @@ -0,0 +1,56 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Lyrics = "textEinsS" {} + \new Lyrics = "textZweiS" {} + \new Lyrics = "textDreiS" {} + \new Staff = "frauen" << + \new Voice = "frauen" { \pausen } + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + \new Lyrics = "textEinsA" {} + \new Lyrics = "textZweiA" {} + \new Lyrics = "textDreiA" {} + \new Lyrics = "textEinsT" {} + \new Lyrics = "textZweiT" {} + \new Lyrics = "textDreiT" {} + \new Staff = "maenner" << + \new Voice = "maenner" { \pausen } + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \new Lyrics = "textEinsB" {} + \new Lyrics = "textZweiB" {} + \new Lyrics = "textDreiB" {} + \context Lyrics = "textEinsS" \lyricsto "sopran" \textI + \context Lyrics = "textZweiS" \lyricsto "sopran" \textII + \context Lyrics = "textDreiS" \lyricsto "sopran" \textIII + \context Lyrics = "textEinsA" \lyricsto "alt" \textI + \context Lyrics = "textZweiA" \lyricsto "alt" \textII + \context Lyrics = "textDreiA" \lyricsto "alt" \textIII + \context Lyrics = "textEinsT" \lyricsto "tenor" \textI + \context Lyrics = "textZweiT" \lyricsto "tenor" \textII + \context Lyrics = "textDreiT" \lyricsto "tenor" \textIII + \context Lyrics = "textEinsB" \lyricsto "bass" \textI + \context Lyrics = "textZweiB" \lyricsto "bass" \textII + \context Lyrics = "textDreiB" \lyricsto "bass" \textIII + >> + \layout { + indent = #0 + } +} diff --git a/Puer_natus_in_Betlehem/stimmen.ly b/Puer_natus_in_Betlehem/stimmen.ly new file mode 100644 index 0000000..6bc1a03 --- /dev/null +++ b/Puer_natus_in_Betlehem/stimmen.ly @@ -0,0 +1,44 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + pausen = { + \repeat volta 3 { s2*5 r2 | s2*7 r2 | s2*7 r2 | s2*5 r2 | } R1 | \bar "|." + } + + sopranMelodie = \relative f' { + \repeat volta 3 { + f2 g | a4 g8 f c'4 d | c2 s | c d | c4 b8 a b4 g | + f c' b g | f2 s | g a4 a | g c8 e d4 h | c e, f g | + c,2 s | c' b4 a8[ g] | a4 c b g | f2 s2 | } + } + + altMelodie = \relative a' { + \repeat volta 3 { + a4 f g f8 e | f2. f4 | f2 s | f f | a4 g8 f g4 e | + f a g e | f2 s | e f4 f | e g8 g f4 d | e e f g | + c,2 s | f f4 f | f a g e | f2 s | } + } + + tenorMelodie = \relative c' { + \repeat volta 3 { + c2 c | c4 b8 a a4 b | a2 s | a b4 b | a c d c | + a c d c | a2 s | c c4 c | c c8 c a4 g | g e f g | + c,2 s | a' b4 c | c c d c | a2 s | } + } + + bassMelodie = \relative f { + \repeat volta 3 { + f4 f e d8 c | f2. f4 | f2 s | f4 f b,8[ c d e] | f4 f b, c | + f a, b c | f2 s | c f8[ g] a[ h] | c4 e,8 e f4 g | c, e f g | + c,2 s | f f4 f | f a, b c | f2 s | } + } + diff --git a/Puer_natus_in_Betlehem/texte.ly b/Puer_natus_in_Betlehem/texte.ly new file mode 100644 index 0000000..af28e01 --- /dev/null +++ b/Puer_natus_in_Betlehem/texte.ly @@ -0,0 +1,30 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Pu -- er na -- tus in Beth -- le -- hem,
+ un -- de gau -- det Je -- ru -- sa -- lem,
+ Je -- ru -- sa -- lem.
+ Ein Kind ge -- bo -- ren zu Beth -- le -- hem, zu Beth -- le -- hem,
+ des freu -- et sich Je -- ru -- sa -- lem.
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Hic ja -- cet in prae -- se -- pi -- o,
+ qui reg -- nat si -- ne ter -- mi -- no,
+ ter -- _ mi -- no.
+ Hier liegt er in dem _ Krip -- pe -- lein, im Krip -- pe -- lein,
+ und be -- herr -- schet uns ins -- ge -- mein.
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Glo -- ri -- a ti -- bi Do -- mi -- ne,
+ qui na -- tus es de Vir -- gi -- ne,
+ de Vir -- gi -- ne.
+ Ehr sei dir, o mein _ Je -- su -- lein, o Je -- su -- lein,
+ ge -- bo -- ren aus der Jung -- frau rein.
+ }
diff --git a/Sancta_Maria/Sancta_Maria.ly b/Sancta_Maria/Sancta_Maria.ly new file mode 100644 index 0000000..85e7f43 --- /dev/null +++ b/Sancta_Maria/Sancta_Maria.ly @@ -0,0 +1,39 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff + << + \pausen + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Staff = "maenner" << + \pausen + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "bass" \textII + \context Lyrics = "textDrei" \lyricsto "bass" \textIII + >> + \layout { + indent = #0 + } +} diff --git a/Sancta_Maria/stimmen.ly b/Sancta_Maria/stimmen.ly new file mode 100644 index 0000000..1ea3f37 --- /dev/null +++ b/Sancta_Maria/stimmen.ly @@ -0,0 +1,38 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key b \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + pausen = { + s1*7 | s2. r4 | + s1*8 | + } + + sopranMelodie = \relative f' { + f2^\p f | g f | f4( d') c b | b2 a | a a | b d | c4( b) a( g) | f2. s4 | + c'2 b4( a) | b2 b | c d4( es) | es4. d8 d2 | d b | b g4 c | b2( a) | b1\fermata | \bar "|." + } + + altMelodie = \relative d' { + d2 d | es d | d4( f) f f | f2 f | f f | f4( d) f2 | f4( g) f( e) | c2. s4 | + f2 f | f f | f f | f4. f8 f2 | f f | g es4 g | f1 | f | \bar "|." + } + + tenorMelodie = \relative b { + b2 b | b b | b es4 d | d2 c | c f4( es) | d2 b | c4( d) c( b) | a2. s4 | + es'2 d4( c) | d2 b | a b4( c) c4. b8 b2 | b d | es es4 es | d2( c) | d1 | \bar "|." + } + + bassMelodie = \relative b, { + b2 b | es4( g) b2 | b a4 b | f2 f | f f | b b, | a4( b) c2 | f2. s4 | + f2 f | b, d | f f | b,4. b8 b2 | b' b, | es es4 es | f1 | b,\fermata | \bar "|." + } + diff --git a/Sancta_Maria/texte.ly b/Sancta_Maria/texte.ly new file mode 100644 index 0000000..8274440 --- /dev/null +++ b/Sancta_Maria/texte.ly @@ -0,0 +1,21 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ San -- cta, san -- cta, san -- cta Ma -- ri -- a, san -- cta De -- i Ge -- ni -- trix.
+ San -- cta vir -- go, vir -- go vir -- gi -- num, o -- ra, o -- ra pro -- no -- bis.
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ A -- ve, a -- ve, a -- ve Ma -- ri -- a, Ma -- ter ad -- mi -- ra -- bi -- lis.
+ Vir -- go pi -- a, vir -- go vir -- gi -- num,
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Sal -- ve, sal -- ve, sal -- ve Re -- gi -- na, vir -- go pru -- den -- tis -- si -- ma,
+ dul -- cis vir -- go cle -- men -- tis -- si -- ma,
+ }
diff --git a/Schalom_Schalom_der_Herr_segne_uns/Schalom_Schalom_der_Herr_segne_uns.ly b/Schalom_Schalom_der_Herr_segne_uns/Schalom_Schalom_der_Herr_segne_uns.ly new file mode 100644 index 0000000..ec8b225 --- /dev/null +++ b/Schalom_Schalom_der_Herr_segne_uns/Schalom_Schalom_der_Herr_segne_uns.ly @@ -0,0 +1,38 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" + title = "Schalom, Schalom, der Herr segne uns" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new ChordNames { \global \harmonien } + \new Staff { + << + \new Voice = sopran { \voiceOne \global \sopranMelodie } + \new Voice = alt { \voiceTwo \global \altMelodie } + >> + } + \new Lyrics \lyricsto alt { \textI } + \new Lyrics \lyricsto alt { \textII } + \new Lyrics \lyricsto alt { \textIII } + \new Lyrics \lyricsto alt { \textIV } + \new Staff << + \new Voice = tenor { \voiceOne \clef "bass" \global \tenorMelodie } + \new Voice = bass { \voiceTwo \clef "bass" \global \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Schalom_Schalom_der_Herr_segne_uns/stimmen.ly b/Schalom_Schalom_der_Herr_segne_uns/stimmen.ly new file mode 100644 index 0000000..dfc2eba --- /dev/null +++ b/Schalom_Schalom_der_Herr_segne_uns/stimmen.ly @@ -0,0 +1,47 @@ +%some settings% vim: ai sw=2 lbr nu et + + global = { + \key f \major + \time 4/4 + \autoBeamOff + \slurSolid + \tieSolid + \partial 4 + } + + harmonien = { \set majorSevenSymbol = \markup { 7 } + \chordmode { + s4 | f1 | a:m | d2:m g:m | c1:7 | f | a2.:m d4:m | b2 c2 | f2. + s4 | b1 | f | g2:m c | f1 | b | f | g } | <c f>2 \chordmode { c2:3 } +% \repeat unfold 2 { f2. | g:m | c:7 | b4. f | f2. | g:m | c:7 | b4. f | } +% a2.:m | e4.:4 e | e2.:7 | a:m | d4.:m g:7 | c f:maj7 | b g:m | c:4 c:7 | + } + + sopranMelodie = \relative c' { + c4 | c'2. a8[ b] | c2. a4 | f2 b4 a | + g2.\breathe c,4 | c'2. a8[ b] | c4.( a) f4 | g2 f4 d | f2.^\markup "Fine" \bar "|." + f4 | f4.( b) d4 | \slurDashed c4( b8) a4. a4 | b d c b | a b8 c4. f,4\breathe | + d'2 b | c4 b8 a4. a4 | h c d g, | c4( c2) \bar "||" + } + + altMelodie = \relative c' { + c4 | a'2. f4 | e2. e4 | d2 d4 d | + e2. c4 | a'2. f4 | e2. d4 | d2 d4 d | c2. \bar "|." + f4 | d4.( f) f4 | \tieDashed \set melismaBusyProperties = #'() f4~ f8 f4. f4 | f f e e | f f8 f4. f4 | + f2 f | f4 f8 f4. f4 | f f f f | \slurDashed f4( e2) \bar "||" + } + + tenorMelodie = \relative c { + c4 | c'2. c4 | c2. c4 | c2 b4 b | + b2.\breathe c,4 | c'2. c4 | c2. a4 | b2 b4 b | a2. \bar "|." + f4 | b4.( d) a4 | \slurDashed a4( g8) f4. f4 | g g c c | f, g8 a4. c4\breathe | + b2 b | a4 g8 f4. f4 | g a h h | \tieDashed c4~ c2 \bar "||" + } + + bassMelodie = \relative c { + c4 | f2. f4 | a2. a4 | d,2 g4 g | + c,2. c4 | f2. f4 | a2. d,4 | b2 c4 c | f2. \bar "|." + f4 | b4.( d) a4 | \slurDashed a4( g8) f4. f4 | g g c c | f, g8 a4. c4\breathe | + b2 b | a4 g8 f4. f4 | g a h h | \tieDashed c4~ c2 \bar "||" + } + diff --git a/Schalom_Schalom_der_Herr_segne_uns/texte.ly b/Schalom_Schalom_der_Herr_segne_uns/texte.ly new file mode 100644 index 0000000..51b45b6 --- /dev/null +++ b/Schalom_Schalom_der_Herr_segne_uns/texte.ly @@ -0,0 +1,34 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyrics { + \set stanza = "1.-4." + \repeat unfold 2 { Scha -- lom, Scha -- lom, der Herr seg -- ne uns. } + \set stanza = "1." + Der Herr sei vor _ dir, um dir den rech -- ten Weg zu zei -- gen. + Er sei ne -- ben dir, dass sein Arm dich be -- schüt -- ze. + } + + textII = \lyrics { + \repeat unfold 18 { \skip 1 } + \set stanza = "2." + Der Herr sei hin -- ter dir, um dich vor Fein -- den zu be -- wah -- ren. + Er sei un -- ter dir. Er hält dich, wenn du fällst. _ + } + + textIII = \lyrics { + \repeat unfold 18 { \skip 1 } + \set stanza = "3." + Der Herr sei in _ dir, um dich in Trau -- rig -- keit zu trös -- ten. + Er sei um dich her, den Bö -- sen ab -- zu -- weh -- ren. + } + + textIV = \lyrics { + \repeat unfold 18 { \skip 1 } + \set stanza = "4." + Der Herr sei ü -- ber dir, um sei -- nen Reich -- tum dir zu ge -- ben. + So um -- ge -- be dich der Herr von al -- len Sei -- ten. + } diff --git a/Schlaflied/16_Gutenachtlied.mp3 b/Schlaflied/16_Gutenachtlied.mp3 Binary files differnew file mode 100644 index 0000000..143b65f --- /dev/null +++ b/Schlaflied/16_Gutenachtlied.mp3 diff --git a/Schlaflied/16_Gutenachtlied_normal.mp3 b/Schlaflied/16_Gutenachtlied_normal.mp3 Binary files differnew file mode 100644 index 0000000..6cc19b2 --- /dev/null +++ b/Schlaflied/16_Gutenachtlied_normal.mp3 diff --git a/Schlaflied/Schlaflied.ly b/Schlaflied/Schlaflied.ly new file mode 100644 index 0000000..e631870 --- /dev/null +++ b/Schlaflied/Schlaflied.ly @@ -0,0 +1,97 @@ +\include "deutsch.ly" + +\header { + title = "Schlaflied" + composer = "" + tagline = "" +} + +global = { + \time 4/4 + \partial 8 +} + +akkorde = \chordmode { + \global + \repeat volta 2 { s8 | c1 | a:min | d:min | g | d:min | g | a4:min g f2 | g4 g:7 c4. } s8 | + c2 a:min~ | a4..:min g16~ g2~ | g2 c | e:min a:min~ | a:min d:min~ | d:min g~ | g c~ | c1 | a2:min f~ | f g~ | g c | e:min a:min~ | + a:min d:min~ | d:min g | g:7 c | +} + +toene = \relative { + \global + \key c \major + \clef treble + \autoBeamOff + \repeat volta 2 { g8 | e' e e e g16 g8. e8 e16 c~ | c8 c4. r c8 | f f4 f16 f f8 f e f | + d2 r4. g,8 | f' f f f16 a~ a8 a f f | d8 d4. r4 c8 d | e e g g a4. a8 | g f e d c4. } r8 | + c'4 c a2~ | a8 g a g16 g~ g2 | r4 g8 e g4 g | e g8 c,~ c2 | r4 d8 e f4 f | f a a g~ | g g8 f e8 g4.~ | g2 r | + e4 g a4. a8 | a4 g8 g~ g2 | r4 g8 e g4 g | e4. g8 c,2 | r4 d8 e f4 f | f a8 g~ g2 | r4 e8 d c2 | +} + +textI = \lyricmode { + \set stanza = "1." + Die Son -- ne ist vom Him -- mel fort -- ge -- gan -- gen, + der Tag schließt sei -- nen Far -- ben -- kas -- ten ab, + der Mond hat sei -- ne Run -- de an -- ge -- fan -- gen, + und er knipst die Ster -- ne an und schaut auf uns he -- rab. + \set stanza = "Refr." + Gu -- te Nacht, es ist so -- weit: Es ist wie -- der Schla -- fens -- zeit, + nur der Wind spielt noch ein we -- nig mit den Bäu -- men. + Es wird still im gan -- zen Haus, auch die Lam -- pen ruh'n sich aus + und die Blu -- men sa -- gen sacht: Gu -- te Nacht! +} + +textIa = \lyricmode { + Die Blät -- ter an den Zwei -- gen flüs -- tern lei -- se, + das Land zieht sich die Nacht bis ü -- ber's Ohr, + drei Wol -- ken -- scha -- fe sind noch auf der Rei -- se + und ein Frosch quakt sei -- ner Frau das Frö -- sche -- nacht -- lied vor: +} + +textII = \lyricmode { + \set stanza = "2." + Die Gril -- le zirpt auf ih -- rer Vi -- o -- li -- ne, + die Kat -- ze macht sich fein und geht spa -- zier'n, + Die Spin -- ne hä -- kelt ei -- ne Netz -- gar -- di -- ne + und Fa -- mi -- lie I -- gel sieht man durch's Re -- vier mar -- schiern. +} + +textIIa = \lyricmode { + Auch Mäu -- se geh'n auf Wan -- der -- schaft im Dun -- keln, + mit zar -- ten Stim -- men singt der Mü -- cken -- chor, + und blank ge -- putz -- te Glit -- zer -- per -- len fun -- keln + ganz weit o -- ben aus des Him -- mels schwar -- zem Samt her -- vor. +} + +\score{ + +{ +<< +\new Staff \transpose c d \toene +\new ChordNames \akkorde +\new Staff \new Voice = melodie \toene +\new Lyrics \lyricsto melodie \textI +\new Lyrics \lyricsto melodie \textIa +\new Lyrics \lyricsto melodie \textII +\new Lyrics \lyricsto melodie \textIIa +>> +} + +\layout { } +} + +\score{ + +{ +<< +\new ChordNames \unfoldRepeats \akkorde +\new Staff \unfoldRepeats \toene +>> +} +\midi { \context { + \Score + tempoWholesPerMinute = #(ly:make-moment 36 2) + } } + +} diff --git a/Schlaflied/Schlaflied.mid b/Schlaflied/Schlaflied.mid Binary files differnew file mode 100644 index 0000000..39e65b3 --- /dev/null +++ b/Schlaflied/Schlaflied.mid diff --git a/Seid_nicht_bekuemmert/Seid_nicht_bekuemmert.ly b/Seid_nicht_bekuemmert/Seid_nicht_bekuemmert.ly new file mode 100644 index 0000000..9434538 --- /dev/null +++ b/Seid_nicht_bekuemmert/Seid_nicht_bekuemmert.ly @@ -0,0 +1,40 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = "frauen" { \global \pausen } + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + } + \new Lyrics = "textEins" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textDrei" {} + \new Staff = "maenner" << + \new Voice = "maenner" { \global \pausen } + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textZwei" \lyricsto "bass" \textII + \context Lyrics = "textDrei" \lyricsto "bass" \textIII + >> + \layout { + indent = #0 + } +} diff --git a/Seid_nicht_bekuemmert/stimmen.ly b/Seid_nicht_bekuemmert/stimmen.ly new file mode 100644 index 0000000..f5669e5 --- /dev/null +++ b/Seid_nicht_bekuemmert/stimmen.ly @@ -0,0 +1,38 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + pausen = \relative c' { + s1*12 | s2. r4 | \bar "||" + } + + sopranMelodie = \relative f' { + \repeat volta 2 { f4 f8 f f e4. | d4 d8 d d[ e] e4 | f a b b8 a | } \alternative { { g g a b b[ a] a4 | } { g8 g f e f2 | \bar "|." } } + \repeat unfold 2 { c'4 c8 c c4 b | b8 a g f~ f2 | } \alternative { { d4 f f e | f2 f | } { d4 f f e | f2. s4 | \bar "||" } } + } + + altMelodie = \relative c' { + \repeat volta 2 { c4 d8 d d c4. | a4 b8 b b4 b | f' f f f8 f | } \alternative { { f f e e f4 f | } { d8 d d d c2 | \bar "|." } } + \repeat unfold 2 { f4 e8 e f4 f | f8 e d d~ d2 | } \alternative { { d4. d8 d4 d | d2 c | } { d4. d8 d4 d | c2. s4 | \bar "||" } } + } + + tenorMelodie = \relative a { + \repeat volta 2 { a4 a8 a b g4. | f4 f8 f g4 g | a d d d8 c | } \alternative { { c c c c c4 c | } { b8 b b b a2 | \bar "|." } } + \repeat unfold 2 { a4 c8 c d4 d | d8 c b a~ a2 | } \alternative { { b4. b8 b4 b | b2 a | } { b4. b8 b4 b | a2. s4 | \bar "||" } } + } + + bassMelodie = \relative f { + \repeat volta 2 { f4 d8 d c c4. | d4 b8 g c4 c | f d g g8 g | } \alternative { { c, c c c f4 f | } { c8 c c c f2 | \bar "|." } } + f4 c8 c b4 g | c8 c c d~ d2 | g4. g8 c,4 c | f2 f | + f4 d8 d b4 g | c8 c c d~ d2 | g4. g8 c,4 c | f2. s4 | \bar "||" + } + diff --git a/Seid_nicht_bekuemmert/texte.ly b/Seid_nicht_bekuemmert/texte.ly new file mode 100644 index 0000000..d8ff36d --- /dev/null +++ b/Seid_nicht_bekuemmert/texte.ly @@ -0,0 +1,34 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ Seid nicht be -- küm -- mert, seid nicht be -- küm -- mert,
+ denn die Freu -- de am Herrn ist eu -- re Stär -- ke. Herrn ist eu -- re Kraft.
+ \set stanza = "1.-3."
+ Je -- sus, der auf -- er stan -- de -- ne Herr,
+ \set stanza = "1."
+ ist in eu -- rer Mit -- te.
+ \set stanza = "1.-3."
+ Je -- sus, der auf -- er stan -- de -- ne Herr,
+ \set stanza = "1."
+ er ist un -- ter euch.
+ }
+ textII = \lyricmode {
+ \repeat unfold 35 { \skip 1 }
+ \set stanza = "2."
+ führt euch sei -- ne We -- ge.
+ \repeat unfold 9 { \skip 4 }
+ \set stanza = "2."
+ geht euch stets vor -- an.
+ }
+ textIII = \lyricmode {
+ \repeat unfold 35 { \skip 1 }
+ \set stanza = "3."
+ sen -- det sei -- ne En -- gel.
+ \repeat unfold 9 { \skip 4 }
+ \set stanza = "3."
+ kämpft und siegt in euch.
+ }
diff --git a/Selig_seid_ihr/Selig_seid_ihr.ly b/Selig_seid_ihr/Selig_seid_ihr.ly new file mode 100755 index 0000000..5da3903 --- /dev/null +++ b/Selig_seid_ihr/Selig_seid_ihr.ly @@ -0,0 +1,72 @@ +\include "deutsch.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 100 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +Praes = { + \time 4/4 + \key f \major +} + +SopranA = \relative a' { + \repeat unfold 2 { a2 g4 a | f1 | } \alternative {{ d4 f f g | a1 | } { d,4 f f e | f1 | }} +} +SopranB = \relative g' { + \repeat unfold 2 { g2 a4 b | a1 | } \alternative {{ b4 c d b | g1 | } { b4 a g f | g1 | }} +} + +AltA = \relative f' { + \repeat unfold 2 { f2 e4 e | d1 | } \alternative {{ d4 d d e | f1 | } { d4 a c c | c1 | }} +} +AltB = \relative e' { + \repeat unfold 2 { e2 f4 g | f1 | } \alternative {{ f4 f f f | e1 | } { f4 f d d | e1 | }} +} + +TenorA = \relative c' { + \repeat unfold 2 { c2 c4 a | a1 | } \alternative {{ b4 a c c | c1 | } { b4 f g g | a1 | }} +} +TenorB = \relative c' { + \repeat unfold 2 { c2 c4 c | c1 | } \alternative {{ d4 c b d | c1 | } { d4 c b a | c1 | }} +} + +BassA = \relative f { + \repeat unfold 2 { f2 c4 cis | d1 | b4 d c c | f1 | } +} +BassB = \relative c { + \repeat unfold 2 { c2 c4 c | f1 | } \alternative {{ b4 a g b | c1 | } { g,4 a b d | c1 | }} +} + +\new ChoirStaff << +\new Staff << + { \Praes \new Voice = "Sopran" { \voiceOne + \repeat unfold 2 { \SopranA \bar "||" } + \SopranB \bar "||" + \SopranA \bar "|." + }} + { \Praes \new Voice = "Alt" { \voiceTwo + \repeat unfold 2 { \AltA \bar "||" } + \AltB \bar "||" + \AltA \bar "|." }} + >> +\new Staff << + { \Praes \new Voice = "Tenor" { \clef "bass" \voiceOne + \repeat unfold 2 { \TenorA \bar "||" } + \TenorB \bar "||" + \TenorA \bar "|." + }} + { \Praes \new Voice = "Bass" { \clef "bass" \voiceTwo + \repeat unfold 2 { \BassA \bar "||" } + \BassB \bar "||" + \BassA \bar "|." }} + \new Lyrics \lyricsto "Bass" { + \set stanza = #"1. " Se -- lig seid ihr, wenn ihr ein -- fach lebt. + Se -- lig seid ihr, wenn ihr Las -- ten tragt. + \set stanza = #"2. " Se -- lig seid ihr, wenn ihr lie -- ben lernt. + Se -- lig seid ihr, wenn ihr Gü -- te wagt. + \set stanza = #"3. " Se -- lig seid ihr, wenn ihr Lei -- den merkt. + Se -- lig seid ihr, wenn ihr ehr -- lich bleibt. + \set stanza = #"4. " Se -- lig seid ihr, wenn ihr Frie -- den macht. + Se -- lig seid ihr, wenn ihr Un -- recht spürt. + } + >> +>> diff --git a/Singet_froh/Singet_froh.ly b/Singet_froh/Singet_froh.ly new file mode 100755 index 0000000..5a1eb98 --- /dev/null +++ b/Singet_froh/Singet_froh.ly @@ -0,0 +1,76 @@ +\include "deutsch.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) + +#(set-default-paper-size "kindle") + +Praes = { + \time 4/4 + \key g \major + \autoBeamOff +} + +\new ChoirStaff << +\new Staff << + { + \new Voice = sopranRefrain { \voiceOne \relative c'' { \Praes + d4 d d4. c8 | h8. a16 g8. h16 a4 d, | h d g d | g8. a16 h8. c16 a2 | + d4 d d4. c8 | h8. a16 g8. h16 a4 d, | g8. a16 g8. a16 h8. cis16 h8. cis16 | cis4. d8 d2 | + } } + \new Voice = sopranStrophe { \voiceOne \relative c'' { \autoBeamOff + a4 a a4. h8 | a8. g16 fis8. g16 a4 d, | + d' d d4. e8 | d8. c16 h8. c16 d2 | + d8. c16 h8. d16 c8. h16 a8. c16 | h8. a16 g8. h16 a4 d,4 | + g8. h16 a8. c16 h8. d16 c8. h16 | a4. g8 g2 | \bar "|." + } } + } + \new Voice = alt { \voiceTwo \relative g' { \Praes + g4 g fis4. d8 | d8. d16 d8. d16 d4 d | h d d d | g8. g16 g8. g16 fis2 | + g4 g fis4. d8 | d8. d16 d8. d16 d4 d | d8. d16 d8. d16 g8. g16 g8. e16 | a4. g8 fis2 | + fis4 fis fis4. g8 | fis8. e16 d8. e16 fis4 d | + g fis g4. g8 | g8. g16 g8. g16 g2 | + g8. g16 g8. g16 g8. g16 fis8. a16 | g8. fis16 e8. h16 d4 d | d8. d16 d8. d16 d8. g16 g8. g16 | g4 fis d2 | \bar "|." + }} +>> + \context Lyrics = one \lyricsto sopranRefrain { + Sin -- get froh, wir ha -- ben Grund zum Dan -- ken. + Gro -- ßes hat der Herr an uns ge -- tan. + Lo -- bet ihn mit al -- len eu -- ren Kräf -- ten. + Macht die Her -- zen weit, denn Freu -- de bricht sich Bahn. + } + \context Lyrics = one \lyricsto sopranStrophe { \set stanza = #"1. " + Dan -- ket ihm für die -- sen Tag der Freu -- de. + Dan -- ket ihm für sei -- ne Ge -- gen -- wart. + Er ist mit -- ten un -- ter uns und will uns reich -- lich seg -- nen. + Wo ist solch ein gro -- ßer, gu -- ter Gott wie du? + } + \context Lyrics = two \lyricsto sopranStrophe { \set stanza = #"2. " + Lo -- bet ihn für sei -- ne gro -- ße Lie -- be. + Lo -- bet ihn, er hat mit uns Ge -- duld. + Sei -- ne gu -- te Hand führt uns durch al -- le Le -- bens -- la -- gen. + Wem ist un -- ser Le -- ben bes -- ser an -- ver -- traut? + } + \context Lyrics = three \lyricsto sopranStrophe { \set stanza = #"3. " + Eh -- ret ihn, nur er al -- lein ist wür -- dig. + Eh -- ret ihn mit Herz und mit Ver -- stand. + Le -- bet eu -- ren Glau -- ben aus und ehrt da -- durch den Va -- ter. + Ihm ge -- hört der Ruhm in al -- le E -- wig -- keit. + } + +\new Staff << + \new Voice = tenor { \voiceOne \relative c' { \Praes \clef "bass" + h4 h a4. fis8 | g8. a16 h8. g16 a4 a | h a h c | h8. c16 d8. e16 d2 | + h4 h a4. fis8 | g8. a16 h8. g16 a4 a | h8. c16 h8. c16 d8. e16 d8. e16 | e4. e8 d2 | + d4 d d4. d8 | d8. d16 d8. d16 d4 d | + h c d4. c8 | d8. d16 d8. d16 d2 | + d8. d16 d8. h16 e8. e16 d8. d16 | h8. h16 h8. g16 a4 a | h8. g16 a8. a16 g8. h16 e8. e16 | d4 c h2 | \bar "|." + }} + \new Voice = bass { \voiceTwo \relative g { \Praes \clef "bass" + g4 g d4. d8 | g8. g16 g8. g16 fis4 fis | g fis g a | g8. g16 g8. g16 d2 | + g4 g d4. d8 | g8. g16 g8. g16 fis4 fis | g8. g16 g8. g16 g8. g16 g8. g16 | a4. a8 d,2 | + R1*2 | g4 a h4. c8 | h8. a16 g8. a16 h2 | + h8. a16 g8. g16 c,8. c16 d8. d16 | e8. e16 e8. e16 fis4 fis | g8. g16 fis8. fis16 g8. g16 c,8. c16 | d4 d g2 | \bar "|." + }} +>> + +>> diff --git a/Singing_all_together/Singing_all_together.ly b/Singing_all_together/Singing_all_together.ly new file mode 100644 index 0000000..82b6ee7 --- /dev/null +++ b/Singing_all_together/Singing_all_together.ly @@ -0,0 +1,33 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\paper { + top-margin = 5 + print-all-headers = ##t +} +\header { + title = "Singing all together" + composer = ##f + tagline = ##f +} + +\score { + \header { + title = ##f + composer = ##f + } + + \new Staff << + \new Voice = melodie { \global \Melodie } + \new Lyrics \lyricsto melodie { \Text } + >> + \layout { + indent = #0 + } +}
\ No newline at end of file diff --git a/Singing_all_together/stimmen.ly b/Singing_all_together/stimmen.ly new file mode 100644 index 0000000..15f4861 --- /dev/null +++ b/Singing_all_together/stimmen.ly @@ -0,0 +1,27 @@ +\version "2.18" + +global = { + \time 4/4 + \key g \major + \autoBeamOff +} + +Melodie = \relative d' { + d8^\markup "1." d r2 e8 fis | + e h~ h2 r4 | + c8 c r2 d8 e | + a,2. r4 | + d8 d r2 e8 fis | + e h~ h2 r4 | + c8 c r2 d8 e | + d2.^\fermata r4 | + a'^\markup "2." a a a | + gis8 e e e4. e8 fis | + g4 g g8 a g fis~ | + fis2. r4 | + a a a a | + gis8 e e e4. e8 fis | + g4 g g8 fis e d~ | + d2.^\fermata r4 | + | \bar "|." +} diff --git a/Singing_all_together/texte.ly b/Singing_all_together/texte.ly new file mode 100644 index 0000000..9465f8b --- /dev/null +++ b/Singing_all_together/texte.ly @@ -0,0 +1,7 @@ + +Text = \lyricmode { + Sing -- ing all to -- geth -- er, sing -- ing just for joy. + Sing -- ing all to -- geth -- er, ev -- 'ry girl and boy. + Ev -- ry bo -- dy sing -- ing a song, ev -- 'ry -- bod -- y sing -- ing a song, + ev -- 'ry bo -- dy sing all day long, ev -- 'ry -- bod -- y sing all day long. +} diff --git a/So_nimm_denn_meine_Haende/So_nimm_denn_meine_Haende.ly b/So_nimm_denn_meine_Haende/So_nimm_denn_meine_Haende.ly new file mode 100644 index 0000000..87f9653 --- /dev/null +++ b/So_nimm_denn_meine_Haende/So_nimm_denn_meine_Haende.ly @@ -0,0 +1,44 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + } + \new Lyrics = "textEins" {} + \new Lyrics = "textEinsA" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textZweiA" {} + \new Lyrics = "textDrei" {} + \new Lyrics = "textDreiA" {} + \new Staff = "maenner" << + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textEinsA" \lyricsto "bass" \textIA + \context Lyrics = "textZwei" \lyricsto "bass" \textII + \context Lyrics = "textZweiA" \lyricsto "bass" \textIIA + \context Lyrics = "textDrei" \lyricsto "bass" \textIII + \context Lyrics = "textDreiA" \lyricsto "bass" \textIIIA + >> + \layout { + indent = #0 + } +} diff --git a/So_nimm_denn_meine_Haende/stimmen.ly b/So_nimm_denn_meine_Haende/stimmen.ly new file mode 100644 index 0000000..c3fc7c1 --- /dev/null +++ b/So_nimm_denn_meine_Haende/stimmen.ly @@ -0,0 +1,38 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + sopranMelodie = \relative a' { + \repeat volta 2 { a4^\mp | h a g fis | fis2 e4 fis | g2 a^\> | fis2. } + fis4^\p | e << a { s8^\cresc s\! } >> gis4 h | a4.(^\< h8) cis4 d\! | cis2 h | a2. a4^\f | + d cis8[ h] a4 a | << h2 { s4^\dim s4\! } >> a4 g | fis(^\> g2) e4 | d2.^\p s4 | \bar "|." + } + + altMelodie = \relative d' { + \repeat volta 2 { d4 | d d e d | d2 cis4 d | e2. e4 | d2. } + d4 | cis e e e | e2 e4 fis | e( a2) e4 | e2. e4 | + d e a fis | d( e) fis e | d( h) cis2 | a2. s4 | \bar "|." + } + + tenorMelodie = \relative fis { + \repeat volta 2 { fis4 | g a a a | a2 a4 a | h2 a | a2. } + a4 | a a h gis | a4.( gis8) a4 a | a( cis) d2 | cis2. cis4 | + a h8[ cis] d4 d | g,( h) d h | a( e2) g4 | fis2. s4 | \bar "|." + } + + bassMelodie = \relative d { + \repeat volta 2 { d4_\mp | g fis cis d | a'2 g4 fis | e( d) cis2_\> | d2. } + d4_\p | a << cis { s8_\cresc s\! } >> e4 d | cis4.(_\< h8) a4 d\! | e2 fis4( gis) | a2. g4_\f | + fis g fis d | << h( { s8_\dim s8\! } >> g4) fis g | a2_\> a | d2._\p s4 | \bar "|." + } + diff --git a/So_nimm_denn_meine_Haende/texte.ly b/So_nimm_denn_meine_Haende/texte.ly new file mode 100644 index 0000000..1d88bf3 --- /dev/null +++ b/So_nimm_denn_meine_Haende/texte.ly @@ -0,0 +1,30 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ So nimm denn mei -- ne Hän -- de un füh -- re mich % bis an mein se -- lig En -- de und e -- wig -- lich!
+ Ich mag al -- lein nicht ge -- hen, nicht ei -- nen Schritt; wo du wirst gehn und ste -- hen, da nimm mich mit.
+ }
+ textIA = \lyricmode {
+ bis an mein se -- lig En -- de und e -- wig -- lich!
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ In dein Er -- bar -- men hül -- le mein schwa -- ches Herz % und mach es end -- lich stil -- le in Freud und Schmerz.
+ Lass ruhn zu dei -- nen Fü -- ßen dein ar -- mes Kind; es will die Au -- gen schlie -- ßen und glau -- ben blind.
+ }
+ textIIA = \lyricmode {
+ und mach es end -- lich stil -- le in Freud und Schmerz.
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Wenn ich auch gar nichts füh -- le von dei -- ner Macht, % du bringst mich doch zum Zie -- le, auch durch die Nacht.
+ So nimm denn mei -- ne Hän -- de und füh -- re mich bis an mein se -- lig En -- de und e -- wig -- lich.
+ }
+ textIIIA = \lyricmode {
+ du bringst mich doch zum Zie -- le, auch durch die Nacht.
+ }
diff --git a/Stern_ueber_Bethlehem/Stern_ueber_Bethlehem.ly b/Stern_ueber_Bethlehem/Stern_ueber_Bethlehem.ly new file mode 100644 index 0000000..ace6c5e --- /dev/null +++ b/Stern_ueber_Bethlehem/Stern_ueber_Bethlehem.ly @@ -0,0 +1,66 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Lyrics = "textEinsS" {} + \new Lyrics = "textZweiS" {} + \new Lyrics = "textDreiS" {} + \new Lyrics = "textVierS" {} + \new Staff { + << + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + } +% \new Lyrics = "textEinsA" {} +% \new Lyrics = "textZweiA" {} +% \new Lyrics = "textDreiA" {} +% \new Lyrics = "textVierA" {} +% \new Lyrics = "textEinsT" {} +% \new Lyrics = "textZweiT" {} +% \new Lyrics = "textDreiT" {} +% \new Lyrics = "textVierT" {} + \new Staff << + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \new Lyrics = "textEinsB" {} + \new Lyrics = "textZweiB" {} + \new Lyrics = "textDreiB" {} + \new Lyrics = "textVierB" {} + \context Lyrics = "textEinsS" \lyricsto "sopran" \textI + \context Lyrics = "textZweiS" \lyricsto "sopran" \textII + \context Lyrics = "textDreiS" \lyricsto "sopran" \textIII + \context Lyrics = "textVierS" \lyricsto "sopran" \textIV +% \context Lyrics = "textEinsA" \lyricsto "alt" \extraI +% \context Lyrics = "textZweiA" \lyricsto "alt" \extraII +% \context Lyrics = "textDreiA" \lyricsto "alt" \extraIII +% \context Lyrics = "textVierA" \lyricsto "alt" \extraIV +% \context Lyrics = "textEinsT" \lyricsto "tenor" \textI +% \context Lyrics = "textZweiT" \lyricsto "tenor" \textII +% \context Lyrics = "textDreiT" \lyricsto "tenor" \textIII +% \context Lyrics = "textVierT" \lyricsto "tenor" \textIV + \context Lyrics = "textEinsB" \lyricsto "bass" \extraI + \context Lyrics = "textZweiB" \lyricsto "bass" \extraII + \context Lyrics = "textDreiB" \lyricsto "bass" \extraIII + \context Lyrics = "textVierB" \lyricsto "bass" \extraIV + >> + \layout { + indent = #0 + } +} diff --git a/Stern_ueber_Bethlehem/stimmen.ly b/Stern_ueber_Bethlehem/stimmen.ly new file mode 100644 index 0000000..77033c8 --- /dev/null +++ b/Stern_ueber_Bethlehem/stimmen.ly @@ -0,0 +1,40 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + sopranMelodie = \relative c' { + f4 g8 a g f d4 | f8 d f g~ g2 | + f4 g8 a g f d4 | f8 d f c'~ c2 | + d4 d8 d c c c4 | a8 a a g~ g2 | + f4 g8 a g f d4 | f8 f d f~ f2 | \bar "|." + } + + altMelodie = \relative c' { + c4 c8 c d d d4 | d8 d d e4 e8 d des | + c4 c d8 d d4 | d8 d d e4 e8 f g | + a4 a8 a f f f4 | f8 f f e~ e2 | + c4 c8 c d d d4 | d8 d d c~ c2 | \bar "|." + } + + tenorMelodie = \relative a { + \repeat unfold 2 { a4 a8 a a a a4 | b8 b b b~ b2 | } + c4 c8 c es es es4 | d8 d d c~ c2 | + a4 a8 a a a a4 | b8 b b a~ a2 | \bar "|." + } + + bassMelodie = \relative f { + f4 e8 e d d d4 | b8 b b c4 c8 d e | + f4 e d8 d d4 | b8 b b c4 c8 d e | + f4 f8 f a, a a4 | b8 b b c~ c2 | + f4 e8 e d d d4 | b8 b b f'~ f2 | \bar "|." + } + diff --git a/Stern_ueber_Bethlehem/texte.ly b/Stern_ueber_Bethlehem/texte.ly new file mode 100644 index 0000000..8a45189 --- /dev/null +++ b/Stern_ueber_Bethlehem/texte.ly @@ -0,0 +1,77 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + aI = \lyricmode { Stern ü -- ber Beth -- le -- hem, zeig uns den Weg, } + bI = \lyricmode { führ uns } + cI = \lyricmode { zur Krip -- pe hin, zeig, wo sie steht, } + dI = \lyricmode { leuch -- te } + eI = \lyricmode { du } + fI = \lyricmode { uns vor -- an, bis wir dort sind, Stern ü -- ber Beth -- le -- hem, führ uns zum Kind! } + aII = \lyricmode { Stern ü -- ber Beth -- le -- hem, nun bleibst du stehn, } + bII = \lyricmode { und lässt } + cII = \lyricmode { uns al -- le das Wun -- der hier sehn, } + dII = \lyricmode { } + eII = \lyricmode { das } + fII = \lyricmode { da ge -- sche -- hen, was nie -- mand ge -- dacht, Stern ü -- ber Beth -- le -- hem, in die -- ser Nacht! } + aIII = \lyricmode { Stern ü -- ber Beth -- le -- hem, wir sind am Ziel, } + bIII = \lyricmode { denn die -- ser } + cIII = \lyricmode { ar -- me Stall birgt doch so viel! } + dIII = \lyricmode { } + eIII = \lyricmode { Du hast } + fIII = \lyricmode { uns her -- ge -- führt, wir dan -- ken dir. Stern ü -- ber Beth -- le -- hem, wir blei -- ben hier! } + aIV = \lyricmode { Stern ü -- ber Beth -- le -- hem, kehrn wir zu -- rück, } + bIV = \lyricmode { steht noch } + cIV = \lyricmode { dein hel -- ler Schein in un -- serm Blick, } + dIV = \lyricmode { } + eIV = \lyricmode { und } + fIV = \lyricmode { was uns froh ge -- macht, tei -- len wir aus, Stern ü -- ber Beth -- le -- hem, schein auch zu Haus! } + + textI = \lyricmode { + \set stanza = "1." + \aI \bI \cI \dI \eI \fI + } + textII = \lyricmode { + \set stanza = "2." + \aII \bII \cII \dII \eII \fII + } + textIII = \lyricmode { + \set stanza = "3." + \aIII \bIII \cIII \dIII \eIII \fIII + } + textIV = \lyricmode { + \set stanza = "4." + \aIV \bIV \cIV \dIV \eIV \fIV + } + extraI = \lyricmode { + \set stanza = "1." + \aI zeig uns den Weg + \cI + zeig, wo sie steht, + \dI \fI + } + extraII = \lyricmode { + \set stanza = "2." + \aII nun bleibst du stehn; + \cII + Wun -- der hier sehn, + \dII \fII + } + extraIII = \lyricmode { + \set stanza = "3." + \aIII wir sind am Ziel, der + \cIII + Birgt doch so viel! Hast + \dIII + \fIII + } + extraIV = \lyricmode { + \set stanza = "4." + \aIV kehrn wir zu -- rück, + \cIV + in un -- serm Blick, + \dIV + \fIV + } diff --git a/Stimmt_an/Stimmt_an.ly b/Stimmt_an/Stimmt_an.ly new file mode 100644 index 0000000..35ff9f1 --- /dev/null +++ b/Stimmt_an/Stimmt_an.ly @@ -0,0 +1,34 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" + title = "Stimmt an" +} +\paper { + top-margin = 5 +} + +\score { + << + \set Score.skipBars = ##t + \new Voice = melodieI { \global \melodieI } + \new Lyrics \lyricsto melodieI { \textMelodieI } + \new Voice = melodieII { \global \melodieII } + \new Lyrics \lyricsto melodieII { \textMelodieII } + \new Voice = melodieIII { \global \melodieIII } + \new Lyrics \lyricsto melodieIII { \textMelodieIII } + \new Voice = melodieIV { \global \melodieIV } + \new Lyrics \lyricsto melodieIV { \textMelodieIV } + \set Score.skipBars = ##t + \new Voice = ostinato { \clef "bass" \global \ostinato } + \new Lyrics \lyricsto ostinato { \textOstinato } + >> + \layout { + indent = #0 + } +} diff --git a/Stimmt_an/stimmen.ly b/Stimmt_an/stimmen.ly new file mode 100644 index 0000000..43c20c4 --- /dev/null +++ b/Stimmt_an/stimmen.ly @@ -0,0 +1,27 @@ +%some settings% vim: ai sw=2 lbr nu et + + global = { + \key f \major + \time 4/4 + \autoBeamOff + } + + melodieI = \relative c'' { + c2^\fermata c4 c | a a b4.( a8 | g4 f g) g | + } + + melodieII = \relative a' { + a^\fermata f2 e8 e | f4.( e8 d4) g | c,( f2 e4) | + } + + melodieIII = \relative f' { + f2^\fermata c | c' d | c4 a8[ b] c4.( b8) | + } + + melodieIV = \relative a' { + a2^\fermata g | f4 f2 b,4 | c( d) c2 | \bar ":|" + } + + ostinato = \relative f { + f2\breathe c' | f,4 f b g | c2.( c,4) | \bar ":|" + } diff --git a/Stimmt_an/texte.ly b/Stimmt_an/texte.ly new file mode 100644 index 0000000..dbccbde --- /dev/null +++ b/Stimmt_an/texte.ly @@ -0,0 +1,20 @@ + + textMelodieI = \lyricmode { + Stimmt an, stimmt an den Lob -- ge- + } + + textMelodieII = \lyricmode { + sang, lasst eu -- re Stimm' er -- klin- + } + + textMelodieIII = \lyricmode { + gen und hört nicht auf zu sin- + } + + textMelodieIV = \lyricmode { + - gen: Ich glau -- be an Gott! + } + + textOstinato = \lyricmode { + (Gott!) Ich glaub', ich glau -- be an + } diff --git a/Viele_verachten_die_edele_Musik/Viele_verachten_die_edele_Musik.ly b/Viele_verachten_die_edele_Musik/Viele_verachten_die_edele_Musik.ly new file mode 100755 index 0000000..e4e04ec --- /dev/null +++ b/Viele_verachten_die_edele_Musik/Viele_verachten_die_edele_Musik.ly @@ -0,0 +1,45 @@ +\include "deutsch.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 100 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\new ChoirStaff << +\new Staff << + \new Voice = "Sopran" { \voiceOne \relative c'' {\autoBeamOff \time 6/8 \key b \major + b8 f b c f, c' | d d16[ es] f[ es] d8[ c16 d] b8 | c8. d16 c8 d8. es16 f8 | es es16[ d] c8 d4.| + c8 a16[ b] c[ d] c8 a16[ b] c8 | f, f f f f f | b b c d8. es16 f8 | f,8. g16 a8 b b a | b16[( a b c b a] g8) g g | + es'16[( d es f es d] c8) c c | d8. es16 f8 es es d | c b a b b c16[ d] | f,8. g16 a8 b b4 | }} + \addlyrics { \set stanza = #"1. " Vie -- le ver -- ach -- ten die e -- de -- le Mus -- sik, täg -- lich ent -- ste -- het dar -- ü -- ber ein Krieg. + A -- ber die sol -- ches hier un -- ten nicht eh -- ren, die sol -- len auch dro -- ben das Sanc -- tus nicht hö -- ren, das Sanc -- tus, + das Sanc -- tus, die sol -- len auch dro -- ben das Sanc -- tus nicht hö -- ren, das Sanc -- tus nicht hö -- ren. } + \addlyrics { \set stanza = #"2. " Denn wer die Mu -- sik sein ei -- gen nicht nen -- net, si -- cher die Freu -- den des Him -- mels nicht kennt. + Dem dringt kein Licht -- strahl in all sei -- ne Pla -- ge, der blei -- bet ein Narr bis ans En -- de der Ta -- ge, der blei -- bet, + der blei -- bet, der blei -- bet ein Narr bis ans En -- de der Ta -- ge, ans En -- de der Ta -- ge. } + \new Voice = "Alt" { \voiceTwo \relative c'' {\autoBeamOff \time 6/8 \key b \major + b8 f b f8. f16 g[ a] | b8 b16[ c] d[ c] b8[ f] b | a8. b16 a8 b f b | c c16[ b] a8 b4. | a8 f g a8 f g | + f f f f f f | f f a b b b | f f f16[ es] d8 d f16[ es] | d4( b8~ b) es g | c16[( b c d c b] a[ b]) c8 f, | b b b b8. b16 b[ a] | + g8 f es d es16[ f] g8 | f f f16[ es] d8 d4 \bar "|." }} +>> +\new Staff ="Männer" << + \new Voice = "Tenor" { \voiceThree \relative f' {\autoBeamOff \clef bass \time 6/8 \key b \major + r2. | r | f4.~ f8 f f | g es f f4. | f, f4 f8 | f' es d es d16[ es] d[ c] | b8 b f f'8. es16 d8 | d16[ es] d[ c] f,8 b b r | + r4 d8 b4( es8 | g4 c,8 f) f f | f8. es16 d8 es es f es d c b c16[ d] es8 | d( f16) es d[ c] b8 b4 | }} + \new Lyrics \with { alignAboveContext = "Männer" } { + \lyricsto "Tenor" { \set stanza = #"1. " täg -- lich ent -- ste -- het ein Krieg. A -- ber die sol -- ches nicht eh -- ren, + die sol -- len auch dro -- ben das Sanc -- tus nicht hö -- ren, das Sanc -- tus, + die sol -- len auch dro -- ben das Sanc -- tus nicht hö -- ren, das Sanc -- tus nicht hö -- ren. }} + \new Lyrics \with { alignAboveContext = "Männer" } { + \lyricsto "Tenor" { \set stanza = #"2. " si -- cher die Freu -- den nicht kennt. der bleibt, der blei -- bet, der blei -- bet, + der blei -- bet ein Narr bis ans En -- de der Ta -- ge, der blei -- bet, + der blei -- bet ein Narr bis ans En -- de der Ta -- ge, ans En -- de der Ta -- ge. }} + \new Voice = "Bass" { \voiceFour \relative f {\autoBeamOff \clef bass \time 6/8 \key b \major + s2. | s | f8 f f b, c d | es c f b,4. | r r f' f4 f16[ es] | d8 d f b b,16[ c] d[ es] | f[ g] f[ es] d[ c] b8 b s | + s4 b8 es16[( d es f es d] | c8) c es f16[( g a f g a] | b8) b b, c c d | es f f g8.[( f16 es8] | f) f f <f b,> <f b,>4 | }} + \addlyrics { \set stanza = #"1. " täg -- lich ent -- ste -- het dar -- ü -- ber ein Krieg. + A -- ber die sol -- len auch dro -- ben das Sanc -- tus nicht hö -- ren, das Sanc -- tus, das Sanc -- tus, + die sol -- len auch dro -- ben das Sanc -- tus nicht hö -- ren. } + \addlyrics { \set stanza = #"2. " si -- cher die Freu -- den des Him -- mels nicht kennt. der bleibt, der blei -- bet + ein Narr bis ans En -- de der Ta -- ge, der blei -- bet, der blei -- bet, + der blei -- bet ein Narr bis ans En -- de, ans En -- de der Ta -- ge. } +>> +>>
\ No newline at end of file diff --git a/WO/dynArt.ly b/WO/dynArt.ly new file mode 100644 index 0000000..30423d4 --- /dev/null +++ b/WO/dynArt.ly @@ -0,0 +1,21 @@ +%some settings% vim: ai sw=2 lbr nu et + + meta = { + %(dynamic) marks global to all voices + \dynamicUp + } + +% articulation + + sopranArt = { + } + + altArt = { + } + + tenorArt = { + } + + bassArt = { + } + diff --git a/WO/parts/I.ly b/WO/parts/I.ly new file mode 100644 index 0000000..01323aa --- /dev/null +++ b/WO/parts/I.ly @@ -0,0 +1,1108 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.14" + \include "dynArt.ly" + + % global defs % {{{ + IglobalI = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 3/8 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IglobalII = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + \partial 4 + } + + IglobalIII = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + \partial 4 + } + % }}} + +% Die Stimmen + + % Nr. 1 % {{{ + timpani = \relative c' { + \stemDown + d8[ d8 d8] d8[ a8] r8 + %R4.*28 + %R4. + %R4. + } \addQuote "t" \timpani + + flutesViolin = \relative c' { + \stemUp + R4. + r16 + << + { + d32[ e32] e8.\trill[ d32 e32] + } + { + fis32[ g32] g8.\trill[ fis32 g32] + } + >> + << fis8 a8 >> + r8 r8 + R4.*27 + a32[ fis32 g32 \set stemRightBeamCount = #1 a32 \set stemLeftBeamCount = #1 b32 g32 a32 \set stemRightBeamCount = #1 b32 \set stemLeftBeamCount = #1 cis32 a32 b32 cis32] + d8[ a,8 cis8] + } \addQuote "fv" \flutesViolin + + frauenPausen = { + R4. + R4. + R4. + R4.*27 + R4. + R4. + s4. + s4 r8 + R4. + r8 r8 s8 + s4. + s4 r8 + r8 s4 + r8 r8 s8 + s4 r8 + R4. + s4.*7 + s4 r8 + s4.*25 + s4 r8 + s4.*4 + s4 r8 + R4.*7 + s4. + s4 r8 + R4. + r8 r8 s8 + s4. + s4 r8 + r8 s4 + r8 r8 s8 + s4 r8 + R4. + s4.*7 + s4 r8 + R4. + s4.*24 + s4 r8 + s4.*5 + R4.*2 + s4.*30 + s4 r8 + R4.*15 + s4.*3 + s4 r8 + s4.*12 + } + + IsopranI = \relative c' { + \IglobalI + << + { \meta } + %\sopranArt + %the actual tune + { + s4. + s4. + s4. + s4.*27 + s4. + s4. + d8 d8 d8 + d8 a8 s8 + s4. + s8 s8 a'8 + a8 d16[ a16] fis16[ d16] + a'8 a8 s8 + s8 a'8 fis8 + s8 s8 fis8 + fis8 d8 s8 + s4. + fis8 fis8 fis8 + fis8 e16[ d16] e16[ fis16] + g8 g8 g8 + g8( fis16[ e16)] fis16([ g16)] + a8 c,8 c8 + c8 b8 g'8 + % 49 + fis8 e8 d8 + a'4 s8 + R4. + R4. + r8 b,16[ cis16 cis16.\trill b64 cis64] + d8 d8 e8 + fis8 fis8 gis8 + a8 e8 e8 + e8 cis8 r8 + r8 g16[ a16 a16.\trill g64 a64] + b8 b8 cis8 + d8 d8 cis8 + d8 fis8 e8 + cis8 cis8 dis8 + e8 e16[ fis16] fis16.\trill[ e64 fis64] + g8 g8 b,8 + ais16[ cis16] e4 + g,32[ fis32 e16] fis8[ cis'8] + fis8 fis8 e8 + e8 d8 b8 ~ + b8 d8 b8 + gis8 e8 b'8 + e8 e8 d8 + % 72 + cis4 cis8 + cis8 dis8 e8 + fis8 b,8 b8 + b8 cis8 d8 + e8 a,8 s8 + a8 b8 cis8 + d8[ fis16 e16 d8] ~ + d8 b8 e8 + e8 d16[ cis16] b16[ cis16] + a4 s8 + s4.*7 + d,8 d8 d8 + d8 a8 s8 + s4. + s8 s8 a'8 + a8 d16[ a16] fis16[ d16] + a'8 a8 s8 + s8 a'8 fis8 + s8 s8 fis8 + fis8 d8 s8 + s4. + % 99 + fis8 fis8 fis8 + fis8 e16[ d16] e16[ fis16] + g8 g8 g8 + g8([ fis16 e16)] fis16([ g16)] + a8 c,8 c8 + c8 b8 g'8 + fis8 e8 d8 + a'4 s8 + s4. + R4. + r8 cis,16[ d16 d16.\trill cis64 d64] + e8 e8 fis8 + g8 fis8 e8 + d16[ e16] fis16[ g16] g16.\trill[ fis64 g64] + a8 a,8 r8 + r8 d16[ e16 e16.\trill d64 e64] + fis8 fis8 gis8 + a8 e8 fis8 + g8 c,8 c8 + b8 d8 g8 + fis8 a8 d,8 + cis8 a8 e'8 + dis16[ fis16] a4 + c,32[ b32 a16] b4 ~ + % 123 + b8 e8 dis8 + e4 e8 + e8 g8 d8 + cis8 a8 b8 + cis8 d8 cis8 + d4 a8 + d8 d8 d8 + d16[ cis16] d8 d8 + cis8 cis8 c8 + c16[ b16] c8 s8 + b8 cis8 d8 + e8.[ d16 cis16 b16] + a8 g'16[ e16] a8 + fis8 d8 cis8 + d4.\fermata + s4.*2 + R4. + cis8 b16[ ais16] gis16[ fis16] + % 142 + d'8 e16[ fis16] g8 + g8 fis16[ e16] fis8 + b,8 e4 ~ + e8[ d16 cis16 d16 b16] + cis8 fis4 ~ + fis8[ e16 d16 cis16 b16] + a8 d4 ~ + d8[ e16 fis16 g8] ~ + g8[ fis16 e16 fis8] ~ + fis8[ e16 d16 cis16 b16] + cis8 a8 d8 + g,8 e8 a8 + fis8 d8 r8 + R4.*2 + e'8 d16[ cis16] b16[ a16] + fis'4. ~ + fis8 b,8 e8 + e8[ d16 cis16 d8] ~ + d8 cis16[ b16] a16[ g16] + fis8 d8 r8 + r8 r8 fis'8 ~ + fis8 e16[ d16] cis16[ b16] + ais8[ b16 ais16 b8] + % 166 + e8[ d16 cis16 d16 b16] + g'8[ fis16 e16 fis16 d16] + e8 cis8 d8 + b8 d16([ cis16)] b16([ ais16)] + b8 b8 s8 + s4.*15 + d8 fis8 d8 + d16[ cis16] d8 b8 + e,8 e'8 d8 + d8 cis8 s8 + g'8 g16[ fis16] g8 + g8 e8 cis8 + a8 a'8 g8 + fis4. ~ + fis8[ d8 b8] + e4. ~ + e8[ cis8 ais8] + d8[ cis8] cis8 + % 198 + b8 cis16[ b16] b8 + b8 gis8 eis'8 + fis8 cis16[ b16] a16[ gis16] + fis4 fis8 + \bar "||" + } + >> + } + + IaltI = \relative c' { + \IglobalI + << + { \meta } + %\altArt + %the actual tune + { + s4. + s4. + s4. + s4.*27 + s4. + s4. + d8 d8 d8 + d8 a8 s8 + s4. + s8 s8 a'8 + a8 d16[ a16] fis16[ d16] + a'8 a8 s8 + s8 d8 a8 + s8 s8 a8 + a8 fis8 s8 + s4. + a8 a8 a8 + a8 a8 a8 + cis8 a8 cis8 + a8 a8 a8 ~ + a8 a8 a8 + a8 g8 cis,8 + % 49 + d8 e8 b'8 + cis4 s8 + r8 e,16[ fis16 fis16.\trill e64 fis64] + g8 g8 a8 + b8 b8 e,8 + b'8 b8 a8 + a8 a8 r8 + r8 cis,16[ d16 d16.\trill cis64 d64] + e8 e8 fis8 + g8 e8 d8 + d8 d8 e8 + fis16[ e16 fis16 a16 g16 b16] + a8 d,8 r8 + r8 e16[ g16 fis16.\trill e64 fis64] + g8 g8 a8 + b8 b8 b8 + e,8([ g8 e8] + cis8) cis8 cis8 + b8 b'8 ais8 + b8 b8 fis8 ~ + fis8 e16[ cis16] d8 + e8 e8 fis8 + gis8 a8 gis8 + % 72 + a4 a8 + a8 a8 a8 + a8 fis8 fis8 + gis8 gis8 g8 + g8 e8 s8 + fis8 gis8 a8 + b8.[ cis16 d16 cis16] + b8 b8 b8 + a8 b8 gis8 + e4 s8 + s4.*7 + d8 d8 d8 + d8 a8 s8 + s4. + s8 s8 a'8 + a8 d16[ a16] fis16[ d16] + a'8 a8 s8 + s8 d8 a8 + s8 s8 a8 + a8 fis8 s8 + s4. + % 99 + a8 a8 a8 + a8 a8 a8 + cis8 a8 cis8 + a4 a8 + a8 a8 a8 + a8 g8 cis,8 + d8 e8 b'8 + cis4 s8 + s4. + r8 fis,16[ g16 g16.\trill fis64 g64] + a8 g8 fis8 + e8 a8 fis8 + b8 b8 ais8 + b8 fis8 r8 + r8 a16[ b16 b16.\trill a64 b64] + cis8 d8 a8 + d8 a8 r8 + r8 cis,16[ dis16 dis16.\trill cis64 dis64] + e8 e8 d8 + d8 d8 cis8 + d8 fis8 gis8 + a8 e8 a8 + a8([ c8 a8] + fis8) fis8 fis8 + % 123 + b8 b8 a8 + a8 g8 b8 ~ + b8 a16[ fis16] g8 + a8 e8 e8 + a8 a8 g8 + fis4 fis8 + fis8 gis8 a8 + b8 e,8 e8 + e8 fis8 g8 + a8 d,8 s8 + d8 e8 fis8 + g8[ b16 a16 g16 fis16] + e8 d8 e8 + d8 a'8 a8 + a4.\fermata + s4.*2 + b8 a16[ g16] fis16[ e16] + ais8 b8 cis8 + % 142 + fis,8 b8 b,8 + cis8[ a8 a'8] + b8[ a16 g16 fis16 e16] + fis16[ g16 fis16 e16 d16 fis16] + e8 cis8 a'8 + a8 g16[ fis16] e16[ d16] + cis8[ d16 e16 fis16 d16] + g16[ a16 g16 fis16 e16 d16] + cis8[ a8 a'8] ~ + a8 g8 b8 + a8 a8 fis8 + e8 e8 r8 + a8 g16[ fis16] e16[ d16] + e8 a4 ~ + a8 d8 gis,8 + a8 e8 r8 + a8 g16[ fis16] e16[ d16] + b'8.[ cis16 b16 cis16] + a16[ b16 a16 g16 fis16 a16] + g16[ a16 g16 fis16 g16 e16] + fis8 fis8 b8 ~ + b8 ais16[ gis16] fis16[ e16] + d8[ e16 fis16 g8] + fis16[ g16 fis16 e16 d16 cis16] + % 166 + b8.[ ais16 b16 cis16] + d8[ a'16 g16 fis16 a16] + b8 fis8 fis8 + g8 g8 fis8 + fis8 fis8 s8 + s4.*15 + b8 fis8 b8 + b16[ a16] b8 b8 + b8 a8 gis8 + a8 a8 s8 + cis8 cis8 b8 + a8 a8 a8 + d8 d8 cis8 + d8[ d,8 e8] + fis8[ gis16 ais16 b8] ~ + b8[ e,8 g8] + cis,8[ fis16 e16 fis8] ~ + fis8[ eis8] fis8 + % 198 + gis8 a16([ gis16)] gis8 + gis16([ b16)] b16([ a16)] gis16([ a16)] + fis16([ a16)] a16([ gis16)] fis16([ eis16)] + fis4 cis8 + } + >> + } + + ItenorI = \relative c' { + \IglobalI + << + % { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + R4. + R4. + R4. + R4.*27 + R4. + R4. + d8 d8 d8 + d8 a8 r8 + R4. + r8 r8 a8 + a8 d16[ a16] fis16[ d16] + a'8 a8 r8 + r8 fis'8 d8 + r8 r8 d8 + d8 a8 r8 + R4. + d8 d8 d8 + d8 cis16[ b16] cis16[ d16] + e8 e8 e8 + e8 d16[ cis16 d8] + d8 d8 d8 + d8 d8 e8 + % 49 + a,16[ b16] cis8 d8 + e8 a,16[ b16 b16.\trill a64 b64] + cis8 cis8 dis8 + e8 e8 d8 + d8 g8 g8 + fis8 fis8 r8 + r8 a,16[ b16 b16.\trill a64 b64] + cis8 e8 gis8 + a8 a,8 a'8 + g8 c,8 c8 + b8([ a8 g8] + fis8) d8 r8 + r8 a'16[ cis16 b16.\trill a64 b64] + cis8 e8 b8 + b8 b8 r8 + b8 e8 g8 + g8([ ais,8 b8] + e8) ais,8 ais8 + b8 fis8 cis'8 + fis8 fis8 d8 ~ + d8 b8 fis'8 + b,8 b8 b8 + b8 a8 b8 + e4 e8 + fis8 a,8 cis8 + b8 b8 dis8 + e8 e8 b8 + a8 a8 r8 + d8 b8 e8 + fis16([ e16 d16 cis16 b16 a16] + e'8) d8 d8 + cis8 b8 e8 + cis4 r8 + R4.*7 + d8 d8 d8 + d8 a8 r8 + R4. + r8 r8 a8 + a8 d16[ a16] fis16[ d16] + a'8 a8 r8 + r8 fis'8 d8 + r8 r8 d8 + d8 a8 r8 + R4. + % 99 + d8 d8 d8 + d8 cis16[ b16] cis16[ d16] + e8 e8 e8 + e8[ d16 cis16] d8 + d8 d8 d8 + d8 d8 e8 + a,16[ b16] cis8 d8 + e4 r8 + r8 b16[ cis16 cis16.\trill b64 cis64] + d8 cis8 b8 + a8 a8 a'8 + a8 e8 b8 + b8 d8 r8 + r8 d16[ e16 e16.\trill d64 e64] + fis8 fis8 e8 + e8 b8 e8 + a,8 a16[ b16] b16.\trill[ a64 b64] + cis16([ d16 e8)] a,8 + r8 g16[ a16 a16.\trill g64 a64] + b8 b8 e8 + a,8[ d16 cis16 d8] + e8 e8 e8 + fis8([ dis8 e8] + fis8) dis8 dis8 + % 123 + e8 b8 b8 + b8([ e8)] g8 + g8 e8 b8 + e8 cis8 e8 + e8 d8 e8 + a,4 d8 + d8 b8 fis'8 + e8 b8 b8 + a8 a8 e'8 + d8 a8 r8 + g8 e8 a8 + b16([ a16 g16 fis16 e16 d16] + a'8.) d16 cis8 + a8 d8 e8 + fis4.\fermata + fis8 e16[ d16] cis16[ b16] + cis8 fis8 fis8 + fis8 b,8 e8 + e16([ d16 e16 fis16 e16 fis16] + % 142 + d16[ cis16)] b8 r8 + e8 d16[ cis16] b16[ a16] + gis8([ a16 b16 cis16 b16] + ais8) b8 r8 + g'8 fis16[ e16] d16[ cis16] + b8[ cis16 d16 e8] ~ + e8 a,8 r8 + R4. + e'8 d16[ cis16] b16[ a16] + b8 b8 e8 + e8[ d16 cis16 d8] ~ + d8 cis16[ b16] cis8 + d8 a8 r8 + e'8 d16[ cis16] b16[ a16] + d16[ cis16] d8 d8 + d16[ cis16 b16 a16 b16 cis16] + d4. ~ + d8 e8 g8 + fis16[ g16 fis16 e16 d16 fis16] + e16[ fis16 e16 d16 cis8] ~ + cis8[ b16 ais16 b8] + e16[ d16 cis16 b16 cis16 ais16] + b8 b8 r8 + cis8 d16[ cis16] b16[ ais16] + % 166 + b8[ fis'16 g16 fis16 e16] + d16[ e16 cis16 e16 d16 cis16] + b8 cis8 b8 + d8 e8 cis8 + d8 d8 r8 + R4.*15 + fis8 d8 fis8 + e8 gis,8 gis8 + e'8 e8 e8 + e8 e8 r8 + e8 e8 e8 + e8 e8 e8 + fis8 a,8 a8 + a8[ fis'8 e8] + d16[ cis16 b16 cis16 d8] + e16[ fis16 g16 fis16 e16 g16] + fis8[ fis,8 cis'8] + b8[ gis8] cis8 + % 198 + eis8 fis8 d8 + cis8 b8 cis8 + cis8 cis8 cis8 + a4 a8 + } + >> + } + + IbassI = \relative c { + \IglobalI + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + << + % { \transposedCueDuring #"t" #DOWN c { s4. s4. s4. } } + %\\ + % { \transposedCueDuring #"fv" #UP c { R4. R4. R4. } } + { \new Voice \with { fontSize = #-3 } \transpose fis fis, \flutesViolin } + { \new Voice \with { fontSize = #-3 } \transpose d d, \timpani } + >> + % R4.*27 + % \transposedCueDuring #"fv" #UP c { R4. R4. } + d8 d8 d8 + d8 a8 r8 + R4. + r8 r8 a'8 + a8 d16[ a16] fis16[ d16] + a'8 a8 r8 + r8 d8 d,8 + r8 r8 d'8 + d8 d,8 r8 + R4. + d8 fis8 d8 + a'8 a,8 a'8 + a8 cis8 a8 + d8[ d,8] d'8 + fis,8 d8 fis8 + g8 fis8 e8 + % 49 + d'8 cis8 b8 + a4 r8 + R4. + r8 e16[ fis16 fis16.\trill e64 fis64] + g8 g8 a8 + b8 b8 cis8 + d8 cis8 b8 + a8 a8 r8 + r8 cis,16[ dis16 dis16.\trill cis64 dis64] + e8 e8 fis8 + g8[ fis8 e8] + d8 d8 e8 + fis16[ e16 fis16 a16 gis16 b16] + a16[ gis16 a16 b16 a16 b16] + g8 g8 fis8 + e8 e8 d8 + cis16[ b16 cis16 d16 b16 cis16] + ais16[ g'16 fis16 g16 e16 fis16] + d8 d'8 cis8 + b4 a8 + gis8 gis8 fis8 + e8 e8 d8 + cis8 cis'8 b8 + % 72 + a4 gis8 + fis8 fis8 e8 + dis8 dis8 b8 + e8 e8 d8 + cis8 cis8 r8 + d8 d'8 cis8 + b8[ fis8 a8] + gis8. fis16 e8 + a8 d,8 e8 + a4 r8 + R4.*7 + d,8 d8 d8 + d8 a8 r8 + R4. + r8 r8 a'8 + a8 d16[ a16] fis16[ d16] + a'8 a8 r8 + r8 d8 d,8 + r8 r8 d'8 + d8 d,8 r8 + R4. + % 99 + d8 fis8 d8 + a'8 a,8 a'8 + a8 cis8 a8 + d8[ d,8] d'8 + fis,8 fis8 fis8 + g8 fis8 e8 + d'8 cis8 b8 + a8 e16[ fis16 fis16.\trill e64 fis64] + g8 fis8 e8 + b'8 a8 g8 + fis8 e8 d8 + a'8 a,8 r8 + r8 b'16[ cis16 cis16.\trill b64 cis64] + d8 c8 b8 + a8 fis8 gis8 + a8 a8 g8 + fis8[ e8 d8] + cis8 a8 r8 + r8 e'16[ fis16 fis16.\trill e64 fis64] + g8 fis8 e8 + d8[ cis8 b8] + a8 a'8 g8 + fis16[ e16 fis16 g16 e16 fis16] + dis16[ c'16 b16 c16 a16 b16] + % 123 + g8 g8 fis8 + e4 d8 + cis8 cis'8 b8 + a8 a8 g8 + fis8 fis8 e8 + d4 cis8 + b8 b'8 a8 + gis8 gis8 e8 + a,8 a'8 g8 + fis8 fis8 r8 + g8 g8 fis8 + e8[ b8 d8] + cis8. b16 a8 + d8 fis8 a8 + d,4.\fermata + R4. + cis'8 b16[ a16] g16[ fis16] + b8 e8 g,8 + fis8 gis8 ais8 + % 142 + b8[ a16 g16 fis16 e16] + a8[ b16 cis16 d8] ~ + d8[ cis16 b16 a16 g16] + fis8[ gis16 ais16 b8] ~ + b8[ a16 g16 fis16 e16] + d8[ e16 fis16 g8] ~ + g8[ fis16 e16 d16 cis16] + b8[ cis16 d16 e8] + a,8[ b16 cis16 d8] ~ + d8[ e16 fis16 g8] ~ + g8 fis8 b8 + e,8 a8 a,8 + d8 d8 r8 + R4. + b'8 a16[ gis16] fis16[ e16] + a4. ~ + a8 d,8 r8 + g8 fis16[ e16] d16[ cis16] + fis8[ g16 a16 b8] + e,8 a8 a,8 + d8[ e16 fis16 g8] + cis,8 fis8 fis8 + b,8[ cis16 d16 e8] ~ + e8[ d8 g8] ~ + % 166 + g8[ fis8 b8] ~ + b8[ a8 d8] + gis,8 ais8 b8 + g8 e8 fis8 + b,8 b8 r8 + R4.*15 + b'8 d8 b8 + gis8 e8 d8 + cis8 cis'8 b8 + a8 a,8 r8 + e'8 e8 d8 + cis8 a8 g'8 + fis8 fis8 e8 + d8[ d'8 cis8] + b16[ ais16 b8 gis8] + cis,8[ cis'8 b8] + ais16[ gis16 ais8 fis8] + b,8[ b'8] a8 + % 198 + gis8 dis8 fis8 + eis8 gis8 b8 + a8 a,8 cis8 + fis4 + fis8 + \once \override Score.RehearsalMark #'direction = #DOWN + \mark\markup{ \italic "Da capo" } + } + >> + } + % }}} + + % Nr. 5 % {{{ + IsopranII = \relative c' { + \IglobalII + << + { \meta } + %\sopranArt + %the actual tune + { + \repeat volta 2 { + e4 a4 g4 f4 e4 d2 e4\fermata + b'4 c4 c4 b8([ c16 d16)] b4 a2. + } + c4 b8[ a8] g4 a4 b4 c2 c4\fermata + g4 a4 g4 f8([ e8)] f4 e2.\fermata + c'4 b8([ c8)] d4 c4 b4 a2 b4\fermata + e,4 f4 e4 d4 g8[ f8] e2.\fermata + \bar "|." + } + >> + } + + IaltII = \relative c' { + \IglobalII + << + { \meta } + %\altArt + %the actual tune + { + e8([ d8)] c8([ d8)] d8([ e8)] e8([ d8)] d8([ c8)] + c4( b8[ a8)] b4 + e4 e4 a4 a4 gis4 e2. + a8[ g8] f4 e8[ d8] c4 f4 f4( e8[ d8)] e4 + e4 f4 bes,8([ a8)] a8([ g8)] a8([ d8)] cis2. + d4 d4 g4 g8[ fis8] g4 g4( fis4) g4 + g4 c,8[ d8] c4 f,4 d'4 d4( c4 b4) + } + >> + } + + ItenorII = \relative c' { + \IglobalII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + gis4 a4 b4 c8([ d8)] g,4 a8([ gis8] a4) gis4\fermata + gis4 a8[ b8] c4 f4 e8[ d8] c2. + e4 d8[ c8] b4 a8([ g8)] f8([ g8)] a4( g8[ f8)] g4\fermata + c4 c8([ d8)] e4 d8([ cis8)] d8([ gis,8)] a2.\fermata + a4 g8[ a8] b4 c8[ d8] e4 e4( d4) d4\fermata + c4 c8([ b8)] b8([ a8)] a4 g8[ a8] b4( a4 gis4)\fermata + } + >> + } + + IbassII = \relative c { + \IglobalII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + e4 f4 g4 a8[( b8]) c4 f,2 e4\fermata + e4 a8[ g8] f8[ e8] d8[ b8] e4 a,2. + a'4 d,4 e4 f8[ e8] d4 a8[( b8] c4) c4\fermata + c4 f8[( e8]) d8[( cis8]) d4 d4 a2.\fermata + fis'4 g4. fis8 e4. d8 c8[( a8] d4) g,4\fermata + c8[ b8] a8[ b8] c4 c8[ b8] b8[ a8] gis4( a4 e'4)\fermata + } + >> + } + % }}} + + % Nr. 9 % {{{ + fpIII = { + \IglobalIII + s4 + s1 + s2. r4 + R1 + r4 s2. + s1 + s4 r4 r2 + r2 r4 s4 + s1 + s2. r4 + R1 + r4 s2. + s1 + s4 r4 r2 + R1 + r2 r4\fermata + } + + IsopranIII = \relative c'' { + \IglobalIII + << + { \meta } + %\sopranArt + %the actual tune + { + d4 + cis4 b4 cis4 a4 + b4 cis4 d4 s4 + s1 + s4 d4 d4 a4 + a4 fis8[ g8] a4 g4 + fis4 s4 s2 + s2 s4 fis4 + b4 b4 a8[ b8] cis4 + d8[ cis8] b4 a4 s4 + s1 + s4 d4 cis4 b4 + a4 b8[ a8] g8[ fis8] e4 + d4 s4 s2 + s1 + s2 s4 + } + >> + } + + IaltIII = \relative c'' { + \IglobalIII + << + { \meta } + %\altArt + %the actual tune + { + a4 + a8[ gis8] fis4 e4 fis8[ e8] + d4 e4 fis4 s4 + s1 + s4 fis8[ g8] a8[ g8] fis4 + e4 d4 d4 e4 + d4 s4 s2 + s2 s4 d8[ e8] + fis4 e4 e8([ gis8)] a4 + a4 a8([ gis8)] e4 s4 + s1 + s4 fis8([ e8)] e8([ fis8)] fis8([ e8)] + cis8([ d8)] b8([ cis8)] d4. cis8 + a4 s4 s2 + s1 + s2 s4 + } + >> + } + + ItenorIII = \relative c' { + \IglobalIII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + fis4 + e4 d4 cis4 d8[ cis8] + b8[ a8] g4 a4 r4 + R1 + r4 a4 d4 d4 + cis4 c8[ b8] a4 a4 + a4 r4 r2 + r2 r4 a4 + a4 gis4 a8[ d8] cis8[ b8] + a8[ cis8] fis8[ e8] cis4 r4 + R1 + r4 d8([ b8)] b8([ a8)] a8([ g8)] + a4 g8[ fis8] e4 a8[ g8] + fis4 r4 r2 + R1 + r2 r4\fermata + } + >> + } + + IbassIII = \relative c { + \IglobalIII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + d4 + a'4. gis8 a8[ g8] fis4 + g8[ fis8] e4 d4 r4 + R1 + r4 d8[ e8] fis4 fis8[ g8] + a4 a8[( g8]) fis8[( e8]) d8[( cis8]) + d4 r4 r2 + r2 r4 d4 + dis4 e8[ d8] cis8[ b8] a4 + fis'8[( e8]) d8[( e8]) a,4 r4 + R1 + r4 b'8[ e,8] a4 d,8[( g8]) + g8[( fis8]) g8[( a8]) b8[( g8]) a8[( a,8]) + d4 r4 r2 + R1 + r2 r4\fermata + \bar "|." + } + >> + } + % }}} + +\include "parts/Itexte.ly" + + % Coro I % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \frauenPausen << \IsopranI \\ \IaltI >> >> } + % \new Voice = "soprane" { \IglobalI \voiceOne \IsopranI } + % \new Voice = "alti" { \IglobalI \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \ItenorI } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IbassI } + %\addlyrics { \bassText } + >> + + Icoro = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IbassTextI + >> + % }}} + + % Choral II % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \IsopranII \\ \IaltII >> } + % \new Voice = "soprane" { \IglobalII \voiceOne \IsopranII } + % \new Voice = "alti" { \IglobalII \voiceTwo \IaltII } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \ItenorII } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IbassII } + %\addlyrics { \bassText } + >> + + IchoralI = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IbassTextII + >> + % }}} + + % Choral III % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \fpIII << \IsopranIII \\ \IaltIII >> >> } + % \new Voice = "soprane" { \IglobalI \voiceOne \IsopranI } + % \new Voice = "alti" { \IglobalI \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \ItenorIII } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IbassIII } + %\addlyrics { \bassText } + >> + + IchoralII = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IbassTextIII + >> + % }}} + diff --git a/WO/parts/II.ly b/WO/parts/II.ly new file mode 100644 index 0000000..7f20f23 --- /dev/null +++ b/WO/parts/II.ly @@ -0,0 +1,811 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.14" + \include "dynArt.ly" + + % global defs % {{{ + IIglobalI = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \partial 4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IIglobalII = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \partial 4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IIglobalIII = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 2/2 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IIglobalIV = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 12/8 + \partial 4. + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + % }}} + +% Die Stimmen + + % Nr. 12 % {{{ + meta = { + \repeat volta 2 { + s4 s1 s2 s4\fermata s4 s1 s2. + } + s4 s1 s2 s4\fermata s4 s1 s2 s4\fermata s4 + s1 s2 s4\fermata s4 s1 s2 s4\fermata + \bar "|." + } + + IIsopranI = \relative c'' { + \IIglobalI + << + { \meta } + %\sopranArt + %the actual tune + { + g4 + g4 a4 b8[ cis8] d4 + d4 cis4 d4 b4 + c4 b4 a4 b4 + a2 g4 + a4 + a4 b4 c4 c4 + b8([ a8]) b4 a4 b4 + b4 b4 c8([ d8]) e4 + e4 dis4 e4 fis4 + g4 b,4 c4 b4 + a2 a4 d4 + e4 d4 c4 b8[ c8] + a2 g4 + } + >> + } + + IIaltI = \relative c' { + \IIglobalI + << + { \meta } + %\altArt + %the actual tune + { + d4 + e4 fis4 d8[ e8] fis4 + e8[ fis8] g4 fis4 fis4 + e4 d8[ e8] fis4 g4 + g4( fis4) d4 + fis8[ g8] + a4. gis8 a8([ gis8]) a4 + a4 gis4 e4 e8[ dis8] + e4 e4 e8([ fis8]) g8([ fis8]) + fis8([ g8]) a4 g4 a4 + g8[ a8] b4 b8([ a8]) a8([ g8]) + g2 fis4 g8[ fis8] + e4 fis4 g8([ a8]) d,4 + e4( d4) d4 + } + >> + } + + IItenorI = \relative c' { + \IIglobalI + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + b4 + b8[ c8] ~ c8 d8 b8[ a8] a4 + a4 a4 a4 b8[ a8] + g8[ a8] b8[ c8] d4 d4 + d4.( c8) b4 + d8[ e8] + fis8[ e8] d4 e4 fis4 + b,4 e8[ d8] c4 g8[ a8] + b8[ c8] d8[ e8] c4 cis4 + b4 b4 b4 d4 + d4 g4 g,8([ a8]) b4 + e8([ d8 e8 cis8]) d4 d4 + d8([ c8]) c8([ b8]) b8([ a8]) g4 + g8([ fis16 e16] fis4) b4 + } + >> + } + + IIbassI = \relative c' { + \IIglobalI + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + g8[ fis8] + e4 d4 g4 fis8[ g8] + a4 a,4 d4 dis4 + e8[ fis8] g8[ c,8] c'8[ b8] a8[ g8] + d'4( d,4) g4 + d4 + d'8[ c8] b4 a4 dis,4 + e4 e4 a,4 e'8[ fis8] + g4 gis4 a4 ais4 + b4 b,4 e4 d'8[ c8] + b8[ a8] g8[ fis8] e8[ fis8] g8[ e8] + cis8[ b8 cis8 a8] d4 b4 + c4 d4 e8[ f8] g4 + c,4( d4) g,4 + } + >> + }% }}} + + % Nr. 17 % {{{ + meta = { + s4 s1 s2 s4\fermata s4 s1 s2 s4\fermata s4 + s1 s2 s4\fermata s4 s1 s2 s4\fermata + \bar "|." + } + IIsopranII = \relative c'' { + \IIglobalII + << + { \meta } + %\sopranArt + %the actual tune + { + c4 + b4 a4 b8[ a8] g4 + a4 b4 c4 c4 + c4 g4 g8[ f8] e8[ f8] + g4 f4 e4 e4 + a4 a4 g8[ a8] b4 + c8[ b8] a4 g4 c4 + b4 a4 g4 a8[ g8] + f8[ e8] d4 c4 + } + >> + } + + IIaltII = \relative c'' { + \IIglobalII + << + { \meta } + %\altArt + %the actual tune + { + g4 + g8[ f8] e4 fis4 e8[ d8] + c4 d4 e4 e4 + e4 e4 d4 c4 + c4 c4 c4 c4 + c4 f8[ e8] d8[ c8] b4 + a8[ e'8] f4 e4 a4 + a8[ g8] f4 e4. d8 + c4. b8 g4 + } + >> + } + + IItenorII = \relative c' { + \IIglobalII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + e4 + d4. c8 b4 c8[ b8] + a8[ g8] f4 g4 a4 + a8[ b8] c4 b8[ a8] g8[ a8] + bes4. a8 g4 c8[ bes8] + a8[ g8] f4 f4 g8[ f8] + e8[ c8] c'4 c4 e4 + e8[ b8] c4 b4 a8[ b8] + c8[ a8] d,8[ g8] e4 + } + >> + } + + IIbassII = \relative c { + \IIglobalII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + c4 + g'4 a4 dis,4 e4 + f8[ e8] d4 c4 a8[ b8] + c8[ d8] e8[ f8] g8[ a8] bes4 + e,4 f4 c4 a'8[ g8] + f8[ e8] d8[ c8] b8[ a8] g4 + a4. b8 c4 c8[ d8] + e4. d8 ~ d8 c4 b8 + a16([ b16 c8]) g'8[ g,8] c4 + } + >> + }% }}} + + % Nr. 21 % {{{ + meta = { s8 } + IIsopranIII = \relative c'' { + \IIglobalIII + << + { \meta } + %\sopranArt + %the actual tune + { + d4( g2) fis8 e8 + d4 d2 c8[ b8] + a4 fis'2 e8 d8 + cis8[ e8] fis16[ g16 a8] ~ a8 g4 fis8 + e8[ d16 cis16] d4. cis16[ b16] cis8[ d16 e16] + fis4. e16[ fis16] g4 fis8 fis8 + fis4 e8 e8 e4 d4 ~ + d8 d8 cis8 cis8 d8.([ e16] cis4) + d4 r4 r2 + R1 + b4 e2 d8 c8 + b4 r8 e8 c4 c8 c8 + b4. a16[ g16] c8[ b16 a16] b4 + b4 r4 r4 b4( + e4) fis8 b,8 g'4 a8 g8 + fis2 ~ fis8[ g16 a16] fis4\trill + e4 r4 a,4 d4 ~ + d8[ c8] d8 b8 c4 r4 + a4 d2 c8[ b8] + % + a4. b16[ c16] b8[ cis16 d16] cis8 b8 + ais8 fis'4 b,8 cis2 ~ + cis8 b16([ ais16)] b8 g'8 fis4. g16[ fis16] + e4. fis16[ e16] d4. e16[ d16] + cis4. d8 e8 d16[ cis16] cis4\trill + b4 r8 g8\p c2( + b2 a8[ g8)] a8 b8 + g8[ fis8] e8 gis8 a4( b8[ a8] + gis4 a2) gis8 gis8 + a8 e8 a2 g4 ~ + g4 f4 e8[ a8] a8 g8 + f8 d8 d'8\f c8 b8[ c8] d8 b8 + e8([ d16 c16 b8)] e8 c16[ b16 c16 d16] e16[ d16 c16 b16] + a8 a8 r8 fis'8 g8([ fis16 e16 d8)] d8 + % + d16[ cis16 d16 e16] d16[ g16 fis16 g16] e2\trill + d4 r4 r2 + R1 + r2 r4 fis8 e8 + d8([ e8)] fis8 d8 g8[ fis16 e16 d8] g8 + e16[ d16 e16 fis16] g16[ fis16 e16 d16] c16[ b16 c16 d16] e16[ d16 c16 b16] + a16[ g16 a16 b16] c16[ d16 b16 c16] d16[ c16 d16 e16] fis16[ g16 e16 fis16] + g16[ a16 g16 fis16] e4 ~ e16[ f16 e16 d16] c4 ~ + c16[ d16 c16 b16] a4 ~ a16[ g16 a16 b16] c16[ b16 a16 g16] + fis8 d8 d'8 c8 b8([ c8)] d8 b8 + e8[ d16 c16 b8] e8 c16[ b16 c16 d16] e16[ d16 c16 b16] + a16[ g16 a16 b16] c16[ b16 a16 g16] fis8 fis8 r4 + % + r2 r4 e'8 d8 + c8[ d8] e8 c8 f8[ e16 d16 c8] f8 + d16[ c16 d16 e16] f16[ e16 d16 c16] b16[ a16 b16 c16] d16[ e16 f16 d16] + e8 c8 r4 r2 + b4( e2) d8 c8 + b4 g'2 fis8 e8 + d4 d2 c8[ b8] + a8 d4 c16[ b16] e4 d4 ~ + d4. c16[ b16] a4 g8 g8 + c4 c8 d8 b4. c16[ d16] + e4. d16[ c16] b8 g'4 fis8 + g4 f4\p e2( + d2 c2 ~ + c4) b8 d8 g,8[ fis8] g4 + d'2( e4) fis8 fis8 + g8 g,8 r4 r4 e'8\f d8 + c8[ d8] e8 c8 d8[ c16 b16 a8] d8 + b16[ a16 b16 c16] d16[ c16 b16 a16] g2 ~ + g2. fis4 + g1 + } + >> + } + + IIaltIII = \relative c' { + \IIglobalIII + << + { \meta } + %\altArt + %the actual tune + { + r2 e4( a4 ~ + a4) g8 fis8 e4 e4 ~ + e4 d8[ c8] b4 g'4 ~ + g4 fis8 e8 d4 r4 + e8 a4 g16[ fis16] b4 a4 ~ + a4. g16[ fis16] e4 d8 d8 + g4 g8 g8 fis4. g16[ a16] + b4. a16[ g16] fis8.[ g16] e4 + fis8[ g8 a8 fis8] g8[ fis8 e8 fis16 g16] + a8[ g8 fis8 e8] d4 g4 ~ + g8[ fis8] e8 g8 a4 r4 + e4 b'2 a8[ g8] + fis8[ e16 dis16] e4. dis16[ cis16] dis8[ e16 fis16] + g4. fis16[ g16] a4 g8 g8 + g4 fis8 fis8 fis4 e4 ~ + e8 e8 dis8 dis8 e8.[ fis16] d4 + e4 r4 r2 + e4 b'2 a8[ g8] + fis8[ e8 d8 e16 fis16] g8[ fis8 e8 fis16 g16] + % + a8[ g8 fis8 e8] d8[ e16 fis16] g8 g8 + fis4 r8 d8 g8[ e8 cis8 d16 e16] + fis4. e16[ d16] cis8[ ais'8] b8 b8 + b4 fis4. fis8 b8[ a8] + g4 fis4 e8 g8 fis8[ e8] + dis8 fis8\p b2 a4 ~ + a4 g4 fis4 fis8 fis8 + e4 e8 c'8 f,2( + e2 d8[ c8)] d8 e8 + c8[ b8] a8 cis8 d4( e8[ d8] + cis4 d2) cis8 cis8 + d4 d4 r4 g8\f f8 + e8[ fis8] g8 e8 a8([ g16 fis16 e8)] a8 + fis16([ e16 fis16 g16] a16[ g16 fis16 e16] d8) d8 r8 g8 + % + g8 fis8 e4 ~ e16[ d16 e16 fis16] g16[ fis16 g16 e16] + a8 d,8 a'8 g8 fis8[ g8] a8 fis8 + b8[ a16 g16 fis8] b8 g16[ fis16 g16 a16] b16[ a16 g16 fis16] + e4 ~ e16[ fis16 g16 e16] a16[ gis16 a16 b16] cis4 ~ + cis8[ fis,8] b4 ~ b16[ a16 b16 c16] d16[ c16 d16 b16] + g8 g8 r4 r4 a8 g8 + fis8[ g8] a8 fis8 b8([ a16 g16 fis8)] b8 + g16[ fis16 g16 a16] b16[ a16 g16 fis16] e16[ d16 e16 fis16] g16[ fis16 e16 d16] + c16[ b16 c16 d16] e16[ d16 c16 b16] a8 a8 r8 e'8 + fis8[ g8] a8 fis8 b16[ a16 g16 a16 b8] g8 + g2 ~ g8[ fis8] e4 ~ + e16[ d16 c16 b16] a8[ a'8] ~ a16[ g16 fis16 g16] a16[ g16 fis16 g16] + % + e8 b8 b'8 a8 g8[ a8] b8 g8 + c8[ b16 a16 g8] c8 a2 ~ + a8[ g8] f4 ~ f8[ e8 d8] g8 + g4( c2) b8 a8 + g4 g2 f8[ e8] + d4 b'2 a8[ g8] + fis8[ d8] g4 ~ g8[ a16 b16 a8 g8] + fis8[ d8 b'8 a16 g16] a2 ~ + a8[ g16 fis16 g8 e8] a8[ fis8] d8 d8 + g4 a8 a8 a4 g4 ~ + g8 g8 fis8 fis8 g8.([ c16] a4) + b4 r8 d,8\p( g4 a8[ g8] + fis4 g8[ fis8] e4) fis8 fis8 + g4 g8 f8 e8[ d8] e4 + fis4( g2) a8 a8 + b8 d,8 g8\f f8 e8[ fis8] g8 e8 + a8[ g16 fis16 e8] a8 fis16[ e16 fis16 g16] a16[ g16 fis16 e16] + d4. e16[ fis16] g16[ fis16 e16 d16] cis8[ d8] + e2 d2 + d1 + } + >> + } + + IItenorIII = \relative c' { + \IIglobalIII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + b8[ c8 d8 b8] c8[ b8 a8 b16 c16] + d8[ c8 b8 a8] g4 c4 ~ + c4 b8 a8 g4 e'4 ~ + e4 d8 cis8 b4 e8[ d8] + cis8[ a8 fis'8 e16 d16] e2 ~ + e8[ d16 cis16] d8[ b8] e8[ cis8] a8 a8 + d4 a'8 a8 a8 a,8 d8 e16[ fis16] + e4. e8 d8 b8 a4 + a4 r4 b4 e4 ~ + e4 d8[ c8] b8[ c8] d4 ~ + d4 c8[ b8] a4 d4 ~ + d8[ c8 d8 b8] c16[ e16 fis16 g16] fis8[ e8] + dis8[ b8 e8 fis16 g16] fis2 ~ + fis8[ e16 dis16] e8[ dis16 e16] fis8[ dis8] e8 b8 + a8 a'4 fis8 b,8[ c16 d16 e8 d8] + c8[ d16 c16] b8[ c16 b16] a4 r4 + b4 e2 d8 c8 + b4 gis'8 e8 e8[ d8] c4 ~ + c8[ b8] a4 r2 + % + a4 fis'2 e8[ d8] + cis8[ b16 ais16] b4. ais16[ gis16] ais8[ b16 cis16] + d4. cis16[ d16] e4 d8 d8 + d4 cis8 cis8 cis4 b4 ~ + b8 b8 ais8 ais8 b8.([ cis16] ais4) + b4 r8 dis8\p e4( fis8[ e8] + dis4 e2) dis8 dis8 + b8 b8 e2 d4 ~ + d4 c4 b4 b8 b8 + a4 a8 fis'8 bes,2( + a2 g8[ f8)] e8 a8 + a4 a4 r2 + R1 + r4 d8\f c8 b8[ c8] d8 b8 + % + e8[ d16 c16 b8] e8 cis16[ b16 cis16 d16] e16[ d16 cis16 b16] + a16[ g16 a16 b16] cis8 a8 r4 d8 c8 + b8[ c8] d8 b8 e8([ d16 cis16 b8)] e8 + cis16[ b16 cis16 d16] e16[ d16 cis16 b16] a4 ~ a16[ b16 cis16 a16] + fis8 fis8 r8 d'8 d8 g4 b,8 + c8 c8 c8 b8 a8[ b8] c8 a8 + d8[ c16 b16 a8] d8 b16[ a16 b16 c16] d16[ c16 d16 b16] + e16[ d16 e16 fis16] g16[ fis16 e16 d16] c16[ b16 c16 d16] e16[ d16 c16 b16] + a16[ g16 a16 b16] c16[ b16 a16 g16] d'16[ a16] d4\trill cis8 + d4 r8 d8 d8[ e8] f8 d8 + c8([ b16 a16 g8)] c8 e4. dis16[ e16] + fis4 ~ fis16[ g16 fis16 e16] dis16[ cis16 dis16 e16] fis16[ e16 dis16 cis16] + % + b8[ e16 fis16] dis4\trill e8 b8 e4 ~ + e4. e8 d8[ c16 b16] a16[ b16 c16 a16] + d4 ~ d16[ e16 f16 d16] g4. b,8 + c4 r4 a4 d4 ~ + d4 c8 b8 a4 a4 ~ + a4 g8[ fis8] e4 c'4 ~ + c4 b8 a8 g8 e'4( d16[ c16] + d8) fis,8 g4 ~ g8[ fis16 e16 fis8 g16 a16] + b4. a16[ b16] c4 b8 b8 + b4 a8 a8 b8[ c16 d16] e4 ~ + e8 a,8 a8 a8 g8([ e'8] d4) + d8 g,8\p d'2 c4 ~ + c4 b2 a8 a8 + d4 d8 g,8 e'2( + d2 c4) c8 c8 + d4 d4 r4 c8\f b8 + a8[ b8] c8 e8 d8 a8 d4( ~ + d16[ e16 d16 c16] b2 bes4 ~ + bes4 a4. g8[ a8 b16 c16)] + b1 + } + >> + } + + IIbassIII = \relative c' { + \IIglobalIII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + g8([ a8 b8 g8] a8[ b8 c8 a8] + fis4 b2) a8 g8 + fis4 d'2 cis8[ b8] + a8[ g8 a8 fis8] g8[ d8] g4 ~ + g8[ fis16 e16 fis8 b8] g8[ e8 a8 g8] + fis8[ g16 a16 b8 e8] cis8[ a8 d8 cis8] + b8[ a16 b16] cis8[ b16 cis16] d8[ cis8] b8 a8 + g4 a8 a8 b8([ g8)] a4 + a4( d2) c8 b8 + a4 a2 g8[ fis8] + e8[ fis8 g8 e8] fis8[ gis8 a8 fis8] + gis8[ a8 b8 gis8] a8[ e8] a4 ~ + a8[ g16 fis16 g8 c8] a8[ fis8 b8 a8] + g8[ a16 b16 c8 a8] dis8[ b8 e8 d8] + cis8[ b16 cis16] dis8[ cis16 dis16] e8[ d8] c8 b8 + a8 g16([ a16 b8)] a16[ b16] c8([ a8 b8 b,8)] + e4 g8 e8 fis8[ g8 a8 fis8] + gis8[ a16 b16] e,4 e4 a4 ~ + a8[ g8 a8 d,8] g8[ b8] e4 ~ + % + e4 d8 fis,8 g8 b,8 e4 ~ + e8[ d16 cis16 d8 g8] e8[ cis8 fis8 e8] + d8[ e16 fis16 g8 e8] ais8[ fis8 b8 a8] + gis8[ fis16 gis16] ais8[ gis16 ais16] b8[ a8] g8 fis8 + e4 fis8 fis8 g8([ e8] fis4) + b,4 r4 r2 + r4 b4\p b4 b8 b8 + e4 e4 r2 + r4 e4 e4 e8 e8 + a,4 a4 r2 + r4 a4 a4 a8 a8 + d4 d4 r2 + R1 + r2 r4 g8\f fis8 + % + e8[ fis8] g8 e8 a8[ g16 fis16 e8] a8 + fis16[ e16 fis16 g16] a16[ g16 fis16 e16] d16[ cis16 d16 e16] fis16[ e16 fis16 d16] + g16[ fis16 g16 a16] b16[ a16 g16 fis16] e16[ d16 e16 fis16] g8[ e8] + a8 a,8 a'8 g8 fis8[ g8] a8 fis8 + b8[ a16 g16 fis8] b8 g16[ fis16 g16 a16] b16[ a16 b16 g16] + c8 c,8 r4 r2 + R1 + R1 + r2 r4 fis8 e8 + d8([ e8)] fis8 d8 g8([ fis16 e16 d8)] g8 + c,16([ b16 c16 d16] e16[ d16 c16 b16] a8) a8 a'8 g8 + fis8[ g8] a8 fis8 b8([ a16 g16 fis8)] b8 + % + g16[ fis16 g16 a16] b16[ a16 g16 fis16] e16[ dis16 e16 fis16] g16[ fis16 g16 e16] + a16[ g16 a16 b16] c16[ b16 c16 a16] d8 d,8 r8 a'8 + b8[ c8] d8 b8 g16([ fis16 g16 a16 b8)] g8 + c8 c,8 r4 r2 + r2 c4 f4 ~ + f4 e8 d8 c4 a'4 ~ + a4 g8[ fis8] e8[ g8] c4 ~ + c8[ b16 a16 b8 e8] c8[ a8 d8 c8] + b8[ c16 d16 e,8 a8] fis8[ d8 g8 fis8] + e8[ d16 e16] fis8[ e16 fis16] g8[ fis8] e8 d8 + c4 d8 d8 e8([ c8] d4) + g4 r4 r2 + r4 g4\p g4 g8 g8 + g8 g,8 d''2 c4 ~ + c4 b2 a8 a8 + g4 g,4 r2 + r4 c8\f a8 d8[ e8] fis8 d8 + g16([ fis16 g16 a16] b16[ a16)] g16[ fis16] e16([ d16 e16 fis16] g16[ fis16 e16 d16] + cis2 d2) + g,1 + \bar "|." + } + >> + } + % }}} + + % Nr. 23 % {{{ + frauenPausen = { + s4. + s1. + s2. s4. r4. + R1. + r4. s4. s2. + s1. + s4. r4. r2. + r2. r4. s4. + s1. + s2. s4. r4. + R1. + r4. s4. s2. + s1. + s4. r4. r2. + R1. + } + + IIsopranIV = \relative c''' { + \IIglobalIV + << + { \meta } + %\sopranArt + %the actual tune + { + g4. + fis4. e4. fis4. d4. + e4. fis4. g4. s4. + s8*12 + s4. g4. g4. d4. + d4( c8) b4( c8) d4. c4. + b4. s4. s2. + s2. s4. b4. + e4. e4. d4( e8) fis4. + g4( fis8) e4. d4. s4. + s8*12 + s4. g4. fis4. e4. + d4. e4( d8) c4( b8) a4. + g4. s4. s2. + s8*12 + } + >> + } + + IIaltIV = \relative c'' { + \IIglobalIV + << + { \meta } + %\altArt + %the actual tune + { + b4. + a4. b4( a8) a4. g4. + g4( c8) b4( a8) b4. s4. + s8*12 + s4. b4. b4. b4. + a4. g4. a4( e8) e8.([ g16 fis8)] + g4. s4. s2. + s2. s4. g4. + g4. g4( a8) b4( a8) a4( b8) + b4( a8) b4( a8) a4. s4. + s8*12 + s4. b4. c4( b8) b4( a8) + a4( g8) g4. g4. g4( fis8) + d4. s4. s2. + s8*12 + } + >> + } + + IItenorIV = \relative c' { + \IIglobalIV + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + d4. + d4. d4( cis8) d4( c8) c4( b8) + b4( a8) d4. d4. r4. + R8*12 + r4. d4. e4. fis4( g8) + d4. d4( e8) a,4( b8) c8.([ e16 dis8)] + e4. r4. r2. + r2. r4. e4. + e4( d8) c4. b4( cis8) d4. + g,4( d'8) d4( cis8) fis4. r4. + R8*12 + r4. e4. e4( d8) d4( c8) + c4( b8) c4( b8) c4( d8) e4( d8) + b4. r4. r2. + R8*12 + } + >> + } + + IIbassIV = \relative c' { + \IIglobalIV + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + g4. + d'4. g,4( a8) d,4. g4. + c,4. d4. g,4. r4. + R8*12 + r4. g'4( fis8) e4. b'4. + fis4. g4( e8) fis4( gis8) a4. + e4. r4. r2. + r2. r4. e4( d8) + c4( d8) e4( c8) g'4. fis4( b8) + e,4( fis8) g4( a8) d,4. r4. + R8*12 + r4. e4( g8) a4( b8) g4( a8) + fis4( g8) c,4( d8) e4( d8) c4( d8) + g,4. r4. r2. + R8*12 + \bar "|." + } + >> + } + % }}} + +\include "parts/IItexte.ly" + + % choral I % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \IIsopranI \\ \IIaltI >> } + % \new Voice = "soprane" { \IglobalI \voiceOne \IsopranI } + % \new Voice = "alti" { \IglobalI \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IItenorI } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIbassI } + %\addlyrics { \bassText } + >> + + IIchoralI = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIbassTextI + >> + % }}} + + % choral II % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \IIsopranII \\ \IIaltII >> } + % \new Voice = "soprane" { \IglobalII \voiceOne \IsopranII } + % \new Voice = "alti" { \IglobalII \voiceTwo \IaltII } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IItenorII } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIbassII } + %\addlyrics { \bassText } + >> + + IIchoralII = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIbassTextII + >> + % }}} + + % chorus III % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \IIsopranIII \\ \IIaltIII >> } + % \new Voice = "soprane" { \IglobalI \voiceOne \IsopranI } + % \new Voice = "alti" { \IglobalI \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IItenorIII } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIbassIII } + %\addlyrics { \bassText } + >> + + IIchorusIII = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIbassTextIII + >> + % }}} + + % chorus IV % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \frauenPausen << \IIsopranIV \\ \IIaltIV >> >> } + % \new Voice = "soprane" { \IglobalI \voiceOne \IsopranI } + % \new Voice = "alti" { \IglobalI \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IItenorIV } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIbassIV } + %\addlyrics { \bassText } + >> + + IIchorusIV = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIbassTextIV + >> + % }}} + diff --git a/WO/parts/III.ly b/WO/parts/III.ly new file mode 100644 index 0000000..413121f --- /dev/null +++ b/WO/parts/III.ly @@ -0,0 +1,1051 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.14" + \include "dynArt.ly" + + % global defs % {{{ + IIIglobalI = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 3/8 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IIIglobalII = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IIIglobalIII = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \partial 4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IIIglobalIV = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IIIglobalV = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \partial 4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + % }}} + +% Die Stimmen + + % Nr. 24 % {{{ + frauenPausen = { + \IIIglobalI + R4.*16 + R4.*4 + s4.*28 + R4.*16 + R4.*4 + s4.*28 + } + + IIIsopranI = \relative c'' { + \IIIglobalI + << + { \meta } + %\sopranArt + %the actual tune + { + s4.*16 + s4. + s4. + s4. + s4. + e8 e8 e8 + cis8 a16[ b16] cis16[ d16] + e8 cis16[ d16] e16[ fis16] + g8[ a16 g16 fis16 e16] + fis16[ e16 d16 fis16 e16 g16] + fis16[ e16 fis16 g16 e16 fis16] + g8[ d8 g8] + fis16[ e16 d16 cis16 d16 e16] + fis16[ e16 g16 fis16 e16 d16] + % 30 + e16[ d16 cis16 b16 cis16 d16] + e16[ d16 fis16 e16 d16 cis16] + d4 cis8 + d8 d8 d8 + d8 b16[ cis16] d16[ b16] + e16[ dis16] e8 fis8 + fis8[ e8] dis8 + e8 e8 e8 + e8 a,8 d8 + cis8 fis16[ e16] d16[ cis16] + d8[ a8] cis8 + d8 b8 cis8 + d8 b8 cis8 + fis8 b,16[ cis16] d8 + cis8 r8 r8 + r8 r8 a8 + a'4. ~ + a8 e8 d8 + cis4. + % 49 + s4.*16 + s4. + s4. + s4. + s4. + fis,8 d16[ e16] fis16[ g16] + a8 d8 a8 + b16[ a16 b16 cis16 d16 e16] + fis8 g16[ fis16] e16[ d16] + cis16[ b16 a16 cis16 b16 d16] + cis16[ b16 cis16 e16 d16 fis16] + e16[ d16 fis16 e16 d16 cis16] + d8[ cis16 b16 a16 g16] + % 77 + fis16[ e16 g16 fis16 e16 d16] + b'16[ a16 gis16 a16 b16 cis16] + d16[ cis16 e16 d16 cis16 b16] + cis16[ b16 a8] b8 + cis8 cis8 cis8 + cis8 e16[ d16] cis16[ b16] + a8 d8 e8 + fis8 e16[ fis16 g8] + fis8 d8 d8 + d8 fis8 d8 + d8 b8 c8 + cis8 c16[ b16 a8] + g8 e'8 b8 + cis8 d16[ cis16] d8 + d8 e8 cis8 + d4 a8 + d4. ~ + d4. ~ + d8 d8 d8 + d4.\fermata + } + >> + } + + IIIaltI = \relative c'' { + \IIIglobalI + << + { \meta } + %\altArt + %the actual tune + { + s4.*16 + s4. + s4. + s4. + s4. + R4. + R4. + R4. + R4. + a8 fis8 g8 + a8 d8 a8 + b8[ c16 b16 a16 g16] + a8 fis16[ e16] fis16[ g16] + a16[ g16 b16 a16 g16 fis16] + % 30 + g16[ fis16 e16 d16 e16 fis16] + g16[ fis16 a16 g16 fis16 e16] + fis16[ e16 d16 fis16 e16 g16] + fis8 fis16 fis16 fis8 + fis8 d16[ e16] fis16[ g16] + a8 g8 fis8 + a8.[ a32 b32] a8 + g8 g8 g8 + g8 e16[ d16] e16[ fis16] + g16[ fis16] a16[ g16] fis16[ e16] + fis8.[ g32 a32] g8 + fis8 gis8 a8 + b16[ cis16] d8 cis8 + b8 a8 gis8 + a4 e8 + a4. ~ + a8[ e16 d16 e16 fis16] + g8 g8 fis8 + e4. + % 49 + s4.*16 + s4. + s4. + s4. + s4. + R4. + R4. + R4. + R4. + e8 cis8 d8 + e8 g8 fis8 + g8[ a16 g16 fis16 e16] + fis16[ e16 d16 e16 fis16 g16] + % 77 + a16[ g16 b16 a16 g16 fis16] + gis16[ fis16 e16 fis16 gis16 a16] + b16[ a16 cis16 b16 a16 gis16] + a8 e8 gis8 + a8 a16 a16 a8 + a8 e8 e8 + fis8 fis8 g8 + a8[ b8] a8 + a8 fis8 fis8 + fis8 a16[ g16] fis16[ e16] + d8 g8 a8 + b8 a16[ b16 c8] + b8 a16[ g16] fis16[ e16] + a8 d,8 g8 + fis8 g8 e8 + d4 r8 + r8 r8 b'8 + a8[ c8 b8] + a8 g16[ fis16] g8 + a4.\fermata + } + >> + } + + IIItenorI = \relative c' { + \IIIglobalI + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + R4.*16 + d8 d8 d8 + d8 fis16[ e16] d16[ cis16] + d8 cis16[ b16] a16[ g16] + fis8 e16[ d16] a'8 + a4. ~ + a4. ~ + a16[ gis16 a16 b16 cis16 d16] + e16[ g16 fis16 e16 d16 cis16] + d4. ~ + d4. ~ + d4. ~ + d4. ~ + d4. ~ + % 30 + d4. ~ + d8 d8 d8 + d4 a8 + a8 a8 a8 + d8 fis8 d8 + cis8 e8 b8 + b8[ e8] fis8 + e8 b8 e8 + a,8 cis16[ b16] cis16[ d16] + e8 d8 a8 + a8[ fis'8] e8 + d8 e8 e8 + e8 e8 e8 + fis8 e8 e8 + e4 r8 + r8 r8 fis8 + cis16[ b16 a16 b16 cis16 d16] + e8 a,8 a8 + a4. + % 49 + R4.*16 + e'8 e8 e8 + cis8 d16[ cis16] b16[ a16] + d8 e8 fis8 + b,8[ cis16 d16 e16 cis16] + d4. ~ + d4. ~ + d16[ cis16 d16 e16 fis16 g16] + a8 a,8 gis8 + a4. ~ + a4. ~ + a8 a8 a8 + a4. ~ + % 77 + a4. ~ + a8 a8 a8 + a4. ~ + a16[ gis16 a8] e8 + e'8 e8 e8 + e8 cis8 cis8 + cis8 a8 g8 + d'8[ g8] e8 + d8 a8 a8 + a8 d8 fis8 + fis8 d8 d8 + d8[ e8] a,8 + d8 b8 g'8 + e8 a,8 d8 + a8 e8 a8 + a4 r8 + r8 r8 d8 + fis8[ a8 g8] + fis8 d16[ cis16] d16[ e16] + fis4.\fermata + } + >> + } + + IIIbassI = \relative c' { + \IIIglobalI + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + R4.*16 + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + % 30 + R4. + R4. + R4. + d8 d8 cis8 + b8 b8 b8 + cis8 cis,8 dis8 + e8[ g8] b8 + e8 e8 d8 + cis8 cis8 b8 + a8 fis8 a8 + d,8[ fis8] a8 + d8 d8 cis8 + b8 gis8 a8 + d,8 e8 e8 + a4 r8 + r8 r8 d,8 + a'8[ cis8 a8] + e8 cis8 d8 + a'4. + % 49 + R4.*16 + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + % 77 + R4. + R4. + R4. + R4. + a8 a8 a8 + g8 g8 g8 + fis8 fis8 e8 + d8[ d'8] cis8 + d8 d8 d8 + c8 c8 c8 + b8 b8 a8 + g8 g8[ fis8] + g8 g8 g8 + g8 fis8 b8 + a8 g8 a8 + d,4 r8 + r8 r8 g8 + d'4. ~ + d8 d8 g,8 + d4.\fermata + \bar "|." + } + >> + } + % }}} + + % Nr. 26 % {{{ + fpII = { + \IIIglobalII + R2. + R2. + s2.*25 + s4 r4 r2 + } + IIIsopranII = \relative c'' { + \IIIglobalII + << + { \meta } + %\sopranArt + %the actual tune + { + s2. + s2. + r4 a8 b8 cis8 d8 + e4 e4 a,4 + fis'2 fis4 + e4 r4 gis,8 a8 + b8 cis8 d4 d4 + r4 a8 b8 cis8 d8 + e8[ d8] e4 r4 + fis8 e8 d8 cis8 b8[ a8] + gis4 b4 d4 ~ + d4 cis8[ b8] a4 + r8 gis8 a8([ b8)] cis8([ b8)] + cis8 dis8 e4( d8.) e16 + e4 b4 e4 ~ + e8 d8 e4. fis8 + % 17 + d4 d8 cis8 d8 b8 + cis4 eis4 gis4 ~ + gis8 eis8 fis4 bis,8 cis8 + dis4 gis,4 fis'4 ~ + fis4 e8 dis8 e8 fis8 + dis4. cis8 dis8 e8 + cis4 dis8[ e8] fis4 ~ + fis8 bis,16([ cis16 dis8)] gis,8 e'4 ~ + e4 dis8 cis8 dis8 fis8 + bis,4 r8 gis'8 cis,4 + fis8 dis8 e4( d4) + cis4 s4 s2 + } + >> + } + + IIIaltII = \relative c'' { + \IIIglobalII + << + { \meta } + %\altArt + %the actual tune + { + s2. + s2. + R2. + r4 a8 g8 fis8 e8 + d4 d4 a'4 + cis,2 cis4 + d4 d8 e8 fis8 gis8 + a4 a4 e4 + cis'2 cis4 + cis4 fis,4 b4 ~ + b8[ a8] gis8[ fis8] e4 + r4 r4 e8 fis8 + gis8 b8 a8[ gis8] a8[ e8] + a4 a8[ gis8] a4 + gis4. fis8 gis8 e8 + fis4 fis4 fis4 + % 17 + fis4 fis4 b4 ~ + b8 a8 b4. cis8 + a4 a8 gis8 a8 fis8 + gis4 bis4 dis4 ~ + dis8 bis8 cis4 cis4 + fis,8 fis8 b4 r8 gis8 + cis4 bis8 cis8 dis4 + dis,4 r8 bis'8 cis8 gis8 + a4 a8 gis8 a4 + gis8 fis8 gis8 e8 e4 + a8 a8 gis4.( fis8) + e4 s4 s2 + } + >> + } + + IIItenorII = \relative c' { + \IIIglobalII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + r4 a8 b8 cis8 d8 + e4 e4 a,4 + fis'2 fis4 + e4 r4 a8 g8 + fis8 e8 d4 d4 + r4 cis8 d8 e8 fis8 + gis4 gis4 r4 + a,8 b8 cis8 d8 e4 + ais,4. cis8 fis8 e8 + d8 cis8 b8([ cis8)] d4 + d4 r4 r4 + a8 b8 cis8 d8 e8[ d8] + cis8 b8 e2 ~ + e8[ dis8 cis8 b8] a4 + b4 gis4 cis4 ~ + cis8 b8 cis4. cis8 + % 17 + cis8([ ais8)] b4 eis8 fis8 + gis4 cis,4 r4 + r4 cis4 fis4 ~ + fis8 e8 fis4. gis16[ a16] + gis4 gis,4 r8 fis8 + b4 r4 r8 b8 + e4 r8 cis8 a'8 cis,8 + bis8 dis8 gis,8 gis8 gis'4 + fis8 r8 r8 cis8 fis8[ e8] + dis4 r8 gis,8 a8 b8 + cis8 cis16([ bis16 cis8)] dis8 b4 + cis4 r4 r2 + } + >> + } + + IIIbassII = \relative c' { + \IIIglobalII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + R2. + r4 a8 g8 fis8 e8 + d4 d4 a'4 + cis,2 cis4 + d4 d8 e8 fis8 gis8 + a4 a4 e4 + b'2 b4 + a4 cis8 b8 a8 gis8 + fis4 fis4 r4 + r4 b8 a8 gis8 fis8 + e4 e4 r4 + r4 a,8 b8 cis8 d8 + e4 e4 a,4 + fis'2 fis4 + e2 cis4 + ais'4. cis8 fis,8 ais8 + % 17 + b8 b,8 b'8 a8 gis8 fis8 + eis8[ fis8] gis8 eis8 cis8 eis8 + fis4 r4 r4 + R2. + r4 e4 a4 ~ + a4 dis,4 gis4 ~ + gis8 a8 gis8([ fis8)] e8 dis8 + gis8 gis8 fis8[ e8] dis8[ cis8] + fis8 cis8 fis8 e8 fis4 ~ + fis8 dis8 e8([ cis8)] a'8([ gis8)] + a8([ fis8)] gis2 + \bar "||" + \time 4/4 + cis,4 r4 r2 + } + >> + } + % }}} + + % Nr. 28 % {{{ + meta = { + s4 + s1 + s2 s2\fermata + s1 + s2 s4\fermata s4 + s1 + s2 s4\fermata s4 + s1 + s1 + s1 + s2. + \bar "|." + } + + IIIsopranIII = \relative c'' { + \IIIglobalIII + << + { \meta } + %\sopranArt + %the actual tune + { + a4 + a4 a4 b4 a4 + d4 e4 d2 + cis8([ d8)] e4 fis4 e8([ d8)] + cis4 b4 a4 a4 + d4 cis8([ d8)] e4 b4 + a8([ gis8)] fis4 e4 e4 + b'4 b4 b4 cis4 + d8([ cis8)] b4 a8([ b8] cis4 + b2) a4 a4 + a2.\fermata + } + >> + } + + IIIaltIII = \relative c' { + \IIIglobalIII + << + { \meta } + %\altArt + %the actual tune + { + e4 + fis4 fis8([ e8)] d8([ g8)] e8([ cis8)] + a'8([ g16 fis16 g8)] e8 fis2 + a4 a4 d8([ cis8)] b4 + b8( a4) gis8 e4 fis8([ g8)] + a8( b4) a16([ gis16)] a4 g8([ fis8)] + e4. dis8 b4 cis8([ d8)] + e4 fis4 e4 e8([ g8)] + fis8([ e8)] dis8([ eis8)] fis8([ gis8] a4 ~ + a4 g2) fis4 ~ + fis4 e8([ d8)] e4\fermata + } + >> + } + + IIItenorIII = \relative c' { + \IIIglobalIII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + cis4 + cis4 d8([ cis8)] b8([ e8)] cis8([ e8)] + a,8( d4) cis8 a2 + fis'4 e4 d4 e4 + e8( fis4) e16([ d16)] cis4 a4 + fis'8([ e8)] e4 e4 e8([ b8)] + cis8([ e8)] b8([ a8)] gis4 a8([ fis8)] + gis4 a4 gis4 a4 + a8([ gis8)] fis8[ b8] cis8([ d8] e4 + fis4 e2) d4 ~ + d4 cis8([ b8)] cis4\fermata + } + >> + } + + IIIbassIII = \relative c' { + \IIIglobalIII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + a8([ g8)] + fis8([ e8)] d4 g4.( fis16[ e16] + fis8) d8 a'8 a,8 d2 + fis8([ e8)] d8([ cis8)] b8([ a'8)] gis8([ e8)] + a8([ fis8)] d8([ e8)] a4 d,8([ e8)] + fis8([ gis8)] a8([ b8)] cis8([ d8)] e8([ dis8)] + cis8([ a8)] b4 e,4 a4 + gis8([ fis8)] e8([ dis8)] e8([ fis8)] g8([ e8)] + fis8([ gis8 a8 gis8] fis8[ e8)] d8([ cis8)] + dis8([ b8)] e8([ d8)] cis8([ a8)] d4 + a2.\fermata + } + >> + } + % }}} + + % Nr. 33 % {{{ + meta = { + s1 + s1 + s2\fermata s2 + s2\fermata s2 + s2\fermata s2 + s1 + s2\fermata s2 + s1 + s2 s2\fermata + s2 s2\fermata + s2 s2\fermata + s1 + s2 s2\fermata + \bar "|." + } + + IIIsopranIV = \relative c'' { + \IIIglobalIV + << + { \meta } + %\sopranArt + %the actual tune + { + g4 g4 a4 g4 + a8([ b8)] c4 c4( b4) + c2 d4 e4 + c2 b8([ c8)] d4 + a2 d4 d4 + c4 b8([ a8)] a2 + g2 g4 g4 + a4 g4 a8([ b8)] c4 + c4( b4) c2 + d4 e4 c2 + b8([ c8)] d4 a2 + d4 d4 c4 b8([ a8)] + a2 g2 + } + >> + } + + IIIaltIV = \relative c' { + \IIIglobalIV + << + { \meta } + %\altArt + %the actual tune + { + d4 e4 d4 d4 + e4 f4 g2 + g2 b8([ a8)] b4 + a2 g4 g4 + fis2 fis4 g4 + g4 g4 g4( fis4) + d2 e4 b8([ cis8)] + d8([ c8)] b4 c8([ d8)] c8([ d8)] + e4( d4) c2 + fis4 gis4 e2 + g4 fis8([ g8)] a2 + g4 g8([ fis8)] g8([ a8)] d,8([ e8)] + fis8( g4 fis8) d2 + } + >> + } + + IIItenorIV = \relative c' { + \IIIglobalIV + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + b4 c4 fis,4 g4 + c4 c8([ d8)] e4( d4) + e2 g8([ f8)] e4 + e2 e4 d4 + d2 a4 b4 + c4 d4 e4( d8[ c8)] + b2 c4 g4 + fis4 g4 g8([ f8)] g8([ a8)] + g4( e'4) e2 + d8([ c8)] b4 a2 + g8([ a8)] b8([ g8)] d'2 + b8([ c8)] d4 e8([ fis8)] g4 + d8([ c16 b16] c4) b2 + } + >> + } + + IIIbassIV = \relative c' { + \IIIglobalIV + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + g4 c,4 c'4 b4 + a4 aes4 g2 + c,2 g'4 gis4 + a2 e4 b8([ c8)] + d2 d4 g8([ fis8)] + e4 d4 c4( d4) + g,2 c8([ d8)] e4 + d8([ e8)] f4 e8([ d8)] e8([ fis8)] + g4( gis4) a2 + b4 e,4 a2 + e4 d8([ e8)] fis2 + g8([ a8)] b4 b8([ a8)] b8([ c8)] + d4( d,4) g2 + } + >> + } + % }}} + + % Nr. 35 % {{{ + meta = { + s4 + s2 s4\fermata s4 + s2 s4\fermata s4 + s2 s4\fermata s4 + s1 + s1 + s2 s4\fermata s4 + s2 s4\fermata s4 + s2 s4\fermata s4 + s1 + s1 + s2 s4\fermata + \bar "|." + } + + IIIsopranV = \relative c' { + \IIIglobalV + << + { \meta } + %\sopranArt + %the actual tune + { + fis8[ gis8] + a4 gis4 fis4 fis8[ gis8] + a4 gis4 fis4 cis'4 + b4 a4 gis4 gis4 + a4 a4 b4 b4 + cis4 cis4 b4 a4 + gis2 fis4 cis'4 + b4 a8[ gis8] gis4 cis4 + b4 a4 gis4 gis4 + a4 a4 b4 b4 + cis4 cis4 b4 a8([ gis8)] + gis2 fis4 + } + >> + } + + IIIaltV = \relative c' { + \IIIglobalV + << + { \meta } + %\altArt + %the actual tune + { + cis4 + fis4 eis4 fis4 fis4 + fis4 eis4 cis4 fis4 + fis8[ eis8] fis4 eis4 eis4 + fis4 fis4 fis8([ gis16 a16)] gis4 + gis8[ fis8] eis8[ fis8] gis4. fis8 + fis4( eis4) cis4 fis4 + fis8[ eis8] fis4 e4 fis8[ e8] + dis8([ e8)] fis8([ dis8)] e4 gis8([ eis8)] + fis4 a8([ fis8)] d4 b'8([ gis8)] + a8([ gis8)] fis4 fis8([ eis8)] fis4 + fis8([ eis16 dis16] e4) cis4 + } + >> + } + + IIItenorV = \relative c' { + \IIIglobalV + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + a8[ b8] + cis4 cis8[ b8] a4 b4 + cis4 cis8[ b8] a4 a4 + b4 cis4 cis4 cis4 + cis4 d4 d8[ e16 fis16] e8[ d8] + cis4 b8([ a8)] d8([ cis8)] cis8([ d8)] + d8([ b8 gis8 cis8)] a4 a4 + b8[ cis8] dis4 cis4 cis4 + fis,4 b4 b4 cis4 + cis8([ a8)] d4 d8([ b8)] e4 + e8[ cis8] fis8[ e8] d8[ cis8] dis4 + cis8([ gis8 cis8 b8)] a4 + } + >> + } + + IIIbassV = \relative c { + \IIIglobalV + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + fis4 + fis16([ gis16 a16 b16 cis8)] cis,8 d4 d4 + cis8[ b8] cis4 fis,4 fis'4 + gis4 a8[ b8] cis4 cis,4 + fis8[ e8] d8[ cis8] d8[ b8] e4 + a,8([ a'8)] gis8[ fis8] fis8([ eis8)] fis8[ d8] + b8([ gis8] cis4) fis,4 fis'8[ e8] + d8[ cis8] bis4 cis4 a4 + b8[ cis8] dis8[ b8] e4 eis8[ cis8] + fis4 fis8([ d8)] g4 gis8[ e8] + a4 ais8[ fis8] b4 bis8([ gis8)] + cis4( cis,4) + fis4 + \once \override Score.RehearsalMark #'direction = #DOWN + \mark\markup { + \column { + \line { \small "Chorus I ab initio" } + \line { \small "repetatur et claudatur" } + } + } + } + >> + } + meta = { } + % }}} + +\include "parts/IIItexte.ly" + + % Chor I % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \frauenPausen << \IIIsopranI \\ \IIIaltI >> >> } + % \new Voice = "soprane" { \voiceOne \IsopranI } + % \new Voice = "alti" { \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IIItenorI } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIIbassI } + %\addlyrics { \bassText } + >> + + IIIchorI = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIIbassTextI + >> + % }}} + + % Chorus II % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \fpII << \IIIsopranII \\ \IIIaltII >> >> } + % \new Voice = "soprane" { \voiceOne \IsopranII } + % \new Voice = "alti" { \voiceTwo \IaltII } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IIItenorII } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIIbassII } + %\addlyrics { \bassText } + >> + + IIIchorusII = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIIbassTextII + >> + % }}} + + % Choral III % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \IIIsopranIII \\ \IIIaltIII >> } + % \new Voice = "soprane" { \voiceOne \IsopranI } + % \new Voice = "alti" { \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IIItenorIII } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIIbassIII } + %\addlyrics { \bassText } + >> + + IIIchoralIII = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIIbassTextIII + >> + % + + % Choral IV + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \IIIsopranIV \\ \IIIaltIV >> } + % \new Voice = "soprane" { \voiceOne \IsopranI } + % \new Voice = "alti" { \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IIItenorIV } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIIbassIV } + %\addlyrics { \bassText } + >> + + IIIchoralIV = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIIbassTextIV + >> + % }}} + + % Choral V % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \IIIsopranV \\ \IIIaltV >> } + % \new Voice = "soprane" { \voiceOne \IsopranI } + % \new Voice = "alti" { \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IIItenorV } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIIbassV } + %\addlyrics { \bassText } + >> + + IIIchoralV = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIIbassTextV + >> + % }}} + diff --git a/WO/parts/IIItexte.ly b/WO/parts/IIItexte.ly new file mode 100644 index 0000000..584a0d6 --- /dev/null +++ b/WO/parts/IIItexte.ly @@ -0,0 +1,192 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + IIIsopranTextI = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIIaltTextI = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IIItenorTextI = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + herrscher = \lyricmode { + Herr -- scher des Him -- mels, er -- hö -- re das Lal -- len, + laß dir die mat -- ten Ge -- sän -- ge ge -- fal -- len, + wenn dich dein Zi -- on mit Psal -- men er -- höht, + } + + hoere = \lyricmode { + Hö -- re der Her -- zen froh -- lok -- ken -- des Prei -- sen, + wenn wir dir jet -- zo die Ehr -- furcht er -- wei -- sen, + weil uns -- re Wohl -- fahrt be -- fe -- sti -- get steht, + be -- fe -- sti -- get steht. + } + + Gehen = \lyricmode { + Las -- set uns nun ge -- hen gen Beth -- le -- hem, + } + + gehen = \lyricmode { + las -- set uns nun ge -- hen gen Beth -- le -- hem, + } + + geheN = \lyricmode { + las -- set uns nun ge -- hen, + } + + GEHEN = \lyricmode { + las -- set uns nun ge -- hen gen Beth -- le -- hem + } + + sehen = \lyricmode { + und die Ge -- schich -- te se -- hen, + } + + geschehen = \lyricmode { + die da ge -- sche -- hen ist, die uns der Herr, + der Herr kund -- ge -- tan hat. + } + + getan = \lyricmode { + Dies hat er al -- les uns ge -- tan, + sein’ groß Lieb zu zei -- gen an; + des freu sich al -- le Chri -- sten -- heit, + und dank ihm des in E -- wig -- keit. + Ky -- ri -- e -- leis! + } + + vier = \lyricmode { + Ich will dich mit Fleiß be -- wah -- ren, + ich will dir le -- ben hier, + dir will ich ab -- fah -- ren. + Mit dir will ich end -- lich schwe -- ben vol -- ler Freud, + oh -- ne Zeit dort im an -- dern Le -- ben. + } + + fuenf = \lyricmode { + Seid froh die -- weil, seid froh die -- weil, + daß eu -- er Heil ist hie ein Gott und auch ein Mencsh ge -- bo -- ren, + der, wel -- cher ist der Herr und Christ + in Da -- vids Stadt, von vie -- len aus -- er -- ko -- ren. + } + +% zk = \lyricmode { +% \zagen +% \klage +% } +% +% viel = \lyricmode { +% Jauch -- zet, froh -- lok -- ket, +% \preiset +% \jf +% \jf +% \preiset +% \ruehmet +% Las -- _ set das Za -- gen, +% ver -- ban -- net die Kla -- ge, +% } + + IIIbassTextI = \lyrics { + %<+hier den Text für den Baß eintragen+> + \herrscher + mit Psal -- _ men er -- höht! + \hoere + } + + IIIsopranTextII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIIaltTextII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IIItenorTextII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IIIbassTextII = \lyrics { + %<+hier den Text für den Baß eintragen+> + \Gehen + \gehen + \geheN + \geheN + \GEHEN + \sehen + \GEHEN + \sehen + \geschehen +% << +% { +% Wie soll ich dich emp -- fan -- gen +% und wie be -- gegn’ ich dir? +% } +% \new Lyrics { +% O al -- ler Welt Ver -- lan -- gen, +% o mei -- ner See -- len Zier! +% } +% >> +% O Je -- su, Je -- su, set -- ze +% mir selbst die Fak -- kel bei, +% da -- mit, was dich er -- göt -- ze, +% mir kund und wis -- send sei! + } + + IIIsopranTextIII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIIaltTextIII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IIItenorTextIII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IIIbassTextIII = \lyrics { + %<+hier den Text für den Baß eintragen+> + \getan + } + + IIIsopranTextIV = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIIaltTextIV = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IIItenorTextIV = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IIIbassTextIV = \lyrics { + %<+hier den Text für den Baß eintragen+> + \vier + } + + IIIsopranTextV = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIIaltTextV = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IIItenorTextV = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IIIbassTextV = \lyrics { + %<+hier den Text für den Baß eintragen+> + \fuenf + } + diff --git a/WO/parts/IItexte.ly b/WO/parts/IItexte.ly new file mode 100644 index 0000000..bb9c534 --- /dev/null +++ b/WO/parts/IItexte.ly @@ -0,0 +1,180 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + IIsopranTextI = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIaltTextI = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IItenorTextI = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + brich = \lyricmode { + Brich an, o schö -- nes Mor -- gen -- licht, + und laß den Him -- mel ta -- gen! + } + + volk = \lyricmode { + Du Hir -- ten -- volk, er -- schrek -- ke nicht, + weil dir die En -- gel sa -- gen, + } + + trost = \lyricmode { + daß die -- ses schwa -- che Knä -- be -- lein + soll un -- ser Trost und Freu -- de sein, + da -- zu den Sa -- tan zwin -- gen + und letzt -- lich Frie -- de brin -- gen! + } + + zwo = \lyricmode { + Schaut hin, dort liegt im fin -- stern Stall, + des Herr -- schaft ge -- het ü -- ber -- all! + Da Spei -- se vor -- mals sucht’ ein Rind, + da ru -- het itzt der Jung -- frau’n Kind. + } + + ehre = \lyricmode { + Eh -- re sei Gott, + } + + Ehre = \lyricmode { + Eh -- re sei Gott + } + + hoehe = \lyricmode { + in der Hö -- he, + } + + Hoehe = \lyricmode { + in der Hö -- he + } + + friede = \lyricmode { + und Frie -- de auf Er -- den, + } + + Friede = \lyricmode { + Frie -- de auf Er -- den + } + + wohl = \lyricmode { + und den Men -- schen ein Wohl -- ge -- fal -- len, + } + + Wohl = \lyricmode { + den Men -- schen ein Wohl -- ge -- fal -- len, + } + + WOHL = \lyricmode { + und den Men -- schen ein Wohl -- ge -- fal -- len. + } + + vier = \lyricmode { + Wir sin -- gen dir in dei -- nem Heer + aus al -- ler Kraft Lob, Preis und Ehr, + daß du, o lang ge -- wünsch -- ter Gast, + dich nun -- mehr ein -- ge -- stel -- let hast. + } + +% zk = \lyricmode { +% \zagen +% \klage +% } +% +% viel = \lyricmode { +% Jauch -- zet, froh -- lok -- ket, +% \preiset +% \jf +% \jf +% \preiset +% \ruehmet +% Las -- _ set das Za -- gen, +% ver -- ban -- net die Kla -- ge, +% } + + IIbassTextI = \lyrics { + %<+hier den Text für den Baß eintragen+> + << + { + \brich + } + \new Lyrics { + \volk + } + >> + \trost + } + + IIsopranTextII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIaltTextII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IItenorTextII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IIbassTextII = \lyrics { + %<+hier den Text für den Baß eintragen+> + \zwo + } + + IIsopranTextIII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIaltTextIII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IItenorTextIII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IIbassTextIII = \lyrics { + %<+hier den Text für den Baß eintragen+> + \ehre Eh -- _ _ _ _ _ _ _ _ _ _ re sei Gott \hoehe + \ehre Eh -- _ _ _ _ _ _ _ _ _ _ _ _ re sei Gott \hoehe + in der Hö -- _ he, + Eh -- _ _ _ re sei Gott, Eh -- _ _ _ _ _ _ _ re sei Gott \hoehe + \friede + \friede + und \Friede + und den Men -- schen ein Wohl -- ge -- fal -- _ _ _ _ _ _ _ _ len, + und den Men -- schen ein Wohl -- ge -- fal -- _ _ len, + \wohl + und den Men -- schen ein Wohl -- ge -- fal -- _ _ _ _ _ _ len, + \Wohl + Eh -- _ re sei Gott, Eh -- _ _ _ _ _ _ _ _ _ re sei Gott \Hoehe + \friede + Frie -- _ _ de auf Er -- den + \WOHL + } + + IIsopranTextIV = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIaltTextIV = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IItenorTextIV = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IIbassTextIV = \lyrics { + %<+hier den Text für den Baß eintragen+> + \vier + } + diff --git a/WO/parts/IV.ly b/WO/parts/IV.ly new file mode 100644 index 0000000..963f536 --- /dev/null +++ b/WO/parts/IV.ly @@ -0,0 +1,1023 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.14" + \include "dynArt.ly" + + % global defs % {{{ + IVglobalI = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 3/8 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IVglobalII = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + % }}} + +% Die Stimmen + + % Nr. 36 % {{{ + cornetOboeViolin = \relative c'' { + \IVglobalI + \clef treble + a4 bes8 g4\trill f8 a8[ bes8 c8] d8-.[ c8-.] r8 + R4.*16 + g'8[ bes,8 bes8] bes8([ a16) d16 c8-.] r8 bes16([ a16 g16 f16)] f4. + } \addQuote "cov" \cornetOboeViolin + + frauenPausen = { + R4.*24 + s4.*3 + s8 s8 r8 + s4.*11 + s8 s8 r8 + % 41 + s4.*8 + R4.*2 + s4.*9 + s4 r8 + s4.*3 + s8 s8 r8 + s4.*11 + % 76 + s8 s8 r8 + s4.*3 + s4 r8 + R4.*16 + s4.*23 + % 120 + s4 r8 + R4.*16 + s4.*23 + % 160 + s4 r8 + s4.*2 + R4.*2 + s4. + s8 s8 r8 + R4.*2 + s4.*3 + s4 r8 + s4.*11 + s8 s8 r8 + % 185 + s4.*3 + s4 r8 + R4.*2 + s4.*13 + s4 r8 + s4.*3 + s8 s8 r8 + s4.*11 + % 220 + s8 s8 r8 + s4.*3 + s4 r8 + R4.*16 + } + + IVsopranI = \relative c'' { + \IVglobalI + << + { \meta } + %\sopranArt + %the actual tune + { + s4.*24 + a4 bes8 + g4\trill f8 + a8[ bes8] c8 + d8-. c8-. s8 + c8[ d8] ees8 + ees8[ d8 c8] + bes8[ c8 d8] ~ + d8[ c8] bes8 + a8[ bes8] c8 + c8[ bes8 a8] + g8[ a8 bes8] ~ + bes8[ a8] g8 + a4 bes8 + g4\trill f8 + a8[ bes8] c8 + d8-. c8-. s8 + d16[ e16] e8.\trill[ d32 e32] + % 42 + f8[ e16 d16] c16[ bes16] + a8[ d8] \appoggiatura {c16} bes8 + \appoggiatura {a8} g4. + e'4 f8 + bes,4\trill a8 + g8 f'8[ e8] + f8([ g8)] a8 + s4.*2 + c,8([ d8)] ees8 + f8 ees16([ f16 d8)] + d4 d8 + d4 d8 + c4. ~ + c4. + bes4. ~ + bes4. + a8[ b8] c8 + b4 s8 + e4 f8 + d4 c8 + e8[ f8] g8 + a8-. g8-. s8 + e8[ f8] g8 + g8[ f8 e8] + f8[ e8 f8] ~ + f8[ e8] f8 + c8[ d8] e8 + e8[ d8 c8] + b8[ c8 d8] ~ + d8[ c8] b8 + % 73 + c4 d8 + b4\trill c8 + c8[ d8] e8 + f8-. e8-. s8 + e8 d16([ e16 f8)] + b,8[ g8] c8 + c8([ d8)] b8 + c4 s8 + s4.*16 + e4 fis8 + g4. + c,8 ees8[ d8] + c8[ bes8] a8 + a8[ d8] cis8 + d8[ e8] f8 + e8([ g16 f16)] e16([ d16)] + cis8[ b8] a8 + d16[ cis16 d16 e16 cis16 e16] + d16[ e16 f16 e16 d16 c16] + bes8[ g8] d'8 + bes8[ g8] b8 + c16[ b16 c16 d16 b16 d16] + c16[ d16 e16 d16 c16 bes16] + a8[ f8] c'8 + a8[ f8] a8 + bes8[ a8] bes8 + g'4. + a,8([ g8)] a8 + % 116 + f'4. ~ + f8 e8 d8 + cis8 a8 d8 ~ + d16 e16 e8.\trill[ d16] + d4 s8 + s4.*16 + a16[ b16] b4\trill + c4. + f,8 d8[ g8] + e8[ d8] c8 + e8[ a8] gis8 + a8([ b8)] c8 + b8[ d16 c16] b16[ a16] + gis8[ fis8] e8 + c'16[ b16 c16 d16 b16 d16] + c16[ d16 e16 d16 c16 b16] + a4 a8 + a4 a8 + b16[ a16 b16 c16 a16 c16] + b16[ c16 d16 c16 b16 a16] + g4 g8 + g4 g8 + a8([ g8)] a8 + f'4. + g,8[ f8] g8 + % 156 + e'4. ~ + e8 d8 c8 + b8 a16[ gis16] a8 ~ + a16 b16 b8.\trill[ a16] + a4 s8 + a4 bes8 + g4\trill f8 + s4.*2 + a8[ bes8] c8 + d8-. c8-. s8 + s4.*2 + d16[ e16] e8.\trill[ d32 e32] + f8[ e16 d16] c16[ bes16] + a8[ d8] \appoggiatura {c16} bes8 + \appoggiatura {a8} g4 s8 + c4 c8 + c4. ~ + c4. ~ + c4. ~ + c4. ~ + c4. ~ + c4. ~ + c4. ~ + c8[ d8 e8] ~ + e8[ d8] c8 + f8[ c8] ees8 + ees8-. d8-. s8 + c8[ ees8] d8 + c8([ bes8)] a8 + % 187 + bes8[ d8] c8 + \appoggiatura {bes8} a4 s8 + s4.*2 + g8 f'8[ e8] + f8[ g8] a8 + c,4 d8 + a4\trill bes8 + c8[ d8] ees8 + f8 ees16[ f16 d8] + d4 d8 + d4 d8 + c4. ~ + c4. + bes4. ~ + bes4. + a8[ a'8] g8 + e4 s8 + a,4 bes8 + g4\trill f8 + a8[ bes8] c8 + d8-. c8-. s8 + d8[ ees8] f8 + f8[ ees8 d8] + c8[ d8 ees8] ~ + ees8[ d8] c8 + bes8[ a8] bes8 + bes8[ c8 d8] + ees8[ d8 c8] + f4 ees8 + % 217 + d4 ees8 + c4 bes8 + d8[ e8] f8 + g8-. bes,8-. s8 + a8([ d8)] c8 + e8([ f8)] f,8 + bes8 g4\trill + f4 s8 + s4.*16 + } + >> + } + + IValtI = \relative c' { + \IVglobalI + << + { \meta } + %\altArt + %the actual tune + { + s4.*24 + f4 f8 + e4\trill c8 + f4 a8 + bes8-. a8-. s8 + a8[ bes8] c8 + c8[ bes8 a8] + f8[ a8 bes8] ~ + bes8[ a8] bes8 + f8[ g8] a8 + a8[ g8 f8] + e8[ f8 g8] ~ + g8[ f8] e8 + f4 f8 + e4\trill c8 + f4 a8 + bes8-. a8-. s8 + bes8 g4\trill + % 42 + c4 g8 + f4 f8 + \appoggiatura {f8} e4. + g4 a8 + e4\trill f8 + e8([ f8)] g8 + a8 g16([ a16 f8)] + s4.*2 + f4 c'8 + f,8([ a8)] bes8 + bes4 bes8 + bes4 bes8 + a4. ~ + a4. + g4. ~ + g4. + f4 g8 + g4 s8 + g4 a8 + a8 g16([ f16 e8)] + bes'8([ a8)] g8 + f8-. e8-. s8 + g8[ a8] bes8 + bes8[ a8 g8] + f8[ g8 a8] ~ + a8[ g8] f8 + e8[ f8] g8 + g8[ f8 e8] + d8[ e8 f8] ~ + f8[ e8] d8 + % 73 + e4 f8 + d4\trill c8 + e8[ f8] g8 + a8-. g8-. s8 + a8 b16([ c16 d8)] + g,8([ c8)] f,8 + e8([ f8)] d8 + c4 s8 + s4.*16 + g'4 a8 + d,4. + fis8 g8([ a8)] + g8([ a8)] bes8 + a8([ bes8)] a8 + a8([ g8)] a8 + bes16([ c16 bes16 a16)] g16([ f16)] + e8[ d8] e8 + f16[ e16 f16 g16 e16 g16] + f16[ g16 a16 g16 f16 e16] + d4 d8 + d4 d8 + e16[ d16 e16 f16 d16 f16] + e16[ f16 g16 f16 e16 d16] + c4 c8 + c4 c8 + d8([ e8)] f8 + bes4. + e,8([ d8)] e8 + % 116 + a4. ~ + a8 g8 f8 + e8 f8 f8 + bes8 a8([ g8)] + f4 s8 + s4.*16 + f8 d4\trill + c4. ~ + c8 c8 b8 + c8([ b8)] c8 + c8[ e8] d8 + e8([ gis8)] a8 + f8([ e8)] d8 + e4 e8 + e8([ a8)] e8 + e4 e8 + f16[ e16 f16 g16 e16 g16] + f16[ g16 a16 g16 f16 e16] + d4 d8 + d8 d8 d8 + e16[ d16 e16 f16 d16 f16] + e16[ f16 g16 f16 e16 d16] + c4 c8 + d8[ e8] f8 + g8[ bes8] g8 + % 156 + g4. + f4 e8 + d8 f8 e8 + a8 gis4\trill + e4 s8 + f4 f8 + e8([ c8)] c8 + s4.*2 + f4 a8 + bes8-. a8-. s8 + s4.*2 + f16[ g16] g8.\trill[ f32 g32] + a4 g8 + f4 f8 + \appoggiatura {f8} e4 s8 + g8[ a8] bes8 + bes8[ a8 g8] + f8[ g8 a8] ~ + a8[ g8] f8 + e8[ f8] g8 + g8[ f8 e8] + f8[ e8 f8] ~ + f8[ e8] f8 + c8[ bes'8] a8 + g8([ f8)] g8 + c,4 c'8 + c8-. bes8-. s8 + a4 fis8 + g4 d8 + % 187 + g8[ f8] e8 + f4 s8 + s4.*2 + e8[ f8] g8 + a8 g16([ a16 f8)] + a4 bes8 + ees,4\trill d8 + f4 c'8 + f,8[ a8] bes8 + bes4 bes8 + bes4 bes8 + a4. ~ + a4. + g4. ~ + g4 e8 + f4 g8 + g4 s8 + f4 f8 + e4\trill d8 + d8([ g8)] a8 + bes8-. a8-. s8 + f4 f8 + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4 f8 + % 217 + f4 g8 + g8([ fis8)] g8 + d8[ bes'8] bes8 + bes8-. g8-. s8 + f4 f8 + g8[ f8] f8 + f8 e4\trill + c4 s8 + s4.*16 + } + >> + } + + IVtenorI = \relative c' { + \IVglobalI + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + R4.*24 + c4 d8 + bes4\trill a8 + c8[ d8] ees8 + f8-. f8-. r8 + R4.*2 + d8[ ees8] f8 + f8([ ees8 d8] + c4) a8 + f'4 c8 + bes8([ a8 g8] + e'8[ f8)] bes,8 + c4 d8 + bes4\trill a8 + c8([ d8)] ees8 + f8-. f8-. r8 + f8 c4 + % 42 + f,8[ a8] c8 + c8([ bes8)] d8 + c4. + R4.*2 + c4 bes8 + c4 c8 + c4 d8 + a4\trill bes8 + a8([ bes8)] c8 + d8 c16([ d16 bes8)] + f'4 f8 + e4. ~ + e4 e8 + d4. ~ + d4. + c4. ~ + c8[ d8] e8 + d4 r8 + c4 c8 + c8([ b8)] c8 + c4 c8 + c4. ~ + c4. ~ + c4. ~ + c4. ~ + c4. ~ + c4. ~ + c8[ b8 c8] + d4. ~ + d8[ e8] f8 + % 73 + g4 a8 + g8([ f8)] e8 + g8[ f8] bes,8 + a8-. c8-. r8 + c8([ f8)] d8 + d8([ c8)] c8 + e8([ d8)] f8 + e4 r8 + R4.*16 + c4 c8 + g'4. + a,8([ bes8)] d8 + d4 cis8 + d16([ e16 f8)] e8 + d8[ g8] f8 + g8([ g,8)] bes8 + e,8([ d'8)] cis8 + a4 a8 + a4 a8 + bes16([ a16 bes16 c16 a16 c16] + bes16[ c16 d16 c16 b16 a16] + g4) g8 + g8 g8 g8 + a16([ g16 a16 bes16 g16 bes16] + a16[ bes16 c16 bes16 a16 g16] + f8[ e8)] d8 + g8[ a8] g8 + a4 a8 + % 116 + d,8 a'8 d8 + bes8.[ a16 bes16 g16] + a8 d16[ cis16] d8 + d8 cis4\trill + d4 r8 + R4.*16 + d4( d,8 + g8[ f8)] e8 + a8 g8 g8 + g8[ f8] g8 + c4 b8 + a8([ d8)] e8 + d8([ gis,8)] a8 + b4 b8 + a8([ c8)] e8 + a,4 a8 + d16([ cis16 d16 e16 cis16 e16] + d16[ e16 f16 e16 d16 c16] + b8[ g8)] d'8 + g,8 g8 g8 + c16([ b16 c16 d16 b16 d16] + c16[ d16 e16 d16 c16 b16] + a8[ c8)] a8 + a8([ e'8)] d8 + bes8([ d8)] g,8 + % 156 + a4. ~ + a8 b8 c8 + d8 d8 c8 + f8 e8([ d8)] + c4 r8 + c4 d8 + bes4\trill a8 + R4.*2 + c8([ d8)] ees8 + f8-. f8-. r8 + R4.*2 + bes,4 c8 + c8[ d8] e8 + c8[ bes8] d8 + c4 r8 + e8([ f8)] g8 + g8[ f8 e8] + f8[ e8 f8] ~ + f8[ e8] f8 + g8[ f8] e8 + e8[ f8 g8] + a,8[ bes8 c8] ~ + c8[ bes8] a8 + g4 c8 + c8[ d8] e8 + f4 f8 + f8-. f8-. r8 + d8[ c8] d8 + d4 d8 + % 187 + c4 c8 + c4 r8 + e4 f8 + bes,4\trill a8 + c4 bes8 + c4 c8 + R4.*2 + a8[ bes8] c8 + d8 c16[ d16 bes8] + f'4 f8 + e4. ~ + e4 e8 + d4. ~ + d4. + c4. ~ + c8[ d8] d8 + c4 r8 + c4 d8 + d8([ cis8)] a8 + f'8[ ees8] ees8 + f8-. f8-. r8 + bes,8[ c8] d8 + d8[ c8 bes8] + a8[ bes8 c8] ~ + c8[ bes8] a8 + d8([ ees8)] f8 + f8[ ees8 d8] + c8[ d8 ees8] ~ + ees8[ d8] c8 + % 217 + bes4 g8 + ees'8([ c8)] d8 + bes4 d8 + c8-. e8-. r8 + c8([ bes8)] c8 + bes8([ c8)] a8 + d8 c8([ bes8)] + a4 r8 + R4.*16 + } + >> + } + + IVbassI = \relative c { + \IVglobalI + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + \transposedCueDuring #"cov" #UP c { R4. R4. R4. R4. } + R4.*16 + \transposedCueDuring #"cov" #UP c { R4. R4. R4. R4. } + f4 f8 + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4 f8 + ees8[ d8] c8 + bes8-. f'8-. r8 + bes8 bes16[ a16 bes16 g16] + a4 e8 + f8[( bes8]) g8 + c4. + R4. + R4. + bes8[( a8]) g8 + f8[( e8]) f8 + a4 bes8 + ees,4\trill d8 + c8 bes'8[( a8]) + bes8[( f8]) bes,8 + bes'4 a8 + g16[( f16 g8]) e8 + a4 g8 + fis16[( e16 fis8]) d8 + g4 f8 + e16[( d16 e8]) c8 + f8[ d8] c8 + g'4 r8 + c4 a8 + f8[( d8]) e8 + c8[ d8] e8 + f8-. c8-. r8 + R4. + R4. + a'8[ bes8] c8 + c8[ bes8 a8] + g4 e8 + c'4 g8 + f8[( e8 d8] + b'8[ c8]) d8 + c4 f,8 + g4 a8 + bes8[( a8]) g8 + f8-. c8-. r8 + f4 f8 + f8[ e8] a8 + g8[ f8] g8 + c,4 r8 + R4.*16 + c'8[( bes8 a8] + bes8[ a8]) g8 + a8 g8 fis8 + g8[ f8] e8 + f8[ g8] a8 + bes4 a8 + g8[( e8]) g8 + a4 g8 + f8[ d8] a'8 + f8[ d8] f8 + g16[( fis16 g16 a16 fis16 a16] + g16[ a16 bes16 a16 g16 f16] + e8[ c8]) g'8 + e8 c8 e8 + f16[( e16 f16 g16 e16 g16] + f16[ g16 a16 g16 f16 e16] + d8[ cis8]) d8 + e8[ d8] e8 + cis8[ b8] cis8 + d16[( e16 d16 c16 bes16 a16] + g8) g'8 g8 + g8 f8 bes8 + g8 a8[ a,8] + d4 r8 + R4.*16 + d8[( g8 f8] + e8[ d8]) c8 + d8 g8 g,8 + c8[ d8] e8 + a,4 b8 + c8[ b8] a8 + d8[ e8] f8 + e8[ fis8] gis8 + a16[( gis16 a16 b16 gis16 b16] + a16[ b16 c16 b16 a16 g16] + f8[ d8]) a'8 + f8[ d8] f8 + g16[( fis16 g16 a16 fis16 a16] + g16[ a16 b16 a16 g16 f16] + e8[ c8]) g'8 + e8[ c8] e8 + f8[ e8] f8 + d8[ cis8 d8] + e8[ d8] e8 + cis4. + d4 e8 + f8 b,8 c8 + d8 e4 + a,4 r8 + f'4 f8 + f8[( e8]) f8 + R4. + R4. + ees8[ d8] c8 + bes8-. f'8-. r8 + R4. + R4. + bes8[ g8] c8 + a8[ bes8] c8 + f,8[ bes8] g8 + c4 r8 + R4. + R4. + a8[ bes8] c8 + c8[ bes8 a8] + g8[ a8 bes8] ~ + bes8[ a8] g8 + f8[ g8] a8 + a8[ g8] f8 + e8[ d8] c8 + bes'4 bes8 + a8[ g8] f8 + bes8-. bes,8-. r8 + fis'4 d8 + g4 f8 + e4 c8 + f4 r8 + g4 a8 + e4\trill f8 + bes8[ a8] g8 + f8[ e8] f8 + R4. + R4. + ees8[ d8] c8 + bes8[ f'8] bes8 + r8 bes8 a8 + g16[( f16 g8]) e8 + r8 a8 g8 + fis16[( e16 fis8]) d8 + r8 g8 f8 + e16[( d16 e8]) c8 + f8[ d8] bes8 + c4 r8 + f8[( e8]) d8 + e8[( a,8]) d8 + d'4 c8 + bes8-. f8-. r8 + R4. + bes,4 d8 + f4 f,8 + R4. + bes'8[ c8] d8 + d8[ c8 bes8] + a8[ bes8 c8] ~ + c8[ bes8] a8 + bes4 bes8 + bes8[ a8] g8 + g4 f8 + e8-. c'8-. r8 + f,8[( bes8]) a8 + g8[( a8]) d,8 + bes8 c4 + f4 r8 + R4.*16 + \bar "|." + } + >> + } + % }}} + + % Nr. 42 % {{{ + meta = { + s2.*4 + s2.*5 + s2.*3 + s2.*4 + s2.*4 + s2.*5 + s2.*3 + s2.*5 + s2.*3 + s2.%\fermata + } + + cornetOboe = \relative c'' { + \IVglobalII + \clef treble + r8 c16([ bes16)] c8([ d8) d8( bes8)] c8([ a8) a8( bes8) bes8( g8)] + r8 f'16[ e16 f8 a16 g16 a8 d,8] d8[ g16 f16 g8( e8) e8( f8)] + } \addQuote "co" \cornetOboe + + fpII = { + R2.*4 + s2.*4 + s2 r4 + R2.*3 + s2.*4 + R2.*4 + s2.*4 + s2 r4 + R2.*3 + s2.*4 + s2 r4 + R2.*3 + R2. + } + + IVsopranII = \relative c'' { + << + { \meta } + %\sopranArt + %the actual tune + { + s2.*4 + \repeat volta 2 { + c4 a2 g2 f4 bes4 c4.( d16[ ees16)] d2. c2 s4 + s2.*3 + d4 bes2 c2 f,4 bes4 a2 g2. + s2.*4 + } + e'4 c2 a2 d4 cis4 d4.( e16[ f16)] e2. a,2 s4 + s2.*3 + d4( e4) f4 g4( c,4) bes4 a4( d4) bes4 g2. f2 s4 + s2.*3 + s2.%\fermata + } + >> + } + + IValtII = \relative c'' { + \IVglobalII + << + { \meta } + %\altArt + %the actual tune + { + s2.*4 + \repeat volta 2 { + a4 f2 f4( e4) f4 d4( g4) f4 f2. f2 s4 + s2.*3 + a4 g2 g4( f4) f4 f8([ g8)] g4( f4) e2. + s2.*4 + } + g8([ f8] g4) g4 g4( f4) f4 g4( a4) bes8[ a8] g8([ f8] g4. e8) f2 s4 + s2.*3 + f4( g4) a4 g8([ f8] g4) e4 c4( bes4) f'4 f4( e8[ d8] e4) c2 s4 + s2.*3 + s2.%\fermata + } + >> + } + + IVtenorII = \relative c' { + \IVglobalII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + R2.*4 + \repeat volta 2 { + f4 c2 c4.( bes8) a4 bes2 a8([ bes16 c16)] c4( bes8[ a8] bes4) a2 r4 + R2.*3 + f'4 d2 c8([ bes8] a4) a4 d8[ c8] c2 c2. + R2.*4 + } + c2 e4 c2 bes4 ~ bes4 a4 d8([ c8)] bes4( a8[ g8] a4) a2 r4 + R2.*3 + bes4.( g8) c4 c2 g4 f2 d'4 g,4( c4 bes4) a2 r4 + R2.*3 + R2.%\fermata + } + >> + } + + IVbassII = \relative c { + \IVglobalII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + \transposedCueDuring #"co" #UP c, { R2. R2. R2. R2. } + \repeat volta 2 { + f8([ g8] a4) f4 c2 d4 g8([ f8] ees4) f4 bes,8( c8 d4) bes4 f'2 r4 + R2.*3 + d4( g4) f4 e4( f8[ e8]) d8[ c8] d8[( e8] f4) f4 c2. + R2.*4 + } + c8([ d8] e4) c4 f8([ e8] f4) bes4 e,4( f4) d4 d4( cis8[ b8] cis4) d2 r4 + R2.*3 + bes'8([ a8] g4) f4 e8([ d8] e4) c4 f4 bes,2 c8([ bes8] c2) f,2 r4 + R2.*3 + R2.%\fermata + \bar "|." + } + >> + } + + meta = {} + % }}} + +\include "parts/IVtexte.ly" + + % chorus I % {{{ + IVsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \frauenPausen << \IVsopranI \\ \IValtI >> >> } + % \new Voice = "soprane" { \voiceOne \IVsopranI } + % \new Voice = "alti" { \voiceTwo \IValtI } + %\addlyrics { \altText } + >> + IVten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IVtenorI } + %\addlyrics { \tenorText } + >> + IVbas = \new Staff = bass << + \new Voice = "baesse" { \IVbassI } + %\addlyrics { \bassText } + >> + + IVchorus = \new ChoirStaff \with {} << + \IVsop + %\IValt + \IVten + \IVbas % + \new Lyrics \lyricsto "baesse" \IVbassTextI + >> + % }}} + + % chorale II % {{{ + IVsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \fpII << \IVsopranII \\ \IValtII >> >> } + % \new Voice = "soprane" { \voiceOne \IVsopranII } + % \new Voice = "alti" { \voiceTwo \IValtII } + %\addlyrics { \altText } + >> + IVten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IVtenorII } + %\addlyrics { \tenorText } + >> + IVbas = \new Staff = bass << + \new Voice = "baesse" { \IVbassII } + %\addlyrics { \bassText } + >> + + IVchorale = \new ChoirStaff \with {} << + \IVsop + %\IValt + \IVten + \IVbas % + \new Lyrics \lyricsto "baesse" \IVbassTextII + \new Lyrics \lyricsto "baesse" \IVbassTextIIa + >> + % }}} + diff --git a/WO/parts/IVtexte.ly b/WO/parts/IVtexte.ly new file mode 100644 index 0000000..f5313d4 --- /dev/null +++ b/WO/parts/IVtexte.ly @@ -0,0 +1,96 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + IVsopranTextI = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IValtTextI = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IVtenorTextI = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + ld = \lyricmode { + fallt mit Lo -- ben, + fallt mit Dan -- ken, + } + + lg = \lyricmode { + fallt mit Lo -- ben + vor des Höch -- sten Gna -- den -- thron, + } + + he = \lyricmode { + Got -- tes Sohn will der Er -- den + Hei -- land und Er -- lö -- ser wer -- den, + Hei -- land und Er -- lö -- ser wer -- den, + } + + IVbassTextI = \lyrics { + %<+hier den Text für den Baß eintragen+> + Fallt mit Dan -- ken, + fallt mit Lo -- ben + vor des Höch -- sten Gna -- den -- thron; + \ld + \ld + \lg + fallt mit Dan -- ken, + fallt mit Lo -- ben, + fallt mit Dan -- _ ken, + \ld + fallt mit Lo -- ben + vor des Höch -- sten Gna -- den -- thron! + \he + Er -- lö -- ser wer -- den, + Got -- tes Sohn dämpft der Fein -- de Wut und To -- ben; + \he + Got -- _ _ _ tes Sohn dämpft der Fein -- de Wut und To -- ben. + fallt mit Dan -- ken, + \lg + fallt mit Dan -- _ ken, % + \ld + \lg + fallt mit Dan -- ken, + fallt mit Lo -- ben + \ld + \lg + fallt mit Dan -- ken, + \ld + fallt mit Lo -- _ ben, % + fallt mit Dan -- ken, + fallt mit Lo -- ben + vor des Höch -- sten Gna -- den -- thron. + } + + IVsopranTextII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IValtTextII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IVtenorTextII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IVbassTextII = \lyrics { + %<+hier den Text für den Baß eintragen+> + Je -- sus rich -- te mein Be -- gin -- _ nen, + Je -- sus blei -- be stets bei mir, + Je -- sus sei mir in Ge -- dan -- ken, + Je -- su, las -- se mich nicht wan -- ken! + } + + IVbassTextIIa = \lyrics { + %<+hier den Text für den Baß eintragen+> + Je -- sus zäu -- me mir die Sin -- _ nen, + Je -- sus sei nur mein Be -- gier, + } + diff --git a/WO/parts/Itexte.ly b/WO/parts/Itexte.ly new file mode 100644 index 0000000..5c1789f --- /dev/null +++ b/WO/parts/Itexte.ly @@ -0,0 +1,138 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + IsopranTextI = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IaltTextI = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + ItenorTextI = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + jf = \lyricmode { + jauch -- zet, + froh -- lok -- ket, + } + + preiset = \lyricmode { + auf, prei -- set die Ta -- ge, + } + + ruehmet = \lyricmode { + rüh -- met, was heu -- te der Höch -- ste ge -- tan! + } + + zagen = \lyricmode { + las -- set das Za -- gen, + } + + klage = \lyricmode { + ver -- ban -- net die Kla -- ge, + } + + zk = \lyricmode { + \zagen + \klage + } + + viel = \lyricmode { + Jauch -- zet, froh -- lok -- ket, + \preiset + \jf + \jf + \preiset + \ruehmet + Las -- _ set das Za -- gen, + ver -- ban -- net die Kla -- ge, + } + + IbassTextI = \lyrics { + %<+hier den Text für den Baß eintragen+> + \viel + las -- _ set das Za -- _ gen, + ver -- ban -- _ _ net die Kla -- ge, + ver -- ban -- _ _ net die Kla -- ge, + \zk + \zk + stim -- met voll Jauch -- _ zen und + Fröh -- lich -- keit an! + \viel + las -- _ set das Za -- gen, + ver -- ban -- net die Kla -- _ ge, + las -- _ set das Za -- _ gen, + ver -- ban -- _ _ net die Kla -- ge, + \zk + \zk + stim -- met voll Jauch -- _ zen und + Fröh -- lich -- keit an! + Die -- net dem Höch -- sten + mit herr -- li -- chen + Chö -- _ _ _ _ _ ren, + mit herr -- li -- chen Chö -- ren, + die -- net dem Höch -- sten + die -- net dem Höch -- _ sten + mit herr -- _ li -- chen + Chö -- _ ren, + mit herr -- li -- chen Chö -- ren. + laßt uns den Na -- men des Herr -- schers ver -- eh -- ren, + laßt uns den Na -- men des Herr -- schers ver -- eh -- _ _ _ _ ren, + laßt uns den Na -- men des Herr -- schers ver -- eh -- ren! + } + + IsopranTextII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IaltTextII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + ItenorTextII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IbassTextII = \lyrics { + %<+hier den Text für den Baß eintragen+> + << + { + Wie soll ich dich emp -- fan -- gen + und wie be -- gegn’ ich dir? + } + \new Lyrics \lyricsto "baesse" { + O al -- ler Welt Ver -- lan -- gen, + o mei -- ner See -- len Zier! + } + >> + O Je -- su, Je -- su, set -- ze + mir selbst die Fak -- kel bei, + da -- mit, was dich er -- göt -- ze, + mir kund und wis -- send sei! + } + + IsopranTextIII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IaltTextIII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + ItenorTextIII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IbassTextIII = \lyrics { + %<+hier den Text für den Baß eintragen+> + Ach mein herz -- lie -- bes Je -- su -- lein, + mach dir ein rein sanft Bet -- te -- lein, + zu ruhn in mei -- nes Her -- zens Schrein, + daß ich nim -- mer ver -- ges -- se dein! + } + diff --git a/WO/parts/V.ly b/WO/parts/V.ly new file mode 100644 index 0000000..cf51142 --- /dev/null +++ b/WO/parts/V.ly @@ -0,0 +1,989 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.14" + \include "dynArt.ly" + + % global defs % {{{ + VglobalI = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + \set Score.skipBars = ##t + } + + VglobalII = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \set Score.skipBars = ##t + \partial 2 + } + + VglobalIII = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \set Score.skipBars = ##t + \partial 4 + } + + VglobalIV = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \set Score.skipBars = ##t + } + % }}} + +% Die Stimmen + + % Nr. 43 % {{{ + obdam = \relative c' { + \VglobalI + \clef treble + r8 cis16[ d16] e8[ e8] fis16[ e16 d16 fis16] e8 r8 r4 r4 + R2.*11 + cis'16[ a16 b16 cis16] d16[ b16 cis16 d16] e16[ cis16 d16 e16] + fis16[ d16 e16 fis16] gis16[ e16 fis16 gis16] a16[ fis16 gis16 a16] + b16[ d,16 cis16 b16] cis16[ e16 cis16 a16] e8[ gis8] a8 + } \addQuote "od" \obdam + + frauenPausen = { + R2.*16 + s2.*2 + s8 r8 r4 r4 + % 20 + s2. + s4. r8 r4 + s2.*2 + s8 r8 r4 r4 + s2. + s4. r8 r4 + R2. + r8 s8 s2 + s8 r8 r4 r4 + s2. + s4. r8 r4 + R2. + % 33 + s2.*21 + s4 r4 r4 + % 55 + R2.*3 + r8 s8 s2 + s2.*2 + s4. r8 r4 + R2.*3 + s2.*10 + s4. r8 r4 + % 76 + R2.*5 + % 81 + s2.*17 + % 98 + s4 r8 s4. + s2. + s4 r4 r4 + R2. + r4 r8 s4. + s2. + s4 r4 r4 + R2. + r4 r4 s4 + s2.*4 + % 111 + s4 r4 r4 + R2. + r8 s4. s4 + s2. + s4 r4 r4 + R2. + s2.*2 + s4 r4 r4 + R2. + r4 s2 + s2.*4 + s4 r4 r4 + } + + VsopranI = \relative c'' { + \VglobalI + << + { \meta } + %\sopranArt + %the actual tune + { + s2.*16 + r8 cis16[ d16 e8] e8 fis16[ e16] fis8 + e8 e4 cis8 a8 a'8 + a8 s8 s4 s4 + % 20 + e8 e8 a8 a8 e8 e8 + e8 e16([ d16 cis8)] s8 s4 + R2. + r8 gis16[ a16 b8] b8 cis16([ b16)] cis8 + b8 s8 s4 s4 + b8 b8 e8 e8 b8 b8 + b8 b16([ a16 gis8)] s8 s4 + s2. + s8 cis16[ d16 e8] e8 fis16[ e16] fis8 + gis8 s8 s4 s4 + a8 e8 e8 e8 e8 d8 + cis8 cis16([ b16 a8)] s8 s4 + s2. + R2.*4 + r4 r8 e'4 cis8 + a8([ b16 cis16 d16 e16)] fis8 e8 d16[ cis16] + % 39 + b8 gis16([ a16 b16 cis16)] d8 d4 ~ + d8 cis16([ b16 cis16 dis16)] e8 fis8 fis16[ e16] + dis8 fis4 dis8 b8 dis8 + e2. ~ + e2. ~ + e8 ais,4 cis8 cis8 e8 + dis2. ~ + dis8 fis,4 b8 b8 dis8 + e8 b4 d4 cis16[ b16] + cis8 a4 cis4 b16[ a16] + b8 gis4 b4 a16[ gis16] + a8 fis4 a4 gis16[ fis16] + % 51 + gis8 r8 a8 r8 b8 r8 + cis8[ b16 cis16] dis8[ cis16 dis16] e8[ dis16 e16] + fis8[ e16 dis16 e8] b8 gis8 fis16[ e16] + e4 s4 s4 + s2.*3 + s8 gis16[ a16] b8[ cis16 d16] e4 ~ + e2. ~ + e8 b8 d8 d8 d8 d8 + cis8 cis16([ b16 a8)] s8 s4 + s2.*3 + R2. + r8 fis16([ g16 a8)] b16([ cis16)] d8 fis,8 + e8 cis'4 e8 a,8 cis8 + d8 d16([ e16 fis8)] fis8 fis16[ e16] fis8 + b,8 b4 gis8 e8 b'8 + e8 cis16([ d16 e8)] e8 e16[ d16] e8 + % 71 + a,8 a4 fis8 d8 a'8 + d8 fis16([ e16 d8)] d8 d8 d8 + d8 b16[ cis16 d8] d8 d8 d8 + d8 cis16[ d16 e8] fis16([ e16)] d16([ cis16)] b16([ a16)] + cis8([ b8)] b8 s8 s4 + s2.*5 + R2.*2 + r4 r8 e4 cis8 + % 84 + a8([ b16 cis16 d16 e16)] fis8 e8 d16[ cis16] + b8 gis16[ a16 b16 cis16] d8 d4 ~ + d8 cis16([ d16)] e2 ~ + e8 a,4 d8 d8 fis8 + b,2. ~ + b8 gis4 b8 b8 d8 + e,2. ~ + e8 cis'4 e4 d16[ cis16] + d8 a4 d4 cis16[ b16] + cis8 a4 cis4 b16[ a16] + b8 gis4 b4 a16[ gis16] + a2. ~ + % 96 + a8 b8 e,2 ~ + e8 d'8 cis8 e8 cis8 b16[ a16] + a4\fermata s8 cis4 cis8 + cis16[ fis16 e16 d16 cis8] b8 a16[ b16] gis8 + a4 s4 s4 + s2. + s4 s8 b16[ cis16 b8] a8 + gis8 a8 b8([ cis16 dis16 e16 cis16)] fis8 + dis4 s4 s4 + s2. + s4 s4 fis8 e8 + dis4. e16([ fis16 e8)] dis8 + cis4. dis16[ e16] dis8 cis8 + bis16([ cis16 dis16 bis16)] gis8 gis'8 fis8 dis8 + e8([ fis8\trill)] gis8 cis,8 e16([ dis16)] cis16 bis16 + % 111 + cis4 s4 s4 + s2. + s8 gis4 a8 b4 ~ + b8[ cis16 d16 e16 fis16] g8 fis8 e8 + d4 s4 s4 + s2. + r8 b4 a8 gis4 ~ + gis8 a16[ b16] cis16[ d16 e8] ~ e16[ cis16] d8 + cis4 s4 s4 + s2. + s4 d8 cis8 b4 ~ + b8 cis16[ d16 cis8] b8 e16([ d16 cis16 b16] + a16[ cis16 b16 a16] gis16[ a16)] b16[ cis16] d8 d8 + d8[ cis8] cis8 b16[ a16] b8 gis8 + a8[ b8] cis8 fis,8 a16[ gis16] fis16 eis16 + fis4 s4 s4 + } + >> + } + + ValtI = \relative c'' { + \VglobalI + << + { \meta } + %\altArt + %the actual tune + { + s2.*16 + R2. + r8 a16[ b16 cis8] cis8 d16[ cis16] d8 + cis8 s8 s4 s4 + % 20 + a8 a8 cis8 a8 gis8 gis8 + a4 e8 s8 s4 + r8 e16[ fis16 gis8] gis8 a16[ gis16] a8 + gis8 gis16[ fis16 e8] b'8 b8 a8 + gis8 s8 s4 s4 + gis8 gis8 gis8 gis8 fis8 fis8 + gis8 gis16([ fis16 e8)] s8 s4 + s2. + s8 e16[ fis16 gis8] gis8 a16([ gis16)] a8 + b8 s8 s4 s4 + cis8 cis8 a8 a8 gis8 gis8 + a4 e8 s8 s4 + s2. + r4 r8 b'4 gis8 + e8[ fis16 gis16 a16 b16] cis8 b8 a16[ gis16] + fis8 dis16([ e16 fis16 gis16)] a8 a4 ~ + a8 gis16([ fis16] e16[ fis16 gis16 a16] b8) b8 + b8[ a16 gis16 a16 b16] cis8 cis4 ~ + cis8 b16[ a16 gis8] a8 b8 a8 + % 39 + gis8 b4 gis8 e8 gis8 + a8 a4 e8 b'8 b8 + b8 b4 fis8 fis8 b8 + b2. ~ + b8 e,4 a8 a8 cis8 + fis,2. ~ + fis8 dis4 fis8 fis8 a8 + b,2. ~ + b8 gis'4 b4 a16[ gis16] + a8 e4 a4 gis16[ fis16] + gis8 e4 gis4 fis16[ e16] + fis8 dis4 fis4 e16([ dis16)] + % 51 + e2. ~ + e8 fis8 b,2 ~ + b8 a'8 gis16([ fis16] e4) dis8 + e4 s4 s4 + s2.*3 + s8 e16([ fis16] gis8[ a16 fis16] gis8) e8 + a8 gis8 a8 a4( gis16[ a16] + b8) gis8 gis8 b16[ a16] b8 gis8 + a4 e8 s8 s4 + s2.*3 + r8 cis16([ d16 e8)] fis16[ gis16] a4 ~ + a2. ~ + a8 e8 g16([ fis16] g4) g8 + fis8 r8 r4 r4 + r8 e16([ fis16 gis8)] gis8 gis16[ fis16] gis8 + a8 r8 r4 r4 + % 71 + r8 fis16[ gis16 a8] a8 a16[ gis16] a8 + d,8 d16[ e16 fis8] fis8 fis8 fis8 + e8 gis16([ a16 b8)] b8 b8 b8 + b8 a4 gis8 a8 a8 + a8([ gis8)] gis8 s8 s4 + s2.*5 + r4 r8 a4 fis8 + d8([ e16 fis16 g16 a16)] b8 a8 g16[ fis16] + e8 cis16[ d16 e16 fis16] g8 g4 ~ + % 84 + g8 fis16([ e16 fis16 gis16)] a8 b8 a8 + gis8 b4 gis8 e8 gis8 + a2. ~ + a2. ~ + a8 dis,4 fis8 fis8 a8 + gis2. ~ + gis8 b,4 e8 e8 gis8 + a8 e4 g4 fis16[ e16] + fis8 d4 fis4 e16[ d16] + e8 cis4 e4 d16[ cis16] + d8 b4 d4 cis16[ b16] + cis8 r8 d8 r8 e8 r8 + % 96 + fis8[ e16 fis16] gis8[ fis16 gis16] a8[ gis16 a16] + b8[ a16 gis16] a8 a8 a8 gis8 + e4\fermata s8 a8([ e8)] eis8 + fis8[ b8 a8] gis8 fis16[ gis16] eis8 + fis4 s4 s4 + s2. + s4 s8 fis4 dis8 + e8 dis16[ cis16] b8([ a'8)] gis8([ fis8)] + fis4 s4 s4 + s2. + s4 s4 cis'8 a8 + b4. b16([ a16 b8)] gis8 + a4. a16([ gis16) a8] fis8 + fis8[ e8] dis8 dis16[ e16] fis8 gis8 + gis8[ fis8] e8 e8 a8 gis16 gis16 + % 111 + gis4 s4 s4 + s2. + s8 e4 fis8 gis4 ~ + gis8[ ais16 b16] cis8 cis8 cis8 ais8 + b4 s4 s4 + s2. + r4 r4 gis8 fis8 + e4. a8 a8 gis8 + e4 s4 s4 + s2. + s4 r4 b'8 a8 + gis4. a16([ b16 a8)] gis8 + fis4. gis16[ a16] gis8 fis8 + eis8([ fis8)] gis8 eis8 fis8 gis8 + gis8 fis16([ eis16 fis8)] fis8 d8 cis16 cis16 + cis4 s4 s4 + } + >> + } + + VtenorI = \relative c' { + \VglobalI + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + R2.*17 + r8 cis16([ d16 e8)] e8 fis16[ e16] fis8 + e8 r8 r4 r4 + % 20 + cis8 cis8 e8 cis8 b8 b8 + cis8 cis16([ b16 a8)] r8 r4 + r8 gis16([ a16 b8)] b8 cis16([ b16)] cis8 + b8 b4 gis8 e8 e'8 + e8 r8 r4 r4 + e8 e8 b8 e8 dis8 dis8 + e4 b8 r8 r4 + r8 a16([ b16 cis8)] cis8 d16([ cis16)] d8 + e8 e8([ d8)] cis8 b8 a8 + e'8 r8 r4 r4 + e8 cis8 cis8 e8 e8 e8 + e8 e16[ d16 cis8] e4 cis8 + a8([ b16 cis16 d16 e16)] fis8 e8 d16[ cis16] + b8 gis16[ a16 b16 cis16] d8 d4 ~ + d8 cis16[ b16 cis16 dis16] e8 fis8 e8 + dis8 fis4 dis8 b8 dis8 + e8 b16[ a16 b8] e,8 d'16[ cis16] d8 + cis8 e4 cis8 a8 e'8 + fis4 ~ fis16[ e16 d16 cis16] b8 e8 + % 39 + e8 e,16([ fis16 gis16 a16)] b8 b8 e8 + e8 a,4 gis8 fis8 gis16[ a16] + b8 dis4 fis,8 b8 fis'8 + e4 r8 b4 d8 + cis2. ~ + cis8 cis16[ b16 cis8] ais8 fis8 ais8 + b8 fis'4 fis8 dis8 b8 + fis8 dis'8 ~ dis16[ e16 fis16 gis16 a8] fis8 + e2. ~ + e2. ~ + e2 ~ e16[ dis16 cis16 b16] + cis8 dis8 fis4 b,4 + % 51 + b8 r8 a8 r8 e'8 r8 + cis8 a'4 gis4 a16[ gis16] + fis8 fis8 e4 b4 + b4 r4 r4 + R2.*3 + R2. + r8 cis16([ d16] e8[ fis16 gis16] a8) cis,8 + b8 e8 e8 e8 e8 e8 + e8 e16([ d16 cis8)] r8 r4 + R2.*3 + r8 a16([ b16 cis8)] d16[ b16] cis8 a8 + d8 cis8 d8 d4( cis16[ d16] + e8) a,8 e'16([ d16] e4) e8 + d8 r8 r4 r4 + r8 gis,16[ a16 b8] b8 b16[ a16] b8 + e,8 r8 r4 r4 + % 71 + r8 d'16[ e16 fis8] fis8 fis16[ e16] fis8 + b,8 d16([ cis16 b8)] b8 b8 b8 + b8 d16([ cis16 b8)] e8 fis8 gis8 + e8 fis8([ e8)] d8 e8 fis8 + e4 e8 r8 r4 + R2. + r4 r8 e4 cis8 + a8([ b16 cis16 d16 e16)] fis8 e8 d16[ cis16] + b8 gis16([ a16 b16 cis16)] d8 d4 ~ + d8 cis16([ b16] a16[ b16 cis16 d16 e8)] e8 + e8([ d16 cis16 d16 e16)] fis8 fis4 ~ + fis8 e16([ d16 cis8)] d8 e8 d8 + cis8 e4 cis8 a8 cis8 + % 84 + d8 d4 cis8 b8 e8 + e2. ~ + e8 a,4 e'8 cis8 a8 + fis'2. ~ + fis8 fis16([ e16 fis8)] dis8 b8 dis8 + e8 b4 b8 gis8 e8 + b'8 gis8.[ a16 b16 cis16] d8 b8 + a2. ~ + a2. ~ + a2 ~ a16[ gis16 fis16 e16] + fis8 gis8 b4 e4 + e8 r8 d8 r8 a8 r8 + % 96 + fis8( d'4 cis4 d16[ cis16] + b8) b8 a8([ e8)] e'8([ d8)] + cis4\fermata r8 e16([ d16 cis8)] b8 + a8([ b8 cis8)] d8 cis8 cis8 + cis4 r4 r4 + R2. + r4 r8 fis,8 b4 ~ + b8 fis'8([ e8)] a,8 b8 cis8 + b4 r4 r4 + R2. + r4 r4 cis8 fis8 + fis4. b,4 e8 + e4. a,8 a8 a8 + gis4 gis8 bis8 cis8 dis8 + dis8 cis16([ bis16 cis8)] cis8 fis8 e16 dis16 + % 111 + e4 r4 r4 + R2. + r4 r4 gis,8 a8 + b4. e8 cis8 fis8 + fis4 r4 r4 + R2. + r8 d4 cis8 b4 ~ + b8 a16[ gis16] a16[ b16 cis8] ~ cis16[ a16] b8 + a4 r4 r4 + R2. + r4 r4 fis'8 d8 + b8 e4 e8 e8 a,8 + a8 fis8 b2 ~ + b8[ a8] gis8 cis8 fis,8 cis'8 + cis8 fis,16([ gis16 a8)] a8 b8 a16 gis16 + a4 r4 r4 + } + >> + } + + VbassI = \relative c' { + \VglobalI + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + \transposedCueDuring #"od" #UP c { R2. R2. } + R2.*11 + \transposedCueDuring #"od" #UP c, { R2. R2. R2. r8 } + a16[( b16 cis8]) cis8 d16[( cis16]) d8 + cis8 a4 g8 fis8 d8 + a'8 r8 r4 r4 + a8 a8 a8 cis8 e8 e,8 + a4 a,8 r8 r4 + R2. + r8 e'16[( fis16 gis8]) gis8 a16[ gis16] a8 + e8 r8 r4 r4 + e8 e8 e8 gis8 b8 b,8 + e4 e8 r8 r4 + r8 fis16[( gis16 a8]) a8 b16[ a16] b8 + cis8 cis8[ b8] a8 gis8 fis8 + e8 r8 r4 r4 + a8 a8 a8 cis8 e8 e,8 + a4 a,8 r8 r4 + R2.*7 + r4 r8 b'4 gis8 + e8[( fis16 gis16 a16 b16]) cis8 b8 a16[ gis16] + fis8 dis16[( e16 fis16 gis16]) a8 a4 ~ + a8[ gis8] b8 gis8 e8 gis8 + a2 ~ a8 gis8 + ais8 cis8 e8[ cis8] ais8[ fis8] + b2. ~ + b8 b,4 dis8 fis8 a8 + gis8[ e16 fis16 gis8 e8 gis8 e8] + a8 r8 cis8 r8 a8 r8 + e'8 r8 e,8 r8 cis8 r8 + fis8 r8 b8 r8 b,8 r8 + e8[ dis16 e16] fis8[ e16 fis16] gis8[ fis16 gis16] + a8[ gis16 a16] b8[ a16 b16] cis8[ b16 cis16] + dis8 b8 e8[ gis,16 a16 b8] b,8 + e4 r4 r4 + R2.*3 + r4 r8 e16[ fis16 e8] d8 + cis8[ e8] a8 cis16[( b16 cis8]) a8 + gis8 e8 e8 gis8 gis8 e8 + a4 a,8 r8 r4 + R2.*3 + r4 r8 a'16[( b16 a8]) g8 + fis8 a8 d8[( fis,16 e16 fis8]) d8 + cis8 a'4 cis,16[ b16] cis8 a8 + d8 fis16[( g16 a8]) a8 a16[( gis16]) a8 + gis8 e4 d8 cis8 b8 + cis8 a'16[( b16 cis8]) cis8 cis16[ b16] cis8 + fis,8 d4 cis8 b8 a8 + b8 b'16[ cis16 d8] fis,8 b8 a8 + gis8 b16[( a16 gis8]) gis8 fis8 e8 + a8 fis8[( cis8]) b8 cis8 d8 + e4 e8 b'4 gis8 + e8[( fis16 gis16 a16 b16]) cis8 cis16[( b16]) a16[ gis16] + fis8 e16[ fis16 gis16 a16] b8 a4 ~ + a8 fis16[( e16 fis16 gis16]) a8 b8 a8 + gis8 b4 gis8 e8 gis8 + a8 e16[( d16 e8]) a,8 g'16[( fis16]) g8 + fis8 a4 fis8 d8 a'8 + b4 ~ b16[ a16 g16 fis16] e8 a8 + a8 a,16[( b16 cis16 d16]) e8 cis8 a8 + d8 fis8 b8 fis8 gis8 a8 + e8 e16[ fis16 gis8] b8 gis8 e8 + a8 e4 a8 a8 cis8 + d,2 ~ d8 cis8 + dis8 fis8 a8[( fis8]) dis8[ b8] + e2. ~ + e8 e4 gis8 b8 d8 + cis8[ a16 b16 cis8 a8 cis8 a8] + d8 r8 fis,8 r8 d8 r8 + a'8 r8 a8 r8 fis8 r8 + b8 r8 e8 r8 e,8 r8 + a,8[( gis16 a16] b8[ a16 b16] cis8[ b16 cis16] + d8[ cis16 d16] e8[ d16 e16] fis8[ e16 fis16] + gis8) e8 a8[( cis,16 d16 e8]) e8 + a,4\fermata r8 a'16[( b16 a8]) gis8 + fis8[ gis8 a8] b8 cis8 cis,8 + fis4 r4 r4 + r2. + r8 fis16[( gis16 fis8]) e8 dis8 b8 + e8[( fis8 gis8 fis8]) gis8[ ais8] + b4 r4 r4 + r2. + r4 cis8 b8 a4 ~ + a8 b16[ cis16 b8] a8 gis4 ~ + gis8[ a16 b16 a8] gis8 fis8 dis8 + gis8[( ais8]) bis8 gis8 ais8 bis8 + cis8[ a8] e8 a8 fis8 gis16 gis16 + cis,4 r4 r4 + r2. + r4 r4 e8 fis8 + gis4( a16[) ais16] b8 ais8 fis8 + b4 r4 r4 + r2. + r4 r4 e,8 d8 + cis4. a8 e'8 e8 + a,4 r4 r4 + r2. + r4 b8 cis8 d4 ~ + d8 e16[ fis16 e8] d8 cis4 ~ + cis8[ d16 e16 d8] cis8 b8 gis8 + cis8[ dis8] eis8 cis8 dis8 eis8 + fis8[( d8]) a8 d8 b8 cis16 cis16 + fis,4 r4 r4 + \once \override Score.RehearsalMark #'direction = #DOWN + \mark\markup{ "Da Capo" } + \bar "||" + } + >> + } + % }}} + + % Nr. 45 % {{{ + fpII = { + s4 r4 + s4 r8 s8 s2 + s1*3 + s4 r4 s2 + s1*2 + R1 + s1*9 + s2. r4 + R1*7 + R1 + R1 + r2. r4\fermata + } + + VsopranII = \relative c'' { + \VglobalII + << + { \meta } + %\sopranArt + %the actual tune + { + b4 s4 + cis4 s8 fis8 d8 d8 fis8 d8 b8 b8 b8 cis16 dis16 e8 e8 r8 + e8 cis8 cis8 e8 cis8 a8 a8 a8 b16 cis16 d8 d8 r8 + d8 b4 r8 a8 \bar "||" d4 s4 s2 + R1*2 \bar "||" + s1 + r2 r8 cis8 cis8 d8 e8 e8 e8 fis8 g8 g8 r8 + g8 fis4 e8[ d8] a'8 a,8 r4 + r8 b8 b8 cis8 d8 d8 cis8 b8 cis8 cis8 r8 + dis8 e8 d8 cis4 b8 + fis'8 fis8 eis8 fis8 cis8 + cis8 b8 a4 a8 g8 fis8 a8 d4 ~ d8[ cis8] cis8 + a8 d8 e8 fis4 ~ fis8[ dis8] e8 + fis8 g8 fis8 fis4 ~ fis8[ e16 d16] cis16[ d16 b8] ais4 s4 + s1*7 + s1 + s1 + s2. s4 + } + >> + } + + ValtII = \relative c' { + \VglobalII + << + { \meta } + %\altArt + %the actual tune + { + fis4 s4 + fis4 s8 fis8 fis4 r8 fis8 + g8 g8 fis8 g16[ a16] b8 b8 g8 a16 b16 + a8 a8 r8 e8 fis8 fis8 e8 fis16[ g16] + a8 a8 fis8 g16 a16 g8 g8 a8 r8 + b4 s4 b8 fis16 g16 a8 g8 + g4 r8 e8 c'8 c8 r4 + dis,8 r16 fis16 a8 g8 e4 r4 + s1 + r8 fis8 fis8 g8 a8 a8 a8 b8 + cis8 cis8 r8 a8 g4 fis8([ e8)] + b'8 b,8 r4 r8 e8 e8 fis8 + b,8 b8 r4 r8 fis'8 fis8 gis8 + a8 a8 g8 fis8 g8 g8 r8 ais8 + b8 a8 g4\trill fis4 a8 g8 + fis4 fis8 e8 d8([ e8)] fis8([ e8)] + e4 e8 e8 fis8[ g8] a8[ fis8] + b2 ~ b8[ ais8] b8 d,8 + d8 e8 e8([ eis8)] fis4 s4 + s1*7 + s1 + s1 + s2. s4 + } + >> + } + + VtenorII = \relative c' { + \VglobalII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + d4 r4 + cis4 r8 ais8 b4 r8 + b8 e8 e8 dis8 e16[ fis16] g8 g8 e8 e16 e16 e8 e8 r8 + a,8 d8 d8 cis8 d16[ e16] fis8 fis8 d8 d16 d16 d8 d8 e8 r8 + fis4 r4 r2 + R1 + R1 + r2 r8 b,8 b8 cis8 d8 d8 d8 e8 fis8 fis8 r8 + d8 cis4 b8([ a8)] e'8 e,8 r4 + r8 fis'8 fis8 gis8 a8 a8 g8 fis8 g8 g8 r8 + e8 fis8 b,8 cis8([ eis8)] cis4 r8 + b8 ~ b8 d8 g8 fis8 fis8 fis16 e16 d8 cis8 cis8 a8 r4 + a8 g8 fis8([ g8)] a8 a8 a8 gis8 a4 a8 cis8 d8 a8 d4 ~ d8[ fis8] e8 + dis8 e8([ cis8)] d8([ fis8)] b,2 cis4 r4 + R1*7 + R1 + R1 + r2. r4\fermata + } + >> + } + + VbassII = \relative c' { + \VglobalII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + b4 r4 ais4 r8 fis8 b4 r8 b8 + g8 g8 b8 g8 e8 e8 e8 fis16 g16 + a8 a8 r8 a8 fis8 fis8 a8 fis8 d8 d8 d8 e16 fis16 g8 g8 c8 r8 + \bar "||" + dis,4 r4 r2 + R1 + R1 + \bar "||" + r8 e8 e8 fis8 g8 g8 g8 a8 + b8 b8 r8 g8 fis4 e8([ d8)] + a'8 a,8 r4 r8 b'8 b8 cis8 + d8 d8 cis8 b8 cis8 cis8 r8 dis8 + e8 d8 cis4 b8 b8 a8 gis8 + fis8 fis8 b8 b8 e,8 e8 r8 e'8 + d8 cis8 b8([ cis8)] fis,4 r4 + fis8 e8 d4 d8 cis8 b8 e8 + a4 a,8 g'8 fis8 e8 d8[ e16 fis16] + g8[ a8] g8 fis8 e4 d8[ b8] + g'2 fis4 r4 + R1*7 + R1*2 + r2. r4\fermata + \bar "|." + } + >> + } + % }}} + + % Nr. 46 % {{{ + VsopranIII = \relative c'' { + \VglobalIII + << + { \meta } + %\sopranArt + %the actual tune + { + a4 + a4 e'4 e4( d8[ cis8] b4) cis4 d8[ cis8] b4 a2\fermata r4 + a4 + b4 cis4 d4 b4 e4 fis4 e4\fermata + cis4 + cis8[ d8] e4 d4 cis8([ b8)] a8([ b8] cis4) b4\fermata + cis4 + a4 b8[ cis8] d4\fermata cis4 b4 cis4 d4\fermata + cis4 + b4 a4 e'4.( d8 cis4) d8[ cis8] b2 a2.\fermata + } + >> + } + + ValtIII = \relative c' { + \VglobalIII + << + { \meta } + %\altArt + %the actual tune + { + fis4 e8([ fis8 gis8 a8] b4) e,4 dis4 e4 d8[ a'8] gis4 e2\fermata + r4 fis4 fis4 e8([ cis8)] gis'8([ fis8)] e8([ dis8)] e8[ fis16 gis16 a8] fis8 gis4\fermata + a4 a4 ais4 b8[ a8] gis8[ fis8] e8([ fis16 gis16 a8 fis8)] gis4\fermata + a8[ gis8] fis4. gis16[ ais16] b4\fermata + ais4 b8[ a8] g4 fis4\fermata + e8 a8 ~ a8 gis4 fis8 gis8[ a8] b4 ~ b8[ e,8] a4 a4( gis4) e2.\fermata + } + >> + } + + VtenorIII = \relative c' { + \VglobalIII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + cis8[ d8] e4 d8[ cis8] b4( a4 b4) a8[ g8] a4 e'8[ d8] cis2\fermata + r4 a4 a4 gis4 b8([ a8)] b4 b8( e4) dis8 e4\fermata + e4 fis4 fis4 fis4 e4 e8([ d8 cis8 dis8)] e4\fermata + e4 d8([ cis8)] d8([ e8)] fis4\fermata + fis8[ e8] d4 e4 a,4\fermata + a4 b4 cis8[ dis8] e2 ~ e8[ cis8 a8] cis8 fis8[ d8 b8 e8] cis2.\fermata + } + >> + } + + VbassIII = \relative c { + \VglobalIII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + fis4 cis'4 b8[ a8] gis4 a4 ~ a8[ g8] fis8[ e8] fis8[ d8] e4 a,2\fermata + r4 d4 dis8( e4 eis8 ~ eis8) fis8 gis8 a8 gis8[ e8] b'4 e,4\fermata + a8[ gis8] fis8[ e8] d8[ cis8] b4 e8[( d8]) cis8[( b8] a4) e'4\fermata + a,4 d8[ e8] d8[ cis8] b4\fermata fis'4 g8[ fis8] e4 d4\fermata + a4 e'2 ~ e8[ fis8] gis8[ e8] a8[( gis8]) fis8[( e8]) d8[( b8] e4) a,2.\fermata + \bar "|." + } + >> + } + % }}} + + % Nr. 53 % {{{ + VsopranIV = \relative c'' { + \VglobalIV + << + { \meta } + %\sopranArt + %the actual tune + { + a4 b4 cis8([ d8]) e4 a,4 gis4 fis4 e4\fermata + fis4 gis4 a4 b4 cis8([ d8]) b4 a2 + cis4 cis4 b4 cis4 d4 cis8([ b8]) b8([ a8]) b4\fermata + fis4 gis4 a4 b4 cis8([ d8]) b4 a8([ gis8]) a4\fermata + } + >> + } + + ValtIV = \relative c' { + \VglobalIV + << + { \meta } + %\altArt + %the actual tune + { + e4 e4 a4 a8([ gis8]) gis8([ fis8]) fis8([ e8]) e8([ dis8]) b4\fermata + d8([ cis8]) b4 e4 e4 e8([ fis8]) e4 e2 + a4 a4 e8([ fis8]) gis4 fis4 e8([ fis8]) gis8([ fis8]) gis4\fermata + cis,8([ d8]) e4 e8([ d16 cis16]) fis4 e4 e4 e8([ d8]) e4\fermata + } + >> + } + + VtenorIV = \relative c' { + \VglobalIV + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + cis4 b4 a8([ b8]) cis8([ d8]) e8([ b8]) b4 b8.([ a16]) gis4\fermata + b8([ cis8]) d8([ e8]) a,4 e4 a4. gis8 cis2 + e4 e8([ dis8]) e8([ d8]) cis8([ b8]) a8([ b8]) cis8([ dis8]) e4 e4\fermata + ais,8([ b8]) b4 a4 a4 a8([ b8]) gis8([ d'8]) cis8([ b8]) cis4\fermata + } + >> + } + + VbassIV = \relative c' { + \VglobalIV + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + \repeat volta 2 { + a4 gis4 fis4 cis8([ b8]) cis8([ dis8]) e4 b4 e4\fermata + b4 b'8([ cis16 d16]) cis8([ b8]) a8([ gis8]) a8([ d,8]) e4 a,2 + } + a'8([ gis8]) fis4 gis8([ fis8]) e4 fis8([ gis8]) a4 e4 e4\fermata + e8([ d8]) cis8([ b8]) cis8([ fis8]) e8([ d8]) e4 e4 a,4 a4\fermata + \bar "|." + } + >> + } + % }}} + +\include "parts/Vtexte.ly" + + % coro I % {{{ + Vsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \frauenPausen << \VsopranI \\ \ValtI >> >> } + %\new Voice = "soprane" { \VsopranI } + %\new Voice = "alti" { \ValtI } + %\addlyrics { \altText } + >> + Vten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \VtenorI } + %\addlyrics { \tenorText } + >> + Vbas = \new Staff = bass << + \new Voice = "baesse" { \VbassI } + %\addlyrics { \bassText } + >> + + Vcoro = \new ChoirStaff \with {} << + \Vsop + %\Valt + \Vten + \Vbas % + \new Lyrics \lyricsto "baesse" \VbassTextI + >> + % }}} + + % chor II % {{{ + Vsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \fpII << \VsopranII \\ \ValtII >> >> } + %\new Voice = "soprane" { \VsopranII } + %\new Voice = "alti" { \ValtII } + %\addlyrics { \altText } + >> + Vten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \VtenorII } + %\addlyrics { \tenorText } + >> + Vbas = \new Staff = bass << + \new Voice = "baesse" { \VbassII } + %\addlyrics { \bassText } + >> + + VchorRecit = \new ChoirStaff \with {} << + \Vsop + %\Valt + \Vten + \Vbas % + \new Lyrics \lyricsto "baesse" \VbassTextII + >> + % }}} + + % choral III % {{{ + Vsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \VsopranIII \\ \ValtIII >> } + %\new Voice = "soprane" { \VsopranIII } + %\new Voice = "alti" { \ValtIII } + %\addlyrics { \altText } + >> + Vten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \VtenorIII } + %\addlyrics { \tenorText } + >> + Vbas = \new Staff = bass << + \new Voice = "baesse" { \VbassIII } + %\addlyrics { \bassText } + >> + + VchoralI = \new ChoirStaff \with {} << + \Vsop + %\Valt + \Vten + \Vbas % + \new Lyrics \lyricsto "baesse" \VbassTextIII + >> + % }}} + + % choral IV % {{{ + Vsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \VsopranIV \\ \ValtIV >> } + %\new Voice = "soprane" { \VsopranIV } + %\new Voice = "alti" { \ValtIV } + %\addlyrics { \altText } + >> + Vten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \VtenorIV } + %\addlyrics { \tenorText } + >> + Vbas = \new Staff = bass << + \new Voice = "baesse" { \VbassIV } + %\addlyrics { \bassText } + >> + + VchoralII = \new ChoirStaff \with {} << + \Vsop + %\Valt + \Vten + \Vbas % + \new Lyrics \lyricsto "baesse" \VbassTextIVa + \new Lyrics \lyricsto "baesse" \VbassTextIVb + >> + % }}} + diff --git a/WO/parts/VI.ly b/WO/parts/VI.ly new file mode 100644 index 0000000..5041c34 --- /dev/null +++ b/WO/parts/VI.ly @@ -0,0 +1,1190 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.14" + \include "dynArt.ly" + + % global defs % {{{ + VIglobalI = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 3/8 + \autoBeamOff + \partial 8 + \set Score.skipBars = ##t + } + + VIglobalII = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 4 + \set Score.skipBars = ##t + } + + VIglobalIII = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 8 + \set Score.skipBars = ##t + } + % }}} + +% Die Stimmen + + % Nr. 54 % {{{ + tr = \relative c' { + \VIglobalI + a8 + d4 a8 e'4 a,8 + fis'8[ e16 fis16 g16 e16] + g16[ fis16 e16 d16 fis16 e16] + g16[ fis16 e16 d16 fis16 e16] + g16[ fis16 e16 d16 fis16 e16] + d8[ d'8 cis8] d8 r4 + r4.*38 + a16[ d16 cis16 b16 a16 g16] + } \addQuote "trI" \tr + + frauenPausen = { + r8 + R4.*8 + R4.*38 + R4. + R4.*4 + s4.*16 + s4 r8 + R4.*3 + s4.*44 + s8 r8 r8 + R4.*11 + s4.*28 + s8 r8 r8 + R4. + r8 s4 + s4. + s4 r8 + R4.*3 + r8 r8 s8 + s4.*19 + s4 r8 + R4.*11 + s4.*16 + s8 r8 r8 + R4. + r8 s4 + s4.*2 + s8 r8 s8 + s4.*3 + s8 r8 s8 + s4.*14 + s8 r8 r8 + s4. + s8 r8 r8 + s4. + s4 + } + + VIsopranI = \relative c'' { + \VIglobalI + << + { \meta } + %\sopranArt + %the actual tune + { + s8 + s4.*8 + s4.*38 + s4. + s4.*4 + R4.*4 + r8 r8 a8 + d4 a8 + e'4 a,8 + fis'8[ e16 fis16] g16[ e16] + % 60 + g16([ fis16 e16 d16)] fis16([ d16)] + fis16([ e16 d16 cis16)] e16([ cis16)] + e16([ d16 cis16 b16)] d16([ b16)] + e8[ d16 cis16 b16 cis16] + a4. ~ + a4. ~ + a8 cis8 e8 + d8[ e16 d16] e16[ cis16] + d8 d8 s8 + s4.*3 + R4.*4 + r8 r8 a8 + d4 a8 + e'4 a,8 + fis'8[ e16 fis16] g16[ e16] + g16([ fis16 e16 d16)] fis16([ d16)] + fis16([ e16 d16 cis16)] e16([ cis16)] + e16([ d16 cis16 b16)] d16([ b16)] + e8 d16[ cis16] b16[ cis16] + % 84 + a4. ~ + a4. ~ + a8[ cis8] e8 + d8([ e16 d16 e16 cis16] + d8) d8 r8 + r4. + r4. + r4. + r8 r8 b8 + cis8[ fis16 e16] d16[ cis16] + b8[ e16 d16] cis16[ b16] + a8[ d8] cis8 + b4. ~ + b8[ a8] gis8 + cis16[ d16 e8] a,8 + d8[ fis8] e8 + fis16[ e16 fis16 g16] a8 + d,8 c16[ b16] a16[ g16] + d'4 fis,8 + g4 r8 + R4.*3 + % 107 + r8 r8 d'8 ~ + d8 cis16[ d16] e16[ cis16] + d16[ cis16 b8] e8 + cis8[ d8] a8 + b8[ cis8 d8] + cis8 a8 e'8 + e8[ d8] cis8 + fis8[ e8] d8 + cis8([ d8)] b8 + a8 s8 s8 + s4.*11 + R4.*8 + % 136 + r8 r8 b8 + e4 e8 + e8 cis16[ d16 e8] + ais,8([ b8)] cis8 + e16([ d16)] fis16([ e16 d16 cis16)] + d4. ~ + d16 b16 d16([ cis16 b16 a16)] + b16([ gis16)] e'16([ d16 cis16 b16)] + cis16([ b16)] d16([ cis16 b16 a16)] + e'16([ dis16)] fis16([ e16 dis16 cis16)] + fis4. ~ + fis16 e16 g16([ fis16 e16 dis16)] + e8 b8 dis8 + e4 e8 + e4 e8 + e8([ fis16 e16)] d16[ cis16] + d8 a8 fis'8 + b,8[ e8] d8 + g8([ fis8)] e8 + d8([ e8)] cis8 + b8 s8 s8 + s4. + s8 cis8 cis8 + % 159 + d8[ fis16 e16] d16[ cis16] + b4 s8 + s4.*3 + s8 s8 a8 + d4 a8 + e'4 a,8 + fis'8[ e16 fis16] g16[ e16] + g16([ fis16 e16 d16)] fis16([ d16)] + fis16([ e16 d16 cis16)] e16([ cis16)] + e16([ d16 cis16 b16)] d16([ b16)] + e8[ d16 cis16 b16 cis16] + a8 cis8 e8 + d8[ e8] fis8 + e8[ d16 cis16] e8 + d8[ e8] cis8 + d4. ~ + d16[ cis16 b16 cis16 a16 b16] + gis8 e8 gis8 + a8[ fis'8] e8 + e8 d16[ cis16] b16[ a16] + d4 a8 + % 182 + e'4 a,8 + fis'8[ e16 fis16] g16[ e16] + g16[ fis16] e16[ d16] s8 + s4.*11 + R4.*4 + r8 r8 a8 + b8([ e16 d16)] cis16([ b16)] + a8([ d16 cis16)] b16([ a16)] + g8[ c8] b8 + a8[ b8] cis8 + d16[ cis16 b8] e8 + cis8[ d8] a8 + b8[ cis8] d8 + cis8 e16[ d16] e8 ~ + e8 d8 cis8 + fis8[ e8] d8 + % 211 + cis8[ d8] b8 + a8 s8 s8 + s4. + s8 b8 b8 + cis8[ e16 d16] cis16[ b16] + a4 cis8 + dis8 s8 fis8 + fis8 b,8 fis'8 ~ + fis8[ g16 fis16] e16[ dis16] + e8 b8 dis8 + e8 s8 e8 + e8 a,8 e'8 ~ + e8[ fis16 e16] d16[ cis16] + d8 a8 d8 + d4. ~ + d4. ~ + d4. ~ + d4. ~ + d8[ cis8] b8 + a8[ cis8 e8] ~ + e8[ d8 cis8] + b8 d8 b8 + g8[ bes8] d8 + d8[ e16 d16] cis16[ d16] + % 235 + a8[ d8] cis8 + d8 s8 s8 + d8 d16[ cis16] d8 + d8 s8 s8 + fis8 a,8 cis8 + d4\fermata + } + >> + } + + frauenPausen = { + r8 + R4.*8 + R4.*38 + R4. + R4.*4 + s4.*16 + s4 r8 + R4.*3 + s4.*44 + s8 r8 r8 + R4.*11 + s4.*28 + s8 r8 r8 + R4. + r8 s4 + s4. + s4 r8 + R4.*3 + r8 r8 s8 + s4.*19 + s4 r8 + R4.*11 + s4.*16 + s8 r8 r8 + R4. + r8 s4 + s4.*2 + s8 r8 s8 + s4.*3 + s8 r8 s8 + s4.*14 + s8 r8 r8 + s4. + s8 r8 r8 + s4. + s4 + } + VIaltI = \relative c' { + \VIglobalI + << + { \meta } + %\altArt + %the actual tune + { + s8 + s4.*8 + s4.*38 + s4. + s4.*4 + r8 r8 d8 + a'4 e8 + b'4 e,8 + cis'8([ b16 cis16)] d16([ b16)] + d16([ cis16 b16 a16)] cis16([ a16)] + b16([ a16 g16 fis16)] a16([ fis16)] + a16([ g16 fis16 e16)] g16([ e16)] + a8([ g16 fis16 e16 fis16)] + % 60 + d4. ~ + d16[ cis16] e4 ~ + e8 gis8 b8 + a8[ b16 a16] b16[ gis16] + a8[ cis8 e8] + d8 a8 fis8 + e8[ a16 g16] a8 + a4 a8 + a8 a8 s8 + s4.*3 + r8 r8 d,8 + a'4 e8 + b'4 e,8 + cis'8[ b16 cis16] d16[ b16] + d16([ cis16 b16 a16)] cis16([ a16)] + b16([ a16 g16 fis16)] a16([ fis16)] + a16([ g16 fis16 e16)] g16([ e16)] + a8 g16([ fis16)] e16[ fis16] + d4. ~ + d16[ cis16] e4 ~ + e8[ gis8] b8 + a4 gis8 + % 84 + a8[ cis8] e8 + d8[ a8] fis8 + e8[ a16 g16] a8 + a4. ~ + a8 fis8 e8 + fis8[ b16 a16] g16[ fis16] + e8([ a16 g16)] fis16[ e16] + d8[ g8] fis8 + e4. ~ + e8[ d8] a8 + e'4 a8 + d,4 r8 + r8 r8 b'8 + cis16[ d16 e16 d16] cis16[ b16] + a8([ e8)] cis8 + d8([ a'8)] a8 + a4. ~ + a8 g16[ fis16] g8 + a8[ fis8] d8 + g16([ fis16 g16 a16 b8)] + e,8 a16[ g16] a8 + a8[ g16 fis16 g8] ~ + g8[ fis16 e16 fis8] ~ + % 107 + fis8[ e8] d8 + e8 e8 a8 + a8 g16([ a16 b8)] + e,8 fis16([ g16 a8)] + d,8[ e8] a,8 + a'8 a8 e8 + fis16([ g16 a8)] a8 + a16[ b16 cis8] gis8 + cis8[ fis,8] gis8 + a8 s8 s8 + s4.*11 + r8 r8 fis8 + b4 b8 + b8 gis16([ a16 b8)] + eis,8[ fis8] gis8 + b16([ a16)] cis16([ b16 a16 gis16)] + a4. ~ + a16 fis16 a16([ g16 fis16 e16)] + fis16([ dis16)] b'16([ a16 g16 fis16)] + % 136 + g16([ fis16)] a16([ g16 fis16 e16)] + b'16([ ais16)] cis16([ b16 ais16 gis16)] + cis4. ~ + cis16 b16 d16([ cis16 b16 ais16)] + b8 fis8 ais8 + b8 a16[ gis16 a8] + gis8[ b8] d8 + d8[ a8] gis8 + e'8 a,8 b8 + a8 fis16[ g16 a8] + b8[ a16 g16] fis16[ e16] + dis8[ e8] b'8 + b4 b8 + b8[ e8] g,8 + a4 a8 + a4 a8 + a8 a8 d,8 + d8[ e8] fis8 + g16[ a16 b8] ais8 + b8[ cis8] ais8 + b8 s8 s8 + s4. + s8 gis16[ ais16] b8 + % 159 + b8[ d16 cis16] b16[ ais16] + b4 s8 + s4.*3 + s8 s8 fis8 + a4 a8 + a4 a8 + a4 a8 + a8 fis8 d8 + a'4 e8 + b'4 e,8 + cis'8[ b16 cis16] d16[ b16] + d16([ cis16 b16 a16)] cis16([ a16)] + b16([ a16 g16 fis16)] a16([ fis16)] + a16([ g16 fis16 e16)] g16([ e16)] + a8[ g16 fis16 e16 fis16] + d8 fis8 a8 + a8[ b8] cis8 + b8[ a16 gis16] b8 + a8[ b8] gis8 + a8 e8 e8 + a8[ g8] fis8 + % 182 + e8[ a8] a8 + a4 a8 + a8 fis8 s8 + s4.*11 + r8 r8 e8 + fis8([ b16 a16)] g16([ fis16)] + e8([ a16 g16)] fis16([ e16)] + d8([ g8)] fis8 + e8 a4 ~ + a8 g16[ fis16] g8 + g8[ fis8] fis8 + fis8([ e8)] d8 + cis8([ d8)] g8 + fis8 g16([ a16 b8)] + e,8 fis16([ g16 a8)] + d,8[ e8] a,8 + a'8 a8 e8 + fis16([ g16 a8)] a8 + a16([ b16 cis8)] gis8 + % 211 + cis8([ fis,8)] gis8 + a8 s8 s8 + s4. + s8 fis16([ gis16)] a8 + a8([ cis16 b16)] a16[ gis16] + a4 a8 + a8 s8 a8 + a4 a8 + a16([ c16 b16 a16)] g16([ fis16)] + a16([ g16)] fis16([ e16)] b'8 + g8 s8 g8 + g4 g8 + g16([ b16 a16 g16)] fis16([ e16)] + g16([ fis16)] e16([ d16)] a'8 + b16[ a16 b8] g8 + a8[ g8] a8 + g8[ a8] b8 + a4 a8 + b8([ a8)] b8 + e,4 a8 + fis4 fis8 + fis4 d8 + d8 g8 bes8 + b4 gis8 + % 235 + fis8[ b8] a8 + fis8 s8 s8 + f8 d8 b'8 + b8 s8 s8 + a8 a8 a8 + a4\fermata + } + >> + } + + VItenorI = \relative c' { + \VIglobalI + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + r8 + R4.*8 + R4.*38 + R4. + r8 r8 a8 + d4 a8 + e'4 a,8 + fis'8[ e16 fis16] g16[ e16] + g16([ fis16 e16 d16)] fis16([ d16)] + fis16([ e16 d16 cis16)] e16([ cis16)] + e16([ d16 cis16 b16)] d16([ b16)] + e8[ d16 cis16 b16 cis16] + a4. ~ + a4. ~ + a8 cis8 e8 + d8([ e16 d16)] e16[ cis16] + % 20 + d8[ fis8 a8] ~ + a8[ a,16 cis16 b16 a16] + gis8 e8 gis8 + a8 d4 + e16[ fis16 g16 e16] a8 + d,16([ e16 fis8)] a,8 + a8 e'8 e8 + fis8[ cis8] cis8 + fis8 fis8 a,8 + d4 a8 + e'4 a,8 + fis'8[ e16 fis16] g16[ e16] + g16([ fis16 e16 d16)] fis16([ d16)] + fis16([ e16 d16 cis16)] e16([ cis16)] + e16([ d16 cis16 b16)] d16([ b16)] + e8 d16[ cis16] b16[ cis16] + a4. ~ + a4. ~ + a8[ cis8] e8 + d4 cis8 + d8[ fis8] a8 + a8[ a,8] cis8 + gis8[ e8] gis8 + a8 d8 e8 + % 84 + e16([ fis16 g16 e16)] a8 + d,16[ e16 fis8 a,8] ~ + a8 e'8 e8 + fis8 cis8 cis8 + fis8 a,8 r8 + R4.*3 + r8 r8 gis8 + a4 fis'8 + gis,4 e'8 + fis,8[ gis8] a8 + gis16[ fis16 gis16 a16 b8] + e,8 e'8 e8 + e16[ d16 cis16 d16 e8] + a,8 d8 cis8 + d8[ c16 b16 c16 d16] + b8 r8 c8 + c8([ b16 a16)] b8 + b8[ a8] g8 + cis8[ d8] e8 + d4 d8 ~ + d8 cis16[ b16] cis8 + % 107 + d8[ a8] a8 + a8 a8 cis8 + fis,8[ d8] g8 + a8[ d,8] d'16[ e16] + fis8[ g8] a8 + e16([ d16 cis16 b16)] cis8 + d8 a8 e'8 + d8[ gis,8] b8 + e8[ fis8] e8 + cis8 r8 r8 + R4.*7 + r8 r8 b8 + e4 e8 + e8 cis16([ d16 e8)] + ais,8[ b8] cis8 + e16([ d16)] fis16([ e16 d16 cis16)] + fis16([ eis16)] gis16([ fis16 eis16 dis16)] + gis4. ~ + gis16 fis16 a16([ gis16 fis16 eis16)] + fis8 cis8 eis8 + fis8 e16[ dis16 e8] + dis8[ fis8] a8 + a8[ g16 fis16] e16[ fis16] + % 136 + b,4 b8 + cis8 e8 g8 + fis8[ e16 d16] cis16[ d16] + e8[ d8] fis8 + b,8 r8 fis8 + b4 b8 + b8 gis16[ a16 b8] + e,8([ fis8)] gis8 + a8 a8 e'8 + fis8([ c8)] fis8 + fis8([ dis8)] fis8 + fis8([ e8)] b8 + b8 g8 fis8 + e8[ g8] b8 + e8[ cis8] e8 + e8([ d8)] a8 + a8 fis8 b8 + b4. ~ + b16 cis16 d8 e8 + fis8[ g8] fis8 + d8 r8 r8 + R4. + r8 cis8 cis8 + fis8[ b,8] fis'8 + d4 r8 + R4.*3 + r8 r8 d8 + fis4 fis8 + e4 e8 + d4 cis8 + d8 a8 r8 + R4.*3 + r8 r8 a8 + d4 a8 + e'4 a,8 + fis'8[ e16 fis16] g16[ e16] + g16([ fis16 e16 d16)] fis16([ d16)] + fis16([ e16 d16 cis16)] e16([ cis16)] + e16([ d16 cis16 b16)] d16([ b16)] + e8[ d16 cis16 b16 cis16] + a8 cis8 cis8 + d4 d8 + % 182 + a8[ cis8] e8 + d4 cis8 + a8 a8 r8 + R4.*3 + r8 r8 b8 + cis8([ fis16 e16)] d16([ cis16)] + b8([ e16 d16)] cis16([ b16)] + a8([ d8)] cis8 + b8 e4 ~ + e8 d16[ cis16] d8 + d8[ cis8] fis8 + b,8[ e16 d16] cis16[ b16] + a8([ d8)] cis8 + d4 e8 + cis8 c4 + b8[ cis8] d8 + cis16[ d16 e8 fis8] ~ + fis8 b,8 e8 ~ + e8 a,8 d8 + g,8[ a8] b8 + e8[ d8] e8 + d8[ d,8] g8 + a8[ d,8] d'16[ e16] + fis8[ g8] a8 + e8 a,8 cis8 + d8[ a8] e'8 + d8[ gis,8] b8 + % 211 + e8[ fis8] e8 + cis8 r8 r8 + R4. + r8 b8 b8 + e8[ a,8] e'8 + cis4 e8 + a,8 r8 c8 + fis,8[ fis'8] dis8 + dis8([ e8)] b8 + b8 b8 b8 + b8 r8 e,8 + a8[ e'8] cis8 + cis8([ d8)] a8 + a8 a8 a8 + g8[ d'8] g8 + fis8[ b,8] fis'8 + b,8[ fis'8] g8 + fis4 a,8 + e'4 e8 + e8([ cis8)] cis8 + cis8([ d8)] e8 + d4 fis,8 + bes8 d8 d8 + e4 e8 + % 235 + d8[ b8] e8 + d8 r8 r8 + d8 f16[ e16] f8 + f8 r8 r8 + fis8 e16[ d16] e8 + fis4\fermata + } + >> + } + + VIbassI = \relative c { + \VIglobalI + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + \transposedCueDuring #"trI" #UP c { r8 r4.*8 } + R4.*38 + \transposedCueDuring #"trI" #UP c { r4. } + R4.*12 + r8 r8 d8 + a'4 e8 + b'4 e,8 + cis'8[( b16 cis16]) d16[( b16]) + d16[( cis16 b16 a16) cis16( a16]) + b16[( a16 g16 fis16) a16( fis16]) + a16[( g16 fis16 e16) g16( e16]) + a8[( g16 fis16 e16 fis16]) + d8 d8 r8 + R4.*11 + r8 r8 d8 + a'4 e8 + b'4 e,8 + cis'8[ b16 cis16] d16[ b16] + d16[( cis16 b16 a16) cis16( a16]) + b16[( a16 g16 fis16) a16( fis16]) + a16[( g16 fis16 e16) g16( e16]) + a8[ g16 fis16 e16 fis16] + d8 d8 cis8 + d4 b'8 + cis,4 a'8 + b,8[ cis8] d8 + cis16[( b16 cis16 d16 e8]) + a,8 d16[ cis16] d8 + d8[ cis16 b16 cis8] ~ + cis8[ b8] a8 + e'4 d8 + cis16[ b16 cis16 d16 e8] + a,8 a'8 g8 + fis16[( e16 fis16 g16]) a8 + d,4 a'8 + b8[ e16 d16] c16[ b16] + a8[( d16 c16]) b16[ a16] + g8[( c8]) b8 + a4. ~ + a8 d,8 b'8 ~ + b8 cis,8 a'8 ~ + a16[ g16 fis16 e16] fis16[ d16] + a'8 a8 a,8 + d8 g16[( fis16 g8]) + g8 fis16[( e16 fis8]) + fis8[ e8] d8 + a'8 cis,8 a8 + d16[( cis16 fis16 e16]) d16[ cis16] + d16[( b16 e16 d16]) cis16[ b16] + a8[ d8] e8 + a,8 r8 r8 + r4. + r4. + r4. + r8 r8 e'8 + a4 a8 + a8 fis16[ g16 a8] + dis,8[( e8]) fis8 + a16[( g16) b16( a16 g16 fis16]) + b16[( ais16) cis16( b16 ais16 gis16]) + cis4. ~ + cis16[ b16 d16( cis16 b16 ais16]) + b4 a8 + gis8 gis8 fis8 + eis8[ gis16 fis16] eis16[ dis16] + cis8[ a8] cis8 + fis,8 a8 cis8 + fis4 fis8 + fis8 dis16[ e16 fis8] + b,8[( cis8]) dis8 + e8 e8 d8 + cis4 b8 + ais8[( cis16 b16 ais16 gis16 + fis8]) r8 r8 + b8 d8 fis8 + e16 d16 e16[ d16] cis16[ b16] + e4 fis8 + gis8[ fis8] e8 + a8 a8 g8 + fis4 e8 + dis8[ fis16 e16] dis16[ cis16] + b8 g8 b8 + e8[( g8]) b8 + e,8[ e'8] d8 + cis8[ e16 d16 cis16 b16] + a8[ fis8] a8 + d,8[ fis8] d8 + g4 fis8 + e8[ d8] cis8 + b8[ e8] fis8 + b,8 r8 r8 + r4. + r8 eis8 eis8 + fis4 fis8 + b,4 r8 + R4.*3 + r8 r8 d8 + d'4 d,8 + cis8[ a'8] cis,8 + d8[ a'8] a,8 + d8 d8 r8 + R4.*7 + r8 r8 d8 + a'4 e8 + b'4 e,8 + cis'8[ b16 cis16] d16[ b16] + d16[( cis16]) b16[ a16] g8 + fis8[ e8] d8 + cis8[ a8] cis8 + d8[ a'8] a,8 + d8 d8 e8 + fis8[ b16 a16] g16[ fis16] + e8[ a16 g16] fis16[ e16] + d8[ g8] fis8 + e8[( a8]) gis8 + a4 b8 + gis8 g4 + fis8[ gis8] a8 + gis8 gis8 cis8 + fis,8[ b16 a16] gis16[ fis16] + e8 a4 ~ + a8 g16[ fis16] g8 + g8[ fis8] e8 + d8[ g16 fis16 g8] ~ + g8[ fis16 e16 fis8] ~ + fis8[ e8] d8 + a'8[ g8] fis8 + g8[ fis8] e8 + fis8[ e8] d8 + e8 fis8 g8 ~ + g8 fis8 e8 + b'16[ a16] g16[ fis16] g8 ~ + g8 fis16[ e16] fis8 ~ + fis8[ e8] d8 + a'8[ cis,8] a8 + d16[ cis16 fis16 e16] d16[ cis16] + d16[ b16 e16 d16] cis16[ b16] + a8[ d8] e8 + a,8 r8 r8 + r4. + r8 dis8 dis8 + e16[ d16 cis16 d16] e8 + a,4 a'8 + fis8 r8 a8 + dis,8.[ e16 dis16 cis16] + b16 a16 g8 b8 + e8 g8 b8 + e8 r8 d8 + cis8. b16[( a16 g16]) + fis8 fis16[ g16 a8] + d,8 e8 fis8 + g8[ fis8] e8 + fis8[ e8] d8 + b'8[ a8] g8 + a8[ g8] fis8 + gis8[ e8] gis8 + a4 a8 + ais8[ fis8] ais8 + b8 b8 b8 + bes4 bes8 + e,4 e8 + fis8[ g8] a8 + b,8 r8 r8 + a8 a'8 a8 + gis8 r8 r8 + a8 a8 a,8 + d4\fermata + \bar "|." + } + >> + } + % }}} + + % Nr. 59 % {{{ + VIsopranII = \relative c'' { + \VIglobalII + << + { \meta } + %\sopranArt + %the actual tune + { + g4 g8[ a8] b4 a4 g4 a4 a4 b4\fermata + g8[ a8] b4 c4 d4 c8[ b8] a8([ g8] a4) g4 + b4 b4 a4 g4 fis4 g8[ a8] b4 a4\fermata + a4 g4 fis4 g4 d4 g4 a4 b4\fermata + g8[ a8] b4 c4 d4 c8[ b8] a8([ g8] a4) g4\fermata + } + >> + } + + VIaltII = \relative c' { + \VIglobalII + << + { \meta } + %\altArt + %the actual tune + { + d4 e8[ fis8] g4 g8([ fis8)] g4 g4 fis4 g4\fermata + e8[ fis8] g8( b4) a16[ g16] fis4 g4 g4( fis4) d4 + g4 g4. fis8 fis8[ e8] e8([ dis8)] e4 d4 d4\fermata + d4 d8[ c8] d4 d8[ c8] b4 b4 e4 dis4\fermata + b4 e4 e4 d8[ e16 fis16] g4 g4( fis4) d4\fermata + } + >> + } + + VItenorII = \relative c' { + \VIglobalII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + b4 b4 e4 e8([ d8)] d4 e8([ c8)] a8([ d8)] d4\fermata + e4 d4 g,8([ a8)] b8([ c8)] d4 d4( c8[ b8)] b4 + d4 d4 d8([ c8)] b8([ c8)] fis,8([ b8)] b8([ a8)] a8([ g8)] fis4\fermata + fis4 g8([ a8)] b8([ c8)] b8([ a8)] g4 g4 fis8[ e8] fis4\fermata + e8[ fis8] g4. a8 b8([ c8)] d4 d4( c8[ b8)] b4\fermata + } + >> + } + + VIbassII = \relative c' { + \VIglobalII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + \autoBeamOff + \repeat volta 2 { + g8[ fis8] e4. d8 c4. b8 c8[ a8] d4 g,4\fermata + c4 g'8[ fis8] e4 b'8[( a8]) g4 d'4( d,4) g4 + } + g8[ a8] b8[ c8] d4 g,8[ a8] b4 e,8[ fis8] g4 d4\fermata + d'8[ c8] b4. a8 g4. fis8 e8[ d8] c4 b4\fermata + e4 e8[ d8] c4 b8[ a8] g4 d'2 g,4\fermata + \bar "|." + } + >> + } + % }}} + + % Nr. 64 % {{{ + trvl = \relative c' { + \VIglobalIII + a8 + d16[ e16 fis16 e16] d8[ a8] a8[ fis8 fis8 d8] + d8[ a''8 g8 fis8] fis8\trill[ e8] r8 a,8 + %r1*8 + } \addQuote "trII" \trvl + + vl = \relative c' { + \VIglobalIII + r8 + R1*10 + gis'8[ d16 cis16] b8[ b'8] a8[ a,16 b16] cis8[ g'8] + fis8[ d'8 e,8 cis'8] d,4 + %s1*6 + } \addQuote "vl" \vl + + fpIII = { + r8 + R1*2 + R1*8 + R1 + r2 r4 s4 + s1 + s2. r4 + R1 + r2 r4 s4 + s1 + s4 r4 r2 + R1*3 + r2 r4 s4 + s1 + s2. r4 + R1 + r4 s2. + s2. r4 + R1*2 + r2 r4 s4 + s1 + s2. r4 + R1*4 + r2 r4 s4 + s1*2 + R1*10 + r2 r4. + } + + VIsopranIII = \relative c' { + \VIglobalIII + << + { \meta } + %\sopranArt + %the actual tune + { + s8 + s1*2 + s1*8 + s1 s2 s4 + fis4 b4 a4 g4 fis4 e2 fis4 s4 + s1 s2 s4 cis'4 d4 d4 cis8.([ d32 e32)] cis4 b4 s4 s2 + s1*3 + s2 s4 d4 cis4 a4 b4 cis4 d2 d4 s4 + s1 s4 a4 b4 a4 g4 g8[ fis8] fis4 s4 + s1*2 + s2 s4 d'4 cis4 e4 d4 cis4 b2 cis4 s4 + s1*4 + s2 s4 fis,4 g4 fis4 e4 a4 fis1 + s1*10 + s2 s4.\fermata + } + >> + } + + VIaltIII = \relative c' { + \VIglobalIII + << + { \meta } + %\altArt + %the actual tune + { + s8 + s1*2 + s1*8 + s1 s2 s4 + d4 d8[ e8] fis4 b,8[ cis8] d4 d4( cis4) d4 s4 + s1 s2 s4 a'4 b4 b4 b4 ais4 fis4 s4 s2 + s1*3 + s2 s4 b4 a4 a8[ g16 fis16] g4 g8[ e8] d4.( b'8) a4 s4 + s1 s4 a8[ fis8] g4 fis4 fis8[ e8] e4 cis4 s4 + s1*2 + s2 s4 b'4 a4. e8 fis4. e8 fis8([ d8] e4) e4 s4 + s1*4 + s2 s4 fis4 b,8[ e8] d4 d8[ cis16 b16] cis4 d1 + s1*10 + s2 s4.\fermata + } + >> + } + + VItenorIII = \relative c' { + \VIglobalIII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + r8 + R1*2 + R1*8 + R1 r2 r4 + a4 b8[ cis8] d4 g,4 a4 b8([ g8 e8 a8)] a4 r4 + r1 r2 r4 fis'4 fis4 d8([ fis8)] g8([ e8)] fis8([ cis8)] d4 r4 r2 + R1*3 + r2 r4 e4 e4 d4 d4 e8[ cis8] fis4.( b,8) fis'4 r4 + r1 r4 d4 d4 d4 b4 b8([ ais8)] ais4 r4 + R1*2 + r2 r4 e'4 e4. b8 a4. a8 a8([ b8] gis4) a4 r4 + R1*4 + r2 r4 d4 d8[ cis16 b16] a4 a4 a4 a1 + R1*10 + r2 r4.\fermata + } + >> + } + + VIbassIII = \relative c { + \VIglobalIII + << + { \meta } + { + s8 + \repeat volta 2 { + s1*18 + } + } + %\bassArt + %the actual tune + \clef bass + { + \autoBeamOff + \transposedCueDuring #"trII" #UP c { r8 R1*2 } + R1*8 + \transposedCueDuring #"vl" #UP c { R1 r2 r4 } + d4 + g4 fis4 b4 a4 g4( a4) d,4 r4 + r1 + r2 r4 fis4 b8[ fis8] g8[ d8] e8[ cis8] fis4 b,4 r4 r2 + R1*3 + r2 r4 a'8[ gis8] + a8[ g8] fis8[ d8] g8[ fis8] e8[ a8] + b8[( a8 b8 g8]) d4 r4 r1 + r4 fis8[ d8] g4 d8[ cis8] e4 e4 fis4 r4 + R1*2 + r2 r4 gis8[ e8] a4. gis8 fis4. cis8 d8[( b8] e4) a,4 r4 + R1*4 + r2 r4 d4 e4 fis8[ g8] a8[ g8] a8[ a,8] d1 + R1*10 + r2 r4.\fermata + \bar "|." + } + >> + } + % }}} + +\include "parts/VItexte.ly" + + % chorus I % {{{ + VIsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \frauenPausen << \VIsopranI \\ \VIaltI >> >> } + %\new Voice = "soprane" { \VIsopranI } + %\new Voice = "alti" { \VIaltI } + %\addlyrics { \altText } + >> + VIten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \VItenorI } + %\addlyrics { \tenorText } + >> + VIbas = \new Staff = bass << + \new Voice = "baesse" { \VIbassI } + %\addlyrics { \bassText } + >> + + VIchorus = \new ChoirStaff \with {} << + \VIsop + %\VIalt + \VIten + \VIbas % + \new Lyrics \lyricsto "baesse" \VIbassTextI + >> + % }}} + + % choral II % {{{ + VIsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \VIsopranII \\ \VIaltII >> } + %\new Voice = "soprane" { \VIsopranII } + %\new Voice = "alti" { \VIaltII } + %\addlyrics { \altText } + >> + VIten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \VItenorII } + %\addlyrics { \tenorText } + >> + VIbas = \new Staff = bass << + \new Voice = "baesse" { \VIbassII } + %\addlyrics { \bassText } + >> + + VIchoralI = \new ChoirStaff \with {} << + \VIsop + %\VIalt + \VIten + \VIbas % + \new Lyrics \lyricsto "baesse" \VIbassTextIIa + \new Lyrics \lyricsto "baesse" \VIbassTextIIb + >> + % }}} + + % choral III % {{{ + VIsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \fpIII << \VIsopranIII \\ \VIaltIII >> >> } + %\new Voice = "soprane" { \VIsopranIII } + %\new Voice = "alti" { \VIaltIII } + %\addlyrics { \altText } + >> + VIten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \VItenorIII } + %\addlyrics { \tenorText } + >> + VIbas = \new Staff = bass << + \new Voice = "baesse" { \VIbassIII } + %\addlyrics { \bassText } + >> + + VIchoralII = \new ChoirStaff \with {} << + \VIsop + %\VIalt + \VIten + \VIbas % + \new Lyrics \lyricsto "baesse" \VIbassTextIIIa + \new Lyrics \lyricsto "baesse" \VIbassTextIIIb + >> + % }}} + diff --git a/WO/parts/VItexte.ly b/WO/parts/VItexte.ly new file mode 100644 index 0000000..8e3fb27 --- /dev/null +++ b/WO/parts/VItexte.ly @@ -0,0 +1,110 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + VIsopranTextI = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + VIaltTextI = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + VItenorTextI = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + VIbassTextI = \lyrics { + %<+hier den Text für den Baß eintragen+> + Herr, wenn die stol -- zen Fein -- de schnau -- _ _ _ _ ben, + so gib, daß wir im fe -- sten + Glau -- _ _ _ _ ben nach dei -- ner Macht und Hil -- fe sehn, + nach dei -- ner Macht und Hil -- fe sehn, + nach dei -- ner Hil -- fe sehn, + nach dei -- ner Macht und Hil -- fe sehn, + nach dei -- ner Macht und Hil -- fe, + so gib, daß wir im fe -- sten Glau -- ben + nach dei -- ner Macht und Hil -- fe sehn! + Wir wol -- len dir al -- lein ver -- trau -- _ _ _ en, + so kön -- nen wir den schar -- fen Klau -- en des Fein -- des + un -- ver -- sehrt ent -- gehn, + un -- ver -- sehrt ent -- gehn; + wir wol -- len dir al -- lein ver -- trau -- _ _ en, + so kön -- nen wir den schar -- fen Klau -- en des Fein -- des + un -- ver -- sehrt _ ent -- gehn, + des Fein -- des un -- ver -- sehrt ent -- gehn, + un -- ver -- sehrt ent -- gehn. + Herr, wenn die stol -- zen Fein -- de schnau -- ben, + Herr, wenn die stol -- zen Fein -- de schnau -- ben, + so gib, daß wir im fe -- sten + Glau -- ben nach dei -- ner Macht und Hil -- fe sehn, + so gib, daß wir im fe -- sten + Glau -- ben nach dei -- ner Macht, + nach dei -- ner Macht und Hil -- fe sehn, + so gib, daß wir im fe -- sten + Glau -- ben nach dei -- ner Macht und Hil -- fe sehn, + nach dei -- ner Macht und Hil -- fe sehn, + dei -- ner Hil -- fe sehn; + Herr, wenn die stol -- _ zen Fein -- de schnau -- ben, + so gib, daß wir im fe -- sten + Glau -- ben nach dei -- ner Macht und Hil -- fe sehn, + so gib, daß wir im fe -- sten + Glau -- ben nach dei -- ner Macht und Hil -- fe sehn, + nach dei -- ner Macht und Hil -- fe sehn! + } + + VIsopranTextII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + VIaltTextII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + VItenorTextII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + VIbassTextIIa = \lyrics { + %<+hier den Text für den Baß eintragen+> + Ich steh an dei -- ner Krip -- pen hier, + o Je -- su -- lein, mein Le -- ben; + Nimm hin! es ist mein Geist und Sinn, + Herz, Seel und Mut, nimm al -- les hin, + und laß dirs wohl -- ge -- fal -- len! + } + VIbassTextIIb = \lyrics { + %<+hier den Text für den Baß eintragen+> + ich kom -- me, bring und schen -- ke dir, + was du mir hast ge -- ge -- ben. + } + + VIsopranTextIII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + VIaltTextIII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + VItenorTextIII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + VIbassTextIIIa = \lyrics { + %<+hier den Text für den Baß eintragen+> + Nun seid ihr wohl ge -- ro -- chen + an eu -- rer Fein -- de Schar, + Tod, Teu -- fel, Sünd und Höl -- le + sind ganz und gar ge -- schwächt; + bei Gott hat sei -- ne Stel -- le + das mensch -- li -- che Ge -- schlecht. + } + VIbassTextIIIb = \lyrics { + %<+hier den Text für den Baß eintragen+> + denn Chri -- stus hat zer -- bro -- chen, + was euch zu -- wi -- der war. + } + diff --git a/WO/parts/Vtexte.ly b/WO/parts/Vtexte.ly new file mode 100644 index 0000000..1901e34 --- /dev/null +++ b/WO/parts/Vtexte.ly @@ -0,0 +1,159 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + VsopranTextI = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + ValtTextI = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + VtenorTextI = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + ehre = \lyricmode { + Eh -- re sei dir, Gott, + } + ludA = \lyricmode { + Lob und Dank be -- reit’, + } + ludB = \lyricmode { + Lob und Dank, + } + ludC = \lyricmode { + Lob und Dank + } + erhebet = \lyricmode { + er -- he -- bet al -- le Welt, + weil dir un -- ser Wohl ge -- fällt, + weil an -- heut un -- ser al -- ler Wungsch ge -- lun -- gen, + weil uns dein Se -- gen so herr -- lich + } + VbassTextI = \lyrics { + %<+hier den Text für den Baß eintragen+> + \ehre + \ehre + \ehre ge -- sun -- gen, + \ehre + \ehre ge -- sun -- gen, + \ehre + \ehre + \ehre ge -- sun -- gen, + dir sei \ludA + \ludB + dir sei \ludC + sei \ludA + dir sei \ludB _ + \ludB + dir sei Lob, + dir sei Lob _ _ _ _ _ _ und Dank be -- reit’; + \ehre ge -- sun -- gen, + sei dir, Gott, ge -- sun -- gen, + dir sei \ludA + \ludC be -- reit’. + \ehre + \ehre + \ehre + \ehre + \ehre + \ehre + sei dir, Gott, ge -- sun -- gen, + dir sei \ludA + \ludB + \ludC be -- reit’, + dir sei \ludB + \ludC be -- reit’, + dir sei \ludC _ be -- reit’, + \ludA + sei \ludA + \ludA + dir sei \ludB + sei \ludC be -- reit’, + dir sei \ludB _ + \ludB + dir sei Lob, dir sei \ludC be -- reit’. + Dich \erhebet + er -- freut; + dich \erhebet + er -- freut. + } + + VsopranTextII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + ValtTextII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + VtenorTextII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + VbassTextII = \lyrics { + %<+hier den Text für den Baß eintragen+> + Wo, wo, wo, wo, + wo ist der neu -- ge -- bor -- ne Kö -- nig der Ju -- den, + wo ist der neu -- ge -- bor -- ne Kö -- nig der Ju -- den? wo, wo? + Wir ha -- ben sei -- nen Stern ge -- se -- hen + im Mor -- gen -- lan -- de, + wir ha -- ben sei -- nen Stern ge -- se -- hen + im Mor -- gen -- lan -- de, + wir ha -- ben sei -- nen Stern ge -- se -- hen + im Mor -- gen -- lan -- de, + und sind kom -- men, ihn an -- zu -- be -- _ ten, + ihn an -- zu -- be -- ten, + ihn an -- zu -- be -- ten. + } + + VsopranTextIII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + ValtTextIII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + VtenorTextIII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + VbassTextIII = \lyrics { + %<+hier den Text für den Baß eintragen+> + Dein Glanz all Fin -- _ ster -- nis ver -- zehrt, + die trü -- be Nacht in Licht ver -- kehrt. + Leit uns auf dei -- nen We -- gen, + daß dein Ge -- sicht und herr -- lichs Licht + wir e -- wig schau -- en mö -- gen! + } + + VsopranTextIV = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + ValtTextIV = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + VtenorTextIV = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + VbassTextIVa = \lyrics { + %<+hier den Text für den Baß eintragen+> + Zwar ist sol -- che Her -- zens -- stu -- be + wohl kein schö -- ner Für -- sten -- saal, + in den -- sel -- ben nur wird blin -- ken, + wird es vol -- ler Son -- nen dün -- ken. + } + VbassTextIVb = \lyrics { + %<+hier den Text für den Baß eintragen+> + son -- dern ei -- ne finst -- re Gru -- be; + doch, so -- bald dein Gna -- den -- strahl + } + diff --git a/WO/parts/out b/WO/parts/out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/WO/parts/out diff --git a/WO/parts/sample.ly b/WO/parts/sample.ly new file mode 100644 index 0000000..359b6d2 --- /dev/null +++ b/WO/parts/sample.ly @@ -0,0 +1,3 @@ + d8 d8 d8 d8 a8 r8 + R4. + r8 r8 a'8 a8 d16 a16 fis16 d16 a'8 a8 r8 diff --git a/WO/wo.ly b/WO/wo.ly new file mode 100644 index 0000000..be7f1f9 --- /dev/null +++ b/WO/wo.ly @@ -0,0 +1,249 @@ +%some settings% vim: ai sw=2 lbr nu et + +\version "2.14" + \include "dynArt.ly" +%\include "parts/II.ly" +%\include "parts/III.ly" + +\pointAndClickOff +% 5.4 M -- > 687 K + + \header { + title = "Weihnachts - Oratorium" + composer = "J. S. Bach (1685 - 1750)" + %opus = "<+Werk+>" + tagline = "" + } + + \paper { + line-width = \paper-width - 30 + top-margin = 10 + bottom-margin = 10 + ragged-last-bottom = #'f + } + + \layout { + indent = #0 + \context { + \Staff + \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5) + } + } + + #(set-global-staff-size 14) + + klein = \with { + fontSize = #-4 + \override StaffSymbol #'staff-space = #(magstep -4) + \override StaffSymbol #'thickness = #(magstep -4) + } + + % I % {{{ +\include "parts/I.ly" + \bookpart { + \score { + \Icoro + \header { + piece = \markup { \bold "Nr. 1 Coro" } + } + \layout { } + } + \score { + \IchoralI + \header { + piece = \markup { \bold "Nr. 5 Choral" } + } + \layout { } + } + \score { + \IchoralII + \header { + piece = \markup { \bold "Nr. 9 Choral" } + } + \layout { } + } + \header { + title = "I. Teil" + subtitle = "Am 1. Weihnachtstag" + } + } + % }}} + + % II % {{{ +\include "parts/II.ly" + \bookpart { + \score { + \IIchoralI + \header { + piece = \markup { \bold "Nr. 12 Choral" } + } + \layout { } + } + \score { + \IIchoralII + \header { + piece = \markup { \bold "Nr. 17 Choral" } + } + \layout { } + } + \score { + \IIchorusIII + \header { + piece = \markup { \bold "Nr. 21 Chorus(?)" } + } + \layout { } + } + \score { + \IIchorusIV + \header { + piece = \markup { \bold "Nr. 23 Chorus(?)" } + } + \layout { } + } + \header { + title = "II. Teil" + subtitle = "Am 2. Weihnachtstag" + } + } + % }}} + + % III % {{{ +\include "parts/III.ly" + \bookpart { + \score { + \IIIchorI + \header { + piece = \markup { \bold "Nr. 24 Chor" } + } + \layout { } + } + \score { + \IIIchorusII + \header { + piece = \markup { \bold "Nr. 26 Chorus" } + } + \layout { } + } + \score { + \IIIchoralIII + \header { + piece = \markup { \bold "Nr. 28 Choral" } + } + \layout { } + } + \score { + \IIIchoralIV + \header { + piece = \markup { \bold "Nr. 33 Choral" } + } + \layout { } + } + \score { + \IIIchoralV + \header { + piece = \markup { \bold "Nr. 35 Choral" } + } + \layout { } + } + \header { + title = "Dritter Teil" + subtitle = "Am dritten Weihnachtsfeiertage." + } + } + % }}} + + % IV % {{{ +\include "parts/IV.ly" + \bookpart { + \score { + \IVchorus + \header { + piece = \markup { \bold "Nr. 36 Chorus" } + } + \layout { } + } + \score { + \IVchorale + \header { + piece = \markup { \bold "Nr. 42 Chorale" } + } + \layout { } + } + \header { + title = "IV. Teil" + subtitle = "Am Fest der Beschneidung Christi" + } + } + % }}} + + % V % {{{ +\include "parts/V.ly" + \bookpart { + % { + \score { + \Vcoro + \header { + piece = \markup { \bold "Nr. 43 Coro" } + } + \layout { } + } + % } + \score { + \VchorRecit + \header { + piece = \markup { \bold "Nr. 45 Chor und Recitativo" } + } + \layout { } + } + \score { + \VchoralI + \header { + piece = \markup { \bold "Nr. 46 Choral" } + } + \layout { } + } + \score { + \VchoralII + \header { + piece = \markup { \bold "Nr. 53 Choral" } + } + \layout { } + } + \header { + title = "V. Teil" + subtitle = "Am Sonntag nach Neujahr" + } + } + % }}} + + % VI % {{{ +\include "parts/VI.ly" + \bookpart { + \score { + \VIchorus + \header { + piece = \markup { \bold "Nr. 54 Chorus" } + } + \layout { } + } + \score { + \VIchoralI + \header { + piece = \markup { \bold "Nr. 59 Choral" } + } + \layout { } + } + \score { + \VIchoralII + \header { + piece = \markup { \bold "Nr. 64 Choral" } + } + \layout { } + } + \header { + title = "VI. Teil" + subtitle = "Am Epiphaniasfest" + } + } + % }}} + diff --git a/WO/wo_erich.ly b/WO/wo_erich.ly new file mode 100644 index 0000000..bcd1fed --- /dev/null +++ b/WO/wo_erich.ly @@ -0,0 +1,249 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.14"
+ \include "dynArt.ly"
+%\include "parts/II.ly"
+%\include "parts/III.ly"
+
+\pointAndClickOff
+% 5.4 M -- > 687 K
+
+ \header {
+ title = "Weihnachts - Oratorium"
+ composer = "J. S. Bach (1685 - 1750)"
+ %opus = "<+Werk+>"
+ tagline = ""
+ }
+
+ \paper {
+ line-width = \paper-width - 30
+ top-margin = 10
+ bottom-margin = 10
+ ragged-last-bottom = #'f
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5)
+ }
+ }
+
+ #(set-global-staff-size 14)
+
+ klein = \with {
+ % fontSize = #-4
+ % \override StaffSymbol #'staff-space = #(magstep -4)
+ % \override StaffSymbol #'thickness = #(magstep -4)
+ }
+
+ % I % {{{
+\include "parts/I.ly"
+ \bookpart {
+ \score {
+ \Icoro
+ \header {
+ piece = \markup { \bold "Nr. 1 Coro" }
+ }
+ \layout { }
+ }
+ \score {
+ \IchoralI
+ \header {
+ piece = \markup { \bold "Nr. 5 Choral" }
+ }
+ \layout { }
+ }
+ \score {
+ \IchoralII
+ \header {
+ piece = \markup { \bold "Nr. 9 Choral" }
+ }
+ \layout { }
+ }
+ \header {
+ title = "I. Teil"
+ subtitle = "Am 1. Weihnachtstag"
+ }
+ }
+ % }}}
+
+ % II % {{{
+\include "parts/II.ly"
+ \bookpart {
+ \score {
+ \IIchoralI
+ \header {
+ piece = \markup { \bold "Nr. 12 Choral" }
+ }
+ \layout { }
+ }
+ \score {
+ \IIchoralII
+ \header {
+ piece = \markup { \bold "Nr. 17 Choral" }
+ }
+ \layout { }
+ }
+ \score {
+ \IIchorusIII
+ \header {
+ piece = \markup { \bold "Nr. 21 Coro" }
+ }
+ \layout { }
+ }
+ \score {
+ \IIchorusIV
+ \header {
+ piece = \markup { \bold "Nr. 23 Choral" }
+ }
+ \layout { }
+ }
+ \header {
+ title = "II. Teil"
+ subtitle = "Am 2. Weihnachtstag"
+ }
+ }
+ % }}}
+
+ % III % {{{
+\include "parts/III.ly"
+ \bookpart {
+ \score {
+ \IIIchorI
+ \header {
+ piece = \markup { \bold "Nr. 24 Coro" }
+ }
+ \layout { }
+ }
+ \score {
+ \IIIchorusII
+ \header {
+ piece = \markup { \bold "Nr. 26 Coro" }
+ }
+ \layout { }
+ }
+ \score {
+ \IIIchoralIII
+ \header {
+ piece = \markup { \bold "Nr. 28 Choral" }
+ }
+ \layout { }
+ }
+ \score {
+ \IIIchoralIV
+ \header {
+ piece = \markup { \bold "Nr. 33 Choral" }
+ }
+ \layout { }
+ }
+ \score {
+ \IIIchoralV
+ \header {
+ piece = \markup { \bold "Nr. 35 Choral" }
+ }
+ \layout { }
+ }
+ \header {
+ title = "Dritter Teil"
+ subtitle = "Am dritten Weihnachtsfeiertage."
+ }
+ }
+ % }}}
+
+ % IV % {{{
+\include "parts/IV.ly"
+ \bookpart {
+ \score {
+ \IVchorus
+ \header {
+ piece = \markup { \bold "Nr. 36 Coro" }
+ }
+ \layout { }
+ }
+ \score {
+ \IVchorale
+ \header {
+ piece = \markup { \bold "Nr. 42 Choral" }
+ }
+ \layout { }
+ }
+ \header {
+ title = "IV. Teil"
+ subtitle = "Am Fest der Beschneidung Christi"
+ }
+ }
+ % }}}
+
+ % V % {{{
+\include "parts/V.ly"
+ \bookpart {
+ % {
+ \score {
+ \Vcoro
+ \header {
+ piece = \markup { \bold "Nr. 43 Coro" }
+ }
+ \layout { }
+ }
+ % }
+ \score {
+ \VchorRecit
+ \header {
+ piece = \markup { \bold "Nr. 45 Coro e Recitativo" }
+ }
+ \layout { }
+ }
+ \score {
+ \VchoralI
+ \header {
+ piece = \markup { \bold "Nr. 46 Choral" }
+ }
+ \layout { }
+ }
+ \score {
+ \VchoralII
+ \header {
+ piece = \markup { \bold "Nr. 53 Choral" }
+ }
+ \layout { }
+ }
+ \header {
+ title = "V. Teil"
+ subtitle = "Am Sonntag nach Neujahr"
+ }
+ }
+ % }}}
+
+ % VI % {{{
+\include "parts/VI.ly"
+ \bookpart {
+ \score {
+ \VIchorus
+ \header {
+ piece = \markup { \bold "Nr. 54 Coro" }
+ }
+ \layout { }
+ }
+ \score {
+ \VIchoralI
+ \header {
+ piece = \markup { \bold "Nr. 59 Choral" }
+ }
+ \layout { }
+ }
+ \score {
+ \VIchoralII
+ \header {
+ piece = \markup { \bold "Nr. 64 Choral" }
+ }
+ \layout { }
+ }
+ \header {
+ title = "VI. Teil"
+ subtitle = "Am Epiphaniasfest"
+ }
+ }
+ % }}}
+
diff --git a/Weihnachtslieder/Alle_Jahre_wieder/Alle_Jahre_wieder.ly b/Weihnachtslieder/Alle_Jahre_wieder/Alle_Jahre_wieder.ly new file mode 100644 index 0000000..9ce82ef --- /dev/null +++ b/Weihnachtslieder/Alle_Jahre_wieder/Alle_Jahre_wieder.ly @@ -0,0 +1,46 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Alle Jahre wieder" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Alle_Jahre_wieder/stimmen.ly b/Weihnachtslieder/Alle_Jahre_wieder/stimmen.ly new file mode 100644 index 0000000..5c8c3f6 --- /dev/null +++ b/Weihnachtslieder/Alle_Jahre_wieder/stimmen.ly @@ -0,0 +1,29 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative fis' { + <fis a>4.\(_\p <g h>8\) <fis a>4 <e g> | <d fis>2 <cis e>\breathe | + d4\( <cis e>8[ <d fis>] <e g>4\) <d fis> | <cis e>1\breathe | + <d fis>4_\< <fis a> <g h> <fis a> | <h d>2 <a cis>4(\! <g h>)\breathe | + <fis a>\( <e g>8[ <d fis>] <e g>4\) <cis a'>_\> | <d fis>2. r4\! | \bar "|." + } + + linksMelodie = \relative d' { + d2. g,4 | a2 a4 g\breathe | + fis e8 d cis4 d | a1\breathe | + d2. d4 | g,2. g4\breathe | a2. a4 | d2. s4 | \bar "|." + } + + linksPausen = \relative d' { + s1*7 | s2. r4 | \bar "|." + } diff --git a/Weihnachtslieder/Alle_Jahre_wieder/texte.ly b/Weihnachtslieder/Alle_Jahre_wieder/texte.ly new file mode 100644 index 0000000..0b10daf --- /dev/null +++ b/Weihnachtslieder/Alle_Jahre_wieder/texte.ly @@ -0,0 +1,21 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Al -- le Jah -- re wie -- der kommt das Chris -- tus -- kind + auf die Er -- de nie -- der, wo wir Men -- schen sind. + } + textII = \lyricmode { + \set stanza = "2." + Kehrt mit sei -- nem Se -- gen ein in je -- des Haus, + geht auf al -- len We -- gen mit uns ein und aus. + } + textIII = \lyricmode { + \set stanza = "3." + Ist auch mir zur Sei -- te still und un -- er -- kannt, + dass es treu mich lei -- te an der lie -- ben Hand. + } diff --git a/Weihnachtslieder/Am_Weihnachtsbaume/Am_Weihnachtsbaume.ly b/Weihnachtslieder/Am_Weihnachtsbaume/Am_Weihnachtsbaume.ly new file mode 100644 index 0000000..8b0c2ac --- /dev/null +++ b/Weihnachtslieder/Am_Weihnachtsbaume/Am_Weihnachtsbaume.ly @@ -0,0 +1,45 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Am Weihnachtsbaume" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Am_Weihnachtsbaume/stimmen.ly b/Weihnachtslieder/Am_Weihnachtsbaume/stimmen.ly new file mode 100644 index 0000000..723b021 --- /dev/null +++ b/Weihnachtslieder/Am_Weihnachtsbaume/stimmen.ly @@ -0,0 +1,28 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + \partial 4. + } + +% Die Stimmen + + rechtsMelodie = \relative d' { + d8\(_\mf d fis | <fis a>4( <d fis>8)\) <fis a>\( <h d> <g h> | <fis a>4 <d fis>8\) <fis a>\( <g h> <fis a> | <e g>4 <cis e>\) + <cis a'>8\( <e g> | <d fis>4\) r8 <d fis>\( <d fis> <fis a> | <e g>4( <cis e>8)\) <e g>8\( <e g> <g h> | <fis a>4 <d fis>8\) <d fis>\( <d fis> <fis a> | <e g>4 < cis e>\) <cis a'>8\( <cis a'> | <d fis>4\) r8 \bar "|." + } + + linksMelodie = \relative d { + s8 s4 | d4. s8 g,4 | d'4. s8 d4 | a2 a4 | + d s s | a4. s8 cis4 | d4. s8 d4 | a2 a4 | d s8 \bar "|." + } + + linksPausen = \relative d { + r8 r4 | s4. r8 s4 | s4. r8 s4 | s2.*2 | + s4. r8 s4 | s4. r8 s4 | s2. | s4 r8 \bar "|." + } diff --git a/Weihnachtslieder/Am_Weihnachtsbaume/texte.ly b/Weihnachtslieder/Am_Weihnachtsbaume/texte.ly new file mode 100644 index 0000000..8886349 --- /dev/null +++ b/Weihnachtslieder/Am_Weihnachtsbaume/texte.ly @@ -0,0 +1,17 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Am Weih -- nachts -- baum die Lich -- ter bren -- nen, + wie glänzt er fest -- lich, lieb und mild, als spräch' er: + „Wollt in mir er -- ken -- nen ge -- treu -- er Hoff -- nung stil -- les Bild.“ + } + textII = \lyricmode { + \set stanza = "2." + Die Kin -- der stehn mit hel -- len Bli -- cken, das Au -- ge lacht, es lacht das Herz, + o fröh -- lich, se -- li -- ges Ent -- zü -- cken, die Al -- ten schau -- en him -- mel -- wärts. + } diff --git a/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/Es_ist_ein_Ros_entsprungen.ly b/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/Es_ist_ein_Ros_entsprungen.ly new file mode 100644 index 0000000..a9cb2bd --- /dev/null +++ b/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/Es_ist_ein_Ros_entsprungen.ly @@ -0,0 +1,53 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechtsOben { \textI } + \new Lyrics \lyricsto rechtsOben { \textIa } + \new Lyrics \lyricsto rechtsOben { \textII } + \new Lyrics \lyricsto rechtsOben { \textIIa } + \new Lyrics \lyricsto rechtsOben { \textIII } + \new Lyrics \lyricsto rechtsOben { \textIIIa } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Es ist ein Ros entsprungen" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/stimmen.ly b/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/stimmen.ly new file mode 100644 index 0000000..34027f4 --- /dev/null +++ b/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/stimmen.ly @@ -0,0 +1,37 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 2 + } + +% Die Stimmen + + rechtsMelodie = \relative c'{ + \repeat volta 2 { s2 | s1*4 | s2 } r4 s | s1 | s2 r4 s | s1*4 | s2 \bar "|." + } + + rechtsOMelodie = \relative c'' { + \repeat volta 2 { c2 | c4 c d c | c2 a\breathe | b a4 g~ | g f~ f e | <c f>2\breathe } + s4 a' | g e f d c2\fermata s4 c' | c c d c | c2 a\breathe | b a4 g~ | g f~ f e | f2 \bar "|." + } + + rechtsUMelodie = \relative a' { + \repeat volta 2 { a2_\mf | g4_\< a b a\! | e2_\> f | d_\mf f4 d | e f(_\> d) c | a2\! } + s4 c e c c h | c8[ d] e4\fermata s g | a f f f | e2 fis | d f4 d | e_\> f( d) c | <a c>2\! \bar "|." + } + + linksMelodie = \relative f { + \repeat volta 2 { f2 | e4 f b, f' | c2 d\breathe | g, a4 b | c d b c | f,2 } + s4 f | c' a d g, | c2\fermata s4 e | f a b a | c,2 d\breathe | g, a4 b | c d b c | f,2 \bar "|." + } + + linksPausen = \relative f { + \repeat volta 2 { s2 | s1*4 | s2 } + r4 s | s1 | s2 r4 s4 | s1*4 | s2 \bar "|." + } diff --git a/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/texte.ly b/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/texte.ly new file mode 100644 index 0000000..d1d2b95 --- /dev/null +++ b/Weihnachtslieder/Es_ist_ein_Ros_entsprungen/texte.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Es ist ein Ros ent -- sprun -- gen aus ei -- ner Wur -- zel zart, + und hat ein Blüm -- lein bracht + mit -- ten im kal -- ten Win -- ter wohl zu der hal -- ben Nacht. + } + textIa = \lyricmode { + wie uns die Al -- ten sun -- gen: von Jes -- se kam die Art + } + textII = \lyricmode { + \set stanza = "2." + Das Rös -- lein, das ich mei -- ne, da -- von Je -- sa -- ja sagt, + Aus Got -- tes ew -- gem Rat + hat sie ein Kind ge -- bo -- ren wohl zu der hal -- ben Nacht. + } + textIIa = \lyricmode { + hat uns ge -- bracht al -- lei -- ne Ma -- rie die rei -- ne Magd. + } + textIII = \lyricmode { + \set stanza = "3." + Das Blü -- me -- lein so klei -- ne, das duf -- tet uns so süß; + wahr' Mensch und wah -- rer Gott, hilft uns aus al -- lem Lei -- de, + ret -- tet von Sünd und Tod. + } + textIIIa = \lyricmode { + mit sei -- nem hel -- len Schei -- ne ver -- treibt's die Fins -- ter -- nis: + } diff --git a/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/Es_ist_fuer_uns_eine_Zeit_angekommen.ly b/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/Es_ist_fuer_uns_eine_Zeit_angekommen.ly new file mode 100644 index 0000000..3a91a9b --- /dev/null +++ b/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/Es_ist_fuer_uns_eine_Zeit_angekommen.ly @@ -0,0 +1,51 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \pausen } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechtsOben { \textI } + \new Lyrics \lyricsto rechtsOben { \textII } + \new Lyrics \lyricsto rechtsOben { \textIII } + \new Lyrics \lyricsto rechtsOben { \textIV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \pausen } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \pausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Es ist für uns eine Zeit angekommen" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/stimmen.ly b/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/stimmen.ly new file mode 100644 index 0000000..df40fae --- /dev/null +++ b/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/stimmen.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 2 + } + +% Die Stimmen + + rechtsOMelodie = \relative g' { + \repeat volta 2 { s8 g g a | h4 h8 a h4 h8 a | h4 h8 a h4 c | d e8 d d4. c8 | h2\breathe } + d4. d8 | e4. d8 c8[ h] c[ e] | d2 h4. d8 | a2 h4. d8 | a2 h4 c | d e8 d d4. c8 | h2 \bar "|." + } + + rechtsUMelodie = \relative a' { + \repeat volta 2 { s8 g g fis | g4 d8 fis g4 d8 fis | g4 d8 fis g4 e | d g8 g e4 fis | g2\breathe } + h4 a | g fis g4. a8 | h2 d,4 g | g( fis) d g | g( fis) g e | g c,8 d d[ e] fis4 | g2 \bar "|." + } + + linksMelodie = \relative h { + \repeat volta 2 { s8 h h a | g4 g8 d g4 g8 d | g4 g8 d g4 a | h c8 h a4 d, | g2\breathe } + g4 fis | e d e4. fis8 | g2 g4 fis8 e | d2 g4 fis8[ e] | d2 g4 a | h8 a g[ fis] e4 d | g2 \bar "|." + } + + pausen = \relative f { + \repeat volta 2 { r8 s4. | s1*3 | s2\breathe } + s2 | s1*5 | s2 \bar "|." + } diff --git a/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/texte.ly b/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/texte.ly new file mode 100644 index 0000000..9b5a6e1 --- /dev/null +++ b/Weihnachtslieder/Es_ist_fuer_uns_eine_Zeit_angekommen/texte.ly @@ -0,0 +1,28 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Es ist für uns ei -- ne Zeit an -- ge -- kom -- men, die bringt uns ei -- ne _ gro -- ße Freud. + Un -- ser Hei -- land Je -- sus Christ, der für uns, der für uns, + für uns Mensch ge -- _ wor -- den ist. + } + textII = \lyricmode { + \set stanza = "2." + Es wa -- ren Hir -- ten bei Nacht auf dem Fel -- de, ein En -- gel ih -- nen er -- schie -- nen ist: + „Fürcht' euch nicht ihr Hir -- ten -- leut, Fried und Freud, Fried und Freud, Fried und Freud ver -- _ künd ich heut. + } + textIII = \lyricmode { + \set stanza = "3." + Denn euch ist heu -- te der Hei -- land ge -- bo -- ren, der eu -- er Herr und _ Ret -- ter ist. + Die -- ses Zei -- chen merkt euch gut: Got -- tes Kind, Got -- tes Kind, Got -- tes Kind in der Krip -- pe ruht.“ + } + textIV = \lyricmode { + \set stanza = "4." + Sie lie -- fen ei -- lend und such -- ten und fan -- den, was auf dem Fel -- de ver -- kün -- det ward: + Un -- ser Hei -- land Je -- sus Christ, der für uns, der für uns, + für uns Mensch ge -- _ wor -- den ist. + } diff --git a/Weihnachtslieder/Frau_Holle/Frau_Holle.ly b/Weihnachtslieder/Frau_Holle/Frau_Holle.ly new file mode 100644 index 0000000..171f102 --- /dev/null +++ b/Weihnachtslieder/Frau_Holle/Frau_Holle.ly @@ -0,0 +1,50 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + \new Lyrics \lyricsto rechts { \textIV } + \new Lyrics \lyricsto rechts { \textV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Frau Holle" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Frau_Holle/stimmen.ly b/Weihnachtslieder/Frau_Holle/stimmen.ly new file mode 100644 index 0000000..7c2abae --- /dev/null +++ b/Weihnachtslieder/Frau_Holle/stimmen.ly @@ -0,0 +1,36 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 2/4 + \autoBeamOff + \partial 8 + } + +% Die Stimmen + + rechtsMelodie = \relative d' { + d16[_\mf e] | <d fis>4 <d fis>8 d16[ e] | <d fis>4 <d fis>8 + <fis a> | <e g> <d fis> <cis e> <h d> | <cis e> <cis e>16[ <d fis>] <cis e>8 + <fis a>_\p | <e g> <d fis> <cis e> <h d> | <cis e> <cis e>16[ <d fis>] <cis e>8 + <cis fis>_\mf | <h d> <h d> <cis e> <e g> | \voiceOne fis8. g16 a8 \oneVoice fis8_\p | <h, d> <h d> <cis e> <e g> | + \voiceOne fis8. g16 a8 \oneVoice <g a>8_\f | <fis d'>4 <g h> | <fis a>8 <fis a>16[ <g h>] <fis a>4 | + <e g>8. g16 <cis, e>8 <cis fis> | d4. \bar "|." + } + + rechtsUMelodie = \relative d' { + s8 | s2*7 | d4~ d8 s | s2 | d4~ d8 s | s2*3 | s4. \bar "|." + } + + linksMelodie = \relative d { + s8 | d4~ d8 s | d4~ d8 s | a s a s | a s a s | a2 | a4 a8 s | + h4 a | d8.[ e16] fis8 s | h,4 a | d8.[ e16] fis8 s | d4 g,8[ h16 cis] | d4 d | a a8 a | d a d \bar "|." + } + + linksPausen = \relative d { + r8 | s4. r8 | s4. r8 | s r s r | s r s r | s2 | s4. r8 | + s2*3 | s4. r8 | s2*3 | s4. \bar "|." + } diff --git a/Weihnachtslieder/Frau_Holle/texte.ly b/Weihnachtslieder/Frau_Holle/texte.ly new file mode 100644 index 0000000..fc10270 --- /dev/null +++ b/Weihnachtslieder/Frau_Holle/texte.ly @@ -0,0 +1,46 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Frau Hol -- le, Frau Hol -- le, die schüt -- telt ih -- re Bet -- ten aus, + fällt blü -- ten -- wei -- ßer Schnee her -- aus. + So vie -- le Flo -- cken oh -- ne Zahl, So vie -- le Flo -- cken auf ein Mal. + Frau Hi -- Ha -- Hol -- le du, schütt -- le flei -- ßig zu. + } + + textII = \lyricmode { + \set stanza = "2." + Frau Hol -- le, Frau Hol -- le, die guckt zu ih -- rem Haus hi -- naus, + wie sieht die Welt so präch -- tig aus! + Da kommt ein ar -- mes Mäg -- de -- lein, das ruft _ sie zu sich he -- rein. + Frau Hi -- Ha -- Hol -- le du, ach, wie gut bist du. + } + + textIII = \lyricmode { + \set stanza = "3." + Frau Hol -- le, Frau Hol -- le, die schüt -- telt mit dem Mäg -- de -- lein + viel blü -- ten -- wei -- ße Flöck -- chen fein. + Da freu -- en sich die Kin -- der sehr. Die bei -- den schüt -- teln im -- mer mehr. + Frau Hi -- Ha -- Hol -- le du, schütt -- le flei -- ßig zu. + } + + textIV = \lyricmode { + \set stanza = "4." + Frau Hol -- le, Frau Hol -- le, ich möch -- te gern nach Hau -- se gehn + und mei -- ne El -- tern wie -- der sehn! + Von gan -- zem Her -- zen dank ich dir, du warst so gut, so gut zu mir! + Frau Hi -- Ha -- Hol -- le du, ichlieb dich im -- mer -- zu. + } + + textV = \lyricmode { + \set stanza = "5." + Als nun die Frau Hol -- le dem Mäg -- de -- lein die Hän -- de gab, + fiel lau -- ter, lau -- ter Gold he -- rab. + Und als es kam zu Hau -- se an, + rief von dem Dach der Go -- ckel -- hahn: + Seht hie die Gold -- ma -- rie! Ki -- ke -- ri -- ki -- ki! + } diff --git a/Weihnachtslieder/Froehliche_Weihnacht/Froehliche_Weihnacht.ly b/Weihnachtslieder/Froehliche_Weihnacht/Froehliche_Weihnacht.ly new file mode 100644 index 0000000..9df0bf5 --- /dev/null +++ b/Weihnachtslieder/Froehliche_Weihnacht/Froehliche_Weihnacht.ly @@ -0,0 +1,50 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechtsOben { \textI } + \new Lyrics \lyricsto rechtsOben { \textII } + \new Lyrics \lyricsto rechtsOben { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Fröhliche Weihnacht" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Froehliche_Weihnacht/stimmen.ly b/Weihnachtslieder/Froehliche_Weihnacht/stimmen.ly new file mode 100644 index 0000000..82c595a --- /dev/null +++ b/Weihnachtslieder/Froehliche_Weihnacht/stimmen.ly @@ -0,0 +1,42 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/8 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative g'{ + s2*12 | \bar "|." + s2*3 | s4. r8 | s2*3 | s4. r8 | \bar "||" + } + + rechtsOMelodie = \relative d'' { + d16[( c]) h c d8 h | g a h4 | h16 a g a h8 g | d fis g4 | + a8 d d4 | h8 d d4 | a8 e' d h | d c16[( h]) a4 | d16[( c]) h c d8 h | + g a h4 | h16 a g a h8 g | d fis g4 | \bar "|." + a8. h16 c8 a | h\( c\) d4 | e8 d c h | c4. s8 | a8. h16 c8 a | h c d4 | d,8 h' h a g4. s8 | \bar "||" + } + + rechtsUMelodie = \relative h' { + h16[(_\mf a]) g a h8 g | e fis g4 | g16 fis g fis g8 d | d c h4 | + a'8 a a4 | g8 h h4 | fis8 c' h g | h a16[( g]) fis4 | h16[( a]) g a h8 g | + e fis g4 | g16 fis g fis g8 d | d c h4 | \bar "|." + fis'8. g16 a8 fis | g\( a\) h4 | c8 h a gis | a4. s8 | fis8. g16 a8 fis | g a h4 | d,8 h' d, c | h4. s8 | \bar "||" + } + + linksMelodie = \relative g, { + g2 | e'8 d g,4 | g4. h8 | d4 g, | + d' d | g, g | d' g, | d'4. d8 | g,2 | e'8 d g,4 | g4. h8 | d4 g, | \bar "|." + d'2 | g, | c4 e | a,4. s8 | d2 | g, | d'4 d | g,4. s8 | \bar "||" + } + + linksPausen = \relative g, { + s2*12 | \bar "|." + s2*3 | s4. r8 | s2*3 | s4. r8 | \bar "||" + } diff --git a/Weihnachtslieder/Froehliche_Weihnacht/texte.ly b/Weihnachtslieder/Froehliche_Weihnacht/texte.ly new file mode 100644 index 0000000..4775146 --- /dev/null +++ b/Weihnachtslieder/Froehliche_Weihnacht/texte.ly @@ -0,0 +1,32 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "Refr." + „Fröh -- li -- che Weih -- nacht ü -- ber -- all“ tönt es durch die Lüf -- te, fro -- her Schall. + Weih -- nachts -- lied, Weih -- nachts -- baum, Weih -- nachts -- duft in je -- dem Raum. + „Fröh -- li -- che Weih -- nacht ü -- ber -- all“ tönt es durch die Lüf -- te, fro -- her Schall. + \set stanza = "1." + Da -- rum, al -- le stim -- met ein in den Ju -- bel -- ton, + denn es kommt das Licht der Welt + von des Va -- ters Thron. + } + textII = \lyricmode { + \repeat unfold 47 { \skip 1 } + \set stanza = "2." + Licht auf dunk -- lem We -- _ ge, + un -- ser Licht bist du; + denn du führst die dir ver -- traun + ein zur sel -- gen Ruh. + } + textIII = \lyricmode { + \repeat unfold 47 { \skip 1 } + \set stanza = "3." + Was wir an -- dern ta -- _ ten, + sei ge -- tan für dich, + dass be -- ken -- nen je -- der muss: + „Christ -- kind kam für mich.“ + } diff --git a/Weihnachtslieder/Ihr_Kinderlein_kommet/Ihr_Kinderlein_kommet.ly b/Weihnachtslieder/Ihr_Kinderlein_kommet/Ihr_Kinderlein_kommet.ly new file mode 100644 index 0000000..5b32c96 --- /dev/null +++ b/Weihnachtslieder/Ihr_Kinderlein_kommet/Ihr_Kinderlein_kommet.ly @@ -0,0 +1,49 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + \new Lyrics \lyricsto rechts { \textIV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Ihr Kinderlein kommet" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Ihr_Kinderlein_kommet/stimmen.ly b/Weihnachtslieder/Ihr_Kinderlein_kommet/stimmen.ly new file mode 100644 index 0000000..e97fb79 --- /dev/null +++ b/Weihnachtslieder/Ihr_Kinderlein_kommet/stimmen.ly @@ -0,0 +1,34 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 2/4 + \autoBeamOff + \partial 8 + } + +% Die Stimmen + + rechtsMelodie = \relative a'{ + <a c>8_\p | <a c>4 <f a>8 <a c> | <a c>4 <f a>8 <a c> | <g b>4 <e g>8\( <g b> | <f a>4\) r8 + <a c>8 | <a c>4 <f a>8 <a c> | <a c>4 <f a>8 <a c> | <g b>4 <e g>8\( <g b> | <f a>4\) r8 + <f a> | <e g>4 <e g>8 <e g> | <g b>4_\< <g b>8 <g b> | + <f a>4 <f a>8 <f a> | <f d'>4 r8\! <b d> | \voiceOne c4 c8 c \oneVoice | <a f'>4 <a c>8 <f a>_\> | <d b'>4 <e g>8 e | f4 r8\! \bar "|." + } + + rechtsUMelodie = \relative b' { + s8 | s2*12 | b8[ g] a b | s2*2 | s4. \bar "|." + } + + linksMelodie = \relative f { + s8 | f4 s | f s | c s | f s | + f s | f s | c s | f s | c2 | c | f | b, | c f,4. d'8 | g,4 c | f s8 \bar "|." + } + + linksPausen = \relative f { + r8 | s4 r | s r | s r | s r | + s r | s r | s r | s r | s2*7 | s4 r8 \bar "|." + } diff --git a/Weihnachtslieder/Ihr_Kinderlein_kommet/texte.ly b/Weihnachtslieder/Ihr_Kinderlein_kommet/texte.ly new file mode 100644 index 0000000..098753b --- /dev/null +++ b/Weihnachtslieder/Ihr_Kinderlein_kommet/texte.ly @@ -0,0 +1,34 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Ihr Kin -- der -- lein kom -- met, o kom -- met doch all! + Zur Krip -- pe her kom -- met in Beth -- le -- hems Stall + und seht, was in die -- ser hoch hei -- li -- gen Nacht + der Va -- ter im Him -- mel für Freu -- de uns macht. + } + textII = \lyricmode { + \set stanza = "2." + O seht in der Krip -- pe im nächt -- li -- chen Stall, + seht hier bei des Licht -- leins hell glän -- zen -- dem Strahl + in rein -- li -- chen Win -- deln das himm -- li -- sche Kind + viel schö -- ner und hol -- der, als En -- gel es sind. + } + textIII = \lyricmode { + \set stanza = "3." + Da liegt es, das Kind -- lein auf Heu und auf Stroh, + Ma -- ri -- a und Jo -- seph be -- trach -- ten es froh, + die red -- li -- chen Hir -- ten knien be -- tend da -- vor, + hoch dro -- ben schwebt ju -- belnd der En -- ge -- lein Chor. + } + textIV = \lyricmode { + \set stanza = "4." + O beugt wie die Hir -- ten an -- be -- tend die Knie, + er -- he -- bet die Hän -- de und dan -- ket wie sie! + Stimmt freu -- dig, ihr Kin -- der, wer sollt sich nicht freun? + Stimmt freu -- dig zum Ju -- bel der En -- gel mit ein. + } diff --git a/Weihnachtslieder/Kling_Gloeckchen/Kling_Gloeckchen.ly b/Weihnachtslieder/Kling_Gloeckchen/Kling_Gloeckchen.ly new file mode 100644 index 0000000..7db0c92 --- /dev/null +++ b/Weihnachtslieder/Kling_Gloeckchen/Kling_Gloeckchen.ly @@ -0,0 +1,48 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechtsOben { \textI } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Kling, Glöckchen, kling" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Kling_Gloeckchen/stimmen.ly b/Weihnachtslieder/Kling_Gloeckchen/stimmen.ly new file mode 100644 index 0000000..6483bc8 --- /dev/null +++ b/Weihnachtslieder/Kling_Gloeckchen/stimmen.ly @@ -0,0 +1,45 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 2/4 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative c'{ + s2*3 | s4. r8 | + s2*11 | s4. r8 | \bar "|." + \bar "|." + } + + rechtsOMelodie = \relative d'' { + d4 h8 c | d16 e d e d4 | c a8 d | h4. s8 | + a a h g | h4 a | c8 c d a | c4 h | + a8 a h cis | d4 a | h8 e d cis | e4 d | + d h8 c | d16 e d e d4 | c a8 d | h4. s8 | \bar "|." + } + + rechtsUMelodie = \relative h' { + h4_\p g8 a | h16 c h c h4 | a4 fis8 fis | g4. s8 | + fis_\< fis g d | g4\> fis | a8\< g fis d | a'4\> g | + a8\< g g g | fis4 fis\> | g\mf\< fis8 e | g4\> fis | + h\p g8 a | h16 c h c h4 | a4 fis8 fis g4. s8 | \bar "|." + \bar "|." + } + + linksMelodie = \relative g { + g8 d g4 | g4. g8 | d4. d8 | g d g s | + d4 g,8 h | d2 | d4. fis8 | g2 | + a4. a8 | d,2 | g,4 a | d2 | + g8 d g4 | g4. g8 | d4. d8 | g d g s | \bar "|." + } + + linksPausen = \relative g { + s2*3 | s4. r8 | + s2*11 | s4. r8 | \bar "|." + } diff --git a/Weihnachtslieder/Kling_Gloeckchen/texte.ly b/Weihnachtslieder/Kling_Gloeckchen/texte.ly new file mode 100644 index 0000000..2cfe122 --- /dev/null +++ b/Weihnachtslieder/Kling_Gloeckchen/texte.ly @@ -0,0 +1,17 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "Refr." + Kling, Glöck -- chen, klin -- ge -- lin -- ge -- ling, + kling, Glöck -- chen, kling! + \set stanza = "1." + Lasst mich ein, ihr Kin -- der, "'s ist" so kalt der Win -- ter. + Öff -- net mir die Tü -- ren, lasst mich nicht er -- frie -- ren! + \set stanza = "Refr." + Kling, Glöck -- chen, klin -- ge -- lin -- ge -- ling, + kling, Glöck -- chen, kling! + } diff --git a/Weihnachtslieder/Kommet_ihr_Hirten/Kommet_ihr_Hirten.ly b/Weihnachtslieder/Kommet_ihr_Hirten/Kommet_ihr_Hirten.ly new file mode 100644 index 0000000..3a60af7 --- /dev/null +++ b/Weihnachtslieder/Kommet_ihr_Hirten/Kommet_ihr_Hirten.ly @@ -0,0 +1,49 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Kommet ihr Hirten" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Kommet_ihr_Hirten/stimmen.ly b/Weihnachtslieder/Kommet_ihr_Hirten/stimmen.ly new file mode 100644 index 0000000..83b5890 --- /dev/null +++ b/Weihnachtslieder/Kommet_ihr_Hirten/stimmen.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative a'{ + <a c>4_\mf <a c>8[( <f a>]) <b d>[( <g b>]) | <a c>4 <a c>8[( <f a>]) <b d>[( <g b>]) | + <a c>4 \voiceOne a8[( c]) g[( a]) \oneVoice | f2. | + <a c>4 <a c>8[( <f a>]) <b d>[( <g b>]) | <a c>4 <a c>8[( <f a>]) <b d>[( <g b>]) | + <a c>4 \voiceOne a8[( c]) g[( a]) \oneVoice | f2. | + f4_\f a8 f a c | f,4 a8 f g c, | f4 a8 f a c | f,4 a8 f g c,\breathe | + <f c'>4 \voiceOne a8[( c]) \oneVoice <e, g>8[( <c a'>]) | f2. | \bar "|." + } + + rechtsUMelodie = \relative f' { + s2.*2 | s4 f e | s2.*3 | s4 f e | s2.*5 | s4 f s | s2. | \bar "|." + } + + linksMelodie = \relative f { + f8 c f2 | f8 c f2 | f4 a, c | f c f | f8 c f2 | f8 c f2 | f4 a, c | f c f | s2.*4 | a,4 c c | \chordmode { f,2. } | \bar "|." + } + + linksPausen = \relative f { + s2.*8 | R2.*4 | s2.*2 | \bar "|." + } diff --git a/Weihnachtslieder/Kommet_ihr_Hirten/texte.ly b/Weihnachtslieder/Kommet_ihr_Hirten/texte.ly new file mode 100644 index 0000000..52783ce --- /dev/null +++ b/Weihnachtslieder/Kommet_ihr_Hirten/texte.ly @@ -0,0 +1,29 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Kom -- met, ihr Hir -- ten, ihr Män -- ner und Fraun, + kom -- met, das lieb -- li -- che Kind -- lein zu schaun. + Chris -- tus, der Herr, ist heu -- te ge -- bo -- ren, + den Gott zum Hei -- land euch hat er -- ko -- ren. + Fürch -- tet euch nicht! + } + textII = \lyricmode { + \set stanza = "2." + Las -- set uns se -- hen in Beth -- le -- hems Stall, + was uns ver -- hei -- ßen der himm -- li -- sche Schall, + was wir dort fin -- den las -- set uns kün -- den, las -- set uns prei -- sen in from -- men Wei -- sen. + Hal -- le -- lu -- ja! + } + textIII = \lyricmode { + \set stanza = "3." + Wahr -- lich, die En -- gel ver -- kün -- di -- gen heut + Beth -- le -- hems Hir -- ten -- volk gar gro -- ße Freud: + Nun soll es wer -- den Frie -- de auf Er -- den, + den Men -- schen al -- len ein Wohl -- ge -- fal -- len. + Eh -- re sei Gott! + } diff --git a/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/Lasst_uns_froh_und_munter_sein.ly b/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/Lasst_uns_froh_und_munter_sein.ly new file mode 100644 index 0000000..d29376e --- /dev/null +++ b/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/Lasst_uns_froh_und_munter_sein.ly @@ -0,0 +1,52 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechtsOben { \textI } + \new Lyrics \lyricsto rechtsOben { \textII } + \new Lyrics \lyricsto rechtsOben { \textIII } + \new Lyrics \lyricsto rechtsOben { \textIV } + \new Lyrics \lyricsto rechtsOben { \textV } + \new Lyrics \lyricsto rechtsOben { \textVI } + \new Lyrics \lyricsto rechtsOben { \textVII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Lasst uns froh und munter sein" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/stimmen.ly b/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/stimmen.ly new file mode 100644 index 0000000..047a31f --- /dev/null +++ b/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/stimmen.ly @@ -0,0 +1,30 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + rechtsOMelodie = \relative d'' { + d4 d d8[( e]) d[( c]) | h4 h h2 | c4 c c8[( d]) c[( h]) | a4 a a2 | + g4 a h c | d8 e d e d2 | <h g'>4 d d8[ e] d[ c] | h4 a d2 | <h g'>4 d d8[ e] d[ c] | h4 a g2 | \bar "|." + } + + rechtsUMelodie = \relative h' { + h2_\mf h8[( c]) h[( a]) | g4 g g2 | a2 a4 a8[( g]) | fis4 <e g> <d fis>2 | + g4_\< fis g a | h8 c h c h2 | g4\f g e fis | g_\> fis a( g) | g\f g a2 | g4_\> fis g2\! | \bar "|." + } + + linksMelodie = \relative g { + g2 d | g s4 g | d2 fis | d2. c4 | h a g d' | g,2. g4 | g h c d~ | d c h2 | g4 h c2 | d4 d g,2 | \bar "|." + } + + linksPausen = \relative g { + s1 | s2 r4 s | s1*8 | \bar "|." + } diff --git a/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/texte.ly b/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/texte.ly new file mode 100644 index 0000000..2dd7a26 --- /dev/null +++ b/Weihnachtslieder/Lasst_uns_froh_und_munter_sein/texte.ly @@ -0,0 +1,38 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Lasst uns froh und mun -- ter sein und uns recht von Her -- zen freun! + \set stanza = "Refr." + Lus -- tig, lus -- tig tra -- la -- la -- la -- la, + bald ist Nik -- laus -- a -- bend da, + bald ist Nik -- laus -- a -- bend da! + } + textII = \lyricmode { + \set stanza = "2." + Bald ist uns -- re Schu -- le aus, dann ziehn wir ver -- gnügt nach Haus. + } + textIII = \lyricmode { + \set stanza = "3." + Dann stell ich den Tel -- ler raus, Nik -- laus legt ge -- wiss was drauf. + } + textIV = \lyricmode { + \set stanza = "4." + Steht der Tel -- ler auf dem Tisch, sing ich noch -- mals froh und frisch: + } + textV = \lyricmode { + \set stanza = "5." + Wenn ich schlaf, dann träu -- me ich: Jetzt bringt Nik -- laus was für mich. + } + textVI = \lyricmode { + \set stanza = "6." + Wenn ich auf -- ge -- stan -- den bin, lauf ich schnell zum Tel -- ler hin. + } + textVII = \lyricmode { + \set stanza = "7." + Nik -- laus ist ein gu -- ter Mann, dem man nicht g'nug dan -- ken kann. + } diff --git a/Weihnachtslieder/Leise_rieselt_der_Schnee/Leise_rieselt_der_Schnee.ly b/Weihnachtslieder/Leise_rieselt_der_Schnee/Leise_rieselt_der_Schnee.ly new file mode 100644 index 0000000..15d0694 --- /dev/null +++ b/Weihnachtslieder/Leise_rieselt_der_Schnee/Leise_rieselt_der_Schnee.ly @@ -0,0 +1,48 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Leise rieselt der Schnee" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Leise_rieselt_der_Schnee/stimmen.ly b/Weihnachtslieder/Leise_rieselt_der_Schnee/stimmen.ly new file mode 100644 index 0000000..8d217c1 --- /dev/null +++ b/Weihnachtslieder/Leise_rieselt_der_Schnee/stimmen.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key b \major + %\override Staff.TimeSignature #'style = #'() + \time 6/8 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative f' { + <f d'>4_\p <f d'>8 <es c'> <f d'> <es c'> | <d b'>4.~ <d b'>4 r8 | + <g b>4 <es g>8 <g b> <f a> <es g> | <d f>4.~ <d f>4 r8 | + <a' c>_\< <gis h> <a c> <g es'> <f d'>\! <es c'> | <d b'>4.~_\> <d b'>4 r8\! | + \voiceOne c'8.\( g16\) g8 a\( g\) a \oneVoice | <d, b'>4.~ <d b'>4 r8 | \bar "|." + } + + rechtsUMelodie = \relative es' { + s2.*6 | es4 es8 es4 es8 | s2. | \bar "|." + } + + linksMelodie = \relative b, { + b4. f | b~ b4 s8 | es,4. es | b'~ b4 s8 | + f4. f4 fis8 | g4.~ g4 s8 | es4. f4 f8 | b4.~ b4 s8 | \bar "|." + } + + linksPausen = \relative b, { + s2. | s2 s8 r | s2. | s2 s8 r | + s2. | s2 s8 r | s2. | s2 s8 r | \bar "|." + } diff --git a/Weihnachtslieder/Leise_rieselt_der_Schnee/texte.ly b/Weihnachtslieder/Leise_rieselt_der_Schnee/texte.ly new file mode 100644 index 0000000..d8130e5 --- /dev/null +++ b/Weihnachtslieder/Leise_rieselt_der_Schnee/texte.ly @@ -0,0 +1,26 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Lei -- se rie -- selt der Schnee, + still und starr ruht der See; + weih -- nacht -- lich glän -- zet der Wald: + \set stanza = "1.-3." + Freu -- e dich, Christ -- kind kommt bald. + } + textII = \lyricmode { + \set stanza = "2." + In den Her -- zen ist's warm, + still schweigt Kum -- mer und Harm, + Sor -- ge des Le -- bens ver -- hallt: + } + textIII = \lyricmode { + \set stanza = "3." + Bald ist Hei -- li -- ge Nacht, + Chor der En -- gel er -- wacht, + hört nur, wie lieb -- lich es schallt: + } diff --git a/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/Morgen_Kinder_wirds_was_geben.ly b/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/Morgen_Kinder_wirds_was_geben.ly new file mode 100644 index 0000000..1325f73 --- /dev/null +++ b/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/Morgen_Kinder_wirds_was_geben.ly @@ -0,0 +1,49 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + \new Lyrics \lyricsto rechts { \textIV } + \new Lyrics \lyricsto rechts { \textV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Morgen, Kinder, wird's was geben" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/stimmen.ly b/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/stimmen.ly new file mode 100644 index 0000000..fdddbe6 --- /dev/null +++ b/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/stimmen.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 2/4 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative g'{ + \voiceOne g8 d e d | e16[( g]) fis[( a]) g8 d + \oneVoice | <g h>8 <g h>16[ <a c>] <h d>8 <g h> | <a c> <g h> <fis a>4 | + \voiceOne g8 d e d | e16[( g]) fis[( a]) g8 d \oneVoice | + <g h>8 <g h>16[ <a c>] <h d>8 <g h> | <a c> <g h> <fis a>4 | <a c>8 <a c> <g e'> <g e'> | + <fis a> <fis a> <g d'>4 | <e g>8 <e g> <e c'> <e c'> | + \voiceOne h'16[ a] g[ fis] g4 | \bar "|." + \bar "|." + } + + rechtsUMelodie = \relative h { + h4 c8 h | c16 r c r h4 | s2*2 | + h4 c8 h | c16 r c r h4 | s2*5 | + d16 r c r h4 | \bar "|." + } + + linksMelodie = \relative g { + g4 g | c,8 d g4 | g g | fis8 g d4 | g g | c,8 d g4 | + g g | fis8 g d4 | a' c, | d8 c h4 | c a | d g | \bar "|." + } diff --git a/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/texte.ly b/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/texte.ly new file mode 100644 index 0000000..8f907da --- /dev/null +++ b/Weihnachtslieder/Morgen_Kinder_wirds_was_geben/texte.ly @@ -0,0 +1,51 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Mor -- gen, Kind -- der, wirds was ge -- ben, + mor -- gen wer -- den wir uns freun! + Welch ein Ju -- bel, welch ein Le -- ben, + wird in un -- serm Hau -- se sein. + Ein -- mal wer -- den wir noch wach, + hei -- ßa, dann ist Weih -- nachts -- tag! + } + textII = \lyricmode { + \set stanza = "2." + Wie wird dann die Stu -- be glän -- zen + von der gan -- zen Lich -- ter -- zahl, + schö -- ner als bei fro -- hen Tän -- zen + ein ge -- putz -- ter Kro -- nen -- saal! + Wisst ihr noch vom vor' -- gen Jahr, + wie's am Heil' -- gen A -- bend war? + } + textIII = \lyricmode { + \set stanza = "3." + Wisst ihr noch mein Rei -- ter -- pferd -- chen, + Mal -- chens net -- te Schä -- fe -- rin? + Jett -- chens Kü -- che mit dem Herd -- chen + und dem blank -- ge -- putz -- ten Zinn? + Hein -- richs bun -- tem Har -- le -- kin + mit der gel -- ben Vi -- o -- lin? + } + textIV = \lyricmode { + \set stanza = "4." + Wisst ihr noch den gro -- ßen Wa -- gen + und die schö -- ne Jagd von Blei? + Uns -- re Klei -- der -- chen zum Tra -- gen + und die vie -- le Nä -- sche -- rei? + Mei -- nen fleiß' -- gen Sä -- ge -- mann + mit der Ku -- gel un -- ten dran? + } + textV = \lyricmode { + \set stanza = "5." + Welch ein schö -- ner Tag ist mor -- gen! + Neu -- e Freu -- den hof -- fen wir. + Uns -- re gu -- ten El -- tern sor -- gen + lan -- ge, lan -- ge schon da -- für. + O ge -- wiss, wer sie nicht ehrt, + ist der gan -- zen Lust nicht wert. + } diff --git a/Weihnachtslieder/Nun_singet_und_seid_froh/Nun_singet_und_seid_froh.ly b/Weihnachtslieder/Nun_singet_und_seid_froh/Nun_singet_und_seid_froh.ly new file mode 100644 index 0000000..bedb4ba --- /dev/null +++ b/Weihnachtslieder/Nun_singet_und_seid_froh/Nun_singet_und_seid_froh.ly @@ -0,0 +1,47 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Nun singet und seid froh" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Nun_singet_und_seid_froh/stimmen.ly b/Weihnachtslieder/Nun_singet_und_seid_froh/stimmen.ly new file mode 100644 index 0000000..b3f2489 --- /dev/null +++ b/Weihnachtslieder/Nun_singet_und_seid_froh/stimmen.ly @@ -0,0 +1,46 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 6/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + rechtsMelodie = \relative f'{ + s4 | s1.*3 | s1 s4 r | + \repeat volta 2 { s1.*3 | } \alternative { { s1. | } { s1 s4 r | } } + s1. | s1 s4 r | s1. | s1 s4 \bar "|." + \bar "|." + } + + rechtsOMelodie = \relative f' { + f4_\mf | f2 f4 a2 b4 | c2( d4 c2) c4 | f,2 f4 a2 b4 | c2( d4 c2) s4 | + \repeat volta 2 { c2 d4 c2 b4 | a2. f2 f4 | g2 g4 a2 g4 | } \alternative { { f2( g4 a2) a4 | } { f2( g4 a2) s4 | } } + d,2 d4 e2 e4 | f2.( c'2) s4 | a2 a4 g2 g4 | f2.~ f2 \bar "|." + } + + rechtsUMelodie = \relative f' { + f4 | a,2 d4 f2 d4 | f2.~ f2 e4 | a,2 d4 f e d | f2. f2 s4 | + \repeat volta 2 { a g f e2 d4 | c2. d2 f4 | e2 d4 c2 e4 | } \alternative { { d2( e4 f2) a4 | } { d,2( e4 f2) s4 | } } + d2 d4 d c b | a2.( e'2) s4 | f2 c4 d2 e4 | a,2.~ a2 \bar "|." + } + + linksMelodie = \relative f { + s4 | f2 d4 c2 b4 | a2 b4 a2 c4 | f2 d4 d c b | a2 b4 a2 s4 | + \repeat volta 2 { f'2 b,4 c2 g4 | a2. d2 d4 | c2 b4 a2 c4 | } \alternative { { d2 c4 f2 s4 | } { d2 c4 f2 s4 | } } + b,4 a g c2 c4 | d2. c2 s4 | f2 a,4 b2 c4 | f2.~ f2 \bar "|." + \bar "|." + } + + linksPausen = \relative f { + r4 | s1.*3 | s1 s4 r4 | + \repeat volta 2 { s1.*3 | } \alternative { { s1 s4 r4 | } { s1 s4 r4 | } } + s1. | s1 s4 r4 | s1. | s1 s4 \bar "|." + \bar "|." + } diff --git a/Weihnachtslieder/Nun_singet_und_seid_froh/texte.ly b/Weihnachtslieder/Nun_singet_und_seid_froh/texte.ly new file mode 100644 index 0000000..2d9006f --- /dev/null +++ b/Weihnachtslieder/Nun_singet_und_seid_froh/texte.ly @@ -0,0 +1,29 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "Refr." + Frie -- de mit euch, Frie -- de mit euch! + Mein Va -- ter sand -- te mich, ich sen -- de euch! ich sen -- de euch. + \set stanza = "1." + Der Frie -- de des Herrn soll die Er -- de ver -- wan -- deln; + wir ru -- fen ihn aus, weil wir glau -- ben und han -- deln, + denn Je -- sus sagt uns: _ + } + textII = \lyricmode { + \repeat unfold 22 { \skip 1 } + \set stanza = "2." + Der Frie -- de ist mehr als ein schö -- ner Ge -- dan -- ke. + Der Frie -- de packt zu und durch -- bricht je -- de Schran -- ke, + denn Je -- sus sagt uns: _ + } + textIII = \lyricmode { + \repeat unfold 22 { \skip 1 } + \set stanza = "3." + Der Frie -- de ist dort, wo -- _ hin wir ihn tra -- gen. + Wir müs -- sen nur selbst den _ ers -- ten Schritt wa -- gen, + denn Je -- sus sagt uns: _ + } diff --git a/Weihnachtslieder/O_Tannenbaum/O_Tannenbaum.ly b/Weihnachtslieder/O_Tannenbaum/O_Tannenbaum.ly new file mode 100644 index 0000000..e4b5a8e --- /dev/null +++ b/Weihnachtslieder/O_Tannenbaum/O_Tannenbaum.ly @@ -0,0 +1,46 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "O Tannenbaum, o Tannenbaum" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/O_Tannenbaum/stimmen.ly b/Weihnachtslieder/O_Tannenbaum/stimmen.ly new file mode 100644 index 0000000..b17f0e1 --- /dev/null +++ b/Weihnachtslieder/O_Tannenbaum/stimmen.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + \partial 8 + } + +% Die Stimmen + + rechtsMelodie = \relative d' { + d8_\mf | <h g'>8. <h g'>16 <h g'>4. <d a'>8 | <g h>8. <g h>16 <g h>4. <g h>8 | <e a> <gis h> <a c>4 <c, fis> | + <c d a'> <h d g> r8 <h' d> | + <h d> <g h> <c e>4. <h d>8 | <h d> <a c> <a c>4. <a c>8 | <a c> <fis a> <h d>4. <a c>8 | <a c> <g h> <g h>4. + d8 | <h g'>8. <h g'>16 <h g'>4. <d a'>8 | <g h>8. <g h>16 <g h>4. <g h>8 | <e a> <gis h> <a c>4 <c, fis> | + <c d a'> <h d g> r8 \bar "|." + } + + linksMelodie = \relative g, { + s8 | g4 g s | g g s | c8 h a4 d | g,2 s4 | + g s g | d' s d | d s fis | g s s | + g, g s | g g s | c8 h a4 d | g,2 s8 \bar "|." + } + + linksPausen = \relative g, { + r8 | s2.*3 | s2 r4 | + s r s | s r s | s r s | s r r | + s2 r4 | s2 r4 | s2. | s2 r8 \bar "|." + } diff --git a/Weihnachtslieder/O_Tannenbaum/texte.ly b/Weihnachtslieder/O_Tannenbaum/texte.ly new file mode 100644 index 0000000..1ce5675 --- /dev/null +++ b/Weihnachtslieder/O_Tannenbaum/texte.ly @@ -0,0 +1,38 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1.-3." + O Tan -- nen -- baum, o Tan -- nen -- baum, + \set stanza = "1." + wie treu sind dei -- ne Blät -- ter! + Du grünst nicht nur zur Som -- mers -- zeit, + nein auch im Win -- ter, wenn es schneit. + \set stanza = "1.-3." + O Tan -- nen -- baum, o Tan -- nen -- baum, + \set stanza = "1." + wie treu sind dei -- ne Blät -- ter! + } + textII = \lyricmode { + \repeat unfold 8 { \skip 1 } + \set stanza = "2." + du kannst mir sehr ge -- fal -- len! + Wie oft hat nicht zur Weih -- nachts -- zeit + ein Baum von dir mich hoch er -- freut! + \repeat unfold 8 { \skip 1 } + \set stanza = "2." + du kannst mir sehr ge -- fal -- len! + } + textIII = \lyricmode { + \repeat unfold 8 { \skip 1 } + \set stanza = "3." + dein Kleid will mich was leh -- ren: + die Hoff -- nung und Be -- stän -- dig -- keit + gibt Mut und Kraft zu je -- der Zeit! + \repeat unfold 8 { \skip 1 } + \set stanza = "3." + dein Kleid will mich was leh -- ren. + } diff --git a/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/O_Tannenbaum_du_traegst_ein_gruenes_Kleid.ly b/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/O_Tannenbaum_du_traegst_ein_gruenes_Kleid.ly new file mode 100644 index 0000000..53b8080 --- /dev/null +++ b/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/O_Tannenbaum_du_traegst_ein_gruenes_Kleid.ly @@ -0,0 +1,45 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "O Tannenbaum, du trägst ein grünes Kleid" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/stimmen.ly b/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/stimmen.ly new file mode 100644 index 0000000..00fe7c9 --- /dev/null +++ b/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/stimmen.ly @@ -0,0 +1,31 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key b \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + rechtsOMelodie = \relative d' { + d4 | g d' d d | d c c c | b b d c8[ b] | + a2. a4 | b2 d4 b | c2 es4 c | b b a a | g2. \bar "|." + } + + rechtsUMelodie = \relative d' { + d4 | g g b a | g2. a4 | g g g2 | + fis2. d4 | g2 g4 g | g2 g4 g | g g g fis | r es8 c d4 \bar "|." + } + + linksMelodie = \relative fis { + s4 | s1 | s2. fis4 | g f es c | d2. s4 | g2 b4 g | es2 c4 es | d2 c4 d | g,2. \bar "|." + } + + linksPausen = \relative fis { + r4 | R1 | r2. s4 | s1 | s2. r4 | s1*3 | s2. \bar "|." + } diff --git a/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/texte.ly b/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/texte.ly new file mode 100644 index 0000000..2d9006f --- /dev/null +++ b/Weihnachtslieder/O_Tannenbaum_du_traegst_ein_gruenes_Kleid/texte.ly @@ -0,0 +1,29 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "Refr." + Frie -- de mit euch, Frie -- de mit euch! + Mein Va -- ter sand -- te mich, ich sen -- de euch! ich sen -- de euch. + \set stanza = "1." + Der Frie -- de des Herrn soll die Er -- de ver -- wan -- deln; + wir ru -- fen ihn aus, weil wir glau -- ben und han -- deln, + denn Je -- sus sagt uns: _ + } + textII = \lyricmode { + \repeat unfold 22 { \skip 1 } + \set stanza = "2." + Der Frie -- de ist mehr als ein schö -- ner Ge -- dan -- ke. + Der Frie -- de packt zu und durch -- bricht je -- de Schran -- ke, + denn Je -- sus sagt uns: _ + } + textIII = \lyricmode { + \repeat unfold 22 { \skip 1 } + \set stanza = "3." + Der Frie -- de ist dort, wo -- _ hin wir ihn tra -- gen. + Wir müs -- sen nur selbst den _ ers -- ten Schritt wa -- gen, + denn Je -- sus sagt uns: _ + } diff --git a/Weihnachtslieder/O_du_froehliche/O_du_froehliche.ly b/Weihnachtslieder/O_du_froehliche/O_du_froehliche.ly new file mode 100644 index 0000000..dee67a4 --- /dev/null +++ b/Weihnachtslieder/O_du_froehliche/O_du_froehliche.ly @@ -0,0 +1,48 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "O, du fröhliche" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/O_du_froehliche/stimmen.ly b/Weihnachtslieder/O_du_froehliche/stimmen.ly new file mode 100644 index 0000000..ea2d7fe --- /dev/null +++ b/Weihnachtslieder/O_du_froehliche/stimmen.ly @@ -0,0 +1,36 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative a' { + <a c>2_\mf <b d> | <a c>4. <g b>8 <f a>4( <g b>) | + <a c>2 <b d> | <a c>4. <g b>8 <f a>4( <g b>) | + <a c>2 <g c>_\< | <g h d> <g c e>4 <a c f> | <g c e>2_\> \voiceOne <h d> \oneVoice | <e, g c>2.\! r4 | + <e g>4.(_\p <f a>8) <e g>4 <f a> | <g b>4.( <a c>8) <g b>2 | + <f a>4.( <g b>8) <f a>4 <g b> | <a c>4.(_\< <b d>8) <a c>2 | + <a f'>4(\f <c e>) <b d>( <a c>) | <d f> <b d> <fis c'> <g b> | <f a>2 \voiceOne g \oneVoice | f2. r4 | \bar "|." + } + + rechtsUMelodie = \relative g' { + s1*6 | s2 g4 f | s1*7 | s2 f4 e | s1 \bar "|." + } + + linksMelodie = \relative f { + \repeat unfold 2 { f2 b, | f' f | } + f e | d c4 f, | g2 g | c2. s4 | + c2 c | c2. c4 | f,2 f | f2. f4 | f a b f | b2 a4 g | c2 c | f2. s4 | \bar "|." + } + + linksPausen = \relative f { + s1*7 | s2. r4 | + s1*7 | s2. r4 | \bar "|." + } diff --git a/Weihnachtslieder/O_du_froehliche/texte.ly b/Weihnachtslieder/O_du_froehliche/texte.ly new file mode 100644 index 0000000..0bbfceb --- /dev/null +++ b/Weihnachtslieder/O_du_froehliche/texte.ly @@ -0,0 +1,25 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "Refr." + O du fröh -- li -- che, o du se -- li -- ge, + gna -- den -- brin -- gen -- de Weih -- nachts -- zeit. + \set stanza = "1." + Welt ging ver -- lo -- ren, Christ ist ge -- bo -- ren: + \set stanza = "1.-3." + Freu -- e, freu -- e dich, o Chris -- ten -- heit! + } + textII = \lyricmode { + \repeat unfold 18 { \skip 1 } + \set stanza = "2." + Christ ist er -- schie -- nen uns zu ver -- süh -- nen: + } + textIII = \lyricmode { + \repeat unfold 18 { \skip 1 } + \set stanza = "3." + Himm -- li -- sche Hee -- re jauch -- zen dir Eh -- re: + } diff --git a/Weihnachtslieder/Schneefloeckchen/Schneefloeckchen.ly b/Weihnachtslieder/Schneefloeckchen/Schneefloeckchen.ly new file mode 100644 index 0000000..9e068dd --- /dev/null +++ b/Weihnachtslieder/Schneefloeckchen/Schneefloeckchen.ly @@ -0,0 +1,48 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechtsOben { \textI } + \new Lyrics \lyricsto rechtsOben { \textII } + \new Lyrics \lyricsto rechtsOben { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Schneeflöckchen, Weißröckchen" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Schneefloeckchen/stimmen.ly b/Weihnachtslieder/Schneefloeckchen/stimmen.ly new file mode 100644 index 0000000..a178ee4 --- /dev/null +++ b/Weihnachtslieder/Schneefloeckchen/stimmen.ly @@ -0,0 +1,39 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + rechtsOMelodie = \relative a' { + a8[(_\mf b]) | c4\(\staccato c\)\staccato d | g,\(\staccato g\)\staccato\breathe + g8[( a]) | b4\(-- b-- c\)-- | a2\breathe + a8[( b]) | c4\(--_\< c-- f\)--\! | e\( d\)\breathe + c8[( b]) | a4\( b\)_\> g | f2\! \bar "|." + } + + rechtsUMelodie = \relative f' { + f8[( g]) | a4\(\staccato a\)\staccato a | e\(\staccato e\)\staccato\breathe + e8[( f]) | g4\(-- g-- g\)-- | f2\breathe + f8[( g]) | a4\(-- a-- c\)-- | c\( b\)\breathe + a8[( g]) | f4\( g\) e | f2 \bar "|." + } + + linksMelodie = \relative f, { + s4 | f\(\staccato f\)\staccato s | c'\(\staccato c\)\staccato s | + c\(-- c-- e\)-- | f2 s4 | + f\(-- f-- a,\)-- | b2 b4 | c2 c4 | f2 \bar "|." + } + + linksPausen = \relative f, { + r4 | s2 r4 | s2 r4 | + s2. | s2 r4 | + s2.*3 | s2 \bar "|." + } diff --git a/Weihnachtslieder/Schneefloeckchen/texte.ly b/Weihnachtslieder/Schneefloeckchen/texte.ly new file mode 100644 index 0000000..e3ab071 --- /dev/null +++ b/Weihnachtslieder/Schneefloeckchen/texte.ly @@ -0,0 +1,25 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Schnee -- flöck -- chen, Weiß -- röck -- chen, + wann kommst du ge -- schneit. + Du wohnst in den Wol -- ken, dein Weg ist so weit. + } + textII = \lyricmode { + \set stanza = "2." + Komm setz dich ans Fens -- ter, du lieb -- li -- cher Stern, + malst Blu -- men und Blät -- ter, + wir ha -- ben dich gern. + } + textIII = \lyricmode { + \set stanza = "3." + Schnee -- flöck -- chen, Weiß -- röck -- chen, + komm zu uns ins Tal, + dann bau'n wir den Schnee -- mann + und wer -- fen den Ball. + } diff --git a/Weihnachtslieder/Stille_Nacht/Stille_Nacht.ly b/Weihnachtslieder/Stille_Nacht/Stille_Nacht.ly new file mode 100644 index 0000000..cc82558 --- /dev/null +++ b/Weihnachtslieder/Stille_Nacht/Stille_Nacht.ly @@ -0,0 +1,48 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Stille Nacht, heilige Nacht" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Stille_Nacht/stimmen.ly b/Weihnachtslieder/Stille_Nacht/stimmen.ly new file mode 100644 index 0000000..c43d7ac --- /dev/null +++ b/Weihnachtslieder/Stille_Nacht/stimmen.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 6/8 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative g' { + <g e>8.[\(_\p <a f>16] <g e>8 <e c>4.\) | + <g e>8.\( <a f>16 <g e>8 <e c>4.\) | + <f d'>4\( <f d'>8 <f h>4.\) | <e c'>4\( <e c'>8 <e g>4.\) | + \repeat unfold 2 { <f a>4\(_\< <f a>8 <a c>8. <g h>16 <f a>8\)\! | <e g>8.\(_\> <f a>16 <e g>8 <c e>4.\)\! | } + <f h d>4\(_\p_\< <f h d>8 \voiceOne f'8.\! d16 h8\) \oneVoice | + <e, c'>4.(_\> <g e'>)\! | \voiceOne c8.[\( g16] e8\) g8.\( f16 d8\) \oneVoice | c4.~ c4 r8 | \bar "|." + } + + rechtsUMelodie = \relative f' { + s2.*8 | s4. <f h>4( f8) | s2. | e4(_\pp c8)_\> h4( h8) | s2.\! | \bar "|." + } + + linksMelodie = \relative c { + c4. c | c c | g g | c c | f, f | c' c | f, f | c' c | g g | c c | g g | c( \chordmode { c,4) } s8 | \bar "|." + } + + linksPausen = \relative c { + s2.*11 | s2 s8 r8 | \bar "|." + } diff --git a/Weihnachtslieder/Stille_Nacht/texte.ly b/Weihnachtslieder/Stille_Nacht/texte.ly new file mode 100644 index 0000000..32fcf6d --- /dev/null +++ b/Weihnachtslieder/Stille_Nacht/texte.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Stil -- le Nacht, hei -- li -- ge Nacht! + Al -- les schläft, ein -- sam wacht + nur das trau -- te, hoch -- hei -- li -- ge Paar. + Hol -- der Kna -- be im lo -- cki -- gen Haar, + schlaf in himm -- li -- scher Ruh, + schlaf in himm -- li -- scher Ruh. + } + textII = \lyricmode { + \set stanza = "2." + Stil -- le Nacht, hei -- li -- ge Nacht! + Hir -- ten erst kund ge -- macht + durch der En -- gel Ha -- le -- _ lu -- ja + tönt es laut _ bei fern _ und nah: + Christ, der Ret -- ter ist da, + Christ, der Ret -- ter ist da! + } + textIII = \lyricmode { + \set stanza = "3." + Stil -- le Nacht, hei -- li -- ge Nacht! + Got -- tes Sohn, o, wie lacht + lieb aus dei -- _ nem Gött -- li -- chen Mund, + da uns schlägt _ die ret -- ten -- de Stund, + Christ, in dei -- ner Ge -- burt, + Christ, in dei -- ner Ge -- burt! + } diff --git a/Weihnachtslieder/Sueszer_die_Glocken/Sueszer_die_Glocken.ly b/Weihnachtslieder/Sueszer_die_Glocken/Sueszer_die_Glocken.ly new file mode 100644 index 0000000..4c9fb0f --- /dev/null +++ b/Weihnachtslieder/Sueszer_die_Glocken/Sueszer_die_Glocken.ly @@ -0,0 +1,48 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Süßer die Glocken nie klingen" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/Sueszer_die_Glocken/stimmen.ly b/Weihnachtslieder/Sueszer_die_Glocken/stimmen.ly new file mode 100644 index 0000000..aa09e98 --- /dev/null +++ b/Weihnachtslieder/Sueszer_die_Glocken/stimmen.ly @@ -0,0 +1,40 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 6/8 + \autoBeamOff + } + +% Die Stimmen + + rechtsMelodie = \relative f' { + <f a>8._\p <f a>16 <f a>8 <f a> <e g> <f a> | <e c'>4.\( <e g>4\) r8 | <e g>8. <e g>16 <e g>8 <e g> <d f> <e g> | + <f a>4.~ <f a>4 r8 | + <a c>8._\< <a c>16 <a c>8 <a c> a f | <d' f>4.\(\! <b d>\) | <a c>8. <b d>16 <a c>8_\> \voiceOne c8 b g \oneVoice | f4.~\! f4 r8 | + <e g>8. <e g>16 <e g>8 <f a> <f a> <f a> | \voiceOne c'8. b16 g8 \oneVoice <f a>4. | <e g>8. <e g>16 <e g>8 <f a> <f a> <f a> | \voiceOne c'8. b16 g8 \oneVoice <f a>4. | + <a c>8._\< <g b>16 <f a>8 <f a> g f | <d' f>4.(\! <b d>) | <a c>8. <b d>16 <a c>8_\> \voiceOne c8 b g \oneVoice | f4.~\! f4 r8 | \bar "|." + } + + rechtsUMelodie = \relative e' { + s2.*6 | s4. e4 e8 | s2.*2 | + e4 e8 s4. | s2. | + e4 e8 s4. | s2.*2 | + s4. e4 e8 | s2. | \bar "|." + } + + linksPausen = \relative f, { + s2. | s2 s8 r8 | s2. | s2 s8 r8 | + s2.*3 | s2 s8 r8 | + s2.*7 | s2 s8 r8 \bar "|." + } + + linksMelodie = \relative f, { + f4. f | c'~ c4 s8 | c4. c | f,~ f4 s8 | + f4. f | b2. | c4. c | \chordmode { f,4.~ f,4 } s8 | + c'4. f, | c' f, | c' f, | c' f, | + f f | b~ b | c c | \chordmode { f,4.~ f,4 } s8 \bar "|." + } diff --git a/Weihnachtslieder/Sueszer_die_Glocken/texte.ly b/Weihnachtslieder/Sueszer_die_Glocken/texte.ly new file mode 100644 index 0000000..7465f1d --- /dev/null +++ b/Weihnachtslieder/Sueszer_die_Glocken/texte.ly @@ -0,0 +1,36 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Sü -- ßer die Glo -- cken nie klin -- gen + als zu der Weih -- _ nachts -- zeit, + "'s ist" als ob En -- ge -- lein sin -- gen + wie -- der von Frie -- de und Freud, + wie sie ge -- sun -- gen in hei -- li -- ger Nacht, + wie sie ge -- sun -- gen in hei -- li -- ger Nacht. + \set stanza = "1.-3." + Glo -- cken mit hei -- li -- gem Klang, + klin -- get die Er -- de ent -- lang. + } + textII = \lyricmode { + \set stanza = "2." + Und wenn die Glo -- cken dann klin -- gen, + gleich sie das Christ -- kind -- lein hört, + tut sich vom Him -- mel dann schwin -- gen, + ei -- let her -- nie -- der zur Erd, + seg -- net den Va -- ter, die Mut -- ter, das Kind, + seg -- net den Va -- ter, die Mut -- ter, das Kind. + } + textIII = \lyricmode { + \set stanza = "3." + Klin -- get mit lieb -- li -- chem Schal -- le + ü -- ber die Mee -- _ re weit, + dass sich er -- freu -- en doch al -- le + se -- li -- ger Weih -- _ nachts -- zeit, + al -- le auf -- jauch -- zen mit ei -- nem Ge -- sang, + al -- le auf -- jauch -- zen mit ei -- nem Ge -- sang. + } diff --git a/Weihnachtslieder/Weihnachtslieder.ly b/Weihnachtslieder/Weihnachtslieder.ly new file mode 100644 index 0000000..fa0b350 --- /dev/null +++ b/Weihnachtslieder/Weihnachtslieder.ly @@ -0,0 +1,902 @@ +\include "deutsch.ly" +\include "Alle_Jahre_wieder/stimmen.ly" +\include "Alle_Jahre_wieder/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Alle Jahre wieder" + } + \layout { + indent = #0 + } +} +\include "Am_Weihnachtsbaume/stimmen.ly" +\include "Am_Weihnachtsbaume/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Am Weihnachtsbaume" + } + \layout { + indent = #0 + } +} +\include "Es_ist_ein_Ros_entsprungen/stimmen.ly" +\include "Es_ist_ein_Ros_entsprungen/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechtsOben { \textI } + \new Lyrics \lyricsto rechtsOben { \textIa } + \new Lyrics \lyricsto rechtsOben { \textII } + \new Lyrics \lyricsto rechtsOben { \textIIa } + \new Lyrics \lyricsto rechtsOben { \textIII } + \new Lyrics \lyricsto rechtsOben { \textIIIa } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Es ist ein Ros entsprungen" + } + \layout { + indent = #0 + } +} +\include "Es_ist_fuer_uns_eine_Zeit_angekommen/stimmen.ly" +\include "Es_ist_fuer_uns_eine_Zeit_angekommen/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \pausen } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechtsOben { \textI } + \new Lyrics \lyricsto rechtsOben { \textII } + \new Lyrics \lyricsto rechtsOben { \textIII } + \new Lyrics \lyricsto rechtsOben { \textIV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \pausen } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \pausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Es ist für uns eine Zeit angekommen" + } + \layout { + indent = #0 + } +} +\include "Frau_Holle/stimmen.ly" +\include "Frau_Holle/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + \new Lyrics \lyricsto rechts { \textIV } + \new Lyrics \lyricsto rechts { \textV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Frau Holle" + } + \layout { + indent = #0 + } +} +\include "Froehliche_Weihnacht/stimmen.ly" +\include "Froehliche_Weihnacht/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechtsOben { \textI } + \new Lyrics \lyricsto rechtsOben { \textII } + \new Lyrics \lyricsto rechtsOben { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Fröhliche Weihnacht" + } + \layout { + indent = #0 + } +} +\include "Ihr_Kinderlein_kommet/stimmen.ly" +\include "Ihr_Kinderlein_kommet/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + \new Lyrics \lyricsto rechts { \textIV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Ihr Kinderlein kommet" + } + \layout { + indent = #0 + } +} +\include "Kling_Gloeckchen/stimmen.ly" +\include "Kling_Gloeckchen/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechtsOben { \textI } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Kling, Glöckchen, kling" + } + \layout { + indent = #0 + } +} +\include "Kommet_ihr_Hirten/stimmen.ly" +\include "Kommet_ihr_Hirten/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Kommet ihr Hirten" + } + \layout { + indent = #0 + } +} +\include "Lasst_uns_froh_und_munter_sein/stimmen.ly" +\include "Lasst_uns_froh_und_munter_sein/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechtsOben { \textI } + \new Lyrics \lyricsto rechtsOben { \textII } + \new Lyrics \lyricsto rechtsOben { \textIII } + \new Lyrics \lyricsto rechtsOben { \textIV } + \new Lyrics \lyricsto rechtsOben { \textV } + \new Lyrics \lyricsto rechtsOben { \textVI } + \new Lyrics \lyricsto rechtsOben { \textVII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Lasst uns froh und munter sein" + } + \layout { + indent = #0 + } +} +\include "Leise_rieselt_der_Schnee/stimmen.ly" +\include "Leise_rieselt_der_Schnee/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Leise rieselt der Schnee" + } + \layout { + indent = #0 + } +} +\include "Morgen_Kinder_wirds_was_geben/stimmen.ly" +\include "Morgen_Kinder_wirds_was_geben/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + \new Lyrics \lyricsto rechts { \textIV } + \new Lyrics \lyricsto rechts { \textV } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Morgen, Kinder, wird's was geben" + } + \layout { + indent = #0 + } +} +\include "Nun_singet_und_seid_froh/stimmen.ly" +\include "Nun_singet_und_seid_froh/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Nun singet und seid froh" + } + \layout { + indent = #0 + } +} +\include "O_du_froehliche/stimmen.ly" +\include "O_du_froehliche/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "O, du fröhliche" + } + \layout { + indent = #0 + } +} +\include "O_Tannenbaum/stimmen.ly" +\include "O_Tannenbaum/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "O Tannenbaum, o Tannenbaum" + } + \layout { + indent = #0 + } +} +\include "O_Tannenbaum_du_traegst_ein_gruenes_Kleid/stimmen.ly" +\include "O_Tannenbaum_du_traegst_ein_gruenes_Kleid/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "O Tannenbaum, du trägst ein grünes Kleid" + } + \layout { + indent = #0 + } +} +\include "Schneefloeckchen/stimmen.ly" +\include "Schneefloeckchen/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechtsOben { \textI } + \new Lyrics \lyricsto rechtsOben { \textII } + \new Lyrics \lyricsto rechtsOben { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechtsOben { \global \voiceOne \rechtsOMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Schneeflöckchen, Weißröckchen" + } + \layout { + indent = #0 + } +} +\include "Stille_Nacht/stimmen.ly" +\include "Stille_Nacht/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Stille Nacht, heilige Nacht" + } + \layout { + indent = #0 + } +} +\include "Sueszer_die_Glocken/stimmen.ly" +\include "Sueszer_die_Glocken/texte.ly" + +% #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +% #(set-default-paper-size "kindle") + +\pointAndClickOff + +\paper { + top-margin = 5 + print-all-headers = ##t +} + +\header { + tagline = "" +} + +\score { + << + \new Staff \transpose c d << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + \new Lyrics \lyricsto rechts { \textI } + \new Lyrics \lyricsto rechts { \textII } + \new Lyrics \lyricsto rechts { \textIII } + >> + \new PianoStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = rechts { \global \rechtsMelodie } + \new Voice = rechtsUnten { \global \voiceTwo \rechtsUMelodie } + >> + \new ChordNames { \global \germanChords \linksMelodie } + \new Staff << + \new Voice = linksPausen { \clef "bass" \global \linksPausen } + \new Voice = links { \clef "bass" \global \linksMelodie } + >> + >> + >> + \header { + tagline = "" + title = "Süßer die Glocken nie klingen" + } + \layout { + indent = #0 + } +} diff --git a/Weihnachtslieder/make b/Weihnachtslieder/make new file mode 100755 index 0000000..99d0a03 --- /dev/null +++ b/Weihnachtslieder/make @@ -0,0 +1,12 @@ +#!/bin/bash + +echo "\\include \"deutsch.ly\"" > Weihnachtslieder.ly +for s in * +do + if [ -e $s/$s.ly ] + then + grep -v "\include \"deutsch.ly\"" $s/$s.ly | sed "s/texte.ly/$s\/texte.ly/" | sed "s/stimmen.ly/$s\/stimmen.ly/" + fi +done >> Weihnachtslieder.ly +lilypond Weihnachtslieder.ly +evince Weihnachtslieder.pdf& diff --git a/Wenn_ich_mein_Gott_einst_sterben_soll/Wenn_ich_mein_Gott_einst_sterben_soll.ly b/Wenn_ich_mein_Gott_einst_sterben_soll/Wenn_ich_mein_Gott_einst_sterben_soll.ly new file mode 100644 index 0000000..3d41829 --- /dev/null +++ b/Wenn_ich_mein_Gott_einst_sterben_soll/Wenn_ich_mein_Gott_einst_sterben_soll.ly @@ -0,0 +1,44 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = "sopran" { \global \voiceOne \sopranMelodie } + \new Voice = "alt" { \global \voiceTwo \altMelodie } + >> + } + \new Lyrics = "textEins" {} + \new Lyrics = "textEinsA" {} + \new Lyrics = "textZwei" {} + \new Lyrics = "textZweiA" {} + \new Lyrics = "textDrei" {} + \new Lyrics = "textDreiA" {} + \new Staff = "maenner" << + \new Voice = "tenor" { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = "bass" { \global \clef "bass" \voiceTwo \bassMelodie } + >> + \context Lyrics = "textEins" \lyricsto "bass" \textI + \context Lyrics = "textEinsA" \lyricsto "bass" \textIa + \context Lyrics = "textZwei" \lyricsto "bass" \textII + \context Lyrics = "textZweiA" \lyricsto "bass" \textIIa + \context Lyrics = "textDrei" \lyricsto "bass" \textIII + \context Lyrics = "textDreiA" \lyricsto "bass" \textIIIa + >> + \layout { + indent = #0 + } +} diff --git a/Wenn_ich_mein_Gott_einst_sterben_soll/stimmen.ly b/Wenn_ich_mein_Gott_einst_sterben_soll/stimmen.ly new file mode 100644 index 0000000..699a66e --- /dev/null +++ b/Wenn_ich_mein_Gott_einst_sterben_soll/stimmen.ly @@ -0,0 +1,37 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + sopranMelodie = \relative fis' { + \repeat volta 2 { fis4 fis8 g a4 a | d, e fis2 | g4 a8 g fis4 a | g fis fis e | } + h' h8 cis d4 a | g8[ h] a[ g] g4 fis | + g a8 g fis4 a | g fis e2 | d1 | \bar "|." + } + + altMelodie = \relative d' { + \repeat volta 2 { d4 d8 d e4 e | d cis d2 | d4 d8 d d4 d | e d d cis | } + d d8 e fis4 fis | d cis d d | + d d8 d d4 d | e d d( cis) | d1 | \bar "|." + } + + tenorMelodie = \relative a { + \repeat volta 2 { a4 a8 a a4 a8[ g] | fis4 a a2 | h4 h8 h a4 a | h h a a | } + h h8 a a4 a | h a a a | + h h8 h a4 a | h h a( g) | fis1 | \bar "|." + } + + bassMelodie = \relative d { + \repeat volta 2 { d4 d8 d cis4 cis | h a d2 | g4 g8 g d4 fis | e e a, a | } + g g8 g d'4 d | g a d, d | + g g8 g d4 fis | e e a,2 | d1 | \bar "|." + } + diff --git a/Wenn_ich_mein_Gott_einst_sterben_soll/texte.ly b/Wenn_ich_mein_Gott_einst_sterben_soll/texte.ly new file mode 100644 index 0000000..0a5c9d1 --- /dev/null +++ b/Wenn_ich_mein_Gott_einst_sterben_soll/texte.ly @@ -0,0 +1,36 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Wenn ich, mein Gott, einst ster -- ben soll, so schen -- ke du mir dei -- ne Nä -- he. + \set stanza = "1." + und möch -- te doch dein Le -- ben schau -- en. + Ich bit -- te Herr, hilf mir ver -- trau -- en. + } + textIa = \lyricmode { + Ich ha -- be Angst, das weißt du wohl, weil ich nur die -- ses Le -- ben se -- he + } + textII = \lyricmode { + \set stanza = "2." + Wenn ich, mein Gott, einst ster -- ben soll, so bleib bei mir mit dei -- ner Treu -- e. + \set stanza = "2." + Hilf mei -- nen Klein -- mut ü -- ber -- win -- den + und bei dir Trost und Hil -- fe fin -- den. + } + textIIa = \lyricmode { + Mein Glau -- be ist des Zwei -- fels voll, stärk ihn mir je -- den Tag aufs Neu -- e. + } + textIII = \lyricmode { + \set stanza = "3." + Wenn dann, mein Gott, sich naht der Tod, lass dei -- ne En -- gel mich ge -- lei -- ten. + \set stanza = "3." + Du bist, dein Wort hast du ge -- ge -- ben, + der Weg, die Wahr -- heit und das Le -- ben. + } + textIIIa = \lyricmode { + Hilf mir durch al -- le Angst und Not den Weg des Le -- bens zu be -- schrei -- ten. + } diff --git a/Wie_lieb_sind_mir_deine_Wohnungen/Wie_lieb_sind_mir_deine_Wohnungen.ly b/Wie_lieb_sind_mir_deine_Wohnungen/Wie_lieb_sind_mir_deine_Wohnungen.ly new file mode 100644 index 0000000..2082570 --- /dev/null +++ b/Wie_lieb_sind_mir_deine_Wohnungen/Wie_lieb_sind_mir_deine_Wohnungen.ly @@ -0,0 +1,35 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = frauen { \generalPausenFrauen \bar "|." } + \new Voice = sopran { \voiceOne \sopranMelodie \bar "|." } + \new Voice = alt { \voiceTwo \altMelodie \bar "|." } + >> + } + \new Lyrics \lyricsto alt { \altText } + \new Staff << + \new Voice = maenner { \generalPausenMaenner \bar "|." } + \new Voice = tenor { \voiceOne \tenorMelodie } + \new Voice = bass { \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Wie_lieb_sind_mir_deine_Wohnungen/stimmen.ly b/Wie_lieb_sind_mir_deine_Wohnungen/stimmen.ly new file mode 100644 index 0000000..d7b80ba --- /dev/null +++ b/Wie_lieb_sind_mir_deine_Wohnungen/stimmen.ly @@ -0,0 +1,150 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + globalA = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 6/8 + %\autoBeamOff + } + + globalB = { + \key g \minor + %\override Staff.TimeSignature #'style = #'() + %\autoBeamOff + } + + globalC = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + %\autoBeamOff + } + +% Die Stimmen + + generalPausenFrauen = { + \set Score.skipBars = ##t + { + \partial 8 s8 | + \repeat unfold 27 { s2. | } + s4. + r4. | R2.*3 | + \globalC + R1 | + \repeat unfold 12 { s1 | } + } + } + + generalPausenMaenner = { + \set Score.skipBars = ##t + { + \partial 8 s8 | + \repeat unfold 15 { s2. | } + s2 s8 + r8 | R2.*4 | + \repeat unfold 7 { s2. | } + s4. + r4. | R2.*3 | + \globalC + R1 | + \repeat unfold 12 { s1 | } + } + } + + sopranMelodie = \relative c' { + << + %the actual tune + { + \globalA + \partial 8 d8 | a'4 g8 fis e d | h'4 h8 a4 d8 | cis4 h8 a4 h8 | + a4 g8 fis4. | + a4 d,8 e fis g | a4 d,8 e( fis) g | a4 d8 cis a h | a4.~ a4 a8 | + h4 e,8 e( fis) g | a4 fis8 d4. | g8 g g h a g | a4.~ a4 a8 | + h4 e,8 e( fis) g | a4 fis8 d'4. | d8 d d d e cis | d4.~ d4 d,8 \bar "||" + \globalB + b'4 b8 a4 g8 | a4 d,8 d d d | b' b b b8. b16 a g | a4. d, | + d'8 d d c c c | es4 es8 d4 b8 | g4 b8 a( b) c | d4.( c) | + d8 d d c c c | es4 es8 d4 b8 | g4 b8 a( g) f | g4. s | + \repeat unfold 3 { s2. | } + \globalC + s1 | + g4 g fis d | g a h2 | c4 h a h8 c | a2 g | + c a4 a | h a g fis | e fis8 g a2 | h1 | + c2 a4 a | h a g fis | e fis8 g a2 | g1 \bar "|." + } + >> + } + + altMelodie = \relative c' { + << + %the actual tune + { + \globalA + \partial 8 d8 | d4 d8 d d d | d4 d8 fis4 a8 | a4 g8 fis4 g8 | e4 e8 d4. | + d4 d8 d d e | fis4 d8 d4 d8 | e4 fis8 e e gis | a4.~ a4 e8 | + e4 d8 cis( d) e | d4 d8 d4 d8 | d4 d8 g fis e | fis4.~ fis4 e8 | + d4 d8 cis( d) e | d4 d8 d4 d8 g4 g8 g g e | fis4.~ fis4 d8 \bar "||" + \globalB + b'4 b8 a4 g8 | a4 d,8 d d d | b' b b b8. b16 a g | a4. d, | + f8 f f f f f | g4 g8 f4 f8 | es4 g8 f( g) f | f2. | + f8 f f f f f | g4 g8 f4 f8 | es4 g8 f4 f8 | d4. s | + \repeat unfold 3 { s2. | } + \globalC + s1 | + d4 d d d | e d d2 | a'4 g fis g8 g | g4( f) d2 | + e d4 d | d d e e8 d | c4 c8 d g( fis16 e fis4) | g1 | + e2 d4 d | d d e e8 d | c4 c8 d g4( fis) | d1 \bar "|." + } + >> + } + + tenorMelodie = \relative c { + << + %the actual tune + \clef "bass" + { + \globalA + \partial 8 d8 | fis4 h8 a g fis | g4 h8 d4 d8 | d4 d8 d4 d8 | cis4 cis8 a4. | + a4 a8 h h h | d4 a8 g( a) h | a4 a8 a cis d | cis4.~ cis4 cis8 | + d4 h8 a4 a8 | a4 a8 a g fis | h4 h8 cis cis cis | d4.~ d4 cis8 | + h4 h8 a4 a8 | a4 a8 fis g a | h4 h8 h h a | a4.~ a4 s8 | + \globalB + \repeat unfold 4 { s2. | } + b8 b b a a a | b4 b8 b4 d8 | b4 e8 c4 a8 | b4.( a) | + b8 b b a a a | b4 b8 b4 d8 | b4 d8 c4 a8 | b4. s | + \repeat unfold 3 { s2. | } + \globalC + s1 | + h4 h a a | h a g2 | e'4 d d d8 c | d2 h | + a fis8( g) a( fis) | g4 fis h h | g a8( h) d2 | d1 | + a2 fis8( g) a( fis) | g4 fis h h | g a8 h d4( c) | h1 \bar "|." + } + >> + } + + bassMelodie = \relative c { + << + %the actual tune + \clef bass + { + \globalA + \partial 8 d8 | d4 d8 d d d | g4 g8 fis4 fis8 | g4 g8 fis4 g8 | a4 a,8 d4. | + fis4 fis8 g g g | a4 a,8 h4 h8 | cis4 d8 e e e | a4.~ a4 a8 | + g4 g8 g4 g8 | fis4 fis8 h,4 h8 | e4 e8 a, a a | d4.~ d4 d8 | + g4 g8 g( fis) e | fis4 fis8 h,4 h8 | e4 e8 a, a a | d4.~ d4 s8 | + \globalB + \repeat unfold 4 { s2. | } + b8 b b f' f f | es4 es8 b4 b8 | es4 es8 f4 f8 b,4.( f') | + b,8 b b f' f f | es4 es8 b4 b8 | es4 es8 f4 f8 g4. s | + \repeat unfold 3 { s2. | } + \globalC + s1 | + g,8 a h c d e fis d | e g fis a g2 | a,4 h8 c d4 g8 e | d2 g, | + a d8( e) fis( d) | g4 d e h | c a8 g d'2 | g,1 | + a2 d8( e) fis( d) | g4 d e h | c a8 g d'2 | g,1 \bar "|." + } + >> + } + diff --git a/Wie_lieb_sind_mir_deine_Wohnungen/texte.ly b/Wie_lieb_sind_mir_deine_Wohnungen/texte.ly new file mode 100644 index 0000000..fd6d1c5 --- /dev/null +++ b/Wie_lieb_sind_mir_deine_Wohnungen/texte.ly @@ -0,0 +1,33 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + sopranText = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + altText = \lyrics { + %<+hier den Text für den Alt eintragen+> + Wie lieb sind mir dei -- ne Woh -- nun -- gen, Herr Ze -- ba -- oth, Herr Za -- ba -- oth! + Mei -- ne See -- le ver -- langt und sehnt sich nach dem Tem -- pel des Herrn; + mein Leib und See -- le freu -- en sich in dem le -- ben -- di -- gen Gott, + mein Leib und See -- le freu -- en sich in dem le -- ben -- di -- gen Gott. + Der Vo -- gel hat ein Haus ge -- fun -- den, die Schwal -- be ein Nest für ih -- re Jun -- gen. + Dei -- ne Al -- tä -- re, Herr Ze -- ba -- oth, mein Kö -- nig und mein Gott, + dei -- ne Al -- tä -- re, Herr Ze -- ba -- oth, mein Kö -- nig und mein Gott. + Gott, der Herr ist Sonn und Schild; er gibt Gna -- de und Eh -- re. + Er wird kein Gu -- tes man -- geln las -- sen den From -- men, + er wird kein Gu -- tes man -- geln las -- sen den From -- men. + } + + tenorText = \lyrics { + %<+hier den Text für den Tenor eintragen+> + + } + + bassText = \lyrics { + %<+hier den Text für den Baß eintragen+> + } + diff --git a/Wie_lieblich_ist_der_Maien/Wie_lieblich_ist_der_Maien.ly b/Wie_lieblich_ist_der_Maien/Wie_lieblich_ist_der_Maien.ly new file mode 100644 index 0000000..ea5a127 --- /dev/null +++ b/Wie_lieblich_ist_der_Maien/Wie_lieblich_ist_der_Maien.ly @@ -0,0 +1,39 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" + title = "Wie lieblich ist der Maien" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = pFrauen { \global \pausen } + \new Voice = sopran { \voiceOne \global \sopranMelodie } + \new Voice = alt { \voiceTwo \global \altMelodie } + >> + } + \new Lyrics \lyricsto alt { \textI } + \new Lyrics \lyricsto alt { \textII } + \new Lyrics \lyricsto alt { \textIII } + \new Lyrics \lyricsto alt { \textIV } + \new Staff << + \new Voice = pMaenner { \clef "bass" \global \pausen } + \new Voice = tenor { \voiceOne \clef "bass" \global \tenorMelodie } + \new Voice = bass { \voiceTwo \clef "bass" \global \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Wie_lieblich_ist_der_Maien/stimmen.ly b/Wie_lieblich_ist_der_Maien/stimmen.ly new file mode 100644 index 0000000..4f32ef2 --- /dev/null +++ b/Wie_lieblich_ist_der_Maien/stimmen.ly @@ -0,0 +1,49 @@ +%some settings% vim: ai sw=2 lbr nu et + + global = { + \key b \major + \time 4/4 + \autoBeamOff + \partial 4 + } + + pausen = { + s4 | s1*11 | s2 r4 s | s1*3 | s2. \bar "|." + } + + sopranMelodie = \relative f' { + f4 | b4. c8 d[ c] b[ a] | g2 g4 g | + f b b a | b2. f4 b4. c8 d[ c] b[ a] | + g2 g4 g | f b b a | b2. d4 | + d4. c8 d4 c8[ b] | c2 c4 c | b d + es8[ d] c[ b] | a2 s4 b | b4. a8 b[ a] g[ f] | + g2 g4 g | f b b a | b2. \bar "|." + } + + altMelodie = \relative f' { + f4 | f f f f | es2 es4 es | + d d g f | f2. f4 | f f f f | + es2 es4 es | d d g f | f2. f4 | + b4. a8 b4 a8[ g] | a2 a4 f | d g + g g | f2 s4 f | f4. es8 f4 es8[ d] | + es2 es4 es | d d g f | f2. \bar "|." + } + + tenorMelodie = \relative f { + f4 | d'4. es8 f[ es] d[ c] | b2 b4 b | + b b c c | d2. f,4 | d'4. es8 f[ es] d[ c] | + b2 b4 b | b b c c d2. b4 | + f'4. f8 f4 f8[ d] | f2 c4 a | b b + c c | c2 s4 d | d4. c8 b4 b | + b2 b4 b | b b c c | d2. \bar "|." + } + + bassMelodie = \relative f { + f4 | b b b b | es,2 es4 es | + b' g es f | b,2. f'4 | b b b b | + es,2 es4 es | b' g es f | b,2. b'4 | + b4. f8 b,4 f'8[ g] | f2 f4 f | g g + c, es | f2 s4 b | b,4. c8 d4 es8[ b] | + es2 es4 es | b' g es f | b,2. \bar "|." + } + diff --git a/Wie_lieblich_ist_der_Maien/texte.ly b/Wie_lieblich_ist_der_Maien/texte.ly new file mode 100644 index 0000000..b5cb88d --- /dev/null +++ b/Wie_lieblich_ist_der_Maien/texte.ly @@ -0,0 +1,37 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyrics { + \set stanza = "1." + Wie lieb -- lich ist der Mai -- en aus lau -- ter Got -- tes -- güt, + dass sich die Men -- schen freu -- en, weil al -- les grünt und blüht. + Die Tier sieht man jetzt sprin -- gen mit Lust auf grü -- ner Weid, + die Vög -- lein hört man sin -- gen, die lo -- ben Gott mit Freud. + } + + textII = \lyrics { + \set stanza = "2." + Herr, dir sei Lob und Eh -- re für sol -- che Ga -- ben dein. + Die Blüt zur Frucht ver -- meh -- re, lass sie er -- sprieß -- lich sein. + Es steht in dei -- nen Hän -- den, dein Macht und Güt ist groß, + drum wollst du von uns wen -- den Mel -- tau, Frost, Reif und Schloß. + } + + textIII = \lyrics { + \set stanza = "3." + Herr, lass die Son -- ne bli -- cken ins fins -- tre Her -- ze mein, + da -- mit sichs mö -- ge schi -- cken, fröh -- lich im Geist zu sein, + die größ -- te Lust zu ha -- ben al -- lein an dei -- nem Wort, + das mich im Kreuz kann la -- ben und weist des Him -- mels Pfort. + } + + textIV = \lyrics { + \set stanza = "4." + Mein Ar -- beit hilf voll -- brin -- gen zu Lob dem Na -- men dein + und lass mir wohl -- ge -- lin -- gen, im Geist frucht -- bar zu sein, + die Blüm -- lein lass auf -- ge -- hen von Tu -- gend man -- cher -- lei, + da -- mit ich mög be -- ste -- hen und nicht ver -- werf -- lich sei. + } diff --git a/Wie_schoen_leuchtet_der_Morgenstern/Wie_schoen_leuchtet_der_Morgenstern.ly b/Wie_schoen_leuchtet_der_Morgenstern/Wie_schoen_leuchtet_der_Morgenstern.ly new file mode 100644 index 0000000..429e44b --- /dev/null +++ b/Wie_schoen_leuchtet_der_Morgenstern/Wie_schoen_leuchtet_der_Morgenstern.ly @@ -0,0 +1,46 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +\pointAndClickOff + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\paper { + top-margin = 5 + print-all-headers = ##t +} +\header { + tagline = ##f +} + +\score { + \header { + title = "Choral: Wie schön leuchtet der Morgenstern" + composer = "J.S.Bach" + } + + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = sopran { \global \sopranMelodie } + >> + \new Lyrics \lyricsto sopran { \TextSopran } + \new Staff << + \new Voice = alt { \global \altMelodie } + >> + \new Lyrics \lyricsto alt { \TextAlt } + \new Staff << + \new Voice = tenor { \global \clef "G_8" \tenorMelodie } + >> + \new Lyrics \lyricsto tenor { \TextTenor } + \new Staff << + \new Voice = bass { \global \clef "bass" \bassMelodie } + >> + \new Lyrics \lyricsto bass { \TextBass } + >> + \layout { + indent = #0 + } +}
\ No newline at end of file diff --git a/Wie_schoen_leuchtet_der_Morgenstern/stimmen.ly b/Wie_schoen_leuchtet_der_Morgenstern/stimmen.ly new file mode 100644 index 0000000..96d4643 --- /dev/null +++ b/Wie_schoen_leuchtet_der_Morgenstern/stimmen.ly @@ -0,0 +1,75 @@ +\version "2.18" + +global = { + \time 4/4 + \key g \major + \autoBeamOff +} + +sopranMelodie = \relative d'' { + R1 | + d2 h | + d h | + h4 h a a | + h h a a | + h h a2 | + g1 | + g'2 fis | + e d | + c h | + a1 | + g~ | + g~ | + g^\fermata | \bar "|." +} + +altMelodie = \relative d' { + r8 d16[( e] fis[ g a fis] g8) d g4~ | + g8[ fis16 g] a4~ a8[ g16 a h8] h | + a2 g | + r8 d g g g fis16[( g]) a8 a | + a[( g16 fis] g[ a h g] a h a g] fis g fis e] | + d8) d g4. fis16[( e]) fis4~ | + fis8 h, e4. d8 e fis | + g fis e d c4. d16[ c] | + h4. c16[ h] a4. h16[ a] | + g[ g' fis e] d4~ d16[ h c d] e4~ | + e16[ fis e fis] g4~ g16[ h a g] fis4~ | + fis16[ a g fis] e[ g fis e] d8.[ e16] f4~ | + f8[ e16 d] c[ h a g] e'2~ | + e16[ g f e] d8.[ c16] d2^\fermata | \bar "|." +} + +tenorMelodie = \relative f { + r8 fis16[( g] a[ h c a] d4.) c16[( h]) | + a4 d, d'~ d16[ c d e] | + a,4. d8 d2 | + r2 r8 a d d | + d h16[( c]) d8 d d a d4 | + r r8 h e e d4~ | + d8 g, c4. h8 cis dis | + e2~ e8[ fis16 e] d4~ | + d8[ e16 d] c4~ c8[ d16 c] h4~ | + h8[ c16 h] a4~ a8[ h16 a] g4~ | + g8 e a4~ a16[ g a h c8] h | + h2~ h16[ c d8]~ d16[ c d8]~ | + d[ c16 h] a[ g f e] c'2~ | + c4~ c16[ d32 c h16 c32 a] h2^\fermata | \bar "|." +} + +bassMelodie = \relative d { + d2 h | + r8 d16[( e] fis[ g a fis] g8) d g4~( | + g8[ fis16 e] fis4) g2 | + g,4 r8 g d'4 r8 d | + g4 r8 g d'4 r8 d, | + g fis e d c h c d | + e4. c8 g'4. fis8 | + e8[( fis]) g[( e]) a fis h a | + g[ e a g] fis[ d g fis] | + e[ a fis d] g[ fis e d] | + c4. cis8 d4. dis8 | + e4. d16[ c] h4. a16[ h] | + c8[ d16 e] fis[ g a h] c8 g e c | + g'2 g,^\fermata | \bar "|." +} diff --git a/Wie_schoen_leuchtet_der_Morgenstern/texte.ly b/Wie_schoen_leuchtet_der_Morgenstern/texte.ly new file mode 100644 index 0000000..3f29cd5 --- /dev/null +++ b/Wie_schoen_leuchtet_der_Morgenstern/texte.ly @@ -0,0 +1,21 @@ + +TextSopran = \lyricmode { + A -- men, A -- men! + Komm, du schö -- ne Freu -- den -- kro -- ne, bleib' nicht lan -- ge! + Dei -- ner wart' ich mit Ver -- lan -- gen. __ +} +TextAlt = \lyricmode { + A -- men, A -- _ men, A -- men! + Komm, komm, du schö -- ne Freu -- den -- kro -- ne, komm und bleib' nicht lan -- ge! + Dei -- ner wart' ich mit Ver -- lan -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ gen. +} +TextTenor = \lyricmode { + A -- men, A -- men, A -- _ _ men! + Komm, komm du schö -- ne Freu -- den -- kro -- ne, komm, komm, komm, und bleib' nicht lan -- ge! + Dei -- ner wart' __ _ _ _ _ _ ich mit Ver -- lan -- _ _ gen. +} +TextBass = \lyricmode { + A -- men, A -- men, A -- men! + Komm, komm, komm, komm, komm, komm, komm, komm, komm, du schö -- ne Freu -- den -- kro -- ne, bleib' nicht lan -- ge! + Dei -- ner wart' ich mit Ver -- lan -- _ _ _ _ _ _ _ _ _ _ _ _ _ _ gen, mit Ver -- lan -- gen. +} diff --git a/Wieder_naht_der_heilge_Stern/Wieder_naht_der_heilge_Stern.ly b/Wieder_naht_der_heilge_Stern/Wieder_naht_der_heilge_Stern.ly new file mode 100644 index 0000000..3017baf --- /dev/null +++ b/Wieder_naht_der_heilge_Stern/Wieder_naht_der_heilge_Stern.ly @@ -0,0 +1,37 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Lyrics = sopranText + \new Staff << + \new Voice = frauen { \global \pausen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto alt { \textI } + \new Lyrics \lyricsto alt { \textII } + \new Lyrics \lyricsto alt { \textIII } + \new Staff << + \new Voice = maenner { \global \clef "bass" \pausen } + \new Voice = bass { \global \clef "bass" \bassMelodie } + >> + \new Lyrics \lyricsto bass { \textIa } + \context Lyrics = sopranText \lyricsto sopran { \textIa } + >> + \layout { + indent = #0 + } +} diff --git a/Wieder_naht_der_heilge_Stern/stimmen.ly b/Wieder_naht_der_heilge_Stern/stimmen.ly new file mode 100644 index 0000000..f9da434 --- /dev/null +++ b/Wieder_naht_der_heilge_Stern/stimmen.ly @@ -0,0 +1,37 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + } + +% Die Stimmen + + pausen = { + s1*11 | s2. r4 | \bar "|." + } + + sopranMelodie = \relative e' { + e4^\mf h e h' | h a8[ g] fis2 | g8 g g g a4 d | + d \slurDashed \set melismaBusyProperties = #'() c8( h) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) a2 | c4.^\f c8 a4 d8 c | h4(^\> a) g2^\! | + a8^\mf a a a a4. a8 | h4 c d2 | c4.^\f c8 a4 d8 c | + h4( a) g2 | a8 a a c h4 a | g2. s4 | \bar "|." + } + + altMelodie = \relative e' { + e4 h e h' | h a8[ g] fis2 | h,8 h h h d4 fis | + h \slurDashed \set melismaBusyProperties = #'() a8( g) \slurSolid \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) fis2 | e4. g8 fis4 fis8 fis | g4( fis) e2 | + c8 c e e fis8[ e fis] fis | g4 a h g8 fis | e4.( g8) fis4 fis8 fis | + g4( fis) e2 | c8 c e e fis4 d8[ c] | h2. s4 | \bar "|." + } + + bassMelodie = \relative e { + e4 h e h' | h a8[ g] fis2 | e8 e e e fis4 d | + g \tieDashed \set melismaBusyProperties = #'() g8~ g \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy) d2 | a'8[ g fis] e d4 d8 d | g4( d) e2 | + a,8 a c c d4. d8 | g4 g g2 | a8[ g fis] e d4 d8 d | + g4( d) e2 | a,8 a c c d4 fis | g2. s4 | \bar "|." + } diff --git a/Wieder_naht_der_heilge_Stern/texte.ly b/Wieder_naht_der_heilge_Stern/texte.ly new file mode 100644 index 0000000..9ab4fb4 --- /dev/null +++ b/Wieder_naht_der_heilge_Stern/texte.ly @@ -0,0 +1,26 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Wie -- der naht der heil' -- ge Stern, kün -- det uns die fro -- he Bot -- schaft des Herrn. + \set stanza = "1.-3." + Glo -- ri -- a, hal -- le -- lu -- ja! Freu -- et euch im Herrn ja freu -- et euch. + Hal -- le -- lu -- ja, hal -- le -- lu -- ja! Freu -- et euch, der Herr ist nah! + } + textIa = \lyricmode { + \repeat unfold 33 { \skip 1 } + \set stanza = "1.-3." + Glo -- ri -- a, + } + textII = \lyricmode { + \set stanza = "2." + Seht nur, wie das ew' -- ge Licht Hoff -- nung bringt und al -- les Dunk -- le _ bricht. + } + textIII = \lyricmode { + \set stanza = "3." + Zu -- ei -- nan -- der führt der Weg, seht nur, wo der Stern grad' stil -- le _ steht. + } diff --git a/Wirf_dein_Anliegen_auf_den_Herrn/Wirf_dein_Anliegen_auf_den_Herrn.ly b/Wirf_dein_Anliegen_auf_den_Herrn/Wirf_dein_Anliegen_auf_den_Herrn.ly new file mode 100644 index 0000000..173ff0f --- /dev/null +++ b/Wirf_dein_Anliegen_auf_den_Herrn/Wirf_dein_Anliegen_auf_den_Herrn.ly @@ -0,0 +1,35 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff { + << + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + } + \new Lyrics \lyricsto sopran { \textI } + \new Lyrics \lyricsto sopran { \textII } + \new Lyrics \lyricsto sopran { \textIII } + \new Staff << + \new Voice = tenor { \global \clef "bass" \voiceOne \tenorMelodie } + \new Voice = bass { \global \clef "bass" \voiceTwo \bassMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Wirf_dein_Anliegen_auf_den_Herrn/stimmen.ly b/Wirf_dein_Anliegen_auf_den_Herrn/stimmen.ly new file mode 100644 index 0000000..ff0281e --- /dev/null +++ b/Wirf_dein_Anliegen_auf_den_Herrn/stimmen.ly @@ -0,0 +1,42 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key es \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 2 + } + +% Die Stimmen + + sopranMelodie = \relative es' { + es4^\p es8[^\< f] | g4 c8^\! c b4^\> as | g1^\!\breathe | g4 b b^\< as^\! | + f2^\> es4^\!^\fermata\breathe es8[(^\p f]) | g4^\< c8 c b4 as8 as | g4.^\! g8^\> g2^\! | g4 b2^\< as8^\! g | + f2^\> es4^\!^\fermata\breathe f^\p | f g as^\< as^\! | g2.^\> c4^\mf | es^\< c g a^\! | + b2.^\>\breathe b4^\mf | b g as b | c^\> c2^\!\breathe b4^\p | as g f2^\> | es2^\! \bar "|." + } + + altMelodie = \relative b { + b4 b8[( d]) | es4 es8 es d4 f | es1 | es4 es es es | + es( d) es b8[( d]) | es4 g8 g f4 f8 es | d4. d8 d2 | c4( d) g es8 es | + es4( d) es d | d e f f | es2. f4 es g g f8[( es]) | + d2. f4 | es es es f8[( g]) | g4 as2 es4 | es es es( d) | es2 \bar "|." + } + + tenorMelodie = \relative g { + g4 g8[( as]) | b4 as8 g f4 b | b1\breathe | b4 b b c | + as2 g4\breathe g8[( as]) | b4 es8 es d4 c8 c | h4. h8 h2 | es4 b2 c8 c | + as2 g4\breathe b | b b c c | c2. as4 | g es'8[( d]) c4 c | + b2.\breathe as4 | g4 b es des | c es2\breathe es4 | as, c f,( as) | g2 \bar "|." + } + + bassMelodie = \relative es { + es4_\p g8[(_\< f]) | es4 as,8_\! as b4_\> d | es1_\! | es4 g g,_\< as_\! | + b2_\> es4_\!_\fermata g8[(_\p f]) | es4_\< c8 c d[( es]) f f | g4._\! g8_\> g2_\! | c,4 g2_\< as8_\! as | + b2_\> es4_\!_\fermata b'_\p | as g f_\< f_\! | c2._\> c4_\mf | c_\< c8[( d]) es4 f_\! | + b,2._\> d4_\mf | es des c b | as_\> as2_\! g4_\p | c as b2_\> | es2_\! \bar "|." + } + diff --git a/Wirf_dein_Anliegen_auf_den_Herrn/texte.ly b/Wirf_dein_Anliegen_auf_den_Herrn/texte.ly new file mode 100644 index 0000000..3190941 --- /dev/null +++ b/Wirf_dein_Anliegen_auf_den_Herrn/texte.ly @@ -0,0 +1,24 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+% Abkürzungen
+
+% Die Textaufteilungen
+
+ textI = \lyricmode {
+ \set stanza = "1."
+ Wirf dein An -- lie -- gen auf den Herrn, der wird dich ver -- sor -- gen
+ und wird den Ge -- rech -- ten nicht e -- wig -- lich in Un -- ru -- he las -- sen.
+ }
+ textII = \lyricmode {
+ \set stanza = "2."
+ Geh den Weg, den der Herr dir zeigt. Er führt dich ins Le -- ben
+ und holt dich he -- raus aus der Dun -- kel -- heit ins Licht sei -- ner Wahr -- heit.
+ \set stanza = "1.-3."
+ Denn sei -- ne Gna -- de reicht, so weit der Him -- mel ist,
+ und kei -- ner wird zu -- schan -- den, der sei -- ner har -- ret.
+ }
+ textIII = \lyricmode {
+ \set stanza = "3."
+ Nimm die Zu -- kunft aus Got -- tes Hand, ihr kannst du ver -- trau -- en.
+ Der Herr ist dein Hir -- te, dein Hort, dein Halt. Er wird dich be -- glei -- ten.
+ }
diff --git a/Wohl_mir_dass_ich_Jesum_habe/Wohl_mir_dass_ich_Jesum_habe.ly b/Wohl_mir_dass_ich_Jesum_habe/Wohl_mir_dass_ich_Jesum_habe.ly new file mode 100644 index 0000000..7c25fa3 --- /dev/null +++ b/Wohl_mir_dass_ich_Jesum_habe/Wohl_mir_dass_ich_Jesum_habe.ly @@ -0,0 +1,41 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + << + \set Score.skipBars = ##t + \new ChoirStaff << + \new Staff << + \new Voice = frauen { \global \pausen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \textI } + \new Lyrics \lyricsto sopran { \textII } + \new Staff << + \new Voice = maenner { \clef "bass" \global \pausen } + \new Voice = tenor { \clef "bass" \global \voiceOne \tenorMelodie } + \new Voice = bass { \clef "bass" \global \voiceTwo \bassMelodie } + >> + >> + \new PianoStaff << + \new Voice = links { \global \autoBeamOn \klavierLinksMelodie } + \new Voice = rechts { \clef "bass" \global \autoBeamOn \klavierRechtsMelodie } + >> + >> + \layout { + indent = #0 + \context { \Staff \RemoveEmptyStaves } + } +} diff --git a/Wohl_mir_dass_ich_Jesum_habe/stimmen.ly b/Wohl_mir_dass_ich_Jesum_habe/stimmen.ly new file mode 100644 index 0000000..294cccd --- /dev/null +++ b/Wohl_mir_dass_ich_Jesum_habe/stimmen.ly @@ -0,0 +1,171 @@ +%some settings% vim: ai sw=2 lbr nu et + + global = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 9/8 + \autoBeamOff + } + +% Die Stimmen + + pausen = { + R8*9*7 | \repeat volta 2 { R8*9 | + s8*9*3 | s2. r4. | R8*9 | + s8*9*3 | s2. r4. | R8*9*6 | s8*9*3 | s2. r4. | + R8*9 | s8*9*3 | s2. r4. | R8*9*7 | + s8*9*3 | s2. r4. | + R8*9*2 | s8*9*3 | s2. r4. | R8*9*2 | + s8*9*3 | s2. r4. | R8*9 | + s8*9*4 | R8*9*9 | + } + \alternative { { + R8*9 | + } { + R8*9*2 | \bar "|." + } } + } + + + sopranMelodie = \relative h' { + s8*9*7 | \repeat volta 2 { s8*9 | + h2. c4. | d2. d4. | c2. h4. | a a s | s2. s4. | + h2. c4. | d2. h4. | a4( h16[ c]) h4.( a) | g2. s4. | + s8*9*6 | h2. c4. | d2. d4. | c2. h4. | a a s | s2. s4. | + h2. c4. | d2. h4. | a4( h16[ c]) h4.( a) | g2. s4. | + s8*9*7 | a2. h4. | c2. c4. | h~( h4 c16[ d]) h4. | a a s | + s8*9*2 | c2. d4. | e2. e4. | + d~( d4 e16[ f]) d4. | c c s | s8*9*2 | + h2. c4. | d2. d4. | c4. h2. | a s4. | s8*9 | + h2. c4. | d2. h4. | a4( h16[ c]) a2. | g2.~ g4. | s8*9*9 | + } + \alternative { { + s8*9 | + } { + s8*9*2 | \bar "|." + } } + } + + altMelodie = \relative g' { + s8*9*7 | \repeat volta 2 { s8*9 | + g2. g4. | a( g) fis | g d2. | d4. d s | s2. s4. | + g2. g4. | g( d) e | e fis4( e8 fis4.) | d2. s4. | + s8*9*6 | g2. g4. | a( g) fis | g d2. | d4. d s | s2. s4. | + g2. g4. | g( d) e | e fis4( e8 fis4.) | d2. s4. | + s8*9*7 | fis2. gis4. | a2. a4. | a2. gis4. | a a s | + s8*9*2 | a2. g4. | g( c) g | + f( a) g | g g s | s8*9*2 | + g2. g4. | g2. g4. | g4( fis8) g2. | fis s4. | s8*9 | + g2. g4. | g( d) e | e fis4( e8 fis4.) | d2.~ d4. | s8*9*9 | + } + \alternative { { + s8*9 | + } { + s8*9*2 | \bar "|." + } } + } + + tenorMelodie = \relative d' { + s8*9*7 | \repeat volta 2 { s8*9 | + d2. e4. | a,2. h4. | h( a) g | fis a s | s2. s4. | + d2. e4. | d( h) h | c4( a8) d4( h8 c4.) | h2. s4. | + s8*9*6 | d2. e4. | a,2. h4. | h( a) g | fis a s | s2. s4. | + d2. e4. | d( h) h | c4( a8) d4( h8 c4.) | h2. s4. | + s8*9*7 | d2. d4. | e2. f4. | f( d) e | c c s | + s8*9*2 | e2. d4. | c2. c4. | + a2. h4. | e e s | s8*9*2 | + d2. e4. | d( h) h | c( d) e | a,2. s4. | s8*9 | + d2. e4. | d( h) h | c4( a8) d4( h8 c4.) | h2.~ h4. | s8*9*9 | + } + \alternative { { + s8*9 | + } { + s8*9*2 | \bar "|." + } } + } + + bassMelodie = \relative g { + s8*9*7 | \repeat volta 2 { s8*9 | + g4.( fis) e | fis( e) d | e( fis) g | d d s | s2. s4. | + g( fis) e | h'( h,) e | c( d) d | g,2. s4. | + s8*9*6 | g'4.( fis) e | fis( e) d | e( fis) g | d d s | s2. s4. | + g( fis) e | h'( h,) e | c( d) d | g,2. s4. | + s8*9*7 | d'4.( c) h | a( a'4 g8) f4( e8) | d4.( h) e | a, a s | + s8*9*2 | a'2. h4. | c( a) e | + f( d) g | c, c s | s8*9*2 | + g'2. e4. | h( e) e | a,( h) c | d2. s4. | s8*9 | + g4.( fis) e | h'( h,) e | c d2. | g,2.~ g4. | s8*9*9 | + } + \alternative { { + s8*9 | + } { + s8*9*2 | \bar "|." + } } + } + + klavierLinksMelodie = \relative g' { + r8 g a << \new Voice { \voiceOne h8( d c) c( e d) | d( g fis) g( d h) g( a h) | c( d e) d( c h) a( h g) | fis( g a) d,( fis a) c( h a) | } + \new Voice { \voiceTwo g4. g | g h4 r8 g4. | e g e | fis d fis | } >> + <g h>8( g a) << \new Voice { \voiceOne h8( d c) c( e d) | d( g fis) g( d h) g( a h) | e,( d' c) h( a g) d( g fis) | } + \new Voice { \voiceTwo g4. e | g h4 r8 g4. | e e d | } >> + \repeat volta 2 { + << \new Voice { \voiceOne g8( h d) g( d h) g( h d) | g4. } \new Voice { \voiceTwo g,4.~ g g~ | g } >> r4. g | + <a d,>2. <fis h>4. | << \new Voice { \voiceOne c'2. h4. } \new Voice { \voiceTwo g4. d2. } >> | + r8 d e << \new Voice { \voiceOne fis( a g) a( c h) | c( a fis) d( fis a) c( h a) | + h( g a) h( d c) c( e d) | d( g fis) g( d h) g( a h) | e,( d' c) h( a g) } + \new Voice { \voiceTwo d4 e8 fis4 g8 | fis4 r8 d4. fis | + g g g | g~ g g | e fis4 g8 } >> + d( g fis) | g( h a) << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) | c( d e) d( c h) a( h g) | fis( g a) d,( fis a) c( h a) | } + \new Voice { \voiceTwo g4. g | g h4 r8 g4. | e g e | fis d fis } >> | <g h>8( g a) + << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) | e,( d' c) h( a g) d( g fis) | g4. } + \new Voice { \voiceTwo g4. e | g h4 r8 g4. | e e d4 c8 | h4. } >> r4. g' | <a d,>2. <h fis>4. | << \new Voice { \voiceOne c2. h4. } \new Voice { \voiceTwo g4. d2. } >> | + r8 d8 e << \new Voice { \voiceOne fis8( a g) a( c h) | c( a fis) d( fis a) c( h a) | h( g a) h( d c) c( e d) | d(g fis) g( d h) g( a h) | e,( d' c) h( a g) } + \new Voice { \voiceTwo d4 e8 fis4 g8 | fis4 r8 d4. fis | g g g | g~ g g | e fis4 g8 } >> d8( g fis) | g( h a) + << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) | c( d e) d( c h) a( h g) | fis( g a) d,( fis a) c( h a) } + \new Voice { \voiceTwo g4. g | g h4 r8 g4. | e g e | fis d fis } >> | + <g h>8( g a) << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) | e,( d' c) h( a g) d( g fis) } + \new Voice { \voiceTwo g4. e | g h4 r8 g4. | e e d } >> | g8( h d) g( d h) << \new Voice { \voiceOne g( h cis) } \new Voice { \voiceTwo g4. } >> | + d'8( d, e) << \new Voice { \voiceOne fis( a gis) gis( h a) | a( c h) c( a e) } \new Voice { \voiceTwo d4. d | c d4 } >> c8( d e) | + << \new Voice { \voiceOne f8( d' c) d( h gis) e( fis gis) | a( c h) c( e d) d( f e) | e( a gis) a( e c) a( h c) | f( e d) c( h a) } + \new Voice { \voiceTwo f4.~ f e | a a a | a c a | a fis } >> e8( a gis) | << \new Voice { \voiceOne a( c e) a } \new Voice { \voiceTwo a,4.~ a8 } >> r4 r4. | r8 c d + << \new Voice { \voiceOne e8( g f) g( b a) | a( c h) c( a f) d( e f) | e( g f) g( e c) g( a b) | a( c h) c( a f) d( e f) } + \new Voice { \voiceTwo c'4. c | c f d | c c g | f f d } >> | e8( c d) + << \new Voice { \voiceOne e8( g fis) g( h a) | h( g a) h( d c) c( e d) | d( g fis) g( d h) g( a h) | c( d e) d( c h) a( h g) } + \new Voice { \voiceTwo c,4 d8 d4 fis8 | g4. g g | g h g | e g e } >> | <d fis>8( d e) << \new Voice { \voiceOne fis( a g) a( c h) } \new Voice { \voiceTwo d,4 e8 fis4 g8 } >> | + <a c>( a fis) << \new Voice { \voiceOne d( fis a) c( h a) } \new Voice { \voiceTwo d,4. d4 fis8 } >> | + <g h>( g a) << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) | e,( d' c) h( a g) } + \new Voice { \voiceTwo g4. g | g g g | e fis4 g8 } >> d( g fis) | + << \new Voice { \voiceOne g( h d) g( d h) g( h d) | d( g fis) g( d h) g( a h) | c( d e) d( c h) a( h g) | fis( g a) d,( fis a) c( h a) } + \new Voice { \voiceTwo g4.~ g g~ | g g~ g | fis g e~ | e d fis | g g g | g h g | e g e | d d fis } >> | <g h>8( g a) + << \new Voice { \voiceOne h( d c) c( e d) | d( g fis) g( d h) g( a h) } \new Voice { \voiceTwo g4. e | g h g } >> | } + \alternative { { + << \new Voice { \voiceOne e8( d' c) h( a g) d( g fis) } \new Voice { \voiceTwo e4. e d } >> | + } { + << \new Voice { \voiceOne e8( d' c) h( a g) d( g fis) } \new Voice { \voiceTwo e4. e d4 c8 } >> | <h d g>2.~ <h d g>4.^\fermata | \bar "|." + } } + } + + klavierRechtsMelodie = \relative g, { + g4. g' e | h e e, | a h c | d fis d | + g e c | h e d | c cis d | \repeat volta 2 { g, r4 g'8 d4 h8 | + g4. fis' e | fis e d | e fis g | d r4 d8 d4 d8 | d4. r4 d8 d4 d8 | + g4. fis e | h' h, e | c d d, | g g' e | + h e e, | a h c | d fis d | g e c | + h e d | c cis d | g, fis' e | fis e d | e fis g | d r4 d8 d4 d8 | + d4. r4 d8 d4 d8 | g4. fis e | h' h, e | c d d, | + g g' e | h e e, | a h c | d fis d | + g e c | h e d | c cis d | g, r4 g'8 fis4 e8 | + d4. c h | a a'4 g8 f4 e8 | d4. h e | a, f' d | + c f e | d dis e | a, a' h | c a e | + f d g | c, e c | f d g | c, r4 c8 h4 d8 | + g,4. g' e | h e e, | a h c | d r4 d8 d4 d8 | d,4. r4 d'8 d4 d8 | + g4. fis e | h' h, e | c d d, | g2.~ g4.~ | + g2.~ g4. | g2.~ g4.~ | g2.~ g4.~ | g g' e | + h e e, | a h c | d fis d | g e c | + h e d | } + \alternative { { + c cis d | + } { + c cis d^\markup { \italic rit. } | g,2.~ g4._\fermata | \bar "|." + } } + } diff --git a/Wohl_mir_dass_ich_Jesum_habe/texte.ly b/Wohl_mir_dass_ich_Jesum_habe/texte.ly new file mode 100644 index 0000000..8820148 --- /dev/null +++ b/Wohl_mir_dass_ich_Jesum_habe/texte.ly @@ -0,0 +1,28 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Wohl mir, dass ich Je -- sum ha -- be, + o wie fes -- te halt ich ihn, + dass er mir mein Herz -- e la -- be, + wenn ich krank und trau -- rig bin. + Je -- sum hab ich, der mich lie -- bet + und sich mir zu ei -- gen gi -- bet, + ach drum lass ich Je -- sum nicht, + wenn mir gleich mein Her -- ze bricht. + } + textII = \lyricmode { + \set stanza = "2." + Je -- sus blei -- bet mei -- ne Freu -- de, + mei -- nes Her -- zens Trost und Saft. + Je -- sus weh -- ret al -- lem Lei -- de, + er ist mei -- nes Le -- bens Kraft, + mei -- ner Au -- gen Lust und Son -- ne, + mei -- ner See -- le Schatz und Won -- ne; + da -- rum lass ich Je -- sum nicht + aus dem Her -- zen und Ge -- sicht. + } diff --git a/Zu_Bethlehem_geboren/Zu_Bethlehem_geboren.ly b/Zu_Bethlehem_geboren/Zu_Bethlehem_geboren.ly new file mode 100644 index 0000000..6aa4935 --- /dev/null +++ b/Zu_Bethlehem_geboren/Zu_Bethlehem_geboren.ly @@ -0,0 +1,36 @@ +\include "deutsch.ly" +\include "stimmen.ly" +\include "texte.ly" + +#(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) paper-alist)) +#(set-default-paper-size "kindle") + +\header { + tagline = "" +} +\paper { + top-margin = 5 +} + +\score { + \new ChoirStaff << + \set Score.skipBars = ##t + \new Staff << + \new Voice = floete { \global \floetenMelodie } + >> + \new Staff << + \new Voice = frauen { \global \pausen } + \new Voice = sopran { \global \voiceOne \sopranMelodie } + \new Voice = alt { \global \voiceTwo \altMelodie } + >> + \new Lyrics \lyricsto sopran { \textI } + \new Lyrics \lyricsto sopran { \textII } + \new Lyrics \lyricsto sopran { \textIII } + \new Staff << + \new Voice = maenner { \global \clef "bass" \maennerMelodie } + >> + >> + \layout { + indent = #0 + } +} diff --git a/Zu_Bethlehem_geboren/stimmen.ly b/Zu_Bethlehem_geboren/stimmen.ly new file mode 100644 index 0000000..1a6184f --- /dev/null +++ b/Zu_Bethlehem_geboren/stimmen.ly @@ -0,0 +1,58 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.12" + + global = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 4 + } + +% Die Stimmen + + pausen = { + r4 | R1*3 | r2 r4 + \repeat volta 3 { s | + s1*3 | s2 r4 s | + s1*3 | s2 s4 r | + s1*3 | s2 r | R1 | r2 r4 + } + } + + floetenMelodie = \relative f' { + f8 g | a4. b8 c4 b | a8 f a g a b c e | f4 a,8 b c4 b | a2 r4 + \repeat volta 3 { r4 | + f8 g a b c4 c, | d8 e f g a4 a, | b8 c d e f4 e | f2 r | + c'8 b a g f4 f' | d8 c b a g4 g' | f8 e d c b a g f | e f e d c2 | r4 c e g | + f g8 f e f e d | c2 d4 e | f a8 g a b c e | f4 a,8 b c4 b | a2 r4 + } + } + + sopranMelodie = \relative c' { + s4 | s1*3 | s2 s4 + \repeat volta 3 { c4 | + f4. g8 a4 g | f2 e4 f | g f8[ g] a4 g | f2 s4 c' | + c a b c | d2 b4 b | a b c b8[ a] | g2. s4 | c2 g | + a g4 a8[ b] | c4 f,8[ g] a4 g | f2 s | s1 | s2 s4 + } + } + + altMelodie = \relative c' { + s4 | s1*3 | s2 s4 + \repeat volta 3 { c8[ b] | + a4. b8 c4 c | d2 c4 c | b d8[ e] f4 e | f2 s4 f | + f f es es | d2 d4 f | c c f f | e8[ f e d] e4 s4 | f2 e | + f e4 c | c f f e | f2 s | s1 | s2 s4 + } + } + + maennerMelodie = \relative c { + r4 | R1*3 | r2 r4 + \repeat volta 3 { c4 | + f4. f8 f4 e | d2 a'4 a | g g c, c | f2 r4 a | + a f g a | b2 b,4 d | f g a b | c2. r4 | c2 c, | + c c'4 b | a a8[ b] c4 <b c,> | <a f>2 r | R1 | r2 r4 + } + } diff --git a/Zu_Bethlehem_geboren/texte.ly b/Zu_Bethlehem_geboren/texte.ly new file mode 100644 index 0000000..35fceb6 --- /dev/null +++ b/Zu_Bethlehem_geboren/texte.ly @@ -0,0 +1,24 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + textI = \lyricmode { + \set stanza = "1." + Zu Beth -- le -- hem ge -- bo -- ren ist uns ein Kin -- de -- lein, + das hab ich aus -- er -- ko -- ren, sein ei -- gen will ich sein, + ei -- a, ei -- a, sein ei -- gen will ich sein. + } + textII = \lyricmode { + \set stanza = "2." + In sei -- ne Lieb ver -- sen -- ken will ich mich ganz hi -- nab; + mein Herz will ich ihm schen -- ken und al -- les, was ich hab, + ei -- a, ei -- a, und al -- les, was ich hab. + } + textIII = \lyricmode { + \set stanza = "3." + Da -- zu dein Gnad mir ge -- be, bitt ich aus Her -- zens -- grund, + dass dir al -- lein ich le -- be, jetzt und zu al -- ler Stund, + ei -- a, ei -- a, jetzt und zu al -- ler Stund. + } diff --git a/desktop.ini b/desktop.ini Binary files differnew file mode 100755 index 0000000..c3dea78 --- /dev/null +++ b/desktop.ini diff --git a/wo/dynArt.ly b/wo/dynArt.ly new file mode 100644 index 0000000..30423d4 --- /dev/null +++ b/wo/dynArt.ly @@ -0,0 +1,21 @@ +%some settings% vim: ai sw=2 lbr nu et + + meta = { + %(dynamic) marks global to all voices + \dynamicUp + } + +% articulation + + sopranArt = { + } + + altArt = { + } + + tenorArt = { + } + + bassArt = { + } + diff --git a/wo/erich_defs.ly b/wo/erich_defs.ly new file mode 100644 index 0000000..5eaef4b --- /dev/null +++ b/wo/erich_defs.ly @@ -0,0 +1,11 @@ + + #(set! paper-alist (cons '("kindle" . (cons (* 210 mm) (* 130 mm))) + paper-alist)) + #(set-default-paper-size "kindle") + + klein = \with { + % fontSize = #-4 + % \override StaffSymbol #'staff-space = #(magstep -4) + % \override StaffSymbol #'thickness = #(magstep -4) + } + diff --git a/wo/hauke_defs.ly b/wo/hauke_defs.ly new file mode 100644 index 0000000..f44d21d --- /dev/null +++ b/wo/hauke_defs.ly @@ -0,0 +1,7 @@ + + klein = \with { + fontSize = #-4 + \override StaffSymbol #'staff-space = #(magstep -4) + \override StaffSymbol #'thickness = #(magstep -4) + } + diff --git a/wo/parts/I.ly b/wo/parts/I.ly new file mode 100644 index 0000000..01323aa --- /dev/null +++ b/wo/parts/I.ly @@ -0,0 +1,1108 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.14" + \include "dynArt.ly" + + % global defs % {{{ + IglobalI = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 3/8 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IglobalII = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + \partial 4 + } + + IglobalIII = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + \partial 4 + } + % }}} + +% Die Stimmen + + % Nr. 1 % {{{ + timpani = \relative c' { + \stemDown + d8[ d8 d8] d8[ a8] r8 + %R4.*28 + %R4. + %R4. + } \addQuote "t" \timpani + + flutesViolin = \relative c' { + \stemUp + R4. + r16 + << + { + d32[ e32] e8.\trill[ d32 e32] + } + { + fis32[ g32] g8.\trill[ fis32 g32] + } + >> + << fis8 a8 >> + r8 r8 + R4.*27 + a32[ fis32 g32 \set stemRightBeamCount = #1 a32 \set stemLeftBeamCount = #1 b32 g32 a32 \set stemRightBeamCount = #1 b32 \set stemLeftBeamCount = #1 cis32 a32 b32 cis32] + d8[ a,8 cis8] + } \addQuote "fv" \flutesViolin + + frauenPausen = { + R4. + R4. + R4. + R4.*27 + R4. + R4. + s4. + s4 r8 + R4. + r8 r8 s8 + s4. + s4 r8 + r8 s4 + r8 r8 s8 + s4 r8 + R4. + s4.*7 + s4 r8 + s4.*25 + s4 r8 + s4.*4 + s4 r8 + R4.*7 + s4. + s4 r8 + R4. + r8 r8 s8 + s4. + s4 r8 + r8 s4 + r8 r8 s8 + s4 r8 + R4. + s4.*7 + s4 r8 + R4. + s4.*24 + s4 r8 + s4.*5 + R4.*2 + s4.*30 + s4 r8 + R4.*15 + s4.*3 + s4 r8 + s4.*12 + } + + IsopranI = \relative c' { + \IglobalI + << + { \meta } + %\sopranArt + %the actual tune + { + s4. + s4. + s4. + s4.*27 + s4. + s4. + d8 d8 d8 + d8 a8 s8 + s4. + s8 s8 a'8 + a8 d16[ a16] fis16[ d16] + a'8 a8 s8 + s8 a'8 fis8 + s8 s8 fis8 + fis8 d8 s8 + s4. + fis8 fis8 fis8 + fis8 e16[ d16] e16[ fis16] + g8 g8 g8 + g8( fis16[ e16)] fis16([ g16)] + a8 c,8 c8 + c8 b8 g'8 + % 49 + fis8 e8 d8 + a'4 s8 + R4. + R4. + r8 b,16[ cis16 cis16.\trill b64 cis64] + d8 d8 e8 + fis8 fis8 gis8 + a8 e8 e8 + e8 cis8 r8 + r8 g16[ a16 a16.\trill g64 a64] + b8 b8 cis8 + d8 d8 cis8 + d8 fis8 e8 + cis8 cis8 dis8 + e8 e16[ fis16] fis16.\trill[ e64 fis64] + g8 g8 b,8 + ais16[ cis16] e4 + g,32[ fis32 e16] fis8[ cis'8] + fis8 fis8 e8 + e8 d8 b8 ~ + b8 d8 b8 + gis8 e8 b'8 + e8 e8 d8 + % 72 + cis4 cis8 + cis8 dis8 e8 + fis8 b,8 b8 + b8 cis8 d8 + e8 a,8 s8 + a8 b8 cis8 + d8[ fis16 e16 d8] ~ + d8 b8 e8 + e8 d16[ cis16] b16[ cis16] + a4 s8 + s4.*7 + d,8 d8 d8 + d8 a8 s8 + s4. + s8 s8 a'8 + a8 d16[ a16] fis16[ d16] + a'8 a8 s8 + s8 a'8 fis8 + s8 s8 fis8 + fis8 d8 s8 + s4. + % 99 + fis8 fis8 fis8 + fis8 e16[ d16] e16[ fis16] + g8 g8 g8 + g8([ fis16 e16)] fis16([ g16)] + a8 c,8 c8 + c8 b8 g'8 + fis8 e8 d8 + a'4 s8 + s4. + R4. + r8 cis,16[ d16 d16.\trill cis64 d64] + e8 e8 fis8 + g8 fis8 e8 + d16[ e16] fis16[ g16] g16.\trill[ fis64 g64] + a8 a,8 r8 + r8 d16[ e16 e16.\trill d64 e64] + fis8 fis8 gis8 + a8 e8 fis8 + g8 c,8 c8 + b8 d8 g8 + fis8 a8 d,8 + cis8 a8 e'8 + dis16[ fis16] a4 + c,32[ b32 a16] b4 ~ + % 123 + b8 e8 dis8 + e4 e8 + e8 g8 d8 + cis8 a8 b8 + cis8 d8 cis8 + d4 a8 + d8 d8 d8 + d16[ cis16] d8 d8 + cis8 cis8 c8 + c16[ b16] c8 s8 + b8 cis8 d8 + e8.[ d16 cis16 b16] + a8 g'16[ e16] a8 + fis8 d8 cis8 + d4.\fermata + s4.*2 + R4. + cis8 b16[ ais16] gis16[ fis16] + % 142 + d'8 e16[ fis16] g8 + g8 fis16[ e16] fis8 + b,8 e4 ~ + e8[ d16 cis16 d16 b16] + cis8 fis4 ~ + fis8[ e16 d16 cis16 b16] + a8 d4 ~ + d8[ e16 fis16 g8] ~ + g8[ fis16 e16 fis8] ~ + fis8[ e16 d16 cis16 b16] + cis8 a8 d8 + g,8 e8 a8 + fis8 d8 r8 + R4.*2 + e'8 d16[ cis16] b16[ a16] + fis'4. ~ + fis8 b,8 e8 + e8[ d16 cis16 d8] ~ + d8 cis16[ b16] a16[ g16] + fis8 d8 r8 + r8 r8 fis'8 ~ + fis8 e16[ d16] cis16[ b16] + ais8[ b16 ais16 b8] + % 166 + e8[ d16 cis16 d16 b16] + g'8[ fis16 e16 fis16 d16] + e8 cis8 d8 + b8 d16([ cis16)] b16([ ais16)] + b8 b8 s8 + s4.*15 + d8 fis8 d8 + d16[ cis16] d8 b8 + e,8 e'8 d8 + d8 cis8 s8 + g'8 g16[ fis16] g8 + g8 e8 cis8 + a8 a'8 g8 + fis4. ~ + fis8[ d8 b8] + e4. ~ + e8[ cis8 ais8] + d8[ cis8] cis8 + % 198 + b8 cis16[ b16] b8 + b8 gis8 eis'8 + fis8 cis16[ b16] a16[ gis16] + fis4 fis8 + \bar "||" + } + >> + } + + IaltI = \relative c' { + \IglobalI + << + { \meta } + %\altArt + %the actual tune + { + s4. + s4. + s4. + s4.*27 + s4. + s4. + d8 d8 d8 + d8 a8 s8 + s4. + s8 s8 a'8 + a8 d16[ a16] fis16[ d16] + a'8 a8 s8 + s8 d8 a8 + s8 s8 a8 + a8 fis8 s8 + s4. + a8 a8 a8 + a8 a8 a8 + cis8 a8 cis8 + a8 a8 a8 ~ + a8 a8 a8 + a8 g8 cis,8 + % 49 + d8 e8 b'8 + cis4 s8 + r8 e,16[ fis16 fis16.\trill e64 fis64] + g8 g8 a8 + b8 b8 e,8 + b'8 b8 a8 + a8 a8 r8 + r8 cis,16[ d16 d16.\trill cis64 d64] + e8 e8 fis8 + g8 e8 d8 + d8 d8 e8 + fis16[ e16 fis16 a16 g16 b16] + a8 d,8 r8 + r8 e16[ g16 fis16.\trill e64 fis64] + g8 g8 a8 + b8 b8 b8 + e,8([ g8 e8] + cis8) cis8 cis8 + b8 b'8 ais8 + b8 b8 fis8 ~ + fis8 e16[ cis16] d8 + e8 e8 fis8 + gis8 a8 gis8 + % 72 + a4 a8 + a8 a8 a8 + a8 fis8 fis8 + gis8 gis8 g8 + g8 e8 s8 + fis8 gis8 a8 + b8.[ cis16 d16 cis16] + b8 b8 b8 + a8 b8 gis8 + e4 s8 + s4.*7 + d8 d8 d8 + d8 a8 s8 + s4. + s8 s8 a'8 + a8 d16[ a16] fis16[ d16] + a'8 a8 s8 + s8 d8 a8 + s8 s8 a8 + a8 fis8 s8 + s4. + % 99 + a8 a8 a8 + a8 a8 a8 + cis8 a8 cis8 + a4 a8 + a8 a8 a8 + a8 g8 cis,8 + d8 e8 b'8 + cis4 s8 + s4. + r8 fis,16[ g16 g16.\trill fis64 g64] + a8 g8 fis8 + e8 a8 fis8 + b8 b8 ais8 + b8 fis8 r8 + r8 a16[ b16 b16.\trill a64 b64] + cis8 d8 a8 + d8 a8 r8 + r8 cis,16[ dis16 dis16.\trill cis64 dis64] + e8 e8 d8 + d8 d8 cis8 + d8 fis8 gis8 + a8 e8 a8 + a8([ c8 a8] + fis8) fis8 fis8 + % 123 + b8 b8 a8 + a8 g8 b8 ~ + b8 a16[ fis16] g8 + a8 e8 e8 + a8 a8 g8 + fis4 fis8 + fis8 gis8 a8 + b8 e,8 e8 + e8 fis8 g8 + a8 d,8 s8 + d8 e8 fis8 + g8[ b16 a16 g16 fis16] + e8 d8 e8 + d8 a'8 a8 + a4.\fermata + s4.*2 + b8 a16[ g16] fis16[ e16] + ais8 b8 cis8 + % 142 + fis,8 b8 b,8 + cis8[ a8 a'8] + b8[ a16 g16 fis16 e16] + fis16[ g16 fis16 e16 d16 fis16] + e8 cis8 a'8 + a8 g16[ fis16] e16[ d16] + cis8[ d16 e16 fis16 d16] + g16[ a16 g16 fis16 e16 d16] + cis8[ a8 a'8] ~ + a8 g8 b8 + a8 a8 fis8 + e8 e8 r8 + a8 g16[ fis16] e16[ d16] + e8 a4 ~ + a8 d8 gis,8 + a8 e8 r8 + a8 g16[ fis16] e16[ d16] + b'8.[ cis16 b16 cis16] + a16[ b16 a16 g16 fis16 a16] + g16[ a16 g16 fis16 g16 e16] + fis8 fis8 b8 ~ + b8 ais16[ gis16] fis16[ e16] + d8[ e16 fis16 g8] + fis16[ g16 fis16 e16 d16 cis16] + % 166 + b8.[ ais16 b16 cis16] + d8[ a'16 g16 fis16 a16] + b8 fis8 fis8 + g8 g8 fis8 + fis8 fis8 s8 + s4.*15 + b8 fis8 b8 + b16[ a16] b8 b8 + b8 a8 gis8 + a8 a8 s8 + cis8 cis8 b8 + a8 a8 a8 + d8 d8 cis8 + d8[ d,8 e8] + fis8[ gis16 ais16 b8] ~ + b8[ e,8 g8] + cis,8[ fis16 e16 fis8] ~ + fis8[ eis8] fis8 + % 198 + gis8 a16([ gis16)] gis8 + gis16([ b16)] b16([ a16)] gis16([ a16)] + fis16([ a16)] a16([ gis16)] fis16([ eis16)] + fis4 cis8 + } + >> + } + + ItenorI = \relative c' { + \IglobalI + << + % { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + R4. + R4. + R4. + R4.*27 + R4. + R4. + d8 d8 d8 + d8 a8 r8 + R4. + r8 r8 a8 + a8 d16[ a16] fis16[ d16] + a'8 a8 r8 + r8 fis'8 d8 + r8 r8 d8 + d8 a8 r8 + R4. + d8 d8 d8 + d8 cis16[ b16] cis16[ d16] + e8 e8 e8 + e8 d16[ cis16 d8] + d8 d8 d8 + d8 d8 e8 + % 49 + a,16[ b16] cis8 d8 + e8 a,16[ b16 b16.\trill a64 b64] + cis8 cis8 dis8 + e8 e8 d8 + d8 g8 g8 + fis8 fis8 r8 + r8 a,16[ b16 b16.\trill a64 b64] + cis8 e8 gis8 + a8 a,8 a'8 + g8 c,8 c8 + b8([ a8 g8] + fis8) d8 r8 + r8 a'16[ cis16 b16.\trill a64 b64] + cis8 e8 b8 + b8 b8 r8 + b8 e8 g8 + g8([ ais,8 b8] + e8) ais,8 ais8 + b8 fis8 cis'8 + fis8 fis8 d8 ~ + d8 b8 fis'8 + b,8 b8 b8 + b8 a8 b8 + e4 e8 + fis8 a,8 cis8 + b8 b8 dis8 + e8 e8 b8 + a8 a8 r8 + d8 b8 e8 + fis16([ e16 d16 cis16 b16 a16] + e'8) d8 d8 + cis8 b8 e8 + cis4 r8 + R4.*7 + d8 d8 d8 + d8 a8 r8 + R4. + r8 r8 a8 + a8 d16[ a16] fis16[ d16] + a'8 a8 r8 + r8 fis'8 d8 + r8 r8 d8 + d8 a8 r8 + R4. + % 99 + d8 d8 d8 + d8 cis16[ b16] cis16[ d16] + e8 e8 e8 + e8[ d16 cis16] d8 + d8 d8 d8 + d8 d8 e8 + a,16[ b16] cis8 d8 + e4 r8 + r8 b16[ cis16 cis16.\trill b64 cis64] + d8 cis8 b8 + a8 a8 a'8 + a8 e8 b8 + b8 d8 r8 + r8 d16[ e16 e16.\trill d64 e64] + fis8 fis8 e8 + e8 b8 e8 + a,8 a16[ b16] b16.\trill[ a64 b64] + cis16([ d16 e8)] a,8 + r8 g16[ a16 a16.\trill g64 a64] + b8 b8 e8 + a,8[ d16 cis16 d8] + e8 e8 e8 + fis8([ dis8 e8] + fis8) dis8 dis8 + % 123 + e8 b8 b8 + b8([ e8)] g8 + g8 e8 b8 + e8 cis8 e8 + e8 d8 e8 + a,4 d8 + d8 b8 fis'8 + e8 b8 b8 + a8 a8 e'8 + d8 a8 r8 + g8 e8 a8 + b16([ a16 g16 fis16 e16 d16] + a'8.) d16 cis8 + a8 d8 e8 + fis4.\fermata + fis8 e16[ d16] cis16[ b16] + cis8 fis8 fis8 + fis8 b,8 e8 + e16([ d16 e16 fis16 e16 fis16] + % 142 + d16[ cis16)] b8 r8 + e8 d16[ cis16] b16[ a16] + gis8([ a16 b16 cis16 b16] + ais8) b8 r8 + g'8 fis16[ e16] d16[ cis16] + b8[ cis16 d16 e8] ~ + e8 a,8 r8 + R4. + e'8 d16[ cis16] b16[ a16] + b8 b8 e8 + e8[ d16 cis16 d8] ~ + d8 cis16[ b16] cis8 + d8 a8 r8 + e'8 d16[ cis16] b16[ a16] + d16[ cis16] d8 d8 + d16[ cis16 b16 a16 b16 cis16] + d4. ~ + d8 e8 g8 + fis16[ g16 fis16 e16 d16 fis16] + e16[ fis16 e16 d16 cis8] ~ + cis8[ b16 ais16 b8] + e16[ d16 cis16 b16 cis16 ais16] + b8 b8 r8 + cis8 d16[ cis16] b16[ ais16] + % 166 + b8[ fis'16 g16 fis16 e16] + d16[ e16 cis16 e16 d16 cis16] + b8 cis8 b8 + d8 e8 cis8 + d8 d8 r8 + R4.*15 + fis8 d8 fis8 + e8 gis,8 gis8 + e'8 e8 e8 + e8 e8 r8 + e8 e8 e8 + e8 e8 e8 + fis8 a,8 a8 + a8[ fis'8 e8] + d16[ cis16 b16 cis16 d8] + e16[ fis16 g16 fis16 e16 g16] + fis8[ fis,8 cis'8] + b8[ gis8] cis8 + % 198 + eis8 fis8 d8 + cis8 b8 cis8 + cis8 cis8 cis8 + a4 a8 + } + >> + } + + IbassI = \relative c { + \IglobalI + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + << + % { \transposedCueDuring #"t" #DOWN c { s4. s4. s4. } } + %\\ + % { \transposedCueDuring #"fv" #UP c { R4. R4. R4. } } + { \new Voice \with { fontSize = #-3 } \transpose fis fis, \flutesViolin } + { \new Voice \with { fontSize = #-3 } \transpose d d, \timpani } + >> + % R4.*27 + % \transposedCueDuring #"fv" #UP c { R4. R4. } + d8 d8 d8 + d8 a8 r8 + R4. + r8 r8 a'8 + a8 d16[ a16] fis16[ d16] + a'8 a8 r8 + r8 d8 d,8 + r8 r8 d'8 + d8 d,8 r8 + R4. + d8 fis8 d8 + a'8 a,8 a'8 + a8 cis8 a8 + d8[ d,8] d'8 + fis,8 d8 fis8 + g8 fis8 e8 + % 49 + d'8 cis8 b8 + a4 r8 + R4. + r8 e16[ fis16 fis16.\trill e64 fis64] + g8 g8 a8 + b8 b8 cis8 + d8 cis8 b8 + a8 a8 r8 + r8 cis,16[ dis16 dis16.\trill cis64 dis64] + e8 e8 fis8 + g8[ fis8 e8] + d8 d8 e8 + fis16[ e16 fis16 a16 gis16 b16] + a16[ gis16 a16 b16 a16 b16] + g8 g8 fis8 + e8 e8 d8 + cis16[ b16 cis16 d16 b16 cis16] + ais16[ g'16 fis16 g16 e16 fis16] + d8 d'8 cis8 + b4 a8 + gis8 gis8 fis8 + e8 e8 d8 + cis8 cis'8 b8 + % 72 + a4 gis8 + fis8 fis8 e8 + dis8 dis8 b8 + e8 e8 d8 + cis8 cis8 r8 + d8 d'8 cis8 + b8[ fis8 a8] + gis8. fis16 e8 + a8 d,8 e8 + a4 r8 + R4.*7 + d,8 d8 d8 + d8 a8 r8 + R4. + r8 r8 a'8 + a8 d16[ a16] fis16[ d16] + a'8 a8 r8 + r8 d8 d,8 + r8 r8 d'8 + d8 d,8 r8 + R4. + % 99 + d8 fis8 d8 + a'8 a,8 a'8 + a8 cis8 a8 + d8[ d,8] d'8 + fis,8 fis8 fis8 + g8 fis8 e8 + d'8 cis8 b8 + a8 e16[ fis16 fis16.\trill e64 fis64] + g8 fis8 e8 + b'8 a8 g8 + fis8 e8 d8 + a'8 a,8 r8 + r8 b'16[ cis16 cis16.\trill b64 cis64] + d8 c8 b8 + a8 fis8 gis8 + a8 a8 g8 + fis8[ e8 d8] + cis8 a8 r8 + r8 e'16[ fis16 fis16.\trill e64 fis64] + g8 fis8 e8 + d8[ cis8 b8] + a8 a'8 g8 + fis16[ e16 fis16 g16 e16 fis16] + dis16[ c'16 b16 c16 a16 b16] + % 123 + g8 g8 fis8 + e4 d8 + cis8 cis'8 b8 + a8 a8 g8 + fis8 fis8 e8 + d4 cis8 + b8 b'8 a8 + gis8 gis8 e8 + a,8 a'8 g8 + fis8 fis8 r8 + g8 g8 fis8 + e8[ b8 d8] + cis8. b16 a8 + d8 fis8 a8 + d,4.\fermata + R4. + cis'8 b16[ a16] g16[ fis16] + b8 e8 g,8 + fis8 gis8 ais8 + % 142 + b8[ a16 g16 fis16 e16] + a8[ b16 cis16 d8] ~ + d8[ cis16 b16 a16 g16] + fis8[ gis16 ais16 b8] ~ + b8[ a16 g16 fis16 e16] + d8[ e16 fis16 g8] ~ + g8[ fis16 e16 d16 cis16] + b8[ cis16 d16 e8] + a,8[ b16 cis16 d8] ~ + d8[ e16 fis16 g8] ~ + g8 fis8 b8 + e,8 a8 a,8 + d8 d8 r8 + R4. + b'8 a16[ gis16] fis16[ e16] + a4. ~ + a8 d,8 r8 + g8 fis16[ e16] d16[ cis16] + fis8[ g16 a16 b8] + e,8 a8 a,8 + d8[ e16 fis16 g8] + cis,8 fis8 fis8 + b,8[ cis16 d16 e8] ~ + e8[ d8 g8] ~ + % 166 + g8[ fis8 b8] ~ + b8[ a8 d8] + gis,8 ais8 b8 + g8 e8 fis8 + b,8 b8 r8 + R4.*15 + b'8 d8 b8 + gis8 e8 d8 + cis8 cis'8 b8 + a8 a,8 r8 + e'8 e8 d8 + cis8 a8 g'8 + fis8 fis8 e8 + d8[ d'8 cis8] + b16[ ais16 b8 gis8] + cis,8[ cis'8 b8] + ais16[ gis16 ais8 fis8] + b,8[ b'8] a8 + % 198 + gis8 dis8 fis8 + eis8 gis8 b8 + a8 a,8 cis8 + fis4 + fis8 + \once \override Score.RehearsalMark #'direction = #DOWN + \mark\markup{ \italic "Da capo" } + } + >> + } + % }}} + + % Nr. 5 % {{{ + IsopranII = \relative c' { + \IglobalII + << + { \meta } + %\sopranArt + %the actual tune + { + \repeat volta 2 { + e4 a4 g4 f4 e4 d2 e4\fermata + b'4 c4 c4 b8([ c16 d16)] b4 a2. + } + c4 b8[ a8] g4 a4 b4 c2 c4\fermata + g4 a4 g4 f8([ e8)] f4 e2.\fermata + c'4 b8([ c8)] d4 c4 b4 a2 b4\fermata + e,4 f4 e4 d4 g8[ f8] e2.\fermata + \bar "|." + } + >> + } + + IaltII = \relative c' { + \IglobalII + << + { \meta } + %\altArt + %the actual tune + { + e8([ d8)] c8([ d8)] d8([ e8)] e8([ d8)] d8([ c8)] + c4( b8[ a8)] b4 + e4 e4 a4 a4 gis4 e2. + a8[ g8] f4 e8[ d8] c4 f4 f4( e8[ d8)] e4 + e4 f4 bes,8([ a8)] a8([ g8)] a8([ d8)] cis2. + d4 d4 g4 g8[ fis8] g4 g4( fis4) g4 + g4 c,8[ d8] c4 f,4 d'4 d4( c4 b4) + } + >> + } + + ItenorII = \relative c' { + \IglobalII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + gis4 a4 b4 c8([ d8)] g,4 a8([ gis8] a4) gis4\fermata + gis4 a8[ b8] c4 f4 e8[ d8] c2. + e4 d8[ c8] b4 a8([ g8)] f8([ g8)] a4( g8[ f8)] g4\fermata + c4 c8([ d8)] e4 d8([ cis8)] d8([ gis,8)] a2.\fermata + a4 g8[ a8] b4 c8[ d8] e4 e4( d4) d4\fermata + c4 c8([ b8)] b8([ a8)] a4 g8[ a8] b4( a4 gis4)\fermata + } + >> + } + + IbassII = \relative c { + \IglobalII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + e4 f4 g4 a8[( b8]) c4 f,2 e4\fermata + e4 a8[ g8] f8[ e8] d8[ b8] e4 a,2. + a'4 d,4 e4 f8[ e8] d4 a8[( b8] c4) c4\fermata + c4 f8[( e8]) d8[( cis8]) d4 d4 a2.\fermata + fis'4 g4. fis8 e4. d8 c8[( a8] d4) g,4\fermata + c8[ b8] a8[ b8] c4 c8[ b8] b8[ a8] gis4( a4 e'4)\fermata + } + >> + } + % }}} + + % Nr. 9 % {{{ + fpIII = { + \IglobalIII + s4 + s1 + s2. r4 + R1 + r4 s2. + s1 + s4 r4 r2 + r2 r4 s4 + s1 + s2. r4 + R1 + r4 s2. + s1 + s4 r4 r2 + R1 + r2 r4\fermata + } + + IsopranIII = \relative c'' { + \IglobalIII + << + { \meta } + %\sopranArt + %the actual tune + { + d4 + cis4 b4 cis4 a4 + b4 cis4 d4 s4 + s1 + s4 d4 d4 a4 + a4 fis8[ g8] a4 g4 + fis4 s4 s2 + s2 s4 fis4 + b4 b4 a8[ b8] cis4 + d8[ cis8] b4 a4 s4 + s1 + s4 d4 cis4 b4 + a4 b8[ a8] g8[ fis8] e4 + d4 s4 s2 + s1 + s2 s4 + } + >> + } + + IaltIII = \relative c'' { + \IglobalIII + << + { \meta } + %\altArt + %the actual tune + { + a4 + a8[ gis8] fis4 e4 fis8[ e8] + d4 e4 fis4 s4 + s1 + s4 fis8[ g8] a8[ g8] fis4 + e4 d4 d4 e4 + d4 s4 s2 + s2 s4 d8[ e8] + fis4 e4 e8([ gis8)] a4 + a4 a8([ gis8)] e4 s4 + s1 + s4 fis8([ e8)] e8([ fis8)] fis8([ e8)] + cis8([ d8)] b8([ cis8)] d4. cis8 + a4 s4 s2 + s1 + s2 s4 + } + >> + } + + ItenorIII = \relative c' { + \IglobalIII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + fis4 + e4 d4 cis4 d8[ cis8] + b8[ a8] g4 a4 r4 + R1 + r4 a4 d4 d4 + cis4 c8[ b8] a4 a4 + a4 r4 r2 + r2 r4 a4 + a4 gis4 a8[ d8] cis8[ b8] + a8[ cis8] fis8[ e8] cis4 r4 + R1 + r4 d8([ b8)] b8([ a8)] a8([ g8)] + a4 g8[ fis8] e4 a8[ g8] + fis4 r4 r2 + R1 + r2 r4\fermata + } + >> + } + + IbassIII = \relative c { + \IglobalIII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + d4 + a'4. gis8 a8[ g8] fis4 + g8[ fis8] e4 d4 r4 + R1 + r4 d8[ e8] fis4 fis8[ g8] + a4 a8[( g8]) fis8[( e8]) d8[( cis8]) + d4 r4 r2 + r2 r4 d4 + dis4 e8[ d8] cis8[ b8] a4 + fis'8[( e8]) d8[( e8]) a,4 r4 + R1 + r4 b'8[ e,8] a4 d,8[( g8]) + g8[( fis8]) g8[( a8]) b8[( g8]) a8[( a,8]) + d4 r4 r2 + R1 + r2 r4\fermata + \bar "|." + } + >> + } + % }}} + +\include "parts/Itexte.ly" + + % Coro I % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \frauenPausen << \IsopranI \\ \IaltI >> >> } + % \new Voice = "soprane" { \IglobalI \voiceOne \IsopranI } + % \new Voice = "alti" { \IglobalI \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \ItenorI } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IbassI } + %\addlyrics { \bassText } + >> + + Icoro = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IbassTextI + >> + % }}} + + % Choral II % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \IsopranII \\ \IaltII >> } + % \new Voice = "soprane" { \IglobalII \voiceOne \IsopranII } + % \new Voice = "alti" { \IglobalII \voiceTwo \IaltII } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \ItenorII } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IbassII } + %\addlyrics { \bassText } + >> + + IchoralI = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IbassTextII + >> + % }}} + + % Choral III % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \fpIII << \IsopranIII \\ \IaltIII >> >> } + % \new Voice = "soprane" { \IglobalI \voiceOne \IsopranI } + % \new Voice = "alti" { \IglobalI \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \ItenorIII } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IbassIII } + %\addlyrics { \bassText } + >> + + IchoralII = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IbassTextIII + >> + % }}} + diff --git a/wo/parts/II.ly b/wo/parts/II.ly new file mode 100644 index 0000000..7f20f23 --- /dev/null +++ b/wo/parts/II.ly @@ -0,0 +1,811 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.14" + \include "dynArt.ly" + + % global defs % {{{ + IIglobalI = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \partial 4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IIglobalII = { + \key c \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \partial 4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IIglobalIII = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 2/2 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IIglobalIV = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 12/8 + \partial 4. + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + % }}} + +% Die Stimmen + + % Nr. 12 % {{{ + meta = { + \repeat volta 2 { + s4 s1 s2 s4\fermata s4 s1 s2. + } + s4 s1 s2 s4\fermata s4 s1 s2 s4\fermata s4 + s1 s2 s4\fermata s4 s1 s2 s4\fermata + \bar "|." + } + + IIsopranI = \relative c'' { + \IIglobalI + << + { \meta } + %\sopranArt + %the actual tune + { + g4 + g4 a4 b8[ cis8] d4 + d4 cis4 d4 b4 + c4 b4 a4 b4 + a2 g4 + a4 + a4 b4 c4 c4 + b8([ a8]) b4 a4 b4 + b4 b4 c8([ d8]) e4 + e4 dis4 e4 fis4 + g4 b,4 c4 b4 + a2 a4 d4 + e4 d4 c4 b8[ c8] + a2 g4 + } + >> + } + + IIaltI = \relative c' { + \IIglobalI + << + { \meta } + %\altArt + %the actual tune + { + d4 + e4 fis4 d8[ e8] fis4 + e8[ fis8] g4 fis4 fis4 + e4 d8[ e8] fis4 g4 + g4( fis4) d4 + fis8[ g8] + a4. gis8 a8([ gis8]) a4 + a4 gis4 e4 e8[ dis8] + e4 e4 e8([ fis8]) g8([ fis8]) + fis8([ g8]) a4 g4 a4 + g8[ a8] b4 b8([ a8]) a8([ g8]) + g2 fis4 g8[ fis8] + e4 fis4 g8([ a8]) d,4 + e4( d4) d4 + } + >> + } + + IItenorI = \relative c' { + \IIglobalI + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + b4 + b8[ c8] ~ c8 d8 b8[ a8] a4 + a4 a4 a4 b8[ a8] + g8[ a8] b8[ c8] d4 d4 + d4.( c8) b4 + d8[ e8] + fis8[ e8] d4 e4 fis4 + b,4 e8[ d8] c4 g8[ a8] + b8[ c8] d8[ e8] c4 cis4 + b4 b4 b4 d4 + d4 g4 g,8([ a8]) b4 + e8([ d8 e8 cis8]) d4 d4 + d8([ c8]) c8([ b8]) b8([ a8]) g4 + g8([ fis16 e16] fis4) b4 + } + >> + } + + IIbassI = \relative c' { + \IIglobalI + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + g8[ fis8] + e4 d4 g4 fis8[ g8] + a4 a,4 d4 dis4 + e8[ fis8] g8[ c,8] c'8[ b8] a8[ g8] + d'4( d,4) g4 + d4 + d'8[ c8] b4 a4 dis,4 + e4 e4 a,4 e'8[ fis8] + g4 gis4 a4 ais4 + b4 b,4 e4 d'8[ c8] + b8[ a8] g8[ fis8] e8[ fis8] g8[ e8] + cis8[ b8 cis8 a8] d4 b4 + c4 d4 e8[ f8] g4 + c,4( d4) g,4 + } + >> + }% }}} + + % Nr. 17 % {{{ + meta = { + s4 s1 s2 s4\fermata s4 s1 s2 s4\fermata s4 + s1 s2 s4\fermata s4 s1 s2 s4\fermata + \bar "|." + } + IIsopranII = \relative c'' { + \IIglobalII + << + { \meta } + %\sopranArt + %the actual tune + { + c4 + b4 a4 b8[ a8] g4 + a4 b4 c4 c4 + c4 g4 g8[ f8] e8[ f8] + g4 f4 e4 e4 + a4 a4 g8[ a8] b4 + c8[ b8] a4 g4 c4 + b4 a4 g4 a8[ g8] + f8[ e8] d4 c4 + } + >> + } + + IIaltII = \relative c'' { + \IIglobalII + << + { \meta } + %\altArt + %the actual tune + { + g4 + g8[ f8] e4 fis4 e8[ d8] + c4 d4 e4 e4 + e4 e4 d4 c4 + c4 c4 c4 c4 + c4 f8[ e8] d8[ c8] b4 + a8[ e'8] f4 e4 a4 + a8[ g8] f4 e4. d8 + c4. b8 g4 + } + >> + } + + IItenorII = \relative c' { + \IIglobalII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + e4 + d4. c8 b4 c8[ b8] + a8[ g8] f4 g4 a4 + a8[ b8] c4 b8[ a8] g8[ a8] + bes4. a8 g4 c8[ bes8] + a8[ g8] f4 f4 g8[ f8] + e8[ c8] c'4 c4 e4 + e8[ b8] c4 b4 a8[ b8] + c8[ a8] d,8[ g8] e4 + } + >> + } + + IIbassII = \relative c { + \IIglobalII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + c4 + g'4 a4 dis,4 e4 + f8[ e8] d4 c4 a8[ b8] + c8[ d8] e8[ f8] g8[ a8] bes4 + e,4 f4 c4 a'8[ g8] + f8[ e8] d8[ c8] b8[ a8] g4 + a4. b8 c4 c8[ d8] + e4. d8 ~ d8 c4 b8 + a16([ b16 c8]) g'8[ g,8] c4 + } + >> + }% }}} + + % Nr. 21 % {{{ + meta = { s8 } + IIsopranIII = \relative c'' { + \IIglobalIII + << + { \meta } + %\sopranArt + %the actual tune + { + d4( g2) fis8 e8 + d4 d2 c8[ b8] + a4 fis'2 e8 d8 + cis8[ e8] fis16[ g16 a8] ~ a8 g4 fis8 + e8[ d16 cis16] d4. cis16[ b16] cis8[ d16 e16] + fis4. e16[ fis16] g4 fis8 fis8 + fis4 e8 e8 e4 d4 ~ + d8 d8 cis8 cis8 d8.([ e16] cis4) + d4 r4 r2 + R1 + b4 e2 d8 c8 + b4 r8 e8 c4 c8 c8 + b4. a16[ g16] c8[ b16 a16] b4 + b4 r4 r4 b4( + e4) fis8 b,8 g'4 a8 g8 + fis2 ~ fis8[ g16 a16] fis4\trill + e4 r4 a,4 d4 ~ + d8[ c8] d8 b8 c4 r4 + a4 d2 c8[ b8] + % + a4. b16[ c16] b8[ cis16 d16] cis8 b8 + ais8 fis'4 b,8 cis2 ~ + cis8 b16([ ais16)] b8 g'8 fis4. g16[ fis16] + e4. fis16[ e16] d4. e16[ d16] + cis4. d8 e8 d16[ cis16] cis4\trill + b4 r8 g8\p c2( + b2 a8[ g8)] a8 b8 + g8[ fis8] e8 gis8 a4( b8[ a8] + gis4 a2) gis8 gis8 + a8 e8 a2 g4 ~ + g4 f4 e8[ a8] a8 g8 + f8 d8 d'8\f c8 b8[ c8] d8 b8 + e8([ d16 c16 b8)] e8 c16[ b16 c16 d16] e16[ d16 c16 b16] + a8 a8 r8 fis'8 g8([ fis16 e16 d8)] d8 + % + d16[ cis16 d16 e16] d16[ g16 fis16 g16] e2\trill + d4 r4 r2 + R1 + r2 r4 fis8 e8 + d8([ e8)] fis8 d8 g8[ fis16 e16 d8] g8 + e16[ d16 e16 fis16] g16[ fis16 e16 d16] c16[ b16 c16 d16] e16[ d16 c16 b16] + a16[ g16 a16 b16] c16[ d16 b16 c16] d16[ c16 d16 e16] fis16[ g16 e16 fis16] + g16[ a16 g16 fis16] e4 ~ e16[ f16 e16 d16] c4 ~ + c16[ d16 c16 b16] a4 ~ a16[ g16 a16 b16] c16[ b16 a16 g16] + fis8 d8 d'8 c8 b8([ c8)] d8 b8 + e8[ d16 c16 b8] e8 c16[ b16 c16 d16] e16[ d16 c16 b16] + a16[ g16 a16 b16] c16[ b16 a16 g16] fis8 fis8 r4 + % + r2 r4 e'8 d8 + c8[ d8] e8 c8 f8[ e16 d16 c8] f8 + d16[ c16 d16 e16] f16[ e16 d16 c16] b16[ a16 b16 c16] d16[ e16 f16 d16] + e8 c8 r4 r2 + b4( e2) d8 c8 + b4 g'2 fis8 e8 + d4 d2 c8[ b8] + a8 d4 c16[ b16] e4 d4 ~ + d4. c16[ b16] a4 g8 g8 + c4 c8 d8 b4. c16[ d16] + e4. d16[ c16] b8 g'4 fis8 + g4 f4\p e2( + d2 c2 ~ + c4) b8 d8 g,8[ fis8] g4 + d'2( e4) fis8 fis8 + g8 g,8 r4 r4 e'8\f d8 + c8[ d8] e8 c8 d8[ c16 b16 a8] d8 + b16[ a16 b16 c16] d16[ c16 b16 a16] g2 ~ + g2. fis4 + g1 + } + >> + } + + IIaltIII = \relative c' { + \IIglobalIII + << + { \meta } + %\altArt + %the actual tune + { + r2 e4( a4 ~ + a4) g8 fis8 e4 e4 ~ + e4 d8[ c8] b4 g'4 ~ + g4 fis8 e8 d4 r4 + e8 a4 g16[ fis16] b4 a4 ~ + a4. g16[ fis16] e4 d8 d8 + g4 g8 g8 fis4. g16[ a16] + b4. a16[ g16] fis8.[ g16] e4 + fis8[ g8 a8 fis8] g8[ fis8 e8 fis16 g16] + a8[ g8 fis8 e8] d4 g4 ~ + g8[ fis8] e8 g8 a4 r4 + e4 b'2 a8[ g8] + fis8[ e16 dis16] e4. dis16[ cis16] dis8[ e16 fis16] + g4. fis16[ g16] a4 g8 g8 + g4 fis8 fis8 fis4 e4 ~ + e8 e8 dis8 dis8 e8.[ fis16] d4 + e4 r4 r2 + e4 b'2 a8[ g8] + fis8[ e8 d8 e16 fis16] g8[ fis8 e8 fis16 g16] + % + a8[ g8 fis8 e8] d8[ e16 fis16] g8 g8 + fis4 r8 d8 g8[ e8 cis8 d16 e16] + fis4. e16[ d16] cis8[ ais'8] b8 b8 + b4 fis4. fis8 b8[ a8] + g4 fis4 e8 g8 fis8[ e8] + dis8 fis8\p b2 a4 ~ + a4 g4 fis4 fis8 fis8 + e4 e8 c'8 f,2( + e2 d8[ c8)] d8 e8 + c8[ b8] a8 cis8 d4( e8[ d8] + cis4 d2) cis8 cis8 + d4 d4 r4 g8\f f8 + e8[ fis8] g8 e8 a8([ g16 fis16 e8)] a8 + fis16([ e16 fis16 g16] a16[ g16 fis16 e16] d8) d8 r8 g8 + % + g8 fis8 e4 ~ e16[ d16 e16 fis16] g16[ fis16 g16 e16] + a8 d,8 a'8 g8 fis8[ g8] a8 fis8 + b8[ a16 g16 fis8] b8 g16[ fis16 g16 a16] b16[ a16 g16 fis16] + e4 ~ e16[ fis16 g16 e16] a16[ gis16 a16 b16] cis4 ~ + cis8[ fis,8] b4 ~ b16[ a16 b16 c16] d16[ c16 d16 b16] + g8 g8 r4 r4 a8 g8 + fis8[ g8] a8 fis8 b8([ a16 g16 fis8)] b8 + g16[ fis16 g16 a16] b16[ a16 g16 fis16] e16[ d16 e16 fis16] g16[ fis16 e16 d16] + c16[ b16 c16 d16] e16[ d16 c16 b16] a8 a8 r8 e'8 + fis8[ g8] a8 fis8 b16[ a16 g16 a16 b8] g8 + g2 ~ g8[ fis8] e4 ~ + e16[ d16 c16 b16] a8[ a'8] ~ a16[ g16 fis16 g16] a16[ g16 fis16 g16] + % + e8 b8 b'8 a8 g8[ a8] b8 g8 + c8[ b16 a16 g8] c8 a2 ~ + a8[ g8] f4 ~ f8[ e8 d8] g8 + g4( c2) b8 a8 + g4 g2 f8[ e8] + d4 b'2 a8[ g8] + fis8[ d8] g4 ~ g8[ a16 b16 a8 g8] + fis8[ d8 b'8 a16 g16] a2 ~ + a8[ g16 fis16 g8 e8] a8[ fis8] d8 d8 + g4 a8 a8 a4 g4 ~ + g8 g8 fis8 fis8 g8.([ c16] a4) + b4 r8 d,8\p( g4 a8[ g8] + fis4 g8[ fis8] e4) fis8 fis8 + g4 g8 f8 e8[ d8] e4 + fis4( g2) a8 a8 + b8 d,8 g8\f f8 e8[ fis8] g8 e8 + a8[ g16 fis16 e8] a8 fis16[ e16 fis16 g16] a16[ g16 fis16 e16] + d4. e16[ fis16] g16[ fis16 e16 d16] cis8[ d8] + e2 d2 + d1 + } + >> + } + + IItenorIII = \relative c' { + \IIglobalIII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + b8[ c8 d8 b8] c8[ b8 a8 b16 c16] + d8[ c8 b8 a8] g4 c4 ~ + c4 b8 a8 g4 e'4 ~ + e4 d8 cis8 b4 e8[ d8] + cis8[ a8 fis'8 e16 d16] e2 ~ + e8[ d16 cis16] d8[ b8] e8[ cis8] a8 a8 + d4 a'8 a8 a8 a,8 d8 e16[ fis16] + e4. e8 d8 b8 a4 + a4 r4 b4 e4 ~ + e4 d8[ c8] b8[ c8] d4 ~ + d4 c8[ b8] a4 d4 ~ + d8[ c8 d8 b8] c16[ e16 fis16 g16] fis8[ e8] + dis8[ b8 e8 fis16 g16] fis2 ~ + fis8[ e16 dis16] e8[ dis16 e16] fis8[ dis8] e8 b8 + a8 a'4 fis8 b,8[ c16 d16 e8 d8] + c8[ d16 c16] b8[ c16 b16] a4 r4 + b4 e2 d8 c8 + b4 gis'8 e8 e8[ d8] c4 ~ + c8[ b8] a4 r2 + % + a4 fis'2 e8[ d8] + cis8[ b16 ais16] b4. ais16[ gis16] ais8[ b16 cis16] + d4. cis16[ d16] e4 d8 d8 + d4 cis8 cis8 cis4 b4 ~ + b8 b8 ais8 ais8 b8.([ cis16] ais4) + b4 r8 dis8\p e4( fis8[ e8] + dis4 e2) dis8 dis8 + b8 b8 e2 d4 ~ + d4 c4 b4 b8 b8 + a4 a8 fis'8 bes,2( + a2 g8[ f8)] e8 a8 + a4 a4 r2 + R1 + r4 d8\f c8 b8[ c8] d8 b8 + % + e8[ d16 c16 b8] e8 cis16[ b16 cis16 d16] e16[ d16 cis16 b16] + a16[ g16 a16 b16] cis8 a8 r4 d8 c8 + b8[ c8] d8 b8 e8([ d16 cis16 b8)] e8 + cis16[ b16 cis16 d16] e16[ d16 cis16 b16] a4 ~ a16[ b16 cis16 a16] + fis8 fis8 r8 d'8 d8 g4 b,8 + c8 c8 c8 b8 a8[ b8] c8 a8 + d8[ c16 b16 a8] d8 b16[ a16 b16 c16] d16[ c16 d16 b16] + e16[ d16 e16 fis16] g16[ fis16 e16 d16] c16[ b16 c16 d16] e16[ d16 c16 b16] + a16[ g16 a16 b16] c16[ b16 a16 g16] d'16[ a16] d4\trill cis8 + d4 r8 d8 d8[ e8] f8 d8 + c8([ b16 a16 g8)] c8 e4. dis16[ e16] + fis4 ~ fis16[ g16 fis16 e16] dis16[ cis16 dis16 e16] fis16[ e16 dis16 cis16] + % + b8[ e16 fis16] dis4\trill e8 b8 e4 ~ + e4. e8 d8[ c16 b16] a16[ b16 c16 a16] + d4 ~ d16[ e16 f16 d16] g4. b,8 + c4 r4 a4 d4 ~ + d4 c8 b8 a4 a4 ~ + a4 g8[ fis8] e4 c'4 ~ + c4 b8 a8 g8 e'4( d16[ c16] + d8) fis,8 g4 ~ g8[ fis16 e16 fis8 g16 a16] + b4. a16[ b16] c4 b8 b8 + b4 a8 a8 b8[ c16 d16] e4 ~ + e8 a,8 a8 a8 g8([ e'8] d4) + d8 g,8\p d'2 c4 ~ + c4 b2 a8 a8 + d4 d8 g,8 e'2( + d2 c4) c8 c8 + d4 d4 r4 c8\f b8 + a8[ b8] c8 e8 d8 a8 d4( ~ + d16[ e16 d16 c16] b2 bes4 ~ + bes4 a4. g8[ a8 b16 c16)] + b1 + } + >> + } + + IIbassIII = \relative c' { + \IIglobalIII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + g8([ a8 b8 g8] a8[ b8 c8 a8] + fis4 b2) a8 g8 + fis4 d'2 cis8[ b8] + a8[ g8 a8 fis8] g8[ d8] g4 ~ + g8[ fis16 e16 fis8 b8] g8[ e8 a8 g8] + fis8[ g16 a16 b8 e8] cis8[ a8 d8 cis8] + b8[ a16 b16] cis8[ b16 cis16] d8[ cis8] b8 a8 + g4 a8 a8 b8([ g8)] a4 + a4( d2) c8 b8 + a4 a2 g8[ fis8] + e8[ fis8 g8 e8] fis8[ gis8 a8 fis8] + gis8[ a8 b8 gis8] a8[ e8] a4 ~ + a8[ g16 fis16 g8 c8] a8[ fis8 b8 a8] + g8[ a16 b16 c8 a8] dis8[ b8 e8 d8] + cis8[ b16 cis16] dis8[ cis16 dis16] e8[ d8] c8 b8 + a8 g16([ a16 b8)] a16[ b16] c8([ a8 b8 b,8)] + e4 g8 e8 fis8[ g8 a8 fis8] + gis8[ a16 b16] e,4 e4 a4 ~ + a8[ g8 a8 d,8] g8[ b8] e4 ~ + % + e4 d8 fis,8 g8 b,8 e4 ~ + e8[ d16 cis16 d8 g8] e8[ cis8 fis8 e8] + d8[ e16 fis16 g8 e8] ais8[ fis8 b8 a8] + gis8[ fis16 gis16] ais8[ gis16 ais16] b8[ a8] g8 fis8 + e4 fis8 fis8 g8([ e8] fis4) + b,4 r4 r2 + r4 b4\p b4 b8 b8 + e4 e4 r2 + r4 e4 e4 e8 e8 + a,4 a4 r2 + r4 a4 a4 a8 a8 + d4 d4 r2 + R1 + r2 r4 g8\f fis8 + % + e8[ fis8] g8 e8 a8[ g16 fis16 e8] a8 + fis16[ e16 fis16 g16] a16[ g16 fis16 e16] d16[ cis16 d16 e16] fis16[ e16 fis16 d16] + g16[ fis16 g16 a16] b16[ a16 g16 fis16] e16[ d16 e16 fis16] g8[ e8] + a8 a,8 a'8 g8 fis8[ g8] a8 fis8 + b8[ a16 g16 fis8] b8 g16[ fis16 g16 a16] b16[ a16 b16 g16] + c8 c,8 r4 r2 + R1 + R1 + r2 r4 fis8 e8 + d8([ e8)] fis8 d8 g8([ fis16 e16 d8)] g8 + c,16([ b16 c16 d16] e16[ d16 c16 b16] a8) a8 a'8 g8 + fis8[ g8] a8 fis8 b8([ a16 g16 fis8)] b8 + % + g16[ fis16 g16 a16] b16[ a16 g16 fis16] e16[ dis16 e16 fis16] g16[ fis16 g16 e16] + a16[ g16 a16 b16] c16[ b16 c16 a16] d8 d,8 r8 a'8 + b8[ c8] d8 b8 g16([ fis16 g16 a16 b8)] g8 + c8 c,8 r4 r2 + r2 c4 f4 ~ + f4 e8 d8 c4 a'4 ~ + a4 g8[ fis8] e8[ g8] c4 ~ + c8[ b16 a16 b8 e8] c8[ a8 d8 c8] + b8[ c16 d16 e,8 a8] fis8[ d8 g8 fis8] + e8[ d16 e16] fis8[ e16 fis16] g8[ fis8] e8 d8 + c4 d8 d8 e8([ c8] d4) + g4 r4 r2 + r4 g4\p g4 g8 g8 + g8 g,8 d''2 c4 ~ + c4 b2 a8 a8 + g4 g,4 r2 + r4 c8\f a8 d8[ e8] fis8 d8 + g16([ fis16 g16 a16] b16[ a16)] g16[ fis16] e16([ d16 e16 fis16] g16[ fis16 e16 d16] + cis2 d2) + g,1 + \bar "|." + } + >> + } + % }}} + + % Nr. 23 % {{{ + frauenPausen = { + s4. + s1. + s2. s4. r4. + R1. + r4. s4. s2. + s1. + s4. r4. r2. + r2. r4. s4. + s1. + s2. s4. r4. + R1. + r4. s4. s2. + s1. + s4. r4. r2. + R1. + } + + IIsopranIV = \relative c''' { + \IIglobalIV + << + { \meta } + %\sopranArt + %the actual tune + { + g4. + fis4. e4. fis4. d4. + e4. fis4. g4. s4. + s8*12 + s4. g4. g4. d4. + d4( c8) b4( c8) d4. c4. + b4. s4. s2. + s2. s4. b4. + e4. e4. d4( e8) fis4. + g4( fis8) e4. d4. s4. + s8*12 + s4. g4. fis4. e4. + d4. e4( d8) c4( b8) a4. + g4. s4. s2. + s8*12 + } + >> + } + + IIaltIV = \relative c'' { + \IIglobalIV + << + { \meta } + %\altArt + %the actual tune + { + b4. + a4. b4( a8) a4. g4. + g4( c8) b4( a8) b4. s4. + s8*12 + s4. b4. b4. b4. + a4. g4. a4( e8) e8.([ g16 fis8)] + g4. s4. s2. + s2. s4. g4. + g4. g4( a8) b4( a8) a4( b8) + b4( a8) b4( a8) a4. s4. + s8*12 + s4. b4. c4( b8) b4( a8) + a4( g8) g4. g4. g4( fis8) + d4. s4. s2. + s8*12 + } + >> + } + + IItenorIV = \relative c' { + \IIglobalIV + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + d4. + d4. d4( cis8) d4( c8) c4( b8) + b4( a8) d4. d4. r4. + R8*12 + r4. d4. e4. fis4( g8) + d4. d4( e8) a,4( b8) c8.([ e16 dis8)] + e4. r4. r2. + r2. r4. e4. + e4( d8) c4. b4( cis8) d4. + g,4( d'8) d4( cis8) fis4. r4. + R8*12 + r4. e4. e4( d8) d4( c8) + c4( b8) c4( b8) c4( d8) e4( d8) + b4. r4. r2. + R8*12 + } + >> + } + + IIbassIV = \relative c' { + \IIglobalIV + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + g4. + d'4. g,4( a8) d,4. g4. + c,4. d4. g,4. r4. + R8*12 + r4. g'4( fis8) e4. b'4. + fis4. g4( e8) fis4( gis8) a4. + e4. r4. r2. + r2. r4. e4( d8) + c4( d8) e4( c8) g'4. fis4( b8) + e,4( fis8) g4( a8) d,4. r4. + R8*12 + r4. e4( g8) a4( b8) g4( a8) + fis4( g8) c,4( d8) e4( d8) c4( d8) + g,4. r4. r2. + R8*12 + \bar "|." + } + >> + } + % }}} + +\include "parts/IItexte.ly" + + % choral I % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \IIsopranI \\ \IIaltI >> } + % \new Voice = "soprane" { \IglobalI \voiceOne \IsopranI } + % \new Voice = "alti" { \IglobalI \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IItenorI } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIbassI } + %\addlyrics { \bassText } + >> + + IIchoralI = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIbassTextI + >> + % }}} + + % choral II % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \IIsopranII \\ \IIaltII >> } + % \new Voice = "soprane" { \IglobalII \voiceOne \IsopranII } + % \new Voice = "alti" { \IglobalII \voiceTwo \IaltII } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IItenorII } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIbassII } + %\addlyrics { \bassText } + >> + + IIchoralII = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIbassTextII + >> + % }}} + + % chorus III % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \IIsopranIII \\ \IIaltIII >> } + % \new Voice = "soprane" { \IglobalI \voiceOne \IsopranI } + % \new Voice = "alti" { \IglobalI \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IItenorIII } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIbassIII } + %\addlyrics { \bassText } + >> + + IIchorusIII = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIbassTextIII + >> + % }}} + + % chorus IV % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \frauenPausen << \IIsopranIV \\ \IIaltIV >> >> } + % \new Voice = "soprane" { \IglobalI \voiceOne \IsopranI } + % \new Voice = "alti" { \IglobalI \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IItenorIV } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIbassIV } + %\addlyrics { \bassText } + >> + + IIchorusIV = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIbassTextIV + >> + % }}} + diff --git a/wo/parts/III.ly b/wo/parts/III.ly new file mode 100644 index 0000000..1a0807d --- /dev/null +++ b/wo/parts/III.ly @@ -0,0 +1,1051 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.14" + \include "dynArt.ly" + + % global defs % {{{ + IIIglobalI = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 3/8 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IIIglobalII = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IIIglobalIII = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \partial 4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IIIglobalIV = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IIIglobalV = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \partial 4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + % }}} + +% Die Stimmen + + % Nr. 24 % {{{ + frauenPausen = { + \IIIglobalI + R4.*16 + R4.*4 + s4.*28 + R4.*16 + R4.*4 + s4.*28 + } + + IIIsopranI = \relative c'' { + \IIIglobalI + << + { \meta } + %\sopranArt + %the actual tune + { + s4.*16 + s4. + s4. + s4. + s4. + e8 e8 e8 + cis8 a16[ b16] cis16[ d16] + e8 cis16[ d16] e16[ fis16] + g8[ a16 g16 fis16 e16] + fis16[ e16 d16 fis16 e16 g16] + fis16[ e16 fis16 g16 e16 fis16] + g8[ d8 g8] + fis16[ e16 d16 cis16 d16 e16] + fis16[ e16 g16 fis16 e16 d16] + % 30 + e16[ d16 cis16 b16 cis16 d16] + e16[ d16 fis16 e16 d16 cis16] + d4 cis8 + d8 d8 d8 + d8 b16[ cis16] d16[ b16] + e16[ dis16] e8 fis8 + fis8[ e8] dis8 + e8 e8 e8 + e8 a,8 d8 + cis8 fis16[ e16] d16[ cis16] + d8[ a8] cis8 + d8 b8 cis8 + d8 b8 cis8 + fis8 b,16[ cis16] d8 + cis8 r8 r8 + r8 r8 a8 + a'4. ~ + a8 e8 d8 + cis4. + % 49 + s4.*16 + s4. + s4. + s4. + s4. + fis,8 d16[ e16] fis16[ g16] + a8 d8 a8 + b16[ a16 b16 cis16 d16 e16] + fis8 g16[ fis16] e16[ d16] + cis16[ b16 a16 cis16 b16 d16] + cis16[ b16 cis16 e16 d16 fis16] + e16[ d16 fis16 e16 d16 cis16] + d8[ cis16 b16 a16 g16] + % 77 + fis16[ e16 g16 fis16 e16 d16] + b'16[ a16 gis16 a16 b16 cis16] + d16[ cis16 e16 d16 cis16 b16] + cis16[ b16 a8] b8 + cis8 cis8 cis8 + cis8 e16[ d16] cis16[ b16] + a8 d8 e8 + fis8 e16[ fis16 g8] + fis8 d8 d8 + d8 fis8 d8 + d8 b8 c8 + d8 c16[ b16 a8] + g8 e'8 b8 + cis8 d16[ cis16] d8 + d8 e8 cis8 + d4 a8 + d4. ~ + d4. ~ + d8 d8 d8 + d4.\fermata + } + >> + } + + IIIaltI = \relative c'' { + \IIIglobalI + << + { \meta } + %\altArt + %the actual tune + { + s4.*16 + s4. + s4. + s4. + s4. + R4. + R4. + R4. + R4. + a8 fis8 g8 + a8 d8 a8 + b8[ c16 b16 a16 g16] + a8 fis16[ e16] fis16[ g16] + a16[ g16 b16 a16 g16 fis16] + % 30 + g16[ fis16 e16 d16 e16 fis16] + g16[ fis16 a16 g16 fis16 e16] + fis16[ e16 d16 fis16 e16 g16] + fis8 fis16 fis16 fis8 + fis8 d16[ e16] fis16[ g16] + a8 g8 fis8 + a8.[ a32 b32] a8 + g8 g8 g8 + g8 e16[ d16] e16[ fis16] + g16[ fis16] a16[ g16] fis16[ e16] + fis8.[ g32 a32] g8 + fis8 gis8 a8 + b16[ cis16] d8 cis8 + b8 a8 gis8 + a4 e8 + a4. ~ + a8[ e16 d16 e16 fis16] + g8 g8 fis8 + e4. + % 49 + s4.*16 + s4. + s4. + s4. + s4. + R4. + R4. + R4. + R4. + e8 cis8 d8 + e8 g8 fis8 + g8[ a16 g16 fis16 e16] + fis16[ e16 d16 e16 fis16 g16] + % 77 + a16[ g16 b16 a16 g16 fis16] + gis16[ fis16 e16 fis16 gis16 a16] + b16[ a16 cis16 b16 a16 gis16] + a8 e8 gis8 + a8 a16 a16 a8 + a8 e8 e8 + fis8 fis8 g8 + a8[ b8] a8 + a8 fis8 fis8 + fis8 a16[ g16] fis16[ e16] + d8 g8 a8 + b8 a16[ b16 c8] + b8 a16[ g16] fis16[ e16] + a8 d,8 g8 + fis8 g8 e8 + d4 r8 + r8 r8 b'8 + a8[ c8 b8] + a8 g16[ fis16] g8 + a4.\fermata + } + >> + } + + IIItenorI = \relative c' { + \IIIglobalI + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + R4.*16 + d8 d8 d8 + d8 fis16[ e16] d16[ cis16] + d8 cis16[ b16] a16[ g16] + fis8 e16[ d16] a'8 + a4. ~ + a4. ~ + a16[ gis16 a16 b16 cis16 d16] + e16[ g16 fis16 e16 d16 cis16] + d4. ~ + d4. ~ + d4. ~ + d4. ~ + d4. ~ + % 30 + d4. ~ + d8 d8 d8 + d4 a8 + a8 a8 a8 + d8 fis8 d8 + cis8 e8 b8 + b8[ e8] fis8 + e8 b8 e8 + a,8 cis16[ b16] cis16[ d16] + e8 d8 a8 + a8[ fis'8] e8 + d8 e8 e8 + e8 e8 e8 + fis8 e8 e8 + e4 r8 + r8 r8 fis8 + cis16[ b16 a16 b16 cis16 d16] + e8 a,8 a8 + a4. + % 49 + R4.*16 + e'8 e8 e8 + cis8 d16[ cis16] b16[ a16] + d8 e8 fis8 + b,8[ cis16 d16 e16 cis16] + d4. ~ + d4. ~ + d16[ cis16 d16 e16 fis16 g16] + a8 a,8 gis8 + a4. ~ + a4. ~ + a8 a8 a8 + a4. ~ + % 77 + a4. ~ + a8 a8 a8 + a4. ~ + a16[ gis16 a8] e8 + e'8 e8 e8 + e8 cis8 cis8 + cis8 a8 g8 + d'8[ g8] e8 + d8 a8 a8 + a8 d8 fis8 + fis8 d8 d8 + d8[ e8] a,8 + d8 b8 g'8 + e8 a,8 d8 + a8 e8 a8 + a4 r8 + r8 r8 d8 + fis8[ a8 g8] + fis8 d16[ cis16] d16[ e16] + fis4.\fermata + } + >> + } + + IIIbassI = \relative c' { + \IIIglobalI + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + R4.*16 + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + % 30 + R4. + R4. + R4. + d8 d8 cis8 + b8 b8 b8 + cis8 cis,8 dis8 + e8[ g8] b8 + e8 e8 d8 + cis8 cis8 b8 + a8 fis8 a8 + d,8[ fis8] a8 + d8 d8 cis8 + b8 gis8 a8 + d,8 e8 e8 + a4 r8 + r8 r8 d,8 + a'8[ cis8 a8] + e8 cis8 d8 + a'4. + % 49 + R4.*16 + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + R4. + % 77 + R4. + R4. + R4. + R4. + a8 a8 a8 + g8 g8 g8 + fis8 fis8 e8 + d8[ d'8] cis8 + d8 d8 d8 + c8 c8 c8 + b8 b8 a8 + g8 g8[ fis8] + g8 g8 g8 + g8 fis8 b8 + a8 g8 a8 + d,4 r8 + r8 r8 g8 + d'4. ~ + d8 d8 g,8 + d4.\fermata + \bar "|." + } + >> + } + % }}} + + % Nr. 26 % {{{ + fpII = { + \IIIglobalII + R2. + R2. + s2.*25 + s4 r4 r2 + } + IIIsopranII = \relative c'' { + \IIIglobalII + << + { \meta } + %\sopranArt + %the actual tune + { + s2. + s2. + r4 a8 b8 cis8 d8 + e4 e4 a,4 + fis'2 fis4 + e4 r4 gis,8 a8 + b8 cis8 d4 d4 + r4 a8 b8 cis8 d8 + e8[ d8] e4 r4 + fis8 e8 d8 cis8 b8[ a8] + gis4 b4 d4 ~ + d4 cis8[ b8] a4 + r8 gis8 a8([ b8)] cis8([ b8)] + cis8 dis8 e4( d8.) e16 + e4 b4 e4 ~ + e8 d8 e4. fis8 + % 17 + d4 d8 cis8 d8 b8 + cis4 eis4 gis4 ~ + gis8 eis8 fis4 bis,8 cis8 + dis4 gis,4 fis'4 ~ + fis4 e8 dis8 e8 fis8 + dis4. cis8 dis8 e8 + cis4 dis8[ e8] fis4 ~ + fis8 bis,16([ cis16 dis8)] gis,8 e'4 ~ + e4 dis8 cis8 dis8 fis8 + bis,4 r8 gis'8 cis,4 + fis8 dis8 e4( d4) + cis4 s4 s2 + } + >> + } + + IIIaltII = \relative c'' { + \IIIglobalII + << + { \meta } + %\altArt + %the actual tune + { + s2. + s2. + R2. + r4 a8 g8 fis8 e8 + d4 d4 a'4 + cis,2 cis4 + d4 d8 e8 fis8 gis8 + a4 a4 e4 + cis'2 cis4 + cis4 fis,4 b4 ~ + b8[ a8] gis8[ fis8] e4 + r4 r4 e8 fis8 + gis8 b8 a8[ gis8] a8[ e8] + a4 a8[ gis8] a4 + gis4. fis8 gis8 e8 + fis4 fis4 fis4 + % 17 + fis4 fis4 b4 ~ + b8 a8 b4. cis8 + a4 a8 gis8 a8 fis8 + gis4 bis4 dis4 ~ + dis8 bis8 cis4 cis4 + fis,8 fis8 b4 r8 gis8 + cis4 bis8 cis8 dis4 + dis,4 r8 bis'8 cis8 gis8 + a4 a8 gis8 a4 + gis8 fis8 gis8 e8 e4 + a8 a8 gis4.( fis8) + e4 s4 s2 + } + >> + } + + IIItenorII = \relative c' { + \IIIglobalII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + r4 a8 b8 cis8 d8 + e4 e4 a,4 + fis'2 fis4 + e4 r4 a8 g8 + fis8 e8 d4 d4 + r4 cis8 d8 e8 fis8 + gis4 gis4 r4 + a,8 b8 cis8 d8 e4 + ais,4. cis8 fis8 e8 + d8 cis8 b8([ cis8)] d4 + d4 r4 r4 + a8 b8 cis8 d8 e8[ d8] + cis8 b8 e2 ~ + e8[ dis8 cis8 b8] a4 + b4 gis4 cis4 ~ + cis8 b8 cis4. fis,8 + % 17 + cis'8([ ais8)] b4 eis8 fis8 + gis4 cis,4 r4 + r4 cis4 fis4 ~ + fis8 e8 fis4. gis16[ a16] + gis4 gis,4 r8 fis8 + b4 r4 r8 b8 + e4 r8 cis8 a'8 cis,8 + bis8 dis8 gis,8 gis8 gis'4 + fis8 r8 r8 cis8 fis8[ e8] + dis4 r8 gis,8 a8 b8 + cis8 cis16([ bis16 cis8)] dis8 b4 + cis4 r4 r2 + } + >> + } + + IIIbassII = \relative c' { + \IIIglobalII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + R2. + r4 a8 g8 fis8 e8 + d4 d4 a'4 + cis,2 cis4 + d4 d8 e8 fis8 gis8 + a4 a4 e4 + b'2 b4 + a4 cis8 b8 a8 gis8 + fis4 fis4 r4 + r4 b8 a8 gis8 fis8 + e4 e4 r4 + r4 a,8 b8 cis8 d8 + e4 e4 a,4 + fis'2 fis4 + e2 cis4 + ais'4. cis8 fis,8 ais8 + % 17 + b8 b,8 b'8 a8 gis8 fis8 + eis8[ fis8] gis8 eis8 cis8 eis8 + fis4 r4 r4 + R2. + r4 e4 a4 ~ + a4 dis,4 gis4 ~ + gis8 a8 gis8([ fis8)] e8 dis8 + gis8 gis8 fis8[ e8] dis8[ cis8] + fis8 cis8 fis8 e8 fis4 ~ + fis8 dis8 e8([ cis8)] a'8([ gis8)] + a8([ fis8)] gis2 + \bar "||" + \time 4/4 + cis,4 r4 r2 + } + >> + } + % }}} + + % Nr. 28 % {{{ + meta = { + s4 + s1 + s2 s2\fermata + s1 + s2 s4\fermata s4 + s1 + s2 s4\fermata s4 + s1 + s1 + s1 + s2. + \bar "|." + } + + IIIsopranIII = \relative c'' { + \IIIglobalIII + << + { \meta } + %\sopranArt + %the actual tune + { + a4 + a4 a4 b4 a4 + d4 e4 d2 + cis8([ d8)] e4 fis4 e8([ d8)] + cis4 b4 a4 a4 + d4 cis8([ d8)] e4 b4 + a8([ gis8)] fis4 e4 e4 + b'4 b4 b4 cis4 + d8([ cis8)] b4 a8([ b8] cis4 + b2) a4 a4 + a2.\fermata + } + >> + } + + IIIaltIII = \relative c' { + \IIIglobalIII + << + { \meta } + %\altArt + %the actual tune + { + e4 + fis4 fis8([ e8)] d8([ g8)] e8([ cis8)] + a'8([ g16 fis16 g8)] e8 fis2 + a4 a4 d8([ cis8)] b4 + b8( a4) gis8 e4 fis8([ g8)] + a8( b4) a16([ gis16)] a4 g8([ fis8)] + e4. dis8 b4 cis8([ d8)] + e4 fis4 e4 e8([ g8)] + fis8([ e8)] dis8([ eis8)] fis8([ gis8] a4 ~ + a4 g2) fis4 ~ + fis4 e8([ d8)] e4\fermata + } + >> + } + + IIItenorIII = \relative c' { + \IIIglobalIII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + cis4 + cis4 d8([ cis8)] b8([ e8)] cis8([ e8)] + a,8( d4) cis8 a2 + fis'4 e4 d4 e4 + e8( fis4) e16([ d16)] cis4 a4 + fis'8([ e8)] e4 e4 e8([ b8)] + cis8([ e8)] b8([ a8)] gis4 a8([ fis8)] + gis4 a4 gis4 a4 + a8([ gis8)] fis8[ b8] cis8([ d8] e4 + fis4 e2) d4 ~ + d4 cis8([ b8)] cis4\fermata + } + >> + } + + IIIbassIII = \relative c' { + \IIIglobalIII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + a8([ g8)] + fis8([ e8)] d4 g4.( fis16[ e16] + fis8) d8 a'8 a,8 d2 + fis8([ e8)] d8([ cis8)] b8([ a'8)] gis8([ e8)] + a8([ fis8)] d8([ e8)] a4 d,8([ e8)] + fis8([ gis8)] a8([ b8)] cis8([ d8)] e8([ dis8)] + cis8([ a8)] b4 e,4 a4 + gis8([ fis8)] e8([ dis8)] e8([ fis8)] g8([ e8)] + fis8([ gis8 a8 gis8] fis8[ e8)] d8([ cis8)] + dis8([ b8)] e8([ d8)] cis8([ a8)] d4 + a2.\fermata + } + >> + } + % }}} + + % Nr. 33 % {{{ + meta = { + s1 + s1 + s2\fermata s2 + s2\fermata s2 + s2\fermata s2 + s1 + s2\fermata s2 + s1 + s2 s2\fermata + s2 s2\fermata + s2 s2\fermata + s1 + s2 s2\fermata + \bar "|." + } + + IIIsopranIV = \relative c'' { + \IIIglobalIV + << + { \meta } + %\sopranArt + %the actual tune + { + g4 g4 a4 g4 + a8([ b8)] c4 c4( b4) + c2 d4 e4 + c2 b8([ c8)] d4 + a2 d4 d4 + c4 b8([ a8)] a2 + g2 g4 g4 + a4 g4 a8([ b8)] c4 + c4( b4) c2 + d4 e4 c2 + b8([ c8)] d4 a2 + d4 d4 c4 b8([ a8)] + a2 g2 + } + >> + } + + IIIaltIV = \relative c' { + \IIIglobalIV + << + { \meta } + %\altArt + %the actual tune + { + d4 e4 d4 d4 + e4 f4 g2 + g2 b8([ a8)] b4 + a2 g4 g4 + fis2 fis4 g4 + g4 g4 g4( fis4) + d2 e4 b8([ cis8)] + d8([ c8)] b4 c8([ d8)] c8([ d8)] + e4( d4) c2 + fis4 gis4 e2 + g4 fis8([ g8)] a2 + g4 g8([ fis8)] g8([ a8)] d,8([ e8)] + fis8( g4 fis8) d2 + } + >> + } + + IIItenorIV = \relative c' { + \IIIglobalIV + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + b4 c4 fis,4 g4 + c4 c8([ d8)] e4( d4) + e2 g8([ f8)] e4 + e2 e4 d4 + d2 a4 b4 + c4 d4 e4( d8[ c8)] + b2 c4 g4 + fis4 g4 g8([ f8)] g8([ a8)] + g4( e'4) e2 + d8([ c8)] b4 a2 + g8([ a8)] b8([ g8)] d'2 + b8([ c8)] d4 e8([ fis8)] g4 + d8([ c16 b16] c4) b2 + } + >> + } + + IIIbassIV = \relative c' { + \IIIglobalIV + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + g4 c,4 c'4 b4 + a4 aes4 g2 + c,2 g'4 gis4 + a2 e4 b8([ c8)] + d2 d4 g8([ fis8)] + e4 d4 c4( d4) + g,2 c8([ d8)] e4 + d8([ e8)] f4 e8([ d8)] e8([ fis8)] + g4( gis4) a2 + b4\f e,4 a2 + e4 d8([ e8)] fis2 + g8([\p a8)] b4 b8([ a8)] b8([ c8)] + d4( d,4) g2 + } + >> + } + % }}} + + % Nr. 35 % {{{ + meta = { + s4 + s2 s4\fermata s4 + s2 s4\fermata s4 + s2 s4\fermata s4 + s1 + s1 + s2 s4\fermata s4 + s2 s4\fermata s4 + s2 s4\fermata s4 + s1 + s1 + s2 s4\fermata + \bar "|." + } + + IIIsopranV = \relative c' { + \IIIglobalV + << + { \meta } + %\sopranArt + %the actual tune + { + fis8[ gis8] + a4 gis4 fis4 fis8[ gis8] + a4 gis4 fis4 cis'4 + b4 a4 gis4 gis4 + a4 a4 b4 b4 + cis4 cis4 b4 a4 + gis2 fis4 cis'4 + b4 a8[ gis8] gis4 cis4 + b4 a4 gis4 gis4 + a4 a4 b4 b4 + cis4 cis4 b4 a8([ gis8)] + gis2 fis4 + } + >> + } + + IIIaltV = \relative c' { + \IIIglobalV + << + { \meta } + %\altArt + %the actual tune + { + cis4 + fis4 eis4 fis4 fis4 + fis4 eis4 cis4 fis4 + fis8[ eis8] fis4 eis4 eis4 + fis4 fis4 fis8([ gis16 a16)] gis4 + gis8[ fis8] eis8[ fis8] gis4. fis8 + fis4( eis4) cis4 fis4 + fis8[ eis8] fis4 e4 fis8[ e8] + dis8([ e8)] fis8([ dis8)] e4 gis8([ eis8)] + fis4 a8([ fis8)] d4 b'8([ gis8)] + a8([ gis8)] fis4 fis8([ eis8)] fis4 + fis8([ eis16 dis16] e4) cis4 + } + >> + } + + IIItenorV = \relative c' { + \IIIglobalV + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + a8[ b8] + cis4 cis8[ b8] a4 b4 + cis4 cis8[ b8] a4 a4 + b4 cis4 cis4 cis4 + cis4 d4 d8[ e16 fis16] e8[ d8] + cis4 b8([ a8)] d8([ cis8)] cis8([ d8)] + d8([ b8 gis8 cis8)] a4 a4 + b8[ cis8] dis4 cis4 cis4 + fis,4 b4 b4 cis4 + cis8([ a8)] d4 d8([ b8)] e4 + e8[ cis8] fis8[ e8] d8[ cis8] dis4 + cis8([ gis8 cis8 b8)] a4 + } + >> + } + + IIIbassV = \relative c { + \IIIglobalV + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + fis4 + fis16([ gis16 a16 b16 cis8)] cis,8 d4 d4 + cis8[ b8] cis4 fis,4 fis'4 + gis4 a8[ b8] cis4 cis,4 + fis8[ e8] d8[ cis8] d8[ b8] e4 + a,8([ a'8)] gis8[ fis8] fis8([ eis8)] fis8[ d8] + b8([ gis8] cis4) fis,4 fis'8[ e8] + d8[ cis8] bis4 cis4 a4 + b8[ cis8] dis8[ b8] e4 eis8[ cis8] + fis4 fis8([ d8)] g4 gis8[ e8] + a4 ais8[ fis8] b4 bis8([ gis8)] + cis4( cis,4) + fis4 + \once \override Score.RehearsalMark #'direction = #DOWN + \mark\markup { + \column { + \line { \small "Chorus I ab initio" } + \line { \small "repetatur et claudatur" } + } + } + } + >> + } + meta = { } + % }}} + +\include "parts/IIItexte.ly" + + % Chor I % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \frauenPausen << \IIIsopranI \\ \IIIaltI >> >> } + % \new Voice = "soprane" { \voiceOne \IsopranI } + % \new Voice = "alti" { \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IIItenorI } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIIbassI } + %\addlyrics { \bassText } + >> + + IIIchorI = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIIbassTextI + >> + % }}} + + % Chorus II % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \fpII << \IIIsopranII \\ \IIIaltII >> >> } + % \new Voice = "soprane" { \voiceOne \IsopranII } + % \new Voice = "alti" { \voiceTwo \IaltII } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IIItenorII } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIIbassII } + %\addlyrics { \bassText } + >> + + IIIchorusII = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIIbassTextII + >> + % }}} + + % Choral III % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \IIIsopranIII \\ \IIIaltIII >> } + % \new Voice = "soprane" { \voiceOne \IsopranI } + % \new Voice = "alti" { \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IIItenorIII } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIIbassIII } + %\addlyrics { \bassText } + >> + + IIIchoralIII = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIIbassTextIII + >> + % + + % Choral IV + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \IIIsopranIV \\ \IIIaltIV >> } + % \new Voice = "soprane" { \voiceOne \IsopranI } + % \new Voice = "alti" { \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IIItenorIV } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIIbassIV } + %\addlyrics { \bassText } + >> + + IIIchoralIV = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIIbassTextIV + >> + % }}} + + % Choral V % {{{ + Isop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \IIIsopranV \\ \IIIaltV >> } + % \new Voice = "soprane" { \voiceOne \IsopranI } + % \new Voice = "alti" { \voiceTwo \IaltI } + %\addlyrics { \altText } + >> + Iten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IIItenorV } + %\addlyrics { \tenorText } + >> + Ibas = \new Staff = bass << + \new Voice = "baesse" { \IIIbassV } + %\addlyrics { \bassText } + >> + + IIIchoralV = \new ChoirStaff \with {} << + \Isop + %\Ialt + \Iten + \Ibas % + \new Lyrics \lyricsto "baesse" \IIIbassTextV + >> + % }}} + diff --git a/wo/parts/IIItexte.ly b/wo/parts/IIItexte.ly new file mode 100644 index 0000000..584a0d6 --- /dev/null +++ b/wo/parts/IIItexte.ly @@ -0,0 +1,192 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + IIIsopranTextI = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIIaltTextI = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IIItenorTextI = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + herrscher = \lyricmode { + Herr -- scher des Him -- mels, er -- hö -- re das Lal -- len, + laß dir die mat -- ten Ge -- sän -- ge ge -- fal -- len, + wenn dich dein Zi -- on mit Psal -- men er -- höht, + } + + hoere = \lyricmode { + Hö -- re der Her -- zen froh -- lok -- ken -- des Prei -- sen, + wenn wir dir jet -- zo die Ehr -- furcht er -- wei -- sen, + weil uns -- re Wohl -- fahrt be -- fe -- sti -- get steht, + be -- fe -- sti -- get steht. + } + + Gehen = \lyricmode { + Las -- set uns nun ge -- hen gen Beth -- le -- hem, + } + + gehen = \lyricmode { + las -- set uns nun ge -- hen gen Beth -- le -- hem, + } + + geheN = \lyricmode { + las -- set uns nun ge -- hen, + } + + GEHEN = \lyricmode { + las -- set uns nun ge -- hen gen Beth -- le -- hem + } + + sehen = \lyricmode { + und die Ge -- schich -- te se -- hen, + } + + geschehen = \lyricmode { + die da ge -- sche -- hen ist, die uns der Herr, + der Herr kund -- ge -- tan hat. + } + + getan = \lyricmode { + Dies hat er al -- les uns ge -- tan, + sein’ groß Lieb zu zei -- gen an; + des freu sich al -- le Chri -- sten -- heit, + und dank ihm des in E -- wig -- keit. + Ky -- ri -- e -- leis! + } + + vier = \lyricmode { + Ich will dich mit Fleiß be -- wah -- ren, + ich will dir le -- ben hier, + dir will ich ab -- fah -- ren. + Mit dir will ich end -- lich schwe -- ben vol -- ler Freud, + oh -- ne Zeit dort im an -- dern Le -- ben. + } + + fuenf = \lyricmode { + Seid froh die -- weil, seid froh die -- weil, + daß eu -- er Heil ist hie ein Gott und auch ein Mencsh ge -- bo -- ren, + der, wel -- cher ist der Herr und Christ + in Da -- vids Stadt, von vie -- len aus -- er -- ko -- ren. + } + +% zk = \lyricmode { +% \zagen +% \klage +% } +% +% viel = \lyricmode { +% Jauch -- zet, froh -- lok -- ket, +% \preiset +% \jf +% \jf +% \preiset +% \ruehmet +% Las -- _ set das Za -- gen, +% ver -- ban -- net die Kla -- ge, +% } + + IIIbassTextI = \lyrics { + %<+hier den Text für den Baß eintragen+> + \herrscher + mit Psal -- _ men er -- höht! + \hoere + } + + IIIsopranTextII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIIaltTextII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IIItenorTextII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IIIbassTextII = \lyrics { + %<+hier den Text für den Baß eintragen+> + \Gehen + \gehen + \geheN + \geheN + \GEHEN + \sehen + \GEHEN + \sehen + \geschehen +% << +% { +% Wie soll ich dich emp -- fan -- gen +% und wie be -- gegn’ ich dir? +% } +% \new Lyrics { +% O al -- ler Welt Ver -- lan -- gen, +% o mei -- ner See -- len Zier! +% } +% >> +% O Je -- su, Je -- su, set -- ze +% mir selbst die Fak -- kel bei, +% da -- mit, was dich er -- göt -- ze, +% mir kund und wis -- send sei! + } + + IIIsopranTextIII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIIaltTextIII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IIItenorTextIII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IIIbassTextIII = \lyrics { + %<+hier den Text für den Baß eintragen+> + \getan + } + + IIIsopranTextIV = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIIaltTextIV = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IIItenorTextIV = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IIIbassTextIV = \lyrics { + %<+hier den Text für den Baß eintragen+> + \vier + } + + IIIsopranTextV = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIIaltTextV = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IIItenorTextV = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IIIbassTextV = \lyrics { + %<+hier den Text für den Baß eintragen+> + \fuenf + } + diff --git a/wo/parts/IItexte.ly b/wo/parts/IItexte.ly new file mode 100644 index 0000000..bb9c534 --- /dev/null +++ b/wo/parts/IItexte.ly @@ -0,0 +1,180 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + IIsopranTextI = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIaltTextI = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IItenorTextI = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + brich = \lyricmode { + Brich an, o schö -- nes Mor -- gen -- licht, + und laß den Him -- mel ta -- gen! + } + + volk = \lyricmode { + Du Hir -- ten -- volk, er -- schrek -- ke nicht, + weil dir die En -- gel sa -- gen, + } + + trost = \lyricmode { + daß die -- ses schwa -- che Knä -- be -- lein + soll un -- ser Trost und Freu -- de sein, + da -- zu den Sa -- tan zwin -- gen + und letzt -- lich Frie -- de brin -- gen! + } + + zwo = \lyricmode { + Schaut hin, dort liegt im fin -- stern Stall, + des Herr -- schaft ge -- het ü -- ber -- all! + Da Spei -- se vor -- mals sucht’ ein Rind, + da ru -- het itzt der Jung -- frau’n Kind. + } + + ehre = \lyricmode { + Eh -- re sei Gott, + } + + Ehre = \lyricmode { + Eh -- re sei Gott + } + + hoehe = \lyricmode { + in der Hö -- he, + } + + Hoehe = \lyricmode { + in der Hö -- he + } + + friede = \lyricmode { + und Frie -- de auf Er -- den, + } + + Friede = \lyricmode { + Frie -- de auf Er -- den + } + + wohl = \lyricmode { + und den Men -- schen ein Wohl -- ge -- fal -- len, + } + + Wohl = \lyricmode { + den Men -- schen ein Wohl -- ge -- fal -- len, + } + + WOHL = \lyricmode { + und den Men -- schen ein Wohl -- ge -- fal -- len. + } + + vier = \lyricmode { + Wir sin -- gen dir in dei -- nem Heer + aus al -- ler Kraft Lob, Preis und Ehr, + daß du, o lang ge -- wünsch -- ter Gast, + dich nun -- mehr ein -- ge -- stel -- let hast. + } + +% zk = \lyricmode { +% \zagen +% \klage +% } +% +% viel = \lyricmode { +% Jauch -- zet, froh -- lok -- ket, +% \preiset +% \jf +% \jf +% \preiset +% \ruehmet +% Las -- _ set das Za -- gen, +% ver -- ban -- net die Kla -- ge, +% } + + IIbassTextI = \lyrics { + %<+hier den Text für den Baß eintragen+> + << + { + \brich + } + \new Lyrics { + \volk + } + >> + \trost + } + + IIsopranTextII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIaltTextII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IItenorTextII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IIbassTextII = \lyrics { + %<+hier den Text für den Baß eintragen+> + \zwo + } + + IIsopranTextIII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIaltTextIII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IItenorTextIII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IIbassTextIII = \lyrics { + %<+hier den Text für den Baß eintragen+> + \ehre Eh -- _ _ _ _ _ _ _ _ _ _ re sei Gott \hoehe + \ehre Eh -- _ _ _ _ _ _ _ _ _ _ _ _ re sei Gott \hoehe + in der Hö -- _ he, + Eh -- _ _ _ re sei Gott, Eh -- _ _ _ _ _ _ _ re sei Gott \hoehe + \friede + \friede + und \Friede + und den Men -- schen ein Wohl -- ge -- fal -- _ _ _ _ _ _ _ _ len, + und den Men -- schen ein Wohl -- ge -- fal -- _ _ len, + \wohl + und den Men -- schen ein Wohl -- ge -- fal -- _ _ _ _ _ _ len, + \Wohl + Eh -- _ re sei Gott, Eh -- _ _ _ _ _ _ _ _ _ re sei Gott \Hoehe + \friede + Frie -- _ _ de auf Er -- den + \WOHL + } + + IIsopranTextIV = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IIaltTextIV = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IItenorTextIV = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IIbassTextIV = \lyrics { + %<+hier den Text für den Baß eintragen+> + \vier + } + diff --git a/wo/parts/IV.ly b/wo/parts/IV.ly new file mode 100644 index 0000000..963f536 --- /dev/null +++ b/wo/parts/IV.ly @@ -0,0 +1,1023 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.14" + \include "dynArt.ly" + + % global defs % {{{ + IVglobalI = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 3/8 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + + IVglobalII = { + \key f \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + \set Score.skipBars = ##t + \set Score.soloText = #"" + \set Score.soloIIText = #"" + \set Score.aDueText = #"" + } + % }}} + +% Die Stimmen + + % Nr. 36 % {{{ + cornetOboeViolin = \relative c'' { + \IVglobalI + \clef treble + a4 bes8 g4\trill f8 a8[ bes8 c8] d8-.[ c8-.] r8 + R4.*16 + g'8[ bes,8 bes8] bes8([ a16) d16 c8-.] r8 bes16([ a16 g16 f16)] f4. + } \addQuote "cov" \cornetOboeViolin + + frauenPausen = { + R4.*24 + s4.*3 + s8 s8 r8 + s4.*11 + s8 s8 r8 + % 41 + s4.*8 + R4.*2 + s4.*9 + s4 r8 + s4.*3 + s8 s8 r8 + s4.*11 + % 76 + s8 s8 r8 + s4.*3 + s4 r8 + R4.*16 + s4.*23 + % 120 + s4 r8 + R4.*16 + s4.*23 + % 160 + s4 r8 + s4.*2 + R4.*2 + s4. + s8 s8 r8 + R4.*2 + s4.*3 + s4 r8 + s4.*11 + s8 s8 r8 + % 185 + s4.*3 + s4 r8 + R4.*2 + s4.*13 + s4 r8 + s4.*3 + s8 s8 r8 + s4.*11 + % 220 + s8 s8 r8 + s4.*3 + s4 r8 + R4.*16 + } + + IVsopranI = \relative c'' { + \IVglobalI + << + { \meta } + %\sopranArt + %the actual tune + { + s4.*24 + a4 bes8 + g4\trill f8 + a8[ bes8] c8 + d8-. c8-. s8 + c8[ d8] ees8 + ees8[ d8 c8] + bes8[ c8 d8] ~ + d8[ c8] bes8 + a8[ bes8] c8 + c8[ bes8 a8] + g8[ a8 bes8] ~ + bes8[ a8] g8 + a4 bes8 + g4\trill f8 + a8[ bes8] c8 + d8-. c8-. s8 + d16[ e16] e8.\trill[ d32 e32] + % 42 + f8[ e16 d16] c16[ bes16] + a8[ d8] \appoggiatura {c16} bes8 + \appoggiatura {a8} g4. + e'4 f8 + bes,4\trill a8 + g8 f'8[ e8] + f8([ g8)] a8 + s4.*2 + c,8([ d8)] ees8 + f8 ees16([ f16 d8)] + d4 d8 + d4 d8 + c4. ~ + c4. + bes4. ~ + bes4. + a8[ b8] c8 + b4 s8 + e4 f8 + d4 c8 + e8[ f8] g8 + a8-. g8-. s8 + e8[ f8] g8 + g8[ f8 e8] + f8[ e8 f8] ~ + f8[ e8] f8 + c8[ d8] e8 + e8[ d8 c8] + b8[ c8 d8] ~ + d8[ c8] b8 + % 73 + c4 d8 + b4\trill c8 + c8[ d8] e8 + f8-. e8-. s8 + e8 d16([ e16 f8)] + b,8[ g8] c8 + c8([ d8)] b8 + c4 s8 + s4.*16 + e4 fis8 + g4. + c,8 ees8[ d8] + c8[ bes8] a8 + a8[ d8] cis8 + d8[ e8] f8 + e8([ g16 f16)] e16([ d16)] + cis8[ b8] a8 + d16[ cis16 d16 e16 cis16 e16] + d16[ e16 f16 e16 d16 c16] + bes8[ g8] d'8 + bes8[ g8] b8 + c16[ b16 c16 d16 b16 d16] + c16[ d16 e16 d16 c16 bes16] + a8[ f8] c'8 + a8[ f8] a8 + bes8[ a8] bes8 + g'4. + a,8([ g8)] a8 + % 116 + f'4. ~ + f8 e8 d8 + cis8 a8 d8 ~ + d16 e16 e8.\trill[ d16] + d4 s8 + s4.*16 + a16[ b16] b4\trill + c4. + f,8 d8[ g8] + e8[ d8] c8 + e8[ a8] gis8 + a8([ b8)] c8 + b8[ d16 c16] b16[ a16] + gis8[ fis8] e8 + c'16[ b16 c16 d16 b16 d16] + c16[ d16 e16 d16 c16 b16] + a4 a8 + a4 a8 + b16[ a16 b16 c16 a16 c16] + b16[ c16 d16 c16 b16 a16] + g4 g8 + g4 g8 + a8([ g8)] a8 + f'4. + g,8[ f8] g8 + % 156 + e'4. ~ + e8 d8 c8 + b8 a16[ gis16] a8 ~ + a16 b16 b8.\trill[ a16] + a4 s8 + a4 bes8 + g4\trill f8 + s4.*2 + a8[ bes8] c8 + d8-. c8-. s8 + s4.*2 + d16[ e16] e8.\trill[ d32 e32] + f8[ e16 d16] c16[ bes16] + a8[ d8] \appoggiatura {c16} bes8 + \appoggiatura {a8} g4 s8 + c4 c8 + c4. ~ + c4. ~ + c4. ~ + c4. ~ + c4. ~ + c4. ~ + c4. ~ + c8[ d8 e8] ~ + e8[ d8] c8 + f8[ c8] ees8 + ees8-. d8-. s8 + c8[ ees8] d8 + c8([ bes8)] a8 + % 187 + bes8[ d8] c8 + \appoggiatura {bes8} a4 s8 + s4.*2 + g8 f'8[ e8] + f8[ g8] a8 + c,4 d8 + a4\trill bes8 + c8[ d8] ees8 + f8 ees16[ f16 d8] + d4 d8 + d4 d8 + c4. ~ + c4. + bes4. ~ + bes4. + a8[ a'8] g8 + e4 s8 + a,4 bes8 + g4\trill f8 + a8[ bes8] c8 + d8-. c8-. s8 + d8[ ees8] f8 + f8[ ees8 d8] + c8[ d8 ees8] ~ + ees8[ d8] c8 + bes8[ a8] bes8 + bes8[ c8 d8] + ees8[ d8 c8] + f4 ees8 + % 217 + d4 ees8 + c4 bes8 + d8[ e8] f8 + g8-. bes,8-. s8 + a8([ d8)] c8 + e8([ f8)] f,8 + bes8 g4\trill + f4 s8 + s4.*16 + } + >> + } + + IValtI = \relative c' { + \IVglobalI + << + { \meta } + %\altArt + %the actual tune + { + s4.*24 + f4 f8 + e4\trill c8 + f4 a8 + bes8-. a8-. s8 + a8[ bes8] c8 + c8[ bes8 a8] + f8[ a8 bes8] ~ + bes8[ a8] bes8 + f8[ g8] a8 + a8[ g8 f8] + e8[ f8 g8] ~ + g8[ f8] e8 + f4 f8 + e4\trill c8 + f4 a8 + bes8-. a8-. s8 + bes8 g4\trill + % 42 + c4 g8 + f4 f8 + \appoggiatura {f8} e4. + g4 a8 + e4\trill f8 + e8([ f8)] g8 + a8 g16([ a16 f8)] + s4.*2 + f4 c'8 + f,8([ a8)] bes8 + bes4 bes8 + bes4 bes8 + a4. ~ + a4. + g4. ~ + g4. + f4 g8 + g4 s8 + g4 a8 + a8 g16([ f16 e8)] + bes'8([ a8)] g8 + f8-. e8-. s8 + g8[ a8] bes8 + bes8[ a8 g8] + f8[ g8 a8] ~ + a8[ g8] f8 + e8[ f8] g8 + g8[ f8 e8] + d8[ e8 f8] ~ + f8[ e8] d8 + % 73 + e4 f8 + d4\trill c8 + e8[ f8] g8 + a8-. g8-. s8 + a8 b16([ c16 d8)] + g,8([ c8)] f,8 + e8([ f8)] d8 + c4 s8 + s4.*16 + g'4 a8 + d,4. + fis8 g8([ a8)] + g8([ a8)] bes8 + a8([ bes8)] a8 + a8([ g8)] a8 + bes16([ c16 bes16 a16)] g16([ f16)] + e8[ d8] e8 + f16[ e16 f16 g16 e16 g16] + f16[ g16 a16 g16 f16 e16] + d4 d8 + d4 d8 + e16[ d16 e16 f16 d16 f16] + e16[ f16 g16 f16 e16 d16] + c4 c8 + c4 c8 + d8([ e8)] f8 + bes4. + e,8([ d8)] e8 + % 116 + a4. ~ + a8 g8 f8 + e8 f8 f8 + bes8 a8([ g8)] + f4 s8 + s4.*16 + f8 d4\trill + c4. ~ + c8 c8 b8 + c8([ b8)] c8 + c8[ e8] d8 + e8([ gis8)] a8 + f8([ e8)] d8 + e4 e8 + e8([ a8)] e8 + e4 e8 + f16[ e16 f16 g16 e16 g16] + f16[ g16 a16 g16 f16 e16] + d4 d8 + d8 d8 d8 + e16[ d16 e16 f16 d16 f16] + e16[ f16 g16 f16 e16 d16] + c4 c8 + d8[ e8] f8 + g8[ bes8] g8 + % 156 + g4. + f4 e8 + d8 f8 e8 + a8 gis4\trill + e4 s8 + f4 f8 + e8([ c8)] c8 + s4.*2 + f4 a8 + bes8-. a8-. s8 + s4.*2 + f16[ g16] g8.\trill[ f32 g32] + a4 g8 + f4 f8 + \appoggiatura {f8} e4 s8 + g8[ a8] bes8 + bes8[ a8 g8] + f8[ g8 a8] ~ + a8[ g8] f8 + e8[ f8] g8 + g8[ f8 e8] + f8[ e8 f8] ~ + f8[ e8] f8 + c8[ bes'8] a8 + g8([ f8)] g8 + c,4 c'8 + c8-. bes8-. s8 + a4 fis8 + g4 d8 + % 187 + g8[ f8] e8 + f4 s8 + s4.*2 + e8[ f8] g8 + a8 g16([ a16 f8)] + a4 bes8 + ees,4\trill d8 + f4 c'8 + f,8[ a8] bes8 + bes4 bes8 + bes4 bes8 + a4. ~ + a4. + g4. ~ + g4 e8 + f4 g8 + g4 s8 + f4 f8 + e4\trill d8 + d8([ g8)] a8 + bes8-. a8-. s8 + f4 f8 + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4 f8 + % 217 + f4 g8 + g8([ fis8)] g8 + d8[ bes'8] bes8 + bes8-. g8-. s8 + f4 f8 + g8[ f8] f8 + f8 e4\trill + c4 s8 + s4.*16 + } + >> + } + + IVtenorI = \relative c' { + \IVglobalI + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + R4.*24 + c4 d8 + bes4\trill a8 + c8[ d8] ees8 + f8-. f8-. r8 + R4.*2 + d8[ ees8] f8 + f8([ ees8 d8] + c4) a8 + f'4 c8 + bes8([ a8 g8] + e'8[ f8)] bes,8 + c4 d8 + bes4\trill a8 + c8([ d8)] ees8 + f8-. f8-. r8 + f8 c4 + % 42 + f,8[ a8] c8 + c8([ bes8)] d8 + c4. + R4.*2 + c4 bes8 + c4 c8 + c4 d8 + a4\trill bes8 + a8([ bes8)] c8 + d8 c16([ d16 bes8)] + f'4 f8 + e4. ~ + e4 e8 + d4. ~ + d4. + c4. ~ + c8[ d8] e8 + d4 r8 + c4 c8 + c8([ b8)] c8 + c4 c8 + c4. ~ + c4. ~ + c4. ~ + c4. ~ + c4. ~ + c4. ~ + c8[ b8 c8] + d4. ~ + d8[ e8] f8 + % 73 + g4 a8 + g8([ f8)] e8 + g8[ f8] bes,8 + a8-. c8-. r8 + c8([ f8)] d8 + d8([ c8)] c8 + e8([ d8)] f8 + e4 r8 + R4.*16 + c4 c8 + g'4. + a,8([ bes8)] d8 + d4 cis8 + d16([ e16 f8)] e8 + d8[ g8] f8 + g8([ g,8)] bes8 + e,8([ d'8)] cis8 + a4 a8 + a4 a8 + bes16([ a16 bes16 c16 a16 c16] + bes16[ c16 d16 c16 b16 a16] + g4) g8 + g8 g8 g8 + a16([ g16 a16 bes16 g16 bes16] + a16[ bes16 c16 bes16 a16 g16] + f8[ e8)] d8 + g8[ a8] g8 + a4 a8 + % 116 + d,8 a'8 d8 + bes8.[ a16 bes16 g16] + a8 d16[ cis16] d8 + d8 cis4\trill + d4 r8 + R4.*16 + d4( d,8 + g8[ f8)] e8 + a8 g8 g8 + g8[ f8] g8 + c4 b8 + a8([ d8)] e8 + d8([ gis,8)] a8 + b4 b8 + a8([ c8)] e8 + a,4 a8 + d16([ cis16 d16 e16 cis16 e16] + d16[ e16 f16 e16 d16 c16] + b8[ g8)] d'8 + g,8 g8 g8 + c16([ b16 c16 d16 b16 d16] + c16[ d16 e16 d16 c16 b16] + a8[ c8)] a8 + a8([ e'8)] d8 + bes8([ d8)] g,8 + % 156 + a4. ~ + a8 b8 c8 + d8 d8 c8 + f8 e8([ d8)] + c4 r8 + c4 d8 + bes4\trill a8 + R4.*2 + c8([ d8)] ees8 + f8-. f8-. r8 + R4.*2 + bes,4 c8 + c8[ d8] e8 + c8[ bes8] d8 + c4 r8 + e8([ f8)] g8 + g8[ f8 e8] + f8[ e8 f8] ~ + f8[ e8] f8 + g8[ f8] e8 + e8[ f8 g8] + a,8[ bes8 c8] ~ + c8[ bes8] a8 + g4 c8 + c8[ d8] e8 + f4 f8 + f8-. f8-. r8 + d8[ c8] d8 + d4 d8 + % 187 + c4 c8 + c4 r8 + e4 f8 + bes,4\trill a8 + c4 bes8 + c4 c8 + R4.*2 + a8[ bes8] c8 + d8 c16[ d16 bes8] + f'4 f8 + e4. ~ + e4 e8 + d4. ~ + d4. + c4. ~ + c8[ d8] d8 + c4 r8 + c4 d8 + d8([ cis8)] a8 + f'8[ ees8] ees8 + f8-. f8-. r8 + bes,8[ c8] d8 + d8[ c8 bes8] + a8[ bes8 c8] ~ + c8[ bes8] a8 + d8([ ees8)] f8 + f8[ ees8 d8] + c8[ d8 ees8] ~ + ees8[ d8] c8 + % 217 + bes4 g8 + ees'8([ c8)] d8 + bes4 d8 + c8-. e8-. r8 + c8([ bes8)] c8 + bes8([ c8)] a8 + d8 c8([ bes8)] + a4 r8 + R4.*16 + } + >> + } + + IVbassI = \relative c { + \IVglobalI + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + \transposedCueDuring #"cov" #UP c { R4. R4. R4. R4. } + R4.*16 + \transposedCueDuring #"cov" #UP c { R4. R4. R4. R4. } + f4 f8 + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4. ~ + f4 f8 + ees8[ d8] c8 + bes8-. f'8-. r8 + bes8 bes16[ a16 bes16 g16] + a4 e8 + f8[( bes8]) g8 + c4. + R4. + R4. + bes8[( a8]) g8 + f8[( e8]) f8 + a4 bes8 + ees,4\trill d8 + c8 bes'8[( a8]) + bes8[( f8]) bes,8 + bes'4 a8 + g16[( f16 g8]) e8 + a4 g8 + fis16[( e16 fis8]) d8 + g4 f8 + e16[( d16 e8]) c8 + f8[ d8] c8 + g'4 r8 + c4 a8 + f8[( d8]) e8 + c8[ d8] e8 + f8-. c8-. r8 + R4. + R4. + a'8[ bes8] c8 + c8[ bes8 a8] + g4 e8 + c'4 g8 + f8[( e8 d8] + b'8[ c8]) d8 + c4 f,8 + g4 a8 + bes8[( a8]) g8 + f8-. c8-. r8 + f4 f8 + f8[ e8] a8 + g8[ f8] g8 + c,4 r8 + R4.*16 + c'8[( bes8 a8] + bes8[ a8]) g8 + a8 g8 fis8 + g8[ f8] e8 + f8[ g8] a8 + bes4 a8 + g8[( e8]) g8 + a4 g8 + f8[ d8] a'8 + f8[ d8] f8 + g16[( fis16 g16 a16 fis16 a16] + g16[ a16 bes16 a16 g16 f16] + e8[ c8]) g'8 + e8 c8 e8 + f16[( e16 f16 g16 e16 g16] + f16[ g16 a16 g16 f16 e16] + d8[ cis8]) d8 + e8[ d8] e8 + cis8[ b8] cis8 + d16[( e16 d16 c16 bes16 a16] + g8) g'8 g8 + g8 f8 bes8 + g8 a8[ a,8] + d4 r8 + R4.*16 + d8[( g8 f8] + e8[ d8]) c8 + d8 g8 g,8 + c8[ d8] e8 + a,4 b8 + c8[ b8] a8 + d8[ e8] f8 + e8[ fis8] gis8 + a16[( gis16 a16 b16 gis16 b16] + a16[ b16 c16 b16 a16 g16] + f8[ d8]) a'8 + f8[ d8] f8 + g16[( fis16 g16 a16 fis16 a16] + g16[ a16 b16 a16 g16 f16] + e8[ c8]) g'8 + e8[ c8] e8 + f8[ e8] f8 + d8[ cis8 d8] + e8[ d8] e8 + cis4. + d4 e8 + f8 b,8 c8 + d8 e4 + a,4 r8 + f'4 f8 + f8[( e8]) f8 + R4. + R4. + ees8[ d8] c8 + bes8-. f'8-. r8 + R4. + R4. + bes8[ g8] c8 + a8[ bes8] c8 + f,8[ bes8] g8 + c4 r8 + R4. + R4. + a8[ bes8] c8 + c8[ bes8 a8] + g8[ a8 bes8] ~ + bes8[ a8] g8 + f8[ g8] a8 + a8[ g8] f8 + e8[ d8] c8 + bes'4 bes8 + a8[ g8] f8 + bes8-. bes,8-. r8 + fis'4 d8 + g4 f8 + e4 c8 + f4 r8 + g4 a8 + e4\trill f8 + bes8[ a8] g8 + f8[ e8] f8 + R4. + R4. + ees8[ d8] c8 + bes8[ f'8] bes8 + r8 bes8 a8 + g16[( f16 g8]) e8 + r8 a8 g8 + fis16[( e16 fis8]) d8 + r8 g8 f8 + e16[( d16 e8]) c8 + f8[ d8] bes8 + c4 r8 + f8[( e8]) d8 + e8[( a,8]) d8 + d'4 c8 + bes8-. f8-. r8 + R4. + bes,4 d8 + f4 f,8 + R4. + bes'8[ c8] d8 + d8[ c8 bes8] + a8[ bes8 c8] ~ + c8[ bes8] a8 + bes4 bes8 + bes8[ a8] g8 + g4 f8 + e8-. c'8-. r8 + f,8[( bes8]) a8 + g8[( a8]) d,8 + bes8 c4 + f4 r8 + R4.*16 + \bar "|." + } + >> + } + % }}} + + % Nr. 42 % {{{ + meta = { + s2.*4 + s2.*5 + s2.*3 + s2.*4 + s2.*4 + s2.*5 + s2.*3 + s2.*5 + s2.*3 + s2.%\fermata + } + + cornetOboe = \relative c'' { + \IVglobalII + \clef treble + r8 c16([ bes16)] c8([ d8) d8( bes8)] c8([ a8) a8( bes8) bes8( g8)] + r8 f'16[ e16 f8 a16 g16 a8 d,8] d8[ g16 f16 g8( e8) e8( f8)] + } \addQuote "co" \cornetOboe + + fpII = { + R2.*4 + s2.*4 + s2 r4 + R2.*3 + s2.*4 + R2.*4 + s2.*4 + s2 r4 + R2.*3 + s2.*4 + s2 r4 + R2.*3 + R2. + } + + IVsopranII = \relative c'' { + << + { \meta } + %\sopranArt + %the actual tune + { + s2.*4 + \repeat volta 2 { + c4 a2 g2 f4 bes4 c4.( d16[ ees16)] d2. c2 s4 + s2.*3 + d4 bes2 c2 f,4 bes4 a2 g2. + s2.*4 + } + e'4 c2 a2 d4 cis4 d4.( e16[ f16)] e2. a,2 s4 + s2.*3 + d4( e4) f4 g4( c,4) bes4 a4( d4) bes4 g2. f2 s4 + s2.*3 + s2.%\fermata + } + >> + } + + IValtII = \relative c'' { + \IVglobalII + << + { \meta } + %\altArt + %the actual tune + { + s2.*4 + \repeat volta 2 { + a4 f2 f4( e4) f4 d4( g4) f4 f2. f2 s4 + s2.*3 + a4 g2 g4( f4) f4 f8([ g8)] g4( f4) e2. + s2.*4 + } + g8([ f8] g4) g4 g4( f4) f4 g4( a4) bes8[ a8] g8([ f8] g4. e8) f2 s4 + s2.*3 + f4( g4) a4 g8([ f8] g4) e4 c4( bes4) f'4 f4( e8[ d8] e4) c2 s4 + s2.*3 + s2.%\fermata + } + >> + } + + IVtenorII = \relative c' { + \IVglobalII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + R2.*4 + \repeat volta 2 { + f4 c2 c4.( bes8) a4 bes2 a8([ bes16 c16)] c4( bes8[ a8] bes4) a2 r4 + R2.*3 + f'4 d2 c8([ bes8] a4) a4 d8[ c8] c2 c2. + R2.*4 + } + c2 e4 c2 bes4 ~ bes4 a4 d8([ c8)] bes4( a8[ g8] a4) a2 r4 + R2.*3 + bes4.( g8) c4 c2 g4 f2 d'4 g,4( c4 bes4) a2 r4 + R2.*3 + R2.%\fermata + } + >> + } + + IVbassII = \relative c { + \IVglobalII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + \transposedCueDuring #"co" #UP c, { R2. R2. R2. R2. } + \repeat volta 2 { + f8([ g8] a4) f4 c2 d4 g8([ f8] ees4) f4 bes,8( c8 d4) bes4 f'2 r4 + R2.*3 + d4( g4) f4 e4( f8[ e8]) d8[ c8] d8[( e8] f4) f4 c2. + R2.*4 + } + c8([ d8] e4) c4 f8([ e8] f4) bes4 e,4( f4) d4 d4( cis8[ b8] cis4) d2 r4 + R2.*3 + bes'8([ a8] g4) f4 e8([ d8] e4) c4 f4 bes,2 c8([ bes8] c2) f,2 r4 + R2.*3 + R2.%\fermata + \bar "|." + } + >> + } + + meta = {} + % }}} + +\include "parts/IVtexte.ly" + + % chorus I % {{{ + IVsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \frauenPausen << \IVsopranI \\ \IValtI >> >> } + % \new Voice = "soprane" { \voiceOne \IVsopranI } + % \new Voice = "alti" { \voiceTwo \IValtI } + %\addlyrics { \altText } + >> + IVten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IVtenorI } + %\addlyrics { \tenorText } + >> + IVbas = \new Staff = bass << + \new Voice = "baesse" { \IVbassI } + %\addlyrics { \bassText } + >> + + IVchorus = \new ChoirStaff \with {} << + \IVsop + %\IValt + \IVten + \IVbas % + \new Lyrics \lyricsto "baesse" \IVbassTextI + >> + % }}} + + % chorale II % {{{ + IVsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \fpII << \IVsopranII \\ \IValtII >> >> } + % \new Voice = "soprane" { \voiceOne \IVsopranII } + % \new Voice = "alti" { \voiceTwo \IValtII } + %\addlyrics { \altText } + >> + IVten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \IVtenorII } + %\addlyrics { \tenorText } + >> + IVbas = \new Staff = bass << + \new Voice = "baesse" { \IVbassII } + %\addlyrics { \bassText } + >> + + IVchorale = \new ChoirStaff \with {} << + \IVsop + %\IValt + \IVten + \IVbas % + \new Lyrics \lyricsto "baesse" \IVbassTextII + \new Lyrics \lyricsto "baesse" \IVbassTextIIa + >> + % }}} + diff --git a/wo/parts/IVtexte.ly b/wo/parts/IVtexte.ly new file mode 100644 index 0000000..f5313d4 --- /dev/null +++ b/wo/parts/IVtexte.ly @@ -0,0 +1,96 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + IVsopranTextI = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IValtTextI = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IVtenorTextI = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + ld = \lyricmode { + fallt mit Lo -- ben, + fallt mit Dan -- ken, + } + + lg = \lyricmode { + fallt mit Lo -- ben + vor des Höch -- sten Gna -- den -- thron, + } + + he = \lyricmode { + Got -- tes Sohn will der Er -- den + Hei -- land und Er -- lö -- ser wer -- den, + Hei -- land und Er -- lö -- ser wer -- den, + } + + IVbassTextI = \lyrics { + %<+hier den Text für den Baß eintragen+> + Fallt mit Dan -- ken, + fallt mit Lo -- ben + vor des Höch -- sten Gna -- den -- thron; + \ld + \ld + \lg + fallt mit Dan -- ken, + fallt mit Lo -- ben, + fallt mit Dan -- _ ken, + \ld + fallt mit Lo -- ben + vor des Höch -- sten Gna -- den -- thron! + \he + Er -- lö -- ser wer -- den, + Got -- tes Sohn dämpft der Fein -- de Wut und To -- ben; + \he + Got -- _ _ _ tes Sohn dämpft der Fein -- de Wut und To -- ben. + fallt mit Dan -- ken, + \lg + fallt mit Dan -- _ ken, % + \ld + \lg + fallt mit Dan -- ken, + fallt mit Lo -- ben + \ld + \lg + fallt mit Dan -- ken, + \ld + fallt mit Lo -- _ ben, % + fallt mit Dan -- ken, + fallt mit Lo -- ben + vor des Höch -- sten Gna -- den -- thron. + } + + IVsopranTextII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IValtTextII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + IVtenorTextII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IVbassTextII = \lyrics { + %<+hier den Text für den Baß eintragen+> + Je -- sus rich -- te mein Be -- gin -- _ nen, + Je -- sus blei -- be stets bei mir, + Je -- sus sei mir in Ge -- dan -- ken, + Je -- su, las -- se mich nicht wan -- ken! + } + + IVbassTextIIa = \lyrics { + %<+hier den Text für den Baß eintragen+> + Je -- sus zäu -- me mir die Sin -- _ nen, + Je -- sus sei nur mein Be -- gier, + } + diff --git a/wo/parts/Itexte.ly b/wo/parts/Itexte.ly new file mode 100644 index 0000000..5c1789f --- /dev/null +++ b/wo/parts/Itexte.ly @@ -0,0 +1,138 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + IsopranTextI = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IaltTextI = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + ItenorTextI = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + jf = \lyricmode { + jauch -- zet, + froh -- lok -- ket, + } + + preiset = \lyricmode { + auf, prei -- set die Ta -- ge, + } + + ruehmet = \lyricmode { + rüh -- met, was heu -- te der Höch -- ste ge -- tan! + } + + zagen = \lyricmode { + las -- set das Za -- gen, + } + + klage = \lyricmode { + ver -- ban -- net die Kla -- ge, + } + + zk = \lyricmode { + \zagen + \klage + } + + viel = \lyricmode { + Jauch -- zet, froh -- lok -- ket, + \preiset + \jf + \jf + \preiset + \ruehmet + Las -- _ set das Za -- gen, + ver -- ban -- net die Kla -- ge, + } + + IbassTextI = \lyrics { + %<+hier den Text für den Baß eintragen+> + \viel + las -- _ set das Za -- _ gen, + ver -- ban -- _ _ net die Kla -- ge, + ver -- ban -- _ _ net die Kla -- ge, + \zk + \zk + stim -- met voll Jauch -- _ zen und + Fröh -- lich -- keit an! + \viel + las -- _ set das Za -- gen, + ver -- ban -- net die Kla -- _ ge, + las -- _ set das Za -- _ gen, + ver -- ban -- _ _ net die Kla -- ge, + \zk + \zk + stim -- met voll Jauch -- _ zen und + Fröh -- lich -- keit an! + Die -- net dem Höch -- sten + mit herr -- li -- chen + Chö -- _ _ _ _ _ ren, + mit herr -- li -- chen Chö -- ren, + die -- net dem Höch -- sten + die -- net dem Höch -- _ sten + mit herr -- _ li -- chen + Chö -- _ ren, + mit herr -- li -- chen Chö -- ren. + laßt uns den Na -- men des Herr -- schers ver -- eh -- ren, + laßt uns den Na -- men des Herr -- schers ver -- eh -- _ _ _ _ ren, + laßt uns den Na -- men des Herr -- schers ver -- eh -- ren! + } + + IsopranTextII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IaltTextII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + ItenorTextII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IbassTextII = \lyrics { + %<+hier den Text für den Baß eintragen+> + << + { + Wie soll ich dich emp -- fan -- gen + und wie be -- gegn’ ich dir? + } + \new Lyrics \lyricsto "baesse" { + O al -- ler Welt Ver -- lan -- gen, + o mei -- ner See -- len Zier! + } + >> + O Je -- su, Je -- su, set -- ze + mir selbst die Fak -- kel bei, + da -- mit, was dich er -- göt -- ze, + mir kund und wis -- send sei! + } + + IsopranTextIII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + IaltTextIII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + ItenorTextIII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + IbassTextIII = \lyrics { + %<+hier den Text für den Baß eintragen+> + Ach mein herz -- lie -- bes Je -- su -- lein, + mach dir ein rein sanft Bet -- te -- lein, + zu ruhn in mei -- nes Her -- zens Schrein, + daß ich nim -- mer ver -- ges -- se dein! + } + diff --git a/wo/parts/V.ly b/wo/parts/V.ly new file mode 100644 index 0000000..cf51142 --- /dev/null +++ b/wo/parts/V.ly @@ -0,0 +1,989 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.14" + \include "dynArt.ly" + + % global defs % {{{ + VglobalI = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 3/4 + \autoBeamOff + \set Score.skipBars = ##t + } + + VglobalII = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \set Score.skipBars = ##t + \partial 2 + } + + VglobalIII = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \set Score.skipBars = ##t + \partial 4 + } + + VglobalIV = { + \key a \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \set Score.skipBars = ##t + } + % }}} + +% Die Stimmen + + % Nr. 43 % {{{ + obdam = \relative c' { + \VglobalI + \clef treble + r8 cis16[ d16] e8[ e8] fis16[ e16 d16 fis16] e8 r8 r4 r4 + R2.*11 + cis'16[ a16 b16 cis16] d16[ b16 cis16 d16] e16[ cis16 d16 e16] + fis16[ d16 e16 fis16] gis16[ e16 fis16 gis16] a16[ fis16 gis16 a16] + b16[ d,16 cis16 b16] cis16[ e16 cis16 a16] e8[ gis8] a8 + } \addQuote "od" \obdam + + frauenPausen = { + R2.*16 + s2.*2 + s8 r8 r4 r4 + % 20 + s2. + s4. r8 r4 + s2.*2 + s8 r8 r4 r4 + s2. + s4. r8 r4 + R2. + r8 s8 s2 + s8 r8 r4 r4 + s2. + s4. r8 r4 + R2. + % 33 + s2.*21 + s4 r4 r4 + % 55 + R2.*3 + r8 s8 s2 + s2.*2 + s4. r8 r4 + R2.*3 + s2.*10 + s4. r8 r4 + % 76 + R2.*5 + % 81 + s2.*17 + % 98 + s4 r8 s4. + s2. + s4 r4 r4 + R2. + r4 r8 s4. + s2. + s4 r4 r4 + R2. + r4 r4 s4 + s2.*4 + % 111 + s4 r4 r4 + R2. + r8 s4. s4 + s2. + s4 r4 r4 + R2. + s2.*2 + s4 r4 r4 + R2. + r4 s2 + s2.*4 + s4 r4 r4 + } + + VsopranI = \relative c'' { + \VglobalI + << + { \meta } + %\sopranArt + %the actual tune + { + s2.*16 + r8 cis16[ d16 e8] e8 fis16[ e16] fis8 + e8 e4 cis8 a8 a'8 + a8 s8 s4 s4 + % 20 + e8 e8 a8 a8 e8 e8 + e8 e16([ d16 cis8)] s8 s4 + R2. + r8 gis16[ a16 b8] b8 cis16([ b16)] cis8 + b8 s8 s4 s4 + b8 b8 e8 e8 b8 b8 + b8 b16([ a16 gis8)] s8 s4 + s2. + s8 cis16[ d16 e8] e8 fis16[ e16] fis8 + gis8 s8 s4 s4 + a8 e8 e8 e8 e8 d8 + cis8 cis16([ b16 a8)] s8 s4 + s2. + R2.*4 + r4 r8 e'4 cis8 + a8([ b16 cis16 d16 e16)] fis8 e8 d16[ cis16] + % 39 + b8 gis16([ a16 b16 cis16)] d8 d4 ~ + d8 cis16([ b16 cis16 dis16)] e8 fis8 fis16[ e16] + dis8 fis4 dis8 b8 dis8 + e2. ~ + e2. ~ + e8 ais,4 cis8 cis8 e8 + dis2. ~ + dis8 fis,4 b8 b8 dis8 + e8 b4 d4 cis16[ b16] + cis8 a4 cis4 b16[ a16] + b8 gis4 b4 a16[ gis16] + a8 fis4 a4 gis16[ fis16] + % 51 + gis8 r8 a8 r8 b8 r8 + cis8[ b16 cis16] dis8[ cis16 dis16] e8[ dis16 e16] + fis8[ e16 dis16 e8] b8 gis8 fis16[ e16] + e4 s4 s4 + s2.*3 + s8 gis16[ a16] b8[ cis16 d16] e4 ~ + e2. ~ + e8 b8 d8 d8 d8 d8 + cis8 cis16([ b16 a8)] s8 s4 + s2.*3 + R2. + r8 fis16([ g16 a8)] b16([ cis16)] d8 fis,8 + e8 cis'4 e8 a,8 cis8 + d8 d16([ e16 fis8)] fis8 fis16[ e16] fis8 + b,8 b4 gis8 e8 b'8 + e8 cis16([ d16 e8)] e8 e16[ d16] e8 + % 71 + a,8 a4 fis8 d8 a'8 + d8 fis16([ e16 d8)] d8 d8 d8 + d8 b16[ cis16 d8] d8 d8 d8 + d8 cis16[ d16 e8] fis16([ e16)] d16([ cis16)] b16([ a16)] + cis8([ b8)] b8 s8 s4 + s2.*5 + R2.*2 + r4 r8 e4 cis8 + % 84 + a8([ b16 cis16 d16 e16)] fis8 e8 d16[ cis16] + b8 gis16[ a16 b16 cis16] d8 d4 ~ + d8 cis16([ d16)] e2 ~ + e8 a,4 d8 d8 fis8 + b,2. ~ + b8 gis4 b8 b8 d8 + e,2. ~ + e8 cis'4 e4 d16[ cis16] + d8 a4 d4 cis16[ b16] + cis8 a4 cis4 b16[ a16] + b8 gis4 b4 a16[ gis16] + a2. ~ + % 96 + a8 b8 e,2 ~ + e8 d'8 cis8 e8 cis8 b16[ a16] + a4\fermata s8 cis4 cis8 + cis16[ fis16 e16 d16 cis8] b8 a16[ b16] gis8 + a4 s4 s4 + s2. + s4 s8 b16[ cis16 b8] a8 + gis8 a8 b8([ cis16 dis16 e16 cis16)] fis8 + dis4 s4 s4 + s2. + s4 s4 fis8 e8 + dis4. e16([ fis16 e8)] dis8 + cis4. dis16[ e16] dis8 cis8 + bis16([ cis16 dis16 bis16)] gis8 gis'8 fis8 dis8 + e8([ fis8\trill)] gis8 cis,8 e16([ dis16)] cis16 bis16 + % 111 + cis4 s4 s4 + s2. + s8 gis4 a8 b4 ~ + b8[ cis16 d16 e16 fis16] g8 fis8 e8 + d4 s4 s4 + s2. + r8 b4 a8 gis4 ~ + gis8 a16[ b16] cis16[ d16 e8] ~ e16[ cis16] d8 + cis4 s4 s4 + s2. + s4 d8 cis8 b4 ~ + b8 cis16[ d16 cis8] b8 e16([ d16 cis16 b16] + a16[ cis16 b16 a16] gis16[ a16)] b16[ cis16] d8 d8 + d8[ cis8] cis8 b16[ a16] b8 gis8 + a8[ b8] cis8 fis,8 a16[ gis16] fis16 eis16 + fis4 s4 s4 + } + >> + } + + ValtI = \relative c'' { + \VglobalI + << + { \meta } + %\altArt + %the actual tune + { + s2.*16 + R2. + r8 a16[ b16 cis8] cis8 d16[ cis16] d8 + cis8 s8 s4 s4 + % 20 + a8 a8 cis8 a8 gis8 gis8 + a4 e8 s8 s4 + r8 e16[ fis16 gis8] gis8 a16[ gis16] a8 + gis8 gis16[ fis16 e8] b'8 b8 a8 + gis8 s8 s4 s4 + gis8 gis8 gis8 gis8 fis8 fis8 + gis8 gis16([ fis16 e8)] s8 s4 + s2. + s8 e16[ fis16 gis8] gis8 a16([ gis16)] a8 + b8 s8 s4 s4 + cis8 cis8 a8 a8 gis8 gis8 + a4 e8 s8 s4 + s2. + r4 r8 b'4 gis8 + e8[ fis16 gis16 a16 b16] cis8 b8 a16[ gis16] + fis8 dis16([ e16 fis16 gis16)] a8 a4 ~ + a8 gis16([ fis16] e16[ fis16 gis16 a16] b8) b8 + b8[ a16 gis16 a16 b16] cis8 cis4 ~ + cis8 b16[ a16 gis8] a8 b8 a8 + % 39 + gis8 b4 gis8 e8 gis8 + a8 a4 e8 b'8 b8 + b8 b4 fis8 fis8 b8 + b2. ~ + b8 e,4 a8 a8 cis8 + fis,2. ~ + fis8 dis4 fis8 fis8 a8 + b,2. ~ + b8 gis'4 b4 a16[ gis16] + a8 e4 a4 gis16[ fis16] + gis8 e4 gis4 fis16[ e16] + fis8 dis4 fis4 e16([ dis16)] + % 51 + e2. ~ + e8 fis8 b,2 ~ + b8 a'8 gis16([ fis16] e4) dis8 + e4 s4 s4 + s2.*3 + s8 e16([ fis16] gis8[ a16 fis16] gis8) e8 + a8 gis8 a8 a4( gis16[ a16] + b8) gis8 gis8 b16[ a16] b8 gis8 + a4 e8 s8 s4 + s2.*3 + r8 cis16([ d16 e8)] fis16[ gis16] a4 ~ + a2. ~ + a8 e8 g16([ fis16] g4) g8 + fis8 r8 r4 r4 + r8 e16([ fis16 gis8)] gis8 gis16[ fis16] gis8 + a8 r8 r4 r4 + % 71 + r8 fis16[ gis16 a8] a8 a16[ gis16] a8 + d,8 d16[ e16 fis8] fis8 fis8 fis8 + e8 gis16([ a16 b8)] b8 b8 b8 + b8 a4 gis8 a8 a8 + a8([ gis8)] gis8 s8 s4 + s2.*5 + r4 r8 a4 fis8 + d8([ e16 fis16 g16 a16)] b8 a8 g16[ fis16] + e8 cis16[ d16 e16 fis16] g8 g4 ~ + % 84 + g8 fis16([ e16 fis16 gis16)] a8 b8 a8 + gis8 b4 gis8 e8 gis8 + a2. ~ + a2. ~ + a8 dis,4 fis8 fis8 a8 + gis2. ~ + gis8 b,4 e8 e8 gis8 + a8 e4 g4 fis16[ e16] + fis8 d4 fis4 e16[ d16] + e8 cis4 e4 d16[ cis16] + d8 b4 d4 cis16[ b16] + cis8 r8 d8 r8 e8 r8 + % 96 + fis8[ e16 fis16] gis8[ fis16 gis16] a8[ gis16 a16] + b8[ a16 gis16] a8 a8 a8 gis8 + e4\fermata s8 a8([ e8)] eis8 + fis8[ b8 a8] gis8 fis16[ gis16] eis8 + fis4 s4 s4 + s2. + s4 s8 fis4 dis8 + e8 dis16[ cis16] b8([ a'8)] gis8([ fis8)] + fis4 s4 s4 + s2. + s4 s4 cis'8 a8 + b4. b16([ a16 b8)] gis8 + a4. a16([ gis16) a8] fis8 + fis8[ e8] dis8 dis16[ e16] fis8 gis8 + gis8[ fis8] e8 e8 a8 gis16 gis16 + % 111 + gis4 s4 s4 + s2. + s8 e4 fis8 gis4 ~ + gis8[ ais16 b16] cis8 cis8 cis8 ais8 + b4 s4 s4 + s2. + r4 r4 gis8 fis8 + e4. a8 a8 gis8 + e4 s4 s4 + s2. + s4 r4 b'8 a8 + gis4. a16([ b16 a8)] gis8 + fis4. gis16[ a16] gis8 fis8 + eis8([ fis8)] gis8 eis8 fis8 gis8 + gis8 fis16([ eis16 fis8)] fis8 d8 cis16 cis16 + cis4 s4 s4 + } + >> + } + + VtenorI = \relative c' { + \VglobalI + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + R2.*17 + r8 cis16([ d16 e8)] e8 fis16[ e16] fis8 + e8 r8 r4 r4 + % 20 + cis8 cis8 e8 cis8 b8 b8 + cis8 cis16([ b16 a8)] r8 r4 + r8 gis16([ a16 b8)] b8 cis16([ b16)] cis8 + b8 b4 gis8 e8 e'8 + e8 r8 r4 r4 + e8 e8 b8 e8 dis8 dis8 + e4 b8 r8 r4 + r8 a16([ b16 cis8)] cis8 d16([ cis16)] d8 + e8 e8([ d8)] cis8 b8 a8 + e'8 r8 r4 r4 + e8 cis8 cis8 e8 e8 e8 + e8 e16[ d16 cis8] e4 cis8 + a8([ b16 cis16 d16 e16)] fis8 e8 d16[ cis16] + b8 gis16[ a16 b16 cis16] d8 d4 ~ + d8 cis16[ b16 cis16 dis16] e8 fis8 e8 + dis8 fis4 dis8 b8 dis8 + e8 b16[ a16 b8] e,8 d'16[ cis16] d8 + cis8 e4 cis8 a8 e'8 + fis4 ~ fis16[ e16 d16 cis16] b8 e8 + % 39 + e8 e,16([ fis16 gis16 a16)] b8 b8 e8 + e8 a,4 gis8 fis8 gis16[ a16] + b8 dis4 fis,8 b8 fis'8 + e4 r8 b4 d8 + cis2. ~ + cis8 cis16[ b16 cis8] ais8 fis8 ais8 + b8 fis'4 fis8 dis8 b8 + fis8 dis'8 ~ dis16[ e16 fis16 gis16 a8] fis8 + e2. ~ + e2. ~ + e2 ~ e16[ dis16 cis16 b16] + cis8 dis8 fis4 b,4 + % 51 + b8 r8 a8 r8 e'8 r8 + cis8 a'4 gis4 a16[ gis16] + fis8 fis8 e4 b4 + b4 r4 r4 + R2.*3 + R2. + r8 cis16([ d16] e8[ fis16 gis16] a8) cis,8 + b8 e8 e8 e8 e8 e8 + e8 e16([ d16 cis8)] r8 r4 + R2.*3 + r8 a16([ b16 cis8)] d16[ b16] cis8 a8 + d8 cis8 d8 d4( cis16[ d16] + e8) a,8 e'16([ d16] e4) e8 + d8 r8 r4 r4 + r8 gis,16[ a16 b8] b8 b16[ a16] b8 + e,8 r8 r4 r4 + % 71 + r8 d'16[ e16 fis8] fis8 fis16[ e16] fis8 + b,8 d16([ cis16 b8)] b8 b8 b8 + b8 d16([ cis16 b8)] e8 fis8 gis8 + e8 fis8([ e8)] d8 e8 fis8 + e4 e8 r8 r4 + R2. + r4 r8 e4 cis8 + a8([ b16 cis16 d16 e16)] fis8 e8 d16[ cis16] + b8 gis16([ a16 b16 cis16)] d8 d4 ~ + d8 cis16([ b16] a16[ b16 cis16 d16 e8)] e8 + e8([ d16 cis16 d16 e16)] fis8 fis4 ~ + fis8 e16([ d16 cis8)] d8 e8 d8 + cis8 e4 cis8 a8 cis8 + % 84 + d8 d4 cis8 b8 e8 + e2. ~ + e8 a,4 e'8 cis8 a8 + fis'2. ~ + fis8 fis16([ e16 fis8)] dis8 b8 dis8 + e8 b4 b8 gis8 e8 + b'8 gis8.[ a16 b16 cis16] d8 b8 + a2. ~ + a2. ~ + a2 ~ a16[ gis16 fis16 e16] + fis8 gis8 b4 e4 + e8 r8 d8 r8 a8 r8 + % 96 + fis8( d'4 cis4 d16[ cis16] + b8) b8 a8([ e8)] e'8([ d8)] + cis4\fermata r8 e16([ d16 cis8)] b8 + a8([ b8 cis8)] d8 cis8 cis8 + cis4 r4 r4 + R2. + r4 r8 fis,8 b4 ~ + b8 fis'8([ e8)] a,8 b8 cis8 + b4 r4 r4 + R2. + r4 r4 cis8 fis8 + fis4. b,4 e8 + e4. a,8 a8 a8 + gis4 gis8 bis8 cis8 dis8 + dis8 cis16([ bis16 cis8)] cis8 fis8 e16 dis16 + % 111 + e4 r4 r4 + R2. + r4 r4 gis,8 a8 + b4. e8 cis8 fis8 + fis4 r4 r4 + R2. + r8 d4 cis8 b4 ~ + b8 a16[ gis16] a16[ b16 cis8] ~ cis16[ a16] b8 + a4 r4 r4 + R2. + r4 r4 fis'8 d8 + b8 e4 e8 e8 a,8 + a8 fis8 b2 ~ + b8[ a8] gis8 cis8 fis,8 cis'8 + cis8 fis,16([ gis16 a8)] a8 b8 a16 gis16 + a4 r4 r4 + } + >> + } + + VbassI = \relative c' { + \VglobalI + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + \transposedCueDuring #"od" #UP c { R2. R2. } + R2.*11 + \transposedCueDuring #"od" #UP c, { R2. R2. R2. r8 } + a16[( b16 cis8]) cis8 d16[( cis16]) d8 + cis8 a4 g8 fis8 d8 + a'8 r8 r4 r4 + a8 a8 a8 cis8 e8 e,8 + a4 a,8 r8 r4 + R2. + r8 e'16[( fis16 gis8]) gis8 a16[ gis16] a8 + e8 r8 r4 r4 + e8 e8 e8 gis8 b8 b,8 + e4 e8 r8 r4 + r8 fis16[( gis16 a8]) a8 b16[ a16] b8 + cis8 cis8[ b8] a8 gis8 fis8 + e8 r8 r4 r4 + a8 a8 a8 cis8 e8 e,8 + a4 a,8 r8 r4 + R2.*7 + r4 r8 b'4 gis8 + e8[( fis16 gis16 a16 b16]) cis8 b8 a16[ gis16] + fis8 dis16[( e16 fis16 gis16]) a8 a4 ~ + a8[ gis8] b8 gis8 e8 gis8 + a2 ~ a8 gis8 + ais8 cis8 e8[ cis8] ais8[ fis8] + b2. ~ + b8 b,4 dis8 fis8 a8 + gis8[ e16 fis16 gis8 e8 gis8 e8] + a8 r8 cis8 r8 a8 r8 + e'8 r8 e,8 r8 cis8 r8 + fis8 r8 b8 r8 b,8 r8 + e8[ dis16 e16] fis8[ e16 fis16] gis8[ fis16 gis16] + a8[ gis16 a16] b8[ a16 b16] cis8[ b16 cis16] + dis8 b8 e8[ gis,16 a16 b8] b,8 + e4 r4 r4 + R2.*3 + r4 r8 e16[ fis16 e8] d8 + cis8[ e8] a8 cis16[( b16 cis8]) a8 + gis8 e8 e8 gis8 gis8 e8 + a4 a,8 r8 r4 + R2.*3 + r4 r8 a'16[( b16 a8]) g8 + fis8 a8 d8[( fis,16 e16 fis8]) d8 + cis8 a'4 cis,16[ b16] cis8 a8 + d8 fis16[( g16 a8]) a8 a16[( gis16]) a8 + gis8 e4 d8 cis8 b8 + cis8 a'16[( b16 cis8]) cis8 cis16[ b16] cis8 + fis,8 d4 cis8 b8 a8 + b8 b'16[ cis16 d8] fis,8 b8 a8 + gis8 b16[( a16 gis8]) gis8 fis8 e8 + a8 fis8[( cis8]) b8 cis8 d8 + e4 e8 b'4 gis8 + e8[( fis16 gis16 a16 b16]) cis8 cis16[( b16]) a16[ gis16] + fis8 e16[ fis16 gis16 a16] b8 a4 ~ + a8 fis16[( e16 fis16 gis16]) a8 b8 a8 + gis8 b4 gis8 e8 gis8 + a8 e16[( d16 e8]) a,8 g'16[( fis16]) g8 + fis8 a4 fis8 d8 a'8 + b4 ~ b16[ a16 g16 fis16] e8 a8 + a8 a,16[( b16 cis16 d16]) e8 cis8 a8 + d8 fis8 b8 fis8 gis8 a8 + e8 e16[ fis16 gis8] b8 gis8 e8 + a8 e4 a8 a8 cis8 + d,2 ~ d8 cis8 + dis8 fis8 a8[( fis8]) dis8[ b8] + e2. ~ + e8 e4 gis8 b8 d8 + cis8[ a16 b16 cis8 a8 cis8 a8] + d8 r8 fis,8 r8 d8 r8 + a'8 r8 a8 r8 fis8 r8 + b8 r8 e8 r8 e,8 r8 + a,8[( gis16 a16] b8[ a16 b16] cis8[ b16 cis16] + d8[ cis16 d16] e8[ d16 e16] fis8[ e16 fis16] + gis8) e8 a8[( cis,16 d16 e8]) e8 + a,4\fermata r8 a'16[( b16 a8]) gis8 + fis8[ gis8 a8] b8 cis8 cis,8 + fis4 r4 r4 + r2. + r8 fis16[( gis16 fis8]) e8 dis8 b8 + e8[( fis8 gis8 fis8]) gis8[ ais8] + b4 r4 r4 + r2. + r4 cis8 b8 a4 ~ + a8 b16[ cis16 b8] a8 gis4 ~ + gis8[ a16 b16 a8] gis8 fis8 dis8 + gis8[( ais8]) bis8 gis8 ais8 bis8 + cis8[ a8] e8 a8 fis8 gis16 gis16 + cis,4 r4 r4 + r2. + r4 r4 e8 fis8 + gis4( a16[) ais16] b8 ais8 fis8 + b4 r4 r4 + r2. + r4 r4 e,8 d8 + cis4. a8 e'8 e8 + a,4 r4 r4 + r2. + r4 b8 cis8 d4 ~ + d8 e16[ fis16 e8] d8 cis4 ~ + cis8[ d16 e16 d8] cis8 b8 gis8 + cis8[ dis8] eis8 cis8 dis8 eis8 + fis8[( d8]) a8 d8 b8 cis16 cis16 + fis,4 r4 r4 + \once \override Score.RehearsalMark #'direction = #DOWN + \mark\markup{ "Da Capo" } + \bar "||" + } + >> + } + % }}} + + % Nr. 45 % {{{ + fpII = { + s4 r4 + s4 r8 s8 s2 + s1*3 + s4 r4 s2 + s1*2 + R1 + s1*9 + s2. r4 + R1*7 + R1 + R1 + r2. r4\fermata + } + + VsopranII = \relative c'' { + \VglobalII + << + { \meta } + %\sopranArt + %the actual tune + { + b4 s4 + cis4 s8 fis8 d8 d8 fis8 d8 b8 b8 b8 cis16 dis16 e8 e8 r8 + e8 cis8 cis8 e8 cis8 a8 a8 a8 b16 cis16 d8 d8 r8 + d8 b4 r8 a8 \bar "||" d4 s4 s2 + R1*2 \bar "||" + s1 + r2 r8 cis8 cis8 d8 e8 e8 e8 fis8 g8 g8 r8 + g8 fis4 e8[ d8] a'8 a,8 r4 + r8 b8 b8 cis8 d8 d8 cis8 b8 cis8 cis8 r8 + dis8 e8 d8 cis4 b8 + fis'8 fis8 eis8 fis8 cis8 + cis8 b8 a4 a8 g8 fis8 a8 d4 ~ d8[ cis8] cis8 + a8 d8 e8 fis4 ~ fis8[ dis8] e8 + fis8 g8 fis8 fis4 ~ fis8[ e16 d16] cis16[ d16 b8] ais4 s4 + s1*7 + s1 + s1 + s2. s4 + } + >> + } + + ValtII = \relative c' { + \VglobalII + << + { \meta } + %\altArt + %the actual tune + { + fis4 s4 + fis4 s8 fis8 fis4 r8 fis8 + g8 g8 fis8 g16[ a16] b8 b8 g8 a16 b16 + a8 a8 r8 e8 fis8 fis8 e8 fis16[ g16] + a8 a8 fis8 g16 a16 g8 g8 a8 r8 + b4 s4 b8 fis16 g16 a8 g8 + g4 r8 e8 c'8 c8 r4 + dis,8 r16 fis16 a8 g8 e4 r4 + s1 + r8 fis8 fis8 g8 a8 a8 a8 b8 + cis8 cis8 r8 a8 g4 fis8([ e8)] + b'8 b,8 r4 r8 e8 e8 fis8 + b,8 b8 r4 r8 fis'8 fis8 gis8 + a8 a8 g8 fis8 g8 g8 r8 ais8 + b8 a8 g4\trill fis4 a8 g8 + fis4 fis8 e8 d8([ e8)] fis8([ e8)] + e4 e8 e8 fis8[ g8] a8[ fis8] + b2 ~ b8[ ais8] b8 d,8 + d8 e8 e8([ eis8)] fis4 s4 + s1*7 + s1 + s1 + s2. s4 + } + >> + } + + VtenorII = \relative c' { + \VglobalII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + d4 r4 + cis4 r8 ais8 b4 r8 + b8 e8 e8 dis8 e16[ fis16] g8 g8 e8 e16 e16 e8 e8 r8 + a,8 d8 d8 cis8 d16[ e16] fis8 fis8 d8 d16 d16 d8 d8 e8 r8 + fis4 r4 r2 + R1 + R1 + r2 r8 b,8 b8 cis8 d8 d8 d8 e8 fis8 fis8 r8 + d8 cis4 b8([ a8)] e'8 e,8 r4 + r8 fis'8 fis8 gis8 a8 a8 g8 fis8 g8 g8 r8 + e8 fis8 b,8 cis8([ eis8)] cis4 r8 + b8 ~ b8 d8 g8 fis8 fis8 fis16 e16 d8 cis8 cis8 a8 r4 + a8 g8 fis8([ g8)] a8 a8 a8 gis8 a4 a8 cis8 d8 a8 d4 ~ d8[ fis8] e8 + dis8 e8([ cis8)] d8([ fis8)] b,2 cis4 r4 + R1*7 + R1 + R1 + r2. r4\fermata + } + >> + } + + VbassII = \relative c' { + \VglobalII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + b4 r4 ais4 r8 fis8 b4 r8 b8 + g8 g8 b8 g8 e8 e8 e8 fis16 g16 + a8 a8 r8 a8 fis8 fis8 a8 fis8 d8 d8 d8 e16 fis16 g8 g8 c8 r8 + \bar "||" + dis,4 r4 r2 + R1 + R1 + \bar "||" + r8 e8 e8 fis8 g8 g8 g8 a8 + b8 b8 r8 g8 fis4 e8([ d8)] + a'8 a,8 r4 r8 b'8 b8 cis8 + d8 d8 cis8 b8 cis8 cis8 r8 dis8 + e8 d8 cis4 b8 b8 a8 gis8 + fis8 fis8 b8 b8 e,8 e8 r8 e'8 + d8 cis8 b8([ cis8)] fis,4 r4 + fis8 e8 d4 d8 cis8 b8 e8 + a4 a,8 g'8 fis8 e8 d8[ e16 fis16] + g8[ a8] g8 fis8 e4 d8[ b8] + g'2 fis4 r4 + R1*7 + R1*2 + r2. r4\fermata + \bar "|." + } + >> + } + % }}} + + % Nr. 46 % {{{ + VsopranIII = \relative c'' { + \VglobalIII + << + { \meta } + %\sopranArt + %the actual tune + { + a4 + a4 e'4 e4( d8[ cis8] b4) cis4 d8[ cis8] b4 a2\fermata r4 + a4 + b4 cis4 d4 b4 e4 fis4 e4\fermata + cis4 + cis8[ d8] e4 d4 cis8([ b8)] a8([ b8] cis4) b4\fermata + cis4 + a4 b8[ cis8] d4\fermata cis4 b4 cis4 d4\fermata + cis4 + b4 a4 e'4.( d8 cis4) d8[ cis8] b2 a2.\fermata + } + >> + } + + ValtIII = \relative c' { + \VglobalIII + << + { \meta } + %\altArt + %the actual tune + { + fis4 e8([ fis8 gis8 a8] b4) e,4 dis4 e4 d8[ a'8] gis4 e2\fermata + r4 fis4 fis4 e8([ cis8)] gis'8([ fis8)] e8([ dis8)] e8[ fis16 gis16 a8] fis8 gis4\fermata + a4 a4 ais4 b8[ a8] gis8[ fis8] e8([ fis16 gis16 a8 fis8)] gis4\fermata + a8[ gis8] fis4. gis16[ ais16] b4\fermata + ais4 b8[ a8] g4 fis4\fermata + e8 a8 ~ a8 gis4 fis8 gis8[ a8] b4 ~ b8[ e,8] a4 a4( gis4) e2.\fermata + } + >> + } + + VtenorIII = \relative c' { + \VglobalIII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + cis8[ d8] e4 d8[ cis8] b4( a4 b4) a8[ g8] a4 e'8[ d8] cis2\fermata + r4 a4 a4 gis4 b8([ a8)] b4 b8( e4) dis8 e4\fermata + e4 fis4 fis4 fis4 e4 e8([ d8 cis8 dis8)] e4\fermata + e4 d8([ cis8)] d8([ e8)] fis4\fermata + fis8[ e8] d4 e4 a,4\fermata + a4 b4 cis8[ dis8] e2 ~ e8[ cis8 a8] cis8 fis8[ d8 b8 e8] cis2.\fermata + } + >> + } + + VbassIII = \relative c { + \VglobalIII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + fis4 cis'4 b8[ a8] gis4 a4 ~ a8[ g8] fis8[ e8] fis8[ d8] e4 a,2\fermata + r4 d4 dis8( e4 eis8 ~ eis8) fis8 gis8 a8 gis8[ e8] b'4 e,4\fermata + a8[ gis8] fis8[ e8] d8[ cis8] b4 e8[( d8]) cis8[( b8] a4) e'4\fermata + a,4 d8[ e8] d8[ cis8] b4\fermata fis'4 g8[ fis8] e4 d4\fermata + a4 e'2 ~ e8[ fis8] gis8[ e8] a8[( gis8]) fis8[( e8]) d8[( b8] e4) a,2.\fermata + \bar "|." + } + >> + } + % }}} + + % Nr. 53 % {{{ + VsopranIV = \relative c'' { + \VglobalIV + << + { \meta } + %\sopranArt + %the actual tune + { + a4 b4 cis8([ d8]) e4 a,4 gis4 fis4 e4\fermata + fis4 gis4 a4 b4 cis8([ d8]) b4 a2 + cis4 cis4 b4 cis4 d4 cis8([ b8]) b8([ a8]) b4\fermata + fis4 gis4 a4 b4 cis8([ d8]) b4 a8([ gis8]) a4\fermata + } + >> + } + + ValtIV = \relative c' { + \VglobalIV + << + { \meta } + %\altArt + %the actual tune + { + e4 e4 a4 a8([ gis8]) gis8([ fis8]) fis8([ e8]) e8([ dis8]) b4\fermata + d8([ cis8]) b4 e4 e4 e8([ fis8]) e4 e2 + a4 a4 e8([ fis8]) gis4 fis4 e8([ fis8]) gis8([ fis8]) gis4\fermata + cis,8([ d8]) e4 e8([ d16 cis16]) fis4 e4 e4 e8([ d8]) e4\fermata + } + >> + } + + VtenorIV = \relative c' { + \VglobalIV + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + cis4 b4 a8([ b8]) cis8([ d8]) e8([ b8]) b4 b8.([ a16]) gis4\fermata + b8([ cis8]) d8([ e8]) a,4 e4 a4. gis8 cis2 + e4 e8([ dis8]) e8([ d8]) cis8([ b8]) a8([ b8]) cis8([ dis8]) e4 e4\fermata + ais,8([ b8]) b4 a4 a4 a8([ b8]) gis8([ d'8]) cis8([ b8]) cis4\fermata + } + >> + } + + VbassIV = \relative c' { + \VglobalIV + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + \repeat volta 2 { + a4 gis4 fis4 cis8([ b8]) cis8([ dis8]) e4 b4 e4\fermata + b4 b'8([ cis16 d16]) cis8([ b8]) a8([ gis8]) a8([ d,8]) e4 a,2 + } + a'8([ gis8]) fis4 gis8([ fis8]) e4 fis8([ gis8]) a4 e4 e4\fermata + e8([ d8]) cis8([ b8]) cis8([ fis8]) e8([ d8]) e4 e4 a,4 a4\fermata + \bar "|." + } + >> + } + % }}} + +\include "parts/Vtexte.ly" + + % coro I % {{{ + Vsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \frauenPausen << \VsopranI \\ \ValtI >> >> } + %\new Voice = "soprane" { \VsopranI } + %\new Voice = "alti" { \ValtI } + %\addlyrics { \altText } + >> + Vten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \VtenorI } + %\addlyrics { \tenorText } + >> + Vbas = \new Staff = bass << + \new Voice = "baesse" { \VbassI } + %\addlyrics { \bassText } + >> + + Vcoro = \new ChoirStaff \with {} << + \Vsop + %\Valt + \Vten + \Vbas % + \new Lyrics \lyricsto "baesse" \VbassTextI + >> + % }}} + + % chor II % {{{ + Vsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \fpII << \VsopranII \\ \ValtII >> >> } + %\new Voice = "soprane" { \VsopranII } + %\new Voice = "alti" { \ValtII } + %\addlyrics { \altText } + >> + Vten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \VtenorII } + %\addlyrics { \tenorText } + >> + Vbas = \new Staff = bass << + \new Voice = "baesse" { \VbassII } + %\addlyrics { \bassText } + >> + + VchorRecit = \new ChoirStaff \with {} << + \Vsop + %\Valt + \Vten + \Vbas % + \new Lyrics \lyricsto "baesse" \VbassTextII + >> + % }}} + + % choral III % {{{ + Vsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \VsopranIII \\ \ValtIII >> } + %\new Voice = "soprane" { \VsopranIII } + %\new Voice = "alti" { \ValtIII } + %\addlyrics { \altText } + >> + Vten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \VtenorIII } + %\addlyrics { \tenorText } + >> + Vbas = \new Staff = bass << + \new Voice = "baesse" { \VbassIII } + %\addlyrics { \bassText } + >> + + VchoralI = \new ChoirStaff \with {} << + \Vsop + %\Valt + \Vten + \Vbas % + \new Lyrics \lyricsto "baesse" \VbassTextIII + >> + % }}} + + % choral IV % {{{ + Vsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \VsopranIV \\ \ValtIV >> } + %\new Voice = "soprane" { \VsopranIV } + %\new Voice = "alti" { \ValtIV } + %\addlyrics { \altText } + >> + Vten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \VtenorIV } + %\addlyrics { \tenorText } + >> + Vbas = \new Staff = bass << + \new Voice = "baesse" { \VbassIV } + %\addlyrics { \bassText } + >> + + VchoralII = \new ChoirStaff \with {} << + \Vsop + %\Valt + \Vten + \Vbas % + \new Lyrics \lyricsto "baesse" \VbassTextIVa + \new Lyrics \lyricsto "baesse" \VbassTextIVb + >> + % }}} + diff --git a/wo/parts/VI.ly b/wo/parts/VI.ly new file mode 100644 index 0000000..5041c34 --- /dev/null +++ b/wo/parts/VI.ly @@ -0,0 +1,1190 @@ +%some settings% vim: ai sw=2 lbr nu et + + \version "2.14" + \include "dynArt.ly" + + % global defs % {{{ + VIglobalI = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 3/8 + \autoBeamOff + \partial 8 + \set Score.skipBars = ##t + } + + VIglobalII = { + \key g \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 4 + \set Score.skipBars = ##t + } + + VIglobalIII = { + \key d \major + %\override Staff.TimeSignature #'style = #'() + \time 4/4 + \autoBeamOff + \partial 8 + \set Score.skipBars = ##t + } + % }}} + +% Die Stimmen + + % Nr. 54 % {{{ + tr = \relative c' { + \VIglobalI + a8 + d4 a8 e'4 a,8 + fis'8[ e16 fis16 g16 e16] + g16[ fis16 e16 d16 fis16 e16] + g16[ fis16 e16 d16 fis16 e16] + g16[ fis16 e16 d16 fis16 e16] + d8[ d'8 cis8] d8 r4 + r4.*38 + a16[ d16 cis16 b16 a16 g16] + } \addQuote "trI" \tr + + frauenPausen = { + r8 + R4.*8 + R4.*38 + R4. + R4.*4 + s4.*16 + s4 r8 + R4.*3 + s4.*44 + s8 r8 r8 + R4.*11 + s4.*28 + s8 r8 r8 + R4. + r8 s4 + s4. + s4 r8 + R4.*3 + r8 r8 s8 + s4.*19 + s4 r8 + R4.*11 + s4.*16 + s8 r8 r8 + R4. + r8 s4 + s4.*2 + s8 r8 s8 + s4.*3 + s8 r8 s8 + s4.*14 + s8 r8 r8 + s4. + s8 r8 r8 + s4. + s4 + } + + VIsopranI = \relative c'' { + \VIglobalI + << + { \meta } + %\sopranArt + %the actual tune + { + s8 + s4.*8 + s4.*38 + s4. + s4.*4 + R4.*4 + r8 r8 a8 + d4 a8 + e'4 a,8 + fis'8[ e16 fis16] g16[ e16] + % 60 + g16([ fis16 e16 d16)] fis16([ d16)] + fis16([ e16 d16 cis16)] e16([ cis16)] + e16([ d16 cis16 b16)] d16([ b16)] + e8[ d16 cis16 b16 cis16] + a4. ~ + a4. ~ + a8 cis8 e8 + d8[ e16 d16] e16[ cis16] + d8 d8 s8 + s4.*3 + R4.*4 + r8 r8 a8 + d4 a8 + e'4 a,8 + fis'8[ e16 fis16] g16[ e16] + g16([ fis16 e16 d16)] fis16([ d16)] + fis16([ e16 d16 cis16)] e16([ cis16)] + e16([ d16 cis16 b16)] d16([ b16)] + e8 d16[ cis16] b16[ cis16] + % 84 + a4. ~ + a4. ~ + a8[ cis8] e8 + d8([ e16 d16 e16 cis16] + d8) d8 r8 + r4. + r4. + r4. + r8 r8 b8 + cis8[ fis16 e16] d16[ cis16] + b8[ e16 d16] cis16[ b16] + a8[ d8] cis8 + b4. ~ + b8[ a8] gis8 + cis16[ d16 e8] a,8 + d8[ fis8] e8 + fis16[ e16 fis16 g16] a8 + d,8 c16[ b16] a16[ g16] + d'4 fis,8 + g4 r8 + R4.*3 + % 107 + r8 r8 d'8 ~ + d8 cis16[ d16] e16[ cis16] + d16[ cis16 b8] e8 + cis8[ d8] a8 + b8[ cis8 d8] + cis8 a8 e'8 + e8[ d8] cis8 + fis8[ e8] d8 + cis8([ d8)] b8 + a8 s8 s8 + s4.*11 + R4.*8 + % 136 + r8 r8 b8 + e4 e8 + e8 cis16[ d16 e8] + ais,8([ b8)] cis8 + e16([ d16)] fis16([ e16 d16 cis16)] + d4. ~ + d16 b16 d16([ cis16 b16 a16)] + b16([ gis16)] e'16([ d16 cis16 b16)] + cis16([ b16)] d16([ cis16 b16 a16)] + e'16([ dis16)] fis16([ e16 dis16 cis16)] + fis4. ~ + fis16 e16 g16([ fis16 e16 dis16)] + e8 b8 dis8 + e4 e8 + e4 e8 + e8([ fis16 e16)] d16[ cis16] + d8 a8 fis'8 + b,8[ e8] d8 + g8([ fis8)] e8 + d8([ e8)] cis8 + b8 s8 s8 + s4. + s8 cis8 cis8 + % 159 + d8[ fis16 e16] d16[ cis16] + b4 s8 + s4.*3 + s8 s8 a8 + d4 a8 + e'4 a,8 + fis'8[ e16 fis16] g16[ e16] + g16([ fis16 e16 d16)] fis16([ d16)] + fis16([ e16 d16 cis16)] e16([ cis16)] + e16([ d16 cis16 b16)] d16([ b16)] + e8[ d16 cis16 b16 cis16] + a8 cis8 e8 + d8[ e8] fis8 + e8[ d16 cis16] e8 + d8[ e8] cis8 + d4. ~ + d16[ cis16 b16 cis16 a16 b16] + gis8 e8 gis8 + a8[ fis'8] e8 + e8 d16[ cis16] b16[ a16] + d4 a8 + % 182 + e'4 a,8 + fis'8[ e16 fis16] g16[ e16] + g16[ fis16] e16[ d16] s8 + s4.*11 + R4.*4 + r8 r8 a8 + b8([ e16 d16)] cis16([ b16)] + a8([ d16 cis16)] b16([ a16)] + g8[ c8] b8 + a8[ b8] cis8 + d16[ cis16 b8] e8 + cis8[ d8] a8 + b8[ cis8] d8 + cis8 e16[ d16] e8 ~ + e8 d8 cis8 + fis8[ e8] d8 + % 211 + cis8[ d8] b8 + a8 s8 s8 + s4. + s8 b8 b8 + cis8[ e16 d16] cis16[ b16] + a4 cis8 + dis8 s8 fis8 + fis8 b,8 fis'8 ~ + fis8[ g16 fis16] e16[ dis16] + e8 b8 dis8 + e8 s8 e8 + e8 a,8 e'8 ~ + e8[ fis16 e16] d16[ cis16] + d8 a8 d8 + d4. ~ + d4. ~ + d4. ~ + d4. ~ + d8[ cis8] b8 + a8[ cis8 e8] ~ + e8[ d8 cis8] + b8 d8 b8 + g8[ bes8] d8 + d8[ e16 d16] cis16[ d16] + % 235 + a8[ d8] cis8 + d8 s8 s8 + d8 d16[ cis16] d8 + d8 s8 s8 + fis8 a,8 cis8 + d4\fermata + } + >> + } + + frauenPausen = { + r8 + R4.*8 + R4.*38 + R4. + R4.*4 + s4.*16 + s4 r8 + R4.*3 + s4.*44 + s8 r8 r8 + R4.*11 + s4.*28 + s8 r8 r8 + R4. + r8 s4 + s4. + s4 r8 + R4.*3 + r8 r8 s8 + s4.*19 + s4 r8 + R4.*11 + s4.*16 + s8 r8 r8 + R4. + r8 s4 + s4.*2 + s8 r8 s8 + s4.*3 + s8 r8 s8 + s4.*14 + s8 r8 r8 + s4. + s8 r8 r8 + s4. + s4 + } + VIaltI = \relative c' { + \VIglobalI + << + { \meta } + %\altArt + %the actual tune + { + s8 + s4.*8 + s4.*38 + s4. + s4.*4 + r8 r8 d8 + a'4 e8 + b'4 e,8 + cis'8([ b16 cis16)] d16([ b16)] + d16([ cis16 b16 a16)] cis16([ a16)] + b16([ a16 g16 fis16)] a16([ fis16)] + a16([ g16 fis16 e16)] g16([ e16)] + a8([ g16 fis16 e16 fis16)] + % 60 + d4. ~ + d16[ cis16] e4 ~ + e8 gis8 b8 + a8[ b16 a16] b16[ gis16] + a8[ cis8 e8] + d8 a8 fis8 + e8[ a16 g16] a8 + a4 a8 + a8 a8 s8 + s4.*3 + r8 r8 d,8 + a'4 e8 + b'4 e,8 + cis'8[ b16 cis16] d16[ b16] + d16([ cis16 b16 a16)] cis16([ a16)] + b16([ a16 g16 fis16)] a16([ fis16)] + a16([ g16 fis16 e16)] g16([ e16)] + a8 g16([ fis16)] e16[ fis16] + d4. ~ + d16[ cis16] e4 ~ + e8[ gis8] b8 + a4 gis8 + % 84 + a8[ cis8] e8 + d8[ a8] fis8 + e8[ a16 g16] a8 + a4. ~ + a8 fis8 e8 + fis8[ b16 a16] g16[ fis16] + e8([ a16 g16)] fis16[ e16] + d8[ g8] fis8 + e4. ~ + e8[ d8] a8 + e'4 a8 + d,4 r8 + r8 r8 b'8 + cis16[ d16 e16 d16] cis16[ b16] + a8([ e8)] cis8 + d8([ a'8)] a8 + a4. ~ + a8 g16[ fis16] g8 + a8[ fis8] d8 + g16([ fis16 g16 a16 b8)] + e,8 a16[ g16] a8 + a8[ g16 fis16 g8] ~ + g8[ fis16 e16 fis8] ~ + % 107 + fis8[ e8] d8 + e8 e8 a8 + a8 g16([ a16 b8)] + e,8 fis16([ g16 a8)] + d,8[ e8] a,8 + a'8 a8 e8 + fis16([ g16 a8)] a8 + a16[ b16 cis8] gis8 + cis8[ fis,8] gis8 + a8 s8 s8 + s4.*11 + r8 r8 fis8 + b4 b8 + b8 gis16([ a16 b8)] + eis,8[ fis8] gis8 + b16([ a16)] cis16([ b16 a16 gis16)] + a4. ~ + a16 fis16 a16([ g16 fis16 e16)] + fis16([ dis16)] b'16([ a16 g16 fis16)] + % 136 + g16([ fis16)] a16([ g16 fis16 e16)] + b'16([ ais16)] cis16([ b16 ais16 gis16)] + cis4. ~ + cis16 b16 d16([ cis16 b16 ais16)] + b8 fis8 ais8 + b8 a16[ gis16 a8] + gis8[ b8] d8 + d8[ a8] gis8 + e'8 a,8 b8 + a8 fis16[ g16 a8] + b8[ a16 g16] fis16[ e16] + dis8[ e8] b'8 + b4 b8 + b8[ e8] g,8 + a4 a8 + a4 a8 + a8 a8 d,8 + d8[ e8] fis8 + g16[ a16 b8] ais8 + b8[ cis8] ais8 + b8 s8 s8 + s4. + s8 gis16[ ais16] b8 + % 159 + b8[ d16 cis16] b16[ ais16] + b4 s8 + s4.*3 + s8 s8 fis8 + a4 a8 + a4 a8 + a4 a8 + a8 fis8 d8 + a'4 e8 + b'4 e,8 + cis'8[ b16 cis16] d16[ b16] + d16([ cis16 b16 a16)] cis16([ a16)] + b16([ a16 g16 fis16)] a16([ fis16)] + a16([ g16 fis16 e16)] g16([ e16)] + a8[ g16 fis16 e16 fis16] + d8 fis8 a8 + a8[ b8] cis8 + b8[ a16 gis16] b8 + a8[ b8] gis8 + a8 e8 e8 + a8[ g8] fis8 + % 182 + e8[ a8] a8 + a4 a8 + a8 fis8 s8 + s4.*11 + r8 r8 e8 + fis8([ b16 a16)] g16([ fis16)] + e8([ a16 g16)] fis16([ e16)] + d8([ g8)] fis8 + e8 a4 ~ + a8 g16[ fis16] g8 + g8[ fis8] fis8 + fis8([ e8)] d8 + cis8([ d8)] g8 + fis8 g16([ a16 b8)] + e,8 fis16([ g16 a8)] + d,8[ e8] a,8 + a'8 a8 e8 + fis16([ g16 a8)] a8 + a16([ b16 cis8)] gis8 + % 211 + cis8([ fis,8)] gis8 + a8 s8 s8 + s4. + s8 fis16([ gis16)] a8 + a8([ cis16 b16)] a16[ gis16] + a4 a8 + a8 s8 a8 + a4 a8 + a16([ c16 b16 a16)] g16([ fis16)] + a16([ g16)] fis16([ e16)] b'8 + g8 s8 g8 + g4 g8 + g16([ b16 a16 g16)] fis16([ e16)] + g16([ fis16)] e16([ d16)] a'8 + b16[ a16 b8] g8 + a8[ g8] a8 + g8[ a8] b8 + a4 a8 + b8([ a8)] b8 + e,4 a8 + fis4 fis8 + fis4 d8 + d8 g8 bes8 + b4 gis8 + % 235 + fis8[ b8] a8 + fis8 s8 s8 + f8 d8 b'8 + b8 s8 s8 + a8 a8 a8 + a4\fermata + } + >> + } + + VItenorI = \relative c' { + \VIglobalI + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + r8 + R4.*8 + R4.*38 + R4. + r8 r8 a8 + d4 a8 + e'4 a,8 + fis'8[ e16 fis16] g16[ e16] + g16([ fis16 e16 d16)] fis16([ d16)] + fis16([ e16 d16 cis16)] e16([ cis16)] + e16([ d16 cis16 b16)] d16([ b16)] + e8[ d16 cis16 b16 cis16] + a4. ~ + a4. ~ + a8 cis8 e8 + d8([ e16 d16)] e16[ cis16] + % 20 + d8[ fis8 a8] ~ + a8[ a,16 cis16 b16 a16] + gis8 e8 gis8 + a8 d4 + e16[ fis16 g16 e16] a8 + d,16([ e16 fis8)] a,8 + a8 e'8 e8 + fis8[ cis8] cis8 + fis8 fis8 a,8 + d4 a8 + e'4 a,8 + fis'8[ e16 fis16] g16[ e16] + g16([ fis16 e16 d16)] fis16([ d16)] + fis16([ e16 d16 cis16)] e16([ cis16)] + e16([ d16 cis16 b16)] d16([ b16)] + e8 d16[ cis16] b16[ cis16] + a4. ~ + a4. ~ + a8[ cis8] e8 + d4 cis8 + d8[ fis8] a8 + a8[ a,8] cis8 + gis8[ e8] gis8 + a8 d8 e8 + % 84 + e16([ fis16 g16 e16)] a8 + d,16[ e16 fis8 a,8] ~ + a8 e'8 e8 + fis8 cis8 cis8 + fis8 a,8 r8 + R4.*3 + r8 r8 gis8 + a4 fis'8 + gis,4 e'8 + fis,8[ gis8] a8 + gis16[ fis16 gis16 a16 b8] + e,8 e'8 e8 + e16[ d16 cis16 d16 e8] + a,8 d8 cis8 + d8[ c16 b16 c16 d16] + b8 r8 c8 + c8([ b16 a16)] b8 + b8[ a8] g8 + cis8[ d8] e8 + d4 d8 ~ + d8 cis16[ b16] cis8 + % 107 + d8[ a8] a8 + a8 a8 cis8 + fis,8[ d8] g8 + a8[ d,8] d'16[ e16] + fis8[ g8] a8 + e16([ d16 cis16 b16)] cis8 + d8 a8 e'8 + d8[ gis,8] b8 + e8[ fis8] e8 + cis8 r8 r8 + R4.*7 + r8 r8 b8 + e4 e8 + e8 cis16([ d16 e8)] + ais,8[ b8] cis8 + e16([ d16)] fis16([ e16 d16 cis16)] + fis16([ eis16)] gis16([ fis16 eis16 dis16)] + gis4. ~ + gis16 fis16 a16([ gis16 fis16 eis16)] + fis8 cis8 eis8 + fis8 e16[ dis16 e8] + dis8[ fis8] a8 + a8[ g16 fis16] e16[ fis16] + % 136 + b,4 b8 + cis8 e8 g8 + fis8[ e16 d16] cis16[ d16] + e8[ d8] fis8 + b,8 r8 fis8 + b4 b8 + b8 gis16[ a16 b8] + e,8([ fis8)] gis8 + a8 a8 e'8 + fis8([ c8)] fis8 + fis8([ dis8)] fis8 + fis8([ e8)] b8 + b8 g8 fis8 + e8[ g8] b8 + e8[ cis8] e8 + e8([ d8)] a8 + a8 fis8 b8 + b4. ~ + b16 cis16 d8 e8 + fis8[ g8] fis8 + d8 r8 r8 + R4. + r8 cis8 cis8 + fis8[ b,8] fis'8 + d4 r8 + R4.*3 + r8 r8 d8 + fis4 fis8 + e4 e8 + d4 cis8 + d8 a8 r8 + R4.*3 + r8 r8 a8 + d4 a8 + e'4 a,8 + fis'8[ e16 fis16] g16[ e16] + g16([ fis16 e16 d16)] fis16([ d16)] + fis16([ e16 d16 cis16)] e16([ cis16)] + e16([ d16 cis16 b16)] d16([ b16)] + e8[ d16 cis16 b16 cis16] + a8 cis8 cis8 + d4 d8 + % 182 + a8[ cis8] e8 + d4 cis8 + a8 a8 r8 + R4.*3 + r8 r8 b8 + cis8([ fis16 e16)] d16([ cis16)] + b8([ e16 d16)] cis16([ b16)] + a8([ d8)] cis8 + b8 e4 ~ + e8 d16[ cis16] d8 + d8[ cis8] fis8 + b,8[ e16 d16] cis16[ b16] + a8([ d8)] cis8 + d4 e8 + cis8 c4 + b8[ cis8] d8 + cis16[ d16 e8 fis8] ~ + fis8 b,8 e8 ~ + e8 a,8 d8 + g,8[ a8] b8 + e8[ d8] e8 + d8[ d,8] g8 + a8[ d,8] d'16[ e16] + fis8[ g8] a8 + e8 a,8 cis8 + d8[ a8] e'8 + d8[ gis,8] b8 + % 211 + e8[ fis8] e8 + cis8 r8 r8 + R4. + r8 b8 b8 + e8[ a,8] e'8 + cis4 e8 + a,8 r8 c8 + fis,8[ fis'8] dis8 + dis8([ e8)] b8 + b8 b8 b8 + b8 r8 e,8 + a8[ e'8] cis8 + cis8([ d8)] a8 + a8 a8 a8 + g8[ d'8] g8 + fis8[ b,8] fis'8 + b,8[ fis'8] g8 + fis4 a,8 + e'4 e8 + e8([ cis8)] cis8 + cis8([ d8)] e8 + d4 fis,8 + bes8 d8 d8 + e4 e8 + % 235 + d8[ b8] e8 + d8 r8 r8 + d8 f16[ e16] f8 + f8 r8 r8 + fis8 e16[ d16] e8 + fis4\fermata + } + >> + } + + VIbassI = \relative c { + \VIglobalI + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + \transposedCueDuring #"trI" #UP c { r8 r4.*8 } + R4.*38 + \transposedCueDuring #"trI" #UP c { r4. } + R4.*12 + r8 r8 d8 + a'4 e8 + b'4 e,8 + cis'8[( b16 cis16]) d16[( b16]) + d16[( cis16 b16 a16) cis16( a16]) + b16[( a16 g16 fis16) a16( fis16]) + a16[( g16 fis16 e16) g16( e16]) + a8[( g16 fis16 e16 fis16]) + d8 d8 r8 + R4.*11 + r8 r8 d8 + a'4 e8 + b'4 e,8 + cis'8[ b16 cis16] d16[ b16] + d16[( cis16 b16 a16) cis16( a16]) + b16[( a16 g16 fis16) a16( fis16]) + a16[( g16 fis16 e16) g16( e16]) + a8[ g16 fis16 e16 fis16] + d8 d8 cis8 + d4 b'8 + cis,4 a'8 + b,8[ cis8] d8 + cis16[( b16 cis16 d16 e8]) + a,8 d16[ cis16] d8 + d8[ cis16 b16 cis8] ~ + cis8[ b8] a8 + e'4 d8 + cis16[ b16 cis16 d16 e8] + a,8 a'8 g8 + fis16[( e16 fis16 g16]) a8 + d,4 a'8 + b8[ e16 d16] c16[ b16] + a8[( d16 c16]) b16[ a16] + g8[( c8]) b8 + a4. ~ + a8 d,8 b'8 ~ + b8 cis,8 a'8 ~ + a16[ g16 fis16 e16] fis16[ d16] + a'8 a8 a,8 + d8 g16[( fis16 g8]) + g8 fis16[( e16 fis8]) + fis8[ e8] d8 + a'8 cis,8 a8 + d16[( cis16 fis16 e16]) d16[ cis16] + d16[( b16 e16 d16]) cis16[ b16] + a8[ d8] e8 + a,8 r8 r8 + r4. + r4. + r4. + r8 r8 e'8 + a4 a8 + a8 fis16[ g16 a8] + dis,8[( e8]) fis8 + a16[( g16) b16( a16 g16 fis16]) + b16[( ais16) cis16( b16 ais16 gis16]) + cis4. ~ + cis16[ b16 d16( cis16 b16 ais16]) + b4 a8 + gis8 gis8 fis8 + eis8[ gis16 fis16] eis16[ dis16] + cis8[ a8] cis8 + fis,8 a8 cis8 + fis4 fis8 + fis8 dis16[ e16 fis8] + b,8[( cis8]) dis8 + e8 e8 d8 + cis4 b8 + ais8[( cis16 b16 ais16 gis16 + fis8]) r8 r8 + b8 d8 fis8 + e16 d16 e16[ d16] cis16[ b16] + e4 fis8 + gis8[ fis8] e8 + a8 a8 g8 + fis4 e8 + dis8[ fis16 e16] dis16[ cis16] + b8 g8 b8 + e8[( g8]) b8 + e,8[ e'8] d8 + cis8[ e16 d16 cis16 b16] + a8[ fis8] a8 + d,8[ fis8] d8 + g4 fis8 + e8[ d8] cis8 + b8[ e8] fis8 + b,8 r8 r8 + r4. + r8 eis8 eis8 + fis4 fis8 + b,4 r8 + R4.*3 + r8 r8 d8 + d'4 d,8 + cis8[ a'8] cis,8 + d8[ a'8] a,8 + d8 d8 r8 + R4.*7 + r8 r8 d8 + a'4 e8 + b'4 e,8 + cis'8[ b16 cis16] d16[ b16] + d16[( cis16]) b16[ a16] g8 + fis8[ e8] d8 + cis8[ a8] cis8 + d8[ a'8] a,8 + d8 d8 e8 + fis8[ b16 a16] g16[ fis16] + e8[ a16 g16] fis16[ e16] + d8[ g8] fis8 + e8[( a8]) gis8 + a4 b8 + gis8 g4 + fis8[ gis8] a8 + gis8 gis8 cis8 + fis,8[ b16 a16] gis16[ fis16] + e8 a4 ~ + a8 g16[ fis16] g8 + g8[ fis8] e8 + d8[ g16 fis16 g8] ~ + g8[ fis16 e16 fis8] ~ + fis8[ e8] d8 + a'8[ g8] fis8 + g8[ fis8] e8 + fis8[ e8] d8 + e8 fis8 g8 ~ + g8 fis8 e8 + b'16[ a16] g16[ fis16] g8 ~ + g8 fis16[ e16] fis8 ~ + fis8[ e8] d8 + a'8[ cis,8] a8 + d16[ cis16 fis16 e16] d16[ cis16] + d16[ b16 e16 d16] cis16[ b16] + a8[ d8] e8 + a,8 r8 r8 + r4. + r8 dis8 dis8 + e16[ d16 cis16 d16] e8 + a,4 a'8 + fis8 r8 a8 + dis,8.[ e16 dis16 cis16] + b16 a16 g8 b8 + e8 g8 b8 + e8 r8 d8 + cis8. b16[( a16 g16]) + fis8 fis16[ g16 a8] + d,8 e8 fis8 + g8[ fis8] e8 + fis8[ e8] d8 + b'8[ a8] g8 + a8[ g8] fis8 + gis8[ e8] gis8 + a4 a8 + ais8[ fis8] ais8 + b8 b8 b8 + bes4 bes8 + e,4 e8 + fis8[ g8] a8 + b,8 r8 r8 + a8 a'8 a8 + gis8 r8 r8 + a8 a8 a,8 + d4\fermata + \bar "|." + } + >> + } + % }}} + + % Nr. 59 % {{{ + VIsopranII = \relative c'' { + \VIglobalII + << + { \meta } + %\sopranArt + %the actual tune + { + g4 g8[ a8] b4 a4 g4 a4 a4 b4\fermata + g8[ a8] b4 c4 d4 c8[ b8] a8([ g8] a4) g4 + b4 b4 a4 g4 fis4 g8[ a8] b4 a4\fermata + a4 g4 fis4 g4 d4 g4 a4 b4\fermata + g8[ a8] b4 c4 d4 c8[ b8] a8([ g8] a4) g4\fermata + } + >> + } + + VIaltII = \relative c' { + \VIglobalII + << + { \meta } + %\altArt + %the actual tune + { + d4 e8[ fis8] g4 g8([ fis8)] g4 g4 fis4 g4\fermata + e8[ fis8] g8( b4) a16[ g16] fis4 g4 g4( fis4) d4 + g4 g4. fis8 fis8[ e8] e8([ dis8)] e4 d4 d4\fermata + d4 d8[ c8] d4 d8[ c8] b4 b4 e4 dis4\fermata + b4 e4 e4 d8[ e16 fis16] g4 g4( fis4) d4\fermata + } + >> + } + + VItenorII = \relative c' { + \VIglobalII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + b4 b4 e4 e8([ d8)] d4 e8([ c8)] a8([ d8)] d4\fermata + e4 d4 g,8([ a8)] b8([ c8)] d4 d4( c8[ b8)] b4 + d4 d4 d8([ c8)] b8([ c8)] fis,8([ b8)] b8([ a8)] a8([ g8)] fis4\fermata + fis4 g8([ a8)] b8([ c8)] b8([ a8)] g4 g4 fis8[ e8] fis4\fermata + e8[ fis8] g4. a8 b8([ c8)] d4 d4( c8[ b8)] b4\fermata + } + >> + } + + VIbassII = \relative c' { + \VIglobalII + << + { \meta } + %\bassArt + %the actual tune + \clef bass + { + \autoBeamOff + \repeat volta 2 { + g8[ fis8] e4. d8 c4. b8 c8[ a8] d4 g,4\fermata + c4 g'8[ fis8] e4 b'8[( a8]) g4 d'4( d,4) g4 + } + g8[ a8] b8[ c8] d4 g,8[ a8] b4 e,8[ fis8] g4 d4\fermata + d'8[ c8] b4. a8 g4. fis8 e8[ d8] c4 b4\fermata + e4 e8[ d8] c4 b8[ a8] g4 d'2 g,4\fermata + \bar "|." + } + >> + } + % }}} + + % Nr. 64 % {{{ + trvl = \relative c' { + \VIglobalIII + a8 + d16[ e16 fis16 e16] d8[ a8] a8[ fis8 fis8 d8] + d8[ a''8 g8 fis8] fis8\trill[ e8] r8 a,8 + %r1*8 + } \addQuote "trII" \trvl + + vl = \relative c' { + \VIglobalIII + r8 + R1*10 + gis'8[ d16 cis16] b8[ b'8] a8[ a,16 b16] cis8[ g'8] + fis8[ d'8 e,8 cis'8] d,4 + %s1*6 + } \addQuote "vl" \vl + + fpIII = { + r8 + R1*2 + R1*8 + R1 + r2 r4 s4 + s1 + s2. r4 + R1 + r2 r4 s4 + s1 + s4 r4 r2 + R1*3 + r2 r4 s4 + s1 + s2. r4 + R1 + r4 s2. + s2. r4 + R1*2 + r2 r4 s4 + s1 + s2. r4 + R1*4 + r2 r4 s4 + s1*2 + R1*10 + r2 r4. + } + + VIsopranIII = \relative c' { + \VIglobalIII + << + { \meta } + %\sopranArt + %the actual tune + { + s8 + s1*2 + s1*8 + s1 s2 s4 + fis4 b4 a4 g4 fis4 e2 fis4 s4 + s1 s2 s4 cis'4 d4 d4 cis8.([ d32 e32)] cis4 b4 s4 s2 + s1*3 + s2 s4 d4 cis4 a4 b4 cis4 d2 d4 s4 + s1 s4 a4 b4 a4 g4 g8[ fis8] fis4 s4 + s1*2 + s2 s4 d'4 cis4 e4 d4 cis4 b2 cis4 s4 + s1*4 + s2 s4 fis,4 g4 fis4 e4 a4 fis1 + s1*10 + s2 s4.\fermata + } + >> + } + + VIaltIII = \relative c' { + \VIglobalIII + << + { \meta } + %\altArt + %the actual tune + { + s8 + s1*2 + s1*8 + s1 s2 s4 + d4 d8[ e8] fis4 b,8[ cis8] d4 d4( cis4) d4 s4 + s1 s2 s4 a'4 b4 b4 b4 ais4 fis4 s4 s2 + s1*3 + s2 s4 b4 a4 a8[ g16 fis16] g4 g8[ e8] d4.( b'8) a4 s4 + s1 s4 a8[ fis8] g4 fis4 fis8[ e8] e4 cis4 s4 + s1*2 + s2 s4 b'4 a4. e8 fis4. e8 fis8([ d8] e4) e4 s4 + s1*4 + s2 s4 fis4 b,8[ e8] d4 d8[ cis16 b16] cis4 d1 + s1*10 + s2 s4.\fermata + } + >> + } + + VItenorIII = \relative c' { + \VIglobalIII + << + { \meta } + %\tenorArt + %the actual tune + \clef "treble_8" + { + r8 + R1*2 + R1*8 + R1 r2 r4 + a4 b8[ cis8] d4 g,4 a4 b8([ g8 e8 a8)] a4 r4 + r1 r2 r4 fis'4 fis4 d8([ fis8)] g8([ e8)] fis8([ cis8)] d4 r4 r2 + R1*3 + r2 r4 e4 e4 d4 d4 e8[ cis8] fis4.( b,8) fis'4 r4 + r1 r4 d4 d4 d4 b4 b8([ ais8)] ais4 r4 + R1*2 + r2 r4 e'4 e4. b8 a4. a8 a8([ b8] gis4) a4 r4 + R1*4 + r2 r4 d4 d8[ cis16 b16] a4 a4 a4 a1 + R1*10 + r2 r4.\fermata + } + >> + } + + VIbassIII = \relative c { + \VIglobalIII + << + { \meta } + { + s8 + \repeat volta 2 { + s1*18 + } + } + %\bassArt + %the actual tune + \clef bass + { + \autoBeamOff + \transposedCueDuring #"trII" #UP c { r8 R1*2 } + R1*8 + \transposedCueDuring #"vl" #UP c { R1 r2 r4 } + d4 + g4 fis4 b4 a4 g4( a4) d,4 r4 + r1 + r2 r4 fis4 b8[ fis8] g8[ d8] e8[ cis8] fis4 b,4 r4 r2 + R1*3 + r2 r4 a'8[ gis8] + a8[ g8] fis8[ d8] g8[ fis8] e8[ a8] + b8[( a8 b8 g8]) d4 r4 r1 + r4 fis8[ d8] g4 d8[ cis8] e4 e4 fis4 r4 + R1*2 + r2 r4 gis8[ e8] a4. gis8 fis4. cis8 d8[( b8] e4) a,4 r4 + R1*4 + r2 r4 d4 e4 fis8[ g8] a8[ g8] a8[ a,8] d1 + R1*10 + r2 r4.\fermata + \bar "|." + } + >> + } + % }}} + +\include "parts/VItexte.ly" + + % chorus I % {{{ + VIsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \frauenPausen << \VIsopranI \\ \VIaltI >> >> } + %\new Voice = "soprane" { \VIsopranI } + %\new Voice = "alti" { \VIaltI } + %\addlyrics { \altText } + >> + VIten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \VItenorI } + %\addlyrics { \tenorText } + >> + VIbas = \new Staff = bass << + \new Voice = "baesse" { \VIbassI } + %\addlyrics { \bassText } + >> + + VIchorus = \new ChoirStaff \with {} << + \VIsop + %\VIalt + \VIten + \VIbas % + \new Lyrics \lyricsto "baesse" \VIbassTextI + >> + % }}} + + % choral II % {{{ + VIsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \VIsopranII \\ \VIaltII >> } + %\new Voice = "soprane" { \VIsopranII } + %\new Voice = "alti" { \VIaltII } + %\addlyrics { \altText } + >> + VIten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \VItenorII } + %\addlyrics { \tenorText } + >> + VIbas = \new Staff = bass << + \new Voice = "baesse" { \VIbassII } + %\addlyrics { \bassText } + >> + + VIchoralI = \new ChoirStaff \with {} << + \VIsop + %\VIalt + \VIten + \VIbas % + \new Lyrics \lyricsto "baesse" \VIbassTextIIa + \new Lyrics \lyricsto "baesse" \VIbassTextIIb + >> + % }}} + + % choral III % {{{ + VIsop = \new Staff = sopran \klein << + %\new Voice = "meta" { s1*<+Anzahl der Takte+> \bar "|." } + { << \fpIII << \VIsopranIII \\ \VIaltIII >> >> } + %\new Voice = "soprane" { \VIsopranIII } + %\new Voice = "alti" { \VIaltIII } + %\addlyrics { \altText } + >> + VIten = \new Staff = tenor \klein << + \new Voice = "tenoere" { \VItenorIII } + %\addlyrics { \tenorText } + >> + VIbas = \new Staff = bass << + \new Voice = "baesse" { \VIbassIII } + %\addlyrics { \bassText } + >> + + VIchoralII = \new ChoirStaff \with {} << + \VIsop + %\VIalt + \VIten + \VIbas % + \new Lyrics \lyricsto "baesse" \VIbassTextIIIa + \new Lyrics \lyricsto "baesse" \VIbassTextIIIb + >> + % }}} + diff --git a/wo/parts/VItexte.ly b/wo/parts/VItexte.ly new file mode 100644 index 0000000..8e3fb27 --- /dev/null +++ b/wo/parts/VItexte.ly @@ -0,0 +1,110 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + VIsopranTextI = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + VIaltTextI = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + VItenorTextI = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + VIbassTextI = \lyrics { + %<+hier den Text für den Baß eintragen+> + Herr, wenn die stol -- zen Fein -- de schnau -- _ _ _ _ ben, + so gib, daß wir im fe -- sten + Glau -- _ _ _ _ ben nach dei -- ner Macht und Hil -- fe sehn, + nach dei -- ner Macht und Hil -- fe sehn, + nach dei -- ner Hil -- fe sehn, + nach dei -- ner Macht und Hil -- fe sehn, + nach dei -- ner Macht und Hil -- fe, + so gib, daß wir im fe -- sten Glau -- ben + nach dei -- ner Macht und Hil -- fe sehn! + Wir wol -- len dir al -- lein ver -- trau -- _ _ _ en, + so kön -- nen wir den schar -- fen Klau -- en des Fein -- des + un -- ver -- sehrt ent -- gehn, + un -- ver -- sehrt ent -- gehn; + wir wol -- len dir al -- lein ver -- trau -- _ _ en, + so kön -- nen wir den schar -- fen Klau -- en des Fein -- des + un -- ver -- sehrt _ ent -- gehn, + des Fein -- des un -- ver -- sehrt ent -- gehn, + un -- ver -- sehrt ent -- gehn. + Herr, wenn die stol -- zen Fein -- de schnau -- ben, + Herr, wenn die stol -- zen Fein -- de schnau -- ben, + so gib, daß wir im fe -- sten + Glau -- ben nach dei -- ner Macht und Hil -- fe sehn, + so gib, daß wir im fe -- sten + Glau -- ben nach dei -- ner Macht, + nach dei -- ner Macht und Hil -- fe sehn, + so gib, daß wir im fe -- sten + Glau -- ben nach dei -- ner Macht und Hil -- fe sehn, + nach dei -- ner Macht und Hil -- fe sehn, + dei -- ner Hil -- fe sehn; + Herr, wenn die stol -- _ zen Fein -- de schnau -- ben, + so gib, daß wir im fe -- sten + Glau -- ben nach dei -- ner Macht und Hil -- fe sehn, + so gib, daß wir im fe -- sten + Glau -- ben nach dei -- ner Macht und Hil -- fe sehn, + nach dei -- ner Macht und Hil -- fe sehn! + } + + VIsopranTextII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + VIaltTextII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + VItenorTextII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + VIbassTextIIa = \lyrics { + %<+hier den Text für den Baß eintragen+> + Ich steh an dei -- ner Krip -- pen hier, + o Je -- su -- lein, mein Le -- ben; + Nimm hin! es ist mein Geist und Sinn, + Herz, Seel und Mut, nimm al -- les hin, + und laß dirs wohl -- ge -- fal -- len! + } + VIbassTextIIb = \lyrics { + %<+hier den Text für den Baß eintragen+> + ich kom -- me, bring und schen -- ke dir, + was du mir hast ge -- ge -- ben. + } + + VIsopranTextIII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + VIaltTextIII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + VItenorTextIII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + VIbassTextIIIa = \lyrics { + %<+hier den Text für den Baß eintragen+> + Nun seid ihr wohl ge -- ro -- chen + an eu -- rer Fein -- de Schar, + Tod, Teu -- fel, Sünd und Höl -- le + sind ganz und gar ge -- schwächt; + bei Gott hat sei -- ne Stel -- le + das mensch -- li -- che Ge -- schlecht. + } + VIbassTextIIIb = \lyrics { + %<+hier den Text für den Baß eintragen+> + denn Chri -- stus hat zer -- bro -- chen, + was euch zu -- wi -- der war. + } + diff --git a/wo/parts/Vtexte.ly b/wo/parts/Vtexte.ly new file mode 100644 index 0000000..1901e34 --- /dev/null +++ b/wo/parts/Vtexte.ly @@ -0,0 +1,159 @@ +%some settings% vim: ai sw=2 lbr nu et + +% Abkürzungen + +% Die Textaufteilungen + + VsopranTextI = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + ValtTextI = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + VtenorTextI = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + ehre = \lyricmode { + Eh -- re sei dir, Gott, + } + ludA = \lyricmode { + Lob und Dank be -- reit’, + } + ludB = \lyricmode { + Lob und Dank, + } + ludC = \lyricmode { + Lob und Dank + } + erhebet = \lyricmode { + er -- he -- bet al -- le Welt, + weil dir un -- ser Wohl ge -- fällt, + weil an -- heut un -- ser al -- ler Wungsch ge -- lun -- gen, + weil uns dein Se -- gen so herr -- lich + } + VbassTextI = \lyrics { + %<+hier den Text für den Baß eintragen+> + \ehre + \ehre + \ehre ge -- sun -- gen, + \ehre + \ehre ge -- sun -- gen, + \ehre + \ehre + \ehre ge -- sun -- gen, + dir sei \ludA + \ludB + dir sei \ludC + sei \ludA + dir sei \ludB _ + \ludB + dir sei Lob, + dir sei Lob _ _ _ _ _ _ und Dank be -- reit’; + \ehre ge -- sun -- gen, + sei dir, Gott, ge -- sun -- gen, + dir sei \ludA + \ludC be -- reit’. + \ehre + \ehre + \ehre + \ehre + \ehre + \ehre + sei dir, Gott, ge -- sun -- gen, + dir sei \ludA + \ludB + \ludC be -- reit’, + dir sei \ludB + \ludC be -- reit’, + dir sei \ludC _ be -- reit’, + \ludA + sei \ludA + \ludA + dir sei \ludB + sei \ludC be -- reit’, + dir sei \ludB _ + \ludB + dir sei Lob, dir sei \ludC be -- reit’. + Dich \erhebet + er -- freut; + dich \erhebet + er -- freut. + } + + VsopranTextII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + ValtTextII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + VtenorTextII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + VbassTextII = \lyrics { + %<+hier den Text für den Baß eintragen+> + Wo, wo, wo, wo, + wo ist der neu -- ge -- bor -- ne Kö -- nig der Ju -- den, + wo ist der neu -- ge -- bor -- ne Kö -- nig der Ju -- den? wo, wo? + Wir ha -- ben sei -- nen Stern ge -- se -- hen + im Mor -- gen -- lan -- de, + wir ha -- ben sei -- nen Stern ge -- se -- hen + im Mor -- gen -- lan -- de, + wir ha -- ben sei -- nen Stern ge -- se -- hen + im Mor -- gen -- lan -- de, + und sind kom -- men, ihn an -- zu -- be -- _ ten, + ihn an -- zu -- be -- ten, + ihn an -- zu -- be -- ten. + } + + VsopranTextIII = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + ValtTextIII = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + VtenorTextIII = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + VbassTextIII = \lyrics { + %<+hier den Text für den Baß eintragen+> + Dein Glanz all Fin -- _ ster -- nis ver -- zehrt, + die trü -- be Nacht in Licht ver -- kehrt. + Leit uns auf dei -- nen We -- gen, + daß dein Ge -- sicht und herr -- lichs Licht + wir e -- wig schau -- en mö -- gen! + } + + VsopranTextIV = \lyrics { + %<+hier den Text für den Sopran eintragen+> + } + + ValtTextIV = \lyrics { + %<+hier den Text für den Alt eintragen+> + } + + VtenorTextIV = \lyrics { + %<+hier den Text für den Tenor eintragen+> + } + + VbassTextIVa = \lyrics { + %<+hier den Text für den Baß eintragen+> + Zwar ist sol -- che Her -- zens -- stu -- be + wohl kein schö -- ner Für -- sten -- saal, + in den -- sel -- ben nur wird blin -- ken, + wird es vol -- ler Son -- nen dün -- ken. + } + VbassTextIVb = \lyrics { + %<+hier den Text für den Baß eintragen+> + son -- dern ei -- ne finst -- re Gru -- be; + doch, so -- bald dein Gna -- den -- strahl + } + diff --git a/wo/parts/out b/wo/parts/out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/wo/parts/out diff --git a/wo/parts/sample.ly b/wo/parts/sample.ly new file mode 100644 index 0000000..359b6d2 --- /dev/null +++ b/wo/parts/sample.ly @@ -0,0 +1,3 @@ + d8 d8 d8 d8 a8 r8 + R4. + r8 r8 a'8 a8 d16 a16 fis16 d16 a'8 a8 r8 diff --git a/wo/wo.ly b/wo/wo.ly new file mode 100644 index 0000000..93bdbf9 --- /dev/null +++ b/wo/wo.ly @@ -0,0 +1,245 @@ +%some settings% vim: ai sw=2 lbr nu et + +\version "2.14" + \include "dynArt.ly" + %\include "hauke_defs.ly" + \include "erich_defs.ly" +%\include "parts/II.ly" +%\include "parts/III.ly" + +\pointAndClickOff +% 5.4 M -- > 687 K + + \header { + title = "Weihnachts - Oratorium" + composer = "J. S. Bach (1685 - 1750)" + %opus = "<+Werk+>" + tagline = "" + } + + \paper { + line-width = \paper-width - 30 + top-margin = 10 + bottom-margin = 10 + ragged-last-bottom = #'f + } + + \layout { + indent = #0 + \context { + \Staff + \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5) + } + } + + #(set-global-staff-size 14) + + % I % {{{ +\include "parts/I.ly" + \bookpart { + \score { + \Icoro + \header { + piece = \markup { \bold "Nr. 1 Coro" } + } + \layout { } + } + \score { + \IchoralI + \header { + piece = \markup { \bold "Nr. 5 Choral" } + } + \layout { } + } + \score { + \IchoralII + \header { + piece = \markup { \bold "Nr. 9 Choral" } + } + \layout { } + } + \header { + title = "I. Teil" + subtitle = "Am 1. Weihnachtstag" + } + } + % }}} + + % II % {{{ +\include "parts/II.ly" + \bookpart { + \score { + \IIchoralI + \header { + piece = \markup { \bold "Nr. 12 Choral" } + } + \layout { } + } + \score { + \IIchoralII + \header { + piece = \markup { \bold "Nr. 17 Choral" } + } + \layout { } + } + \score { + \IIchorusIII + \header { + piece = \markup { \bold "Nr. 21 Coro" } + } + \layout { } + } + \score { + \IIchorusIV + \header { + piece = \markup { \bold "Nr. 23 Choral" } + } + \layout { } + } + \header { + title = "II. Teil" + subtitle = "Am 2. Weihnachtstag" + } + } + % }}} + + % III % {{{ +\include "parts/III.ly" + \bookpart { + \score { + \IIIchorI + \header { + piece = \markup { \bold "Nr. 24 Coro" } + } + \layout { } + } + \score { + \IIIchorusII + \header { + piece = \markup { \bold "Nr. 26 Coro" } + } + \layout { } + } + \score { + \IIIchoralIII + \header { + piece = \markup { \bold "Nr. 28 Choral" } + } + \layout { } + } + \score { + \IIIchoralIV + \header { + piece = \markup { \bold "Nr. 33 Choral" } + } + \layout { } + } + \score { + \IIIchoralV + \header { + piece = \markup { \bold "Nr. 35 Choral" } + } + \layout { } + } + \header { + title = "Dritter Teil" + subtitle = "Am dritten Weihnachtsfeiertage." + } + } + % }}} + + % IV % {{{ +\include "parts/IV.ly" + \bookpart { + \score { + \IVchorus + \header { + piece = \markup { \bold "Nr. 36 Coro" } + } + \layout { } + } + \score { + \IVchorale + \header { + piece = \markup { \bold "Nr. 42 Choral" } + } + \layout { } + } + \header { + title = "IV. Teil" + subtitle = "Am Fest der Beschneidung Christi" + } + } + % }}} + + % V % {{{ +\include "parts/V.ly" + \bookpart { + % { + \score { + \Vcoro + \header { + piece = \markup { \bold "Nr. 43 Coro" } + } + \layout { } + } + % } + \score { + \VchorRecit + \header { + piece = \markup { \bold "Nr. 45 Coro e Recitativo" } + } + \layout { } + } + \score { + \VchoralI + \header { + piece = \markup { \bold "Nr. 46 Choral" } + } + \layout { } + } + \score { + \VchoralII + \header { + piece = \markup { \bold "Nr. 53 Choral" } + } + \layout { } + } + \header { + title = "V. Teil" + subtitle = "Am Sonntag nach Neujahr" + } + } + % }}} + + % VI % {{{ +\include "parts/VI.ly" + \bookpart { + \score { + \VIchorus + \header { + piece = \markup { \bold "Nr. 54 Coro" } + } + \layout { } + } + \score { + \VIchoralI + \header { + piece = \markup { \bold "Nr. 59 Choral" } + } + \layout { } + } + \score { + \VIchoralII + \header { + piece = \markup { \bold "Nr. 64 Choral" } + } + \layout { } + } + \header { + title = "VI. Teil" + subtitle = "Am Epiphaniasfest" + } + } + % }}} + diff --git a/wo/wo_erich.ly b/wo/wo_erich.ly new file mode 100644 index 0000000..bcd1fed --- /dev/null +++ b/wo/wo_erich.ly @@ -0,0 +1,249 @@ +%some settings% vim: ai sw=2 lbr nu et
+
+\version "2.14"
+ \include "dynArt.ly"
+%\include "parts/II.ly"
+%\include "parts/III.ly"
+
+\pointAndClickOff
+% 5.4 M -- > 687 K
+
+ \header {
+ title = "Weihnachts - Oratorium"
+ composer = "J. S. Bach (1685 - 1750)"
+ %opus = "<+Werk+>"
+ tagline = ""
+ }
+
+ \paper {
+ line-width = \paper-width - 30
+ top-margin = 10
+ bottom-margin = 10
+ ragged-last-bottom = #'f
+ }
+
+ \layout {
+ indent = #0
+ \context {
+ \Staff
+ \override VerticalAxisGroup #'minimum-Y-extent = #'(-3 . 3.5)
+ }
+ }
+
+ #(set-global-staff-size 14)
+
+ klein = \with {
+ % fontSize = #-4
+ % \override StaffSymbol #'staff-space = #(magstep -4)
+ % \override StaffSymbol #'thickness = #(magstep -4)
+ }
+
+ % I % {{{
+\include "parts/I.ly"
+ \bookpart {
+ \score {
+ \Icoro
+ \header {
+ piece = \markup { \bold "Nr. 1 Coro" }
+ }
+ \layout { }
+ }
+ \score {
+ \IchoralI
+ \header {
+ piece = \markup { \bold "Nr. 5 Choral" }
+ }
+ \layout { }
+ }
+ \score {
+ \IchoralII
+ \header {
+ piece = \markup { \bold "Nr. 9 Choral" }
+ }
+ \layout { }
+ }
+ \header {
+ title = "I. Teil"
+ subtitle = "Am 1. Weihnachtstag"
+ }
+ }
+ % }}}
+
+ % II % {{{
+\include "parts/II.ly"
+ \bookpart {
+ \score {
+ \IIchoralI
+ \header {
+ piece = \markup { \bold "Nr. 12 Choral" }
+ }
+ \layout { }
+ }
+ \score {
+ \IIchoralII
+ \header {
+ piece = \markup { \bold "Nr. 17 Choral" }
+ }
+ \layout { }
+ }
+ \score {
+ \IIchorusIII
+ \header {
+ piece = \markup { \bold "Nr. 21 Coro" }
+ }
+ \layout { }
+ }
+ \score {
+ \IIchorusIV
+ \header {
+ piece = \markup { \bold "Nr. 23 Choral" }
+ }
+ \layout { }
+ }
+ \header {
+ title = "II. Teil"
+ subtitle = "Am 2. Weihnachtstag"
+ }
+ }
+ % }}}
+
+ % III % {{{
+\include "parts/III.ly"
+ \bookpart {
+ \score {
+ \IIIchorI
+ \header {
+ piece = \markup { \bold "Nr. 24 Coro" }
+ }
+ \layout { }
+ }
+ \score {
+ \IIIchorusII
+ \header {
+ piece = \markup { \bold "Nr. 26 Coro" }
+ }
+ \layout { }
+ }
+ \score {
+ \IIIchoralIII
+ \header {
+ piece = \markup { \bold "Nr. 28 Choral" }
+ }
+ \layout { }
+ }
+ \score {
+ \IIIchoralIV
+ \header {
+ piece = \markup { \bold "Nr. 33 Choral" }
+ }
+ \layout { }
+ }
+ \score {
+ \IIIchoralV
+ \header {
+ piece = \markup { \bold "Nr. 35 Choral" }
+ }
+ \layout { }
+ }
+ \header {
+ title = "Dritter Teil"
+ subtitle = "Am dritten Weihnachtsfeiertage."
+ }
+ }
+ % }}}
+
+ % IV % {{{
+\include "parts/IV.ly"
+ \bookpart {
+ \score {
+ \IVchorus
+ \header {
+ piece = \markup { \bold "Nr. 36 Coro" }
+ }
+ \layout { }
+ }
+ \score {
+ \IVchorale
+ \header {
+ piece = \markup { \bold "Nr. 42 Choral" }
+ }
+ \layout { }
+ }
+ \header {
+ title = "IV. Teil"
+ subtitle = "Am Fest der Beschneidung Christi"
+ }
+ }
+ % }}}
+
+ % V % {{{
+\include "parts/V.ly"
+ \bookpart {
+ % {
+ \score {
+ \Vcoro
+ \header {
+ piece = \markup { \bold "Nr. 43 Coro" }
+ }
+ \layout { }
+ }
+ % }
+ \score {
+ \VchorRecit
+ \header {
+ piece = \markup { \bold "Nr. 45 Coro e Recitativo" }
+ }
+ \layout { }
+ }
+ \score {
+ \VchoralI
+ \header {
+ piece = \markup { \bold "Nr. 46 Choral" }
+ }
+ \layout { }
+ }
+ \score {
+ \VchoralII
+ \header {
+ piece = \markup { \bold "Nr. 53 Choral" }
+ }
+ \layout { }
+ }
+ \header {
+ title = "V. Teil"
+ subtitle = "Am Sonntag nach Neujahr"
+ }
+ }
+ % }}}
+
+ % VI % {{{
+\include "parts/VI.ly"
+ \bookpart {
+ \score {
+ \VIchorus
+ \header {
+ piece = \markup { \bold "Nr. 54 Coro" }
+ }
+ \layout { }
+ }
+ \score {
+ \VIchoralI
+ \header {
+ piece = \markup { \bold "Nr. 59 Choral" }
+ }
+ \layout { }
+ }
+ \score {
+ \VIchoralII
+ \header {
+ piece = \markup { \bold "Nr. 64 Choral" }
+ }
+ \layout { }
+ }
+ \header {
+ title = "VI. Teil"
+ subtitle = "Am Epiphaniasfest"
+ }
+ }
+ % }}}
+
|