rearrange structure and start converting to ly files
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 852 KiB After Width: | Height: | Size: 852 KiB |
|
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 156 KiB |
|
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 940 KiB After Width: | Height: | Size: 940 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
79
source/raubritter.ly
Normal file
|
|
@ -0,0 +1,79 @@
|
|||
\version "2.22.1"
|
||||
\paper{
|
||||
#(set-paper-size "a6")
|
||||
|
||||
paper-height = 120
|
||||
paper-width = 90
|
||||
top-margin = 5
|
||||
bottom-margin = 5
|
||||
inner-margin = 10
|
||||
outer-margin = 5
|
||||
}
|
||||
|
||||
\score {
|
||||
#(set-global-staff-size 12)
|
||||
|
||||
<<
|
||||
\chords{
|
||||
\set chordChanges = ##t
|
||||
\repeat volta 2 {a1:m f f}
|
||||
\alternative {{a1:m}{a2.:m g4}}
|
||||
c1 g a:m
|
||||
e a:m a:m a4:m g c g a1:m
|
||||
f1 f f4 c f g a1:m
|
||||
}
|
||||
\new Staff {
|
||||
\new Voice = "voice" {
|
||||
\relative {
|
||||
\repeat volta 2 {
|
||||
a8( a4) b8 c4 a c1
|
||||
c4. b8 c4 b
|
||||
}
|
||||
\alternative {
|
||||
{a2 a}
|
||||
{a2 a4 g4}
|
||||
}
|
||||
e'4. e8 e4 c d1
|
||||
c4. b8 c4 b d1
|
||||
a2 a8 a4. e'2 e8 e4 e8
|
||||
e4 d e g e1
|
||||
f2 f8 f4. f2 f8 f4 f8
|
||||
f4 e f a e1
|
||||
|
||||
}}
|
||||
}
|
||||
\new Lyrics {
|
||||
\lyricsto "voice" {
|
||||
Von der Fes -- tung dröhnt der -- be Män -- ner -- stim -- men
|
||||
}
|
||||
}
|
||||
\new Lyrics {
|
||||
\lyricsto "voice" {
|
||||
Rau -- er Keh -- le Sang, hell die Glä -- ser
|
||||
\repeat unfold 2 {\skip 1}
|
||||
klin -- gen. Be -- herr -- schen dies Ge -- biet, sin -- gen stolz ihr Lied.
|
||||
Raub -- rit -- ter, Raub -- rit -- ter, wie weit ist un -- ser Land.
|
||||
Raub -- rit -- ter, Raub -- rit -- ter, wie stark ist uns -- re Hand.
|
||||
}
|
||||
}
|
||||
>>
|
||||
}
|
||||
\markup{
|
||||
\column{
|
||||
\line{\bold "2."
|
||||
\column {"In unser Knechtschaft Zeit giffen wir zu Waffen."
|
||||
"Schlugen unsre Herrn, Grafen und auch Pfaffen."
|
||||
"Beherrschen dies Gebiet ..."}
|
||||
}
|
||||
\combine \null \vspace #0.1
|
||||
\line{
|
||||
\bold "3."
|
||||
\column {"Groß ist unsre Macht, solange wir vereint."
|
||||
"Hüten unsre Burg, trotzen jedem Feind."
|
||||
"Beherrschen dies Gebiet ..."}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||