initial commit
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
\version "2.22.2"
|
||||
\language deutsch
|
||||
%GL 275
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
melody = \fixed c' {
|
||||
\key c \major
|
||||
\time 4/4
|
||||
g2 e4 f | e (d) c2 | e4 f g g | a2 g \breathe |
|
||||
g a4 h c'2 g | c'4 h a h | a2 g \breathe |
|
||||
c'2 g4 a | g (f) e2 | f4 e f g | f (e) d2 \breathe |
|
||||
g c4 f | e2 (d) | c1 \bar "|."
|
||||
}
|
||||
Lyrics.I = \lyricmode {
|
||||
\set stanza = "1."
|
||||
Se -- lig, wem Chri -- stus auf dem Weg be -- geg -- net,
|
||||
um ihn zu ru -- fen, al -- les zu ver -- las -- sen,
|
||||
sein Kreuz zu tra -- gen und in sei -- ner Kir -- che
|
||||
für ihn zu wir -- ken.
|
||||
}
|
||||
Lyrics.II = \lyricmode {
|
||||
\set stanza = "2."
|
||||
Bei ihm ist Chri -- stus, stärkt ihn in der Wü -- ste,
|
||||
schenkt ihm durch Lei -- den An -- teil an der Freu -- de.
|
||||
Und sei -- ne Jün -- ger spü -- ren Chri -- sti Lie -- be
|
||||
in sei -- ner Nä -- he.
|
||||
}
|
||||
Lyrics.III = \lyricmode {
|
||||
\set stanza = "3."
|
||||
Durch sei -- ne Jün -- ger spricht zu uns der Mei -- ster,
|
||||
ruft uns zur Um -- kehr, spen -- det Licht und Hoff -- nung.
|
||||
In ih -- ren Ta -- ten wird die Bot -- schaft Chri -- sti
|
||||
für uns le -- ben -- dig.
|
||||
}
|
||||
Lyrics.IV = \lyricmode {
|
||||
\set stanza = "4."
|
||||
Va -- ter im Him -- mel, hei -- lig ist Dein Na -- me,
|
||||
Dein Reich wird kom -- men, das Dein Sohn ver -- hei -- ßen.
|
||||
Hilf uns, im Geis -- te ihm den Weg be -- rei -- ten,
|
||||
als Dei -- ne bo -- ten.
|
||||
}
|
||||
|
||||
\score {
|
||||
<<
|
||||
\new Staff {
|
||||
\new Voice = "melody" \melody
|
||||
}
|
||||
\new Lyrics \lyricsto "melody" {\Lyrics.I}
|
||||
\new Lyrics \lyricsto "melody" {\Lyrics.II}
|
||||
\new Lyrics \lyricsto "melody" {\Lyrics.III}
|
||||
\new Lyrics \lyricsto "melody" {\Lyrics.IV}
|
||||
>>
|
||||
\layout {
|
||||
\context {
|
||||
\Score
|
||||
\omit BarNumber
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user