added addeste fideles willcocks version for baptism

This commit is contained in:
leopoldfajtak
2025-01-09 16:27:31 +01:00
parent 93b2a6e91b
commit 95d7ca80d5
9 changed files with 228 additions and 22 deletions
+28 -22
View File
@@ -4,46 +4,48 @@
% title = "GL 222"
%}
Song.Voice.Chorus = {
Song.Voice.Chorus = \fixed c' {
g4 | g fis g a | g2 d4
h | h a h c' | h2 a4 \breathe
d' | c' h a g | fis2 g4
c' | h2 a4. g8 | g2 r4
c' | h2 a4. g8 | g2.
}
Song.Voice.Verse = {
Song.Voice.Verse = \fixed c' {
\phrasingSlurDashed
g4 | 2 d4 g | a2 d |
h4 a h c' | h2 a4 \breathe
g4 | 2 fis4 e | fis (g) a h8 (g) fis2 (e4.) d8 2. r4
g4 | 2 fis4 e | fis (g) a h fis2 (e4.) d8 2. r4
d'2 c'4 h | c'2 h |
a4 h g a | fis (e) d \breathe
a4 h g a | fis \(e\) d \breathe
}
Song.Lyrics.German.VerseI = \lyricmode {
\set stanza = "1."
Song.Lyrics.German.I = \lyricmode {
Nun freut euch, ihr Chris -- ten,
sin -- get Ju -- bel -- lie -- der
und kom -- met, o kom -- met nach Bet -- le -- hem.
Chri -- stus der Hei -- land
stieg zu uns her -- nie -- der.
stieg zu uns her -- nie -- _ der.
}
Song.Lyrics.German.VerseII = \lyricmode {
\set stanza = "2."
Song.Lyrics.German.II = \lyricmode {
O se -- het die Hir -- ten
ei -- len von den Her -- den
und su -- chen das Kind nach des En -- gels Wort;
geh'n wir mit ih -- nen,
Frie -- de soll uns wer -- den
Frie -- de soll uns wer -- _ den
}
Song.Lyrics.German.VerseIII = \lyricmode {
\set stanza = "3."
Song.Lyrics.German.III = \lyricmode {
Der Ab -- glanz des Va -- ters,
Herr der Her -- ren al -- le,
ist heu -- te er -- schie -- nen in un -- ser'm Fleisch:
Gott ist ge -- bo -- ren
als ein Kind im Stal -- le.
als ein Kind im Stal -- _ le.
}
Song.Lyrics.German.IV = \lyricmode {
Kommt, sin -- get dem Her -- ren, singt, ihr En -- gel -- chö -- re
Froh -- loc -- ket, froh -- loc -- ket, ihr Se -- li -- gen,
Him -- mel und Er -- de brin -- gen Gott die Eh -- _ re.
}
Song.Lyrics.German.Chorus = \lyricmode {
\set stanza = "Ref."
Kommt, las -- set uns an -- be -- ten,
kommt, las -- set uns an -- be -- ten,
kommt, las -- set uns an -- be -- ten
@@ -56,23 +58,27 @@ Song.Chords = \chordmode {
d | g2 d | h:m g | a2.
}
Song.VocalScore = {
% Deutscher Text
<<
\new Staff {
Song.Meta = {
\key g \major
\time 2/2
\partial 4
}
Song.VocalScore = {
% Deutscher Text
<<
\Song.Meta
\new Staff {
\fixed c' {
\new Voice = "chorus" {\Song.Voice.Chorus \bar "||"}
\new Voice = "verse" {\Song.Voice.Verse \bar "|."}
}}
\new Lyrics <<
\lyricsto "verse" {\Song.Lyrics.German.VerseI }
\lyricsto "verse" {\Song.Lyrics.German.I }
\lyricsto "chorus" {\Song.Lyrics.German.Chorus}
>>
\new Lyrics \lyricsto "verse" {\Song.Lyrics.German.VerseII}
\new Lyrics \lyricsto "verse" {\Song.Lyrics.German.VerseIII}
\new Lyrics \lyricsto "verse" {\Song.Lyrics.German.II}
\new Lyrics \lyricsto "verse" {\Song.Lyrics.German.III}
>>
}