add rÃuberlied
This commit is contained in:
parent
c9b3905c0b
commit
3bbf8ade86
132
src/songs/raeuberlied.ly
Normal file
132
src/songs/raeuberlied.ly
Normal file
@ -0,0 +1,132 @@
|
|||||||
|
\version "2.18.2"
|
||||||
|
\include "articulate.ly"
|
||||||
|
|
||||||
|
\header {
|
||||||
|
title = "Räuberlied"
|
||||||
|
poet = "Frisch"
|
||||||
|
tagline = ""
|
||||||
|
}
|
||||||
|
|
||||||
|
musicOne = \relative c'' {
|
||||||
|
\time 3/4
|
||||||
|
\key c \major
|
||||||
|
\partial 8 c8 |
|
||||||
|
|
||||||
|
\repeat volta 2
|
||||||
|
{
|
||||||
|
g8. g16 g4 c |
|
||||||
|
a8. a16 a4. c8 |
|
||||||
|
b8. c16 d4 g, |
|
||||||
|
}
|
||||||
|
\alternative
|
||||||
|
{
|
||||||
|
{ c8 e8 c4. c8 }
|
||||||
|
{ c8 e8 c4. c8 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
musicTwo = \relative c'' {
|
||||||
|
\repeat volta 2
|
||||||
|
{
|
||||||
|
g8. b16 d4 d |
|
||||||
|
e8 c d4. c8 |
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
musicThree = \relative c'' {
|
||||||
|
\repeat volta 2
|
||||||
|
{
|
||||||
|
\time 3/4
|
||||||
|
c8. b16 a4 (f'8) d |
|
||||||
|
\time 2/4
|
||||||
|
e4 (d) |
|
||||||
|
}
|
||||||
|
\alternative
|
||||||
|
{
|
||||||
|
{ c4. c8 }
|
||||||
|
{ c4 r4 }
|
||||||
|
}
|
||||||
|
\bar "|."
|
||||||
|
}
|
||||||
|
|
||||||
|
verseOne = \lyricmode {
|
||||||
|
Ein |
|
||||||
|
\repeat volta 2
|
||||||
|
{
|
||||||
|
frei -- es Le -- ben |
|
||||||
|
füh -- ren wir, ein |
|
||||||
|
Le -- ben vol -- ller |
|
||||||
|
}
|
||||||
|
\alternative
|
||||||
|
{
|
||||||
|
{ Won -- _ -- ne. Ein }
|
||||||
|
{ Won -- _ -- ne. Der }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
verseTwo = \lyricmode {
|
||||||
|
\new Lyrics = "firstVerse"{
|
||||||
|
<<
|
||||||
|
{
|
||||||
|
Wald ist un -- ser |
|
||||||
|
Nacht -- quar -- tier; bei |
|
||||||
|
}
|
||||||
|
\new Lyrics = "secondVerse"
|
||||||
|
\with { alignBelowContext = "firstVerse" }
|
||||||
|
{
|
||||||
|
Sturm und Wind han -- |
|
||||||
|
tie -- ren wir; der |
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
verseThree = \lyricmode {
|
||||||
|
\repeat volta 2
|
||||||
|
{
|
||||||
|
\time 3/4
|
||||||
|
Mond ist uns -- re |
|
||||||
|
\time 2/4
|
||||||
|
Son -- |
|
||||||
|
}
|
||||||
|
\alternative
|
||||||
|
{
|
||||||
|
{ ne, der }
|
||||||
|
{ ne. _ }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
\book {
|
||||||
|
\score {
|
||||||
|
<<
|
||||||
|
\new Voice = "one" {
|
||||||
|
\musicOne
|
||||||
|
\musicTwo
|
||||||
|
\musicThree
|
||||||
|
}
|
||||||
|
\new Lyrics \lyricsto "one" {
|
||||||
|
\verseOne
|
||||||
|
\verseTwo
|
||||||
|
\verseThree
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
\layout {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
\book {
|
||||||
|
\score {
|
||||||
|
\unfoldRepeats \articulate
|
||||||
|
<<
|
||||||
|
\new Voice = "one" {
|
||||||
|
\musicOne
|
||||||
|
\musicTwo
|
||||||
|
\musicThree
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
\midi {
|
||||||
|
\tempo 4 = 100
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
12
src/songs/raeuberlied.tex
Normal file
12
src/songs/raeuberlied.tex
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
\par
|
||||||
|
2. Heut kehren wir bei Pfaffen ein, bei masten Pächtern morgen;
|
||||||
|
da giebt’s Dukaten, Bier und Wein, was drüber ist, da lassen wir
|
||||||
|
fein den lieben Herrgott sorgen.
|
||||||
|
\par
|
||||||
|
3. Und haben wir im Traubensaft die Gurgel ausgebadet, so machen
|
||||||
|
wir uns Mut und Kraft und mit dem Schwarzen Brüderschaft, der
|
||||||
|
in der Hölle bratet.
|
||||||
|
\\~
|
||||||
|
\begin{flushright}
|
||||||
|
Schiller, 1780
|
||||||
|
\end{flushright}
|
Loading…
Reference in New Issue
Block a user