add burschen heraus
This commit is contained in:
parent
d5eed543e0
commit
a04addb573
76
src/songs/burschen_heraus.ly
Normal file
76
src/songs/burschen_heraus.ly
Normal file
@ -0,0 +1,76 @@
|
|||||||
|
\version "2.19"
|
||||||
|
\include "articulate.ly"
|
||||||
|
|
||||||
|
\header {
|
||||||
|
title = "Burschen, heraus!"
|
||||||
|
composer = ""
|
||||||
|
poet = "Rasch"
|
||||||
|
tagline = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
musicOne = \relative c' {
|
||||||
|
\time 6/8
|
||||||
|
\key c \major
|
||||||
|
|
||||||
|
\partial 4. c8 e g |
|
||||||
|
c4 r8 g (a) b |
|
||||||
|
c b a d4 d,8 |
|
||||||
|
g4 r8 \acciaccatura c b (a) b |
|
||||||
|
c4 g8 g4 f8 |
|
||||||
|
e4. \acciaccatura c'8 b (a) b |
|
||||||
|
c4 g8 g4 f8 |
|
||||||
|
e4 r8 c (d) e |
|
||||||
|
f4 c8 g'4 c,8 |
|
||||||
|
a'4 r8 g (a) b |
|
||||||
|
c4 g8 d'4 g,8 |
|
||||||
|
e'4. r4 r8 |
|
||||||
|
d4.\ff b4 b8 |
|
||||||
|
c4.\fermata s4 s8 |
|
||||||
|
\bar "|."
|
||||||
|
}
|
||||||
|
|
||||||
|
verseOne = \lyricmode {
|
||||||
|
Bur -- schen, her -- |
|
||||||
|
aus! Lasst es |
|
||||||
|
schal -- len von Haus zu |
|
||||||
|
Haus! Wenn der |
|
||||||
|
Ler -- che Sil -- ber -- |
|
||||||
|
schlag grüsst des |
|
||||||
|
Mai -- en er -- sten |
|
||||||
|
Tag, dann her -- |
|
||||||
|
aus, und fragt nicht |
|
||||||
|
viel, frisch mit |
|
||||||
|
Lied und Lau -- ten -- |
|
||||||
|
spiel! |
|
||||||
|
Bur -- schen, her -- |
|
||||||
|
aus! |
|
||||||
|
}
|
||||||
|
|
||||||
|
\book {
|
||||||
|
\score {
|
||||||
|
<<
|
||||||
|
\new Voice = "one" {
|
||||||
|
\musicOne
|
||||||
|
}
|
||||||
|
\new Lyrics \lyricsto "one" {
|
||||||
|
\verseOne
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
\layout {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
\book {
|
||||||
|
\score {
|
||||||
|
\unfoldRepeats \articulate
|
||||||
|
<<
|
||||||
|
\new Voice = "one" {
|
||||||
|
\musicOne
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
\midi {
|
||||||
|
\tempo 4 = 130
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
14
src/songs/burschen_heraus.tex
Normal file
14
src/songs/burschen_heraus.tex
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
\par
|
||||||
|
2. Burschen heraus! Lasst es schallen von Haus zu Haus!
|
||||||
|
Ruft um Hilf die Poesei gegen Zopf und Philisterei,
|
||||||
|
dann heraus bei Tag und Nacht, bis sie wieder freigemacht!
|
||||||
|
Burschen heraus!
|
||||||
|
\par
|
||||||
|
3. Burschen heraus! Lasst es schallen von Haus zu Haus!
|
||||||
|
Wenn es gilt fprs Vaterland, treu die Klingen dann zur Hand,
|
||||||
|
und heraus mit mutgem Sang, wär es auch zum letzten Gang!
|
||||||
|
Burschen heraus!
|
||||||
|
\\~
|
||||||
|
\begin{flushright}
|
||||||
|
Seit 1844 bekannt
|
||||||
|
\end{flushright}
|
Loading…
Reference in New Issue
Block a user