84 lines
2.1 KiB
Plaintext
84 lines
2.1 KiB
Plaintext
\version "2.24.3"
|
|
\language deutsch
|
|
%\header {
|
|
% title = "GL 222"
|
|
%}
|
|
|
|
Song.Voice.Chorus = {
|
|
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
|
|
}
|
|
Song.Voice.Verse = {
|
|
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
|
|
d'2 c'4 h | c'2 h |
|
|
a4 h g a | fis (e) d \breathe
|
|
}
|
|
|
|
Song.Lyrics.German.VerseI = \lyricmode {
|
|
\set stanza = "1."
|
|
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.
|
|
}
|
|
Song.Lyrics.German.VerseII = \lyricmode {
|
|
\set stanza = "2."
|
|
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
|
|
}
|
|
Song.Lyrics.German.VerseIII = \lyricmode {
|
|
\set stanza = "3."
|
|
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.
|
|
}
|
|
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
|
|
den Kö -- nig, den Herrn.
|
|
}
|
|
|
|
Song.Chords = \chordmode {
|
|
s4 | d1 | s | d | h2:m a | h:m e:m | a g | d a | d1
|
|
d | a | d | a | h:m | a | e | a
|
|
d | g2 d | h:m g | a2.
|
|
}
|
|
|
|
Song.VocalScore = {
|
|
% Deutscher Text
|
|
<<
|
|
\new Staff {
|
|
\key g \major
|
|
\time 2/2
|
|
\partial 4
|
|
\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 "chorus" {\Song.Lyrics.German.Chorus}
|
|
>>
|
|
\new Lyrics \lyricsto "verse" {\Song.Lyrics.German.VerseII}
|
|
\new Lyrics \lyricsto "verse" {\Song.Lyrics.German.VerseIII}
|
|
>>
|
|
}
|
|
|
|
Song.SongsheetScore = \transpose g d {\Song.VocalScore}
|
|
|
|
Song.LeadsheetScore = <<
|
|
\new ChordNames {\Song.Chords}
|
|
\Song.SongsheetScore
|
|
>> |