105 lines
2.2 KiB
Plaintext
105 lines
2.2 KiB
Plaintext
|
\version "2.19"
|
||
|
\include "articulate.ly"
|
||
|
|
||
|
\header {
|
||
|
title = "An die Freude"
|
||
|
composer = "Volksweise, vor 1799"
|
||
|
poet = "Mässig bewegt"
|
||
|
tagline = ""
|
||
|
}
|
||
|
|
||
|
piuF = \markup { \italic più \dynamic f }
|
||
|
|
||
|
musicOne = \relative e' {
|
||
|
\time 4/4
|
||
|
\key a \major
|
||
|
|
||
|
\partial 4 e8.\f e16 |
|
||
|
a4-. a-. b-. b-. |
|
||
|
cis8. (d16) e4 r e8. cis16 |
|
||
|
cis8 (b) d (b) a4 gis |
|
||
|
a2 r4 e8. e16 |
|
||
|
a4-. a-. b-. b-. |
|
||
|
cis8. (d16) e4 r e8. cis16 |
|
||
|
cis8 (b) d (b) a4 gis |
|
||
|
a2 r4 gis8. a16 |
|
||
|
b4.-^ b8 cis4. cis8 |
|
||
|
d8. (cis16) d4 r b8. b16 |
|
||
|
cis4.\< cis8 dis4. dis8 |
|
||
|
e2\! r4 e,8.\f e16 |
|
||
|
a4-. a-. b-. b-. |
|
||
|
cis8. (d16) e4 r e8. cis16 |
|
||
|
cis8 (b) d (b) b (a) a (gis) |
|
||
|
a2 r4 e8.\f e16 |
|
||
|
a4. a8 a4. a8 |
|
||
|
a8. (gis16) gis4 r e8.-\piuF gis16 |
|
||
|
b4. b8 b4. b8 |
|
||
|
b4 (cis) r e,8. e16 |
|
||
|
a4. gis8 fis (e) d (cis) |
|
||
|
fis2 d4 cis |
|
||
|
b4. cis16 (d) e4. e8 |
|
||
|
e4 a, r a'8. a16 |
|
||
|
b4.^"Etwas zögernd" a8 b4. cis8 |
|
||
|
b (a) a4 r s4 |
|
||
|
\bar "|."
|
||
|
}
|
||
|
|
||
|
verseOne = \lyricmode {
|
||
|
Freu -- de, |
|
||
|
schö -- ner Göt -- ter -- |
|
||
|
fun -- ken, Toch -- ter |
|
||
|
aus E -- ly -- si -- |
|
||
|
um! Wir be -- |
|
||
|
tre -- ten feu -- er -- |
|
||
|
trun -- ken, himm -- li -- |
|
||
|
sche, dein Hei -- lig -- |
|
||
|
tum. Dei -- ne |
|
||
|
Zau -- ber bin -- den |
|
||
|
wie -- der, was die |
|
||
|
Mo -- de streng ge -- |
|
||
|
teilt, al -- le |
|
||
|
Men -- schen wer -- den |
|
||
|
Brü -- der, wo dein |
|
||
|
sanf -- ter Flü -- gel |
|
||
|
weilt. Seid um -- |
|
||
|
schlu -- ngen, Mil -- li -- |
|
||
|
o -- nen! Die -- sen |
|
||
|
Kuss der gan -- zen |
|
||
|
Welt! Brü -- der, |
|
||
|
ü -- berm Ster -- nen -- |
|
||
|
zelt muss ein |
|
||
|
lie -- ber Va -- ter |
|
||
|
woh -- nen, muss ein |
|
||
|
lie -- ber Va -- ter |
|
||
|
woh -- nen! |
|
||
|
}
|
||
|
|
||
|
\book {
|
||
|
\score {
|
||
|
<<
|
||
|
\new Voice = "one" {
|
||
|
\musicOne
|
||
|
}
|
||
|
\new Lyrics \lyricsto "one" {
|
||
|
\verseOne
|
||
|
}
|
||
|
>>
|
||
|
\layout {
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
\book {
|
||
|
\score {
|
||
|
\unfoldRepeats \articulate
|
||
|
<<
|
||
|
\new Voice = "one" {
|
||
|
\musicOne
|
||
|
}
|
||
|
>>
|
||
|
\midi {
|
||
|
\tempo 4 = 100
|
||
|
}
|
||
|
}
|
||
|
}
|