added wunderschoen praechtige
This commit is contained in:
@@ -0,0 +1,115 @@
|
||||
\version "2.24.2"
|
||||
\language deutsch
|
||||
% GL 948
|
||||
|
||||
Song.meta = {
|
||||
\key d \major
|
||||
\time 3/4
|
||||
\repeat unfold 2 {
|
||||
s2.*2 \breathe
|
||||
s2.*2 \breathe
|
||||
s2.*4
|
||||
}
|
||||
s2.*2 \breathe
|
||||
s2.*2 \breathe
|
||||
s2.*8 \bar "|."
|
||||
}
|
||||
|
||||
Song.S = \fixed c' {
|
||||
\autoBeamOff
|
||||
\repeat unfold 2 {
|
||||
d4 d e | fis4. e8 d4 |
|
||||
fis4 4 g | a4. g8 fis4 |
|
||||
a d' h | a4. g8 fis4 | e8[ fis] g4 fis | e2 r4
|
||||
}
|
||||
a4 fis a | a( g8 fis) g4
|
||||
g e g | g( fis8 e) fis4
|
||||
d a, d8[ e] | fis4 d fis8[ g] | a4 h cis' | d'2 r4 |
|
||||
d' cis' h | a4. g8 fis4 | a8[ g] fis4 e | d2 r4
|
||||
}
|
||||
Song.lyrics.I = \lyricmode {
|
||||
\set stanza = "1."
|
||||
Wun -- der -- schön präch -- ti -- ge,
|
||||
ho -- he und mäch -- ti -- ge,
|
||||
lieb -- reich hold -- se -- li -- ge,
|
||||
himm -- li -- sche Frau,
|
||||
der ich mich e -- wig -- lich
|
||||
wei -- he herz -- in -- nig -- lich,
|
||||
Leib dir und See -- le zu ei -- gen ver -- trau!
|
||||
O du ge -- treu -- e,
|
||||
zu dir voll Freu -- de
|
||||
schau -- en wir hof -- fend und fle -- hend hi -- nan:
|
||||
Mut -- ter, ach führ uns auf si -- che -- rer Bahn.
|
||||
}
|
||||
Song.lyrics.II = \lyricmode {
|
||||
\set stanza = "2."
|
||||
Son -- nen -- um -- glän -- ze -- te,
|
||||
Ster -- nen -- be -- krän -- ze -- te,
|
||||
Leuch -- te und Trost auf der nächt -- li -- chen Fahrt!
|
||||
Vor dem ver -- derb -- li -- chen
|
||||
Ma -- kel der Sterb -- li -- chen
|
||||
Hat dich die All -- macht des Va -- ters be -- wahrt.
|
||||
Se -- li --ge Pfor -- te
|
||||
warst du dem Wor -- te,
|
||||
als es vom Thro -- ne der e -- wi -- gen Macht
|
||||
Gna -- de und Ret -- tung den Men -- schen ge -- bracht.
|
||||
}
|
||||
Song.lyrics.III = \lyricmode {
|
||||
\set stanza = "3."
|
||||
Got -- tes Ge -- bä -- re -- rin,
|
||||
Chris -- ti Er -- näh -- re -- rin,
|
||||
wun --der -- sam Jung -- frau und Mut -- ter des Herrn.
|
||||
Du bist die Heil -- fe -- rin,
|
||||
du bist die Ret -- te -- rin,
|
||||
Ar -- che des Bun -- des, hell leuch -- ten -- der Stern.
|
||||
Lieb -- reich dich wen -- de,
|
||||
Frie -- den uns sen -- de,
|
||||
Mut -- ter, ach wen -- de die Au -- gen uns zu,
|
||||
lehr uns in De -- mut zu wan -- deln wie du.
|
||||
}
|
||||
|
||||
Song.A = \relative c' {
|
||||
}
|
||||
Song.T = \relative {
|
||||
}
|
||||
Song.B = \relative {
|
||||
}
|
||||
|
||||
Song.Chords = \chordmode {
|
||||
\repeat unfold 2 {
|
||||
d2 a4 | d a/cis d |
|
||||
d2 g4/h | a2 d4 |
|
||||
d2 g4 | a2 h4:m | a2/cis d4 | a2.
|
||||
}
|
||||
d2 d4/fis | g2. |
|
||||
a2:7/cis a4:7 | d2.
|
||||
d2 h4:m | fis/ais h4:m g | d/fis g fis/ais | h2.:m
|
||||
g2 e4/gis | a2 h4:m | g a2 | d2.
|
||||
}
|
||||
|
||||
Song.MelodyScore = \new Staff <<
|
||||
\new Voice = "melody" <<\Song.meta \Song.S>>
|
||||
\new Lyrics \lyricsto melody {\Song.lyrics.I}
|
||||
\new Lyrics \lyricsto melody {\Song.lyrics.II}
|
||||
\new Lyrics \lyricsto melody {\Song.lyrics.III}
|
||||
>>
|
||||
|
||||
Song.SATBScore = \new ChoirStaff <<
|
||||
\new Staff <<
|
||||
\new Voice = "melody" <<\voiceOne \Song.meta \Song.S>>
|
||||
\new Voice <<\voiceTwo \Song.meta \Song.A>>
|
||||
>>
|
||||
\new Lyrics \lyricsto melody {\Song.lyrics.I}
|
||||
\new Lyrics \lyricsto melody {\Song.lyrics.II}
|
||||
\new Lyrics \lyricsto melody {\Song.lyrics.III}
|
||||
\new Staff <<
|
||||
\clef bass
|
||||
\new Voice <<\voiceOne \Song.meta \Song.T>>
|
||||
\new Voice <<\voiceTwo \Song.meta \Song.B>>
|
||||
>>
|
||||
>>
|
||||
|
||||
Song.LeadsheetScore = <<
|
||||
\new ChordNames {\Song.Chords}
|
||||
\Song.MelodyScore
|
||||
>>
|
||||
Reference in New Issue
Block a user