kommersbuch/src/songs/im_tiefen_keller.ly

83 lines
1.5 KiB
Plaintext
Raw Normal View History

2017-11-08 18:19:10 +00:00
\version "2.19"
\include "articulate.ly"
\header {
title = "Im tiefen Keller"
composer = "Ludwig Fischer, 1802"
poet = "Nicht zu schnell"
tagline = ""
}
musicOne = \relative c' {
\time 4/4
\key d \minor
\partial 4 c4 |
f f, a' f |
c'4. d8 c4 a |
c8 (bes) g (e) c4. d16 (e) |
f4 f, r c' |
f f, a' f |
c'4. d8 c4 a |
g8 (c) e, (a) g (f) e (d) |
d4 c r c |
c'8 (bes) g (e) c4. bes8 |
a c f (a) c4 f, |
d'4. bes8 g4 f |
e8. g16 c,4 r c |
f f, a' f |
bes4. d8 f4 e8 (d) |
c4 a8 (f) c'4 c, |
f2 ( \grace { e16 f } f,4)\fermata s |
\bar "|."
}
verseOne = \lyricmode {
Im |
küh -- len Kel -- ler |
sitz ich hier auf |
ei -- nem Fass voll |
Re -- ben, bin |
fro -- hen Muts und |
las -- se mir vom |
Al -- ler -- be -- sten |
ge -- geben. Der |
Kü -- per zieht den |
He -- _ -- ber voll, ge -- |
hor -- sam mei -- nem |
Win _ -- ke, füllt |
mir das Glas, ich |
halt's em -- por und |
trin -- ke, trin -- ke, |
trinke. |
}
\book {
\score {
<<
\new Voice = "one" {
\musicOne
}
\new Lyrics \lyricsto "one" {
\verseOne
}
>>
\layout {
}
}
}
\book {
\score {
\unfoldRepeats \articulate
<<
\new Voice = "one" {
\musicOne
}
>>
\midi {
\tempo 4 = 120
}
}
}