sorry, I've forgot the attachment
--
http://www.thomas.willhalm.de/
\header {
mutopiatitle = "Macht hoch die T\"{u}r, die Tor macht weit"
mutopiacomposer = "Halle 1704"
mutopiapoet = "Georg Wei�el vor 1623"
mutopiainstrument = "Voice"
date = ""
source = "Gotteslob"
style = "Hymn"
copyright = "MutopiaBSD"
maintainer = "Thomas Willhalm"
maintainerEmail = "[EMAIL PROTECTED]"
lastupdated = "2001/Dec/28"
}
melodie = \notes \relative c'' { \time 6/4 \key es \major
\property Staff.midiInstrument = "flute"
\property Staff.transposing = #+12
\property Staff.automaticMelismata = ##t
\partial 4
g4 | bes2 as4 g2 f4 | es()f g f2 \breathe
bes4 | as2 as4 g2 g4 | f()es f es2 \breathe \bar "empty"
g4 | f2 f4 g()a bes | bes()c a bes2 \breathe \bar "empty"
f4 | g2 f4 g()a bes | bes()c a bes2 \breathe \bar "empty"
bes4 | c2 bes4 c2 bes4 | c()bes as g2 \breathe \bar "empty"
bes4 | c2 bes4 c2 bes4 | c()bes as g2 \breathe \bar "empty"
bes4 | es,2 es4 as2 g4 | f2.~f2 \breathe \bar "empty"
bes4 | as2 g4 f()es f | es2.~es2
\bar "|."
}
textstrophea = \lyrics {
\property LyricsVoice . stz = "1." \property LyricsVoice . stanza = "1."
Macht hoch die T�r, die Tor macht weit,
es kommt der Herr der Herr -- lich -- keit,
ein K� -- nig al -- ler K� -- nig -- reich,
ein Hei -- land al -- ler Welt zu -- gleich,
der Heil und Le -- ben mit sich bringt;
der -- hal -- ben jauchzt, mit Freu -- den singt.
Ge -- lo -- bet sei mein Gott,
Mein Sch�p -- fer reich an Rat.
}
textstropheb = \lyrics {
\property LyricsVoice . stz = "2." \property LyricsVoice . stanza = "2."
Er ist ge -- recht, ein Hel -- fer wert.
Sanft -- m� -- tig -- keit ist sein Ge -- f�hrt,
sein K� -- nigs -- kron ist Hei -- lig -- keit,
sein Zep -- ter ist Barm -- her -- zig -- keit;
all un -- sre Not zum End er bringt;
der -- hal -- ben jauchzt, mit Freu -- den singt.
Ge -- lo -- bet sei mein Gott,
mein Hei -- land gro� von Tat.
}
textstrophec = \lyrics {
\property LyricsVoice . stz = "3." \property LyricsVoice . stanza = "3."
O wohl dem Land, o wohl der Stadt,
so die -- sen K� -- nig bei sich hat.
Wohl al -- len Her -- zen ins -- ge -- mein,
da die -- ser K� -- nig zie -- het ein.
Er ist die rech -- te Freu -- den -- sonn,
bringt mit sich lau -- ter Freud und Wonn.
Ge -- lo -- bet sei mein Gott,
mein Tr� -- ster fr�h und spat.
}
textstrophed = \lyrics {
\property LyricsVoice . stz = "4." \property LyricsVoice . stanza = "4."
Macht hoch die T�r, die Tor macht weit,
euer Herz zum Tem -- pel zu -- be -- reit'.
Die Zweig -- lein der Gott -- se -- lig -- keit
steckt auf mit An -- dacht, Lust und Freud;
so kommt der K� -- nig auch zu euch,
ja Heil und Le -- ben mit zu -- gleich.
Ge -- lo -- bet sei mein Gott,
voll Rat, voll Tat, voll Gnad.
}
textstrophee = \lyrics {
\property LyricsVoice . stz = "5." \property LyricsVoice . stanza = "5."
Komm, o mein Hei -- land Je -- su Christ,
meins Her -- zens T�r dir of -- fen ist.
Ach zie mit dei -- ner Gna -- de ein,
dein Freund -- lich -- keit auch uns er -- schein.
Dein Heil -- ger Geist und f�hr und leit
den Weg zur ew -- gen Se -- lig -- keit.
Dem Na -- men dein, o Herr,
sei e -- wig Preis und Ehr.
}
\score {
\notes {
\simultaneous {
\addlyrics
\context Staff \melodie
\context Lyrics <
\property Lyrics.StanzaNumber \override #'visibility-lambda = #all-visible
\property Lyrics.StanzaNumber \revert #'visibility-lambda
\context LyricsVoice = "strophe-1" { \textstrophea }
\context LyricsVoice = "strophe-2" { \textstropheb }
\context LyricsVoice = "strophe-3" { \textstrophec }
\context LyricsVoice = "strophe-4" { \textstrophed }
\context LyricsVoice = "strophe-5" { \textstrophee }
>
}
}
\midi { \tempo 4 = 120 }
\paper {
\translator{ \ScoreContext
StanzaNumber \override #'break-align-symbol = #'begin-of-note
}
}
}