kommersbuch/src/songs/kurfuerst_friedrich.ly

81 lines
1.5 KiB
Plaintext
Raw Normal View History

2020-05-20 15:17:35 +00:00
\version "2.18"
\include "articulate.ly"
\header {
title = "Kurfürst Friedrich"
composer = ""
poet = "Lebhaft, nicht zu rasch"
tagline = ""
}
musicOne = \relative d' {
\time 4/4
\key d \minor
f4. c8 f4 a4 |
a4. g8 g4 f |
e8 f g a bes4 a |
g c, c'2-> |
f,4. c8 f4 a |
a4. g8 g4 f |
d8 e f g a4 bes |
c c, f2 |
a4. a8 d a f d |
a'4 r4 r 2 |
a4. a8 d a f d |
a'4 r4 r 2 |
a4\p a bes bes |
g \tuplet 3/2 { g8 ( a bes) } c2\cresc |
f4.\f c8 a4 f |
a8 g g f f2 |
\bar "|."
}
verseOne = \lyricmode {
Wü -- tend wälzt sich |
einst im Bet -- te |
Ku -- r -- fü -- rst Fried -- rich |
von der Pfalz; |
ge -- gen al -- le |
E -- ti -- ket -- te |
br -- ül -- lt -- e er aus |
vol -- lem Hals; |
wie kam ge -- stern ich ins |
Nest? |
Bin, scheint's, wie -- der voll ge -- |
west! |
Wie kam ge -- stern |
ich ins Nest? |
Bin, scheint's, wie -- der |
2020-05-20 16:06:23 +00:00
vo -- ll ge -- _ -- west! |
2020-05-20 15:17:35 +00:00
}
\book {
\score {
<<
\new Voice = "one" {
\musicOne
}
\new Lyrics \lyricsto "one" {
\verseOne
}
>>
\layout {
}
}
}
\book {
\score {
\unfoldRepeats \articulate
<<
\new Voice = "one" {
\musicOne
}
>>
\midi {
\tempo 4 = 130
}
}
}