initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[%
|
||||
scores.congregation = 'freie_lieder/sankt_michael/sankt_michael.ly';
|
||||
-%]
|
||||
@@ -0,0 +1,66 @@
|
||||
\version "2.22.2"
|
||||
\language deutsch
|
||||
%GL 275
|
||||
|
||||
\include "../../../lilypond_songsheet_paper.ly"
|
||||
melody = \fixed c' {
|
||||
\key e \minor
|
||||
\time 6/4
|
||||
\partial 1
|
||||
e4 2 fis4 | g2 4 a2 4 | h2
|
||||
g4 a2 4 | h2 \breathe
|
||||
4 2 cis'4 | d'2 h4 h2 a4 | g2 \breathe
|
||||
h4 a2 g4 | fis e h a2 g4 | fis e g a2 fis4 | e2 \bar "|."
|
||||
}
|
||||
Lyrics.I = \lyricmode {
|
||||
\set stanza = "1."
|
||||
Un -- ü -- ber wind -- lich star -- ker Held,
|
||||
Sankt Mi -- cha -- el!
|
||||
komm uns zu Hilf', zieh' mit zu Feld!
|
||||
\set stanza = "1.=5."
|
||||
Hilf uns im Strei -- te,
|
||||
zum Sieg uns lei --te,
|
||||
Sankt Mi -- cha -- el!
|
||||
}
|
||||
Lyrics.II = \lyricmode {
|
||||
\set stanza = "2."
|
||||
Die Kirch die an -- be -- foh -- len ist;
|
||||
_ _ _ _
|
||||
du un -- ser Schutz und Schirm -- herr bist.
|
||||
}
|
||||
Lyrics.III = \lyricmode {
|
||||
\set stanza = "3."
|
||||
Du bist der himm -- lisch Ban -- ner -- herr;
|
||||
_ _ _ _
|
||||
die En -- gel sind dein Kö -- nigs -- heer.
|
||||
}
|
||||
Lyrics.IV = \lyricmode {
|
||||
\set stanza = "4."
|
||||
Den Dra -- chen du er -- grif -- fen hast;
|
||||
_ _ _ _
|
||||
und un -- ter dei -- nen Fuß ge -- fasst.
|
||||
}
|
||||
Lyrics.V = \lyricmode {
|
||||
\set stanza = "5."
|
||||
Be -- schütz' mit dei -- nem Schild und Schwert;
|
||||
_ _ _ _
|
||||
die Kirch', den Hir -- ten und die Herd'.
|
||||
}
|
||||
\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}
|
||||
\new Lyrics \lyricsto "melody" {\Lyrics.V}
|
||||
>>
|
||||
\layout {
|
||||
\context {
|
||||
\Score
|
||||
\omit BarNumber
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user