rearrange structure and start converting to ly files

This commit is contained in:
Daniel Mevec 2025-08-18 10:04:30 +02:00
parent 8132ea90f3
commit 7b64bb1141
37 changed files with 79 additions and 0 deletions

View file

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View file

Before

Width:  |  Height:  |  Size: 852 KiB

After

Width:  |  Height:  |  Size: 852 KiB

View file

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 156 KiB

View file

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View file

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View file

Before

Width:  |  Height:  |  Size: 940 KiB

After

Width:  |  Height:  |  Size: 940 KiB

View file

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

79
source/raubritter.ly Normal file
View 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 ..."}
}
}
}
}