summaryrefslogtreecommitdiff
path: root/El_Haderech/stimmen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'El_Haderech/stimmen.ly')
-rw-r--r--El_Haderech/stimmen.ly237
1 files changed, 237 insertions, 0 deletions
diff --git a/El_Haderech/stimmen.ly b/El_Haderech/stimmen.ly
new file mode 100644
index 0000000..a591d58
--- /dev/null
+++ b/El_Haderech/stimmen.ly
@@ -0,0 +1,237 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key f \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+ \partial 4.
+ }
+
+% Die Stimmen
+
+ alleMelodie = \relative a {
+ a8 d e |
+ f4 e8 f4 e8 d a |
+ f'4 e8 f4 e8 d a |
+ g'4 f8 g4 f8 e4 |
+ d2~ d8 a d e |
+ f4 e8 f4 e8 d a |
+ f'4 e8 f4 e8 d a |
+ g'4 f8 g4 f8 e4 |
+ f2~ f8 r4. |
+ \repeat volta 2 {
+ R1*3 |
+ }
+ \alternative {
+ {
+ R1 |
+ }
+ {
+ R1 |
+ }
+ }
+ \repeat volta 2 {
+ R1*2 |
+ }
+ \alternative {
+ {
+ R1*2 |
+ }
+ {
+ R1 |
+ }
+ }
+ R1 | \bar "||"
+ }
+
+ frauenPausen = {
+ r4. |
+ R1*7 |
+ r2 r8 s4. |
+ \repeat volta 2 {
+ s1*3 |
+ }
+ \alternative {
+ {
+ s1 |
+ }
+ {
+ s1 |
+ }
+ }
+ \repeat volta 2 {
+ s1*2 |
+ }
+ \alternative {
+ {
+ s1*2 |
+ }
+ {
+ s1 |
+ }
+ }
+ s1 | \bar "||"
+ }
+
+ maennerPausen = {
+ r4. |
+ R1*8 |
+ \repeat volta 2 {
+ s1*3 |
+ }
+ \alternative {
+ {
+ s1 |
+ }
+ {
+ s1 |
+ }
+ }
+ \repeat volta 2 {
+ r2 r8 s4. |
+ s1 |
+ }
+ \alternative {
+ {
+ s1*2 |
+ }
+ {
+ s1 |
+ }
+ }
+ s1 | \bar "||"
+ }
+
+ sopranMelodie = \relative a' {
+ s4. |
+ s1*7 |
+ s2 s8 a a a |
+ \repeat volta 2 {
+ a4^\segno g8 b4 a8 g a |
+ g4 f8 a4 g8 f d |
+ b4 a8 g'4 f8 e f |
+ }
+ \alternative {
+ {
+ d2~ d8 a' a a |
+ }
+ {
+ d,2~^\fermata d8 a d e |
+ }
+ }
+ \repeat volta 2 {
+ f4 e8 f4 e8 d a |
+ f'4 e8 f4 e8 d a |
+ }
+ \alternative {
+ {
+ g'4 f8 g4 f8 e4 |
+ d2~ d8 a d e |
+ }
+ {
+ g4 f8 g4 f8 e4 |
+ }
+ }
+ f2~ f8 a a a_\markup { "dal segno al "\fermata } | \bar "||"
+ }
+
+ altMelodie = \relative f' {
+ s4. |
+ s1*7 |
+ s2 s8 r4. |
+ \repeat volta 2 {
+ f8. f16 f8 e~ e2 |
+ e8. e16 e8 d~ d2 |
+ d8. d16 d8 cis4 cis8 cis cis |
+ }
+ \alternative {
+ {
+ d1 |
+ }
+ {
+ d2~ d8 a d e |
+ }
+ }
+ \repeat volta 2 {
+ f4 e8 f4 e8 d a |
+ f'4 e8 f4 e8 d a |
+ }
+ \alternative {
+ {
+ g'4 f8 g4 f8 e4 |
+ d2~ d8 a d e |
+ }
+ {
+ g4 f8 g4 f8 e4 |
+ }
+ }
+ f1 | \bar "||"
+ }
+
+ tenorMelodie = \relative b {
+ s4. |
+ s1*8 |
+ \repeat volta 2 {
+ b8. b16 b8 b~ b2 |
+ a8. a16 a8 a~ a2 |
+ g8. g16 g8 g4 f8 g a |
+ }
+ \alternative {
+ {
+ f1 |
+ }
+ {
+ f1^\fermata |
+ }
+ }
+ \repeat volta 2 {
+ s2 s8 a,8 d e |
+ f a a a4 g8 f4 |
+ }
+ \alternative {
+ {
+ b a8 b4 a8 g4 |
+ f1 |
+ }
+ {
+ b4 a8 b4 a8 g4 |
+ }
+ }
+ a1 | \bar "||"
+ }
+
+ bassMelodie = \relative g {
+ s4. |
+ s1*8 |
+ \repeat volta 2 {
+ g2~ g8 c, d e |
+ f2~ f8 b, c d |
+ e2~ e8 a, h cis |
+ }
+ \alternative {
+ {
+ d1 |
+ }
+ {
+ d1 |
+ }
+ }
+ \repeat volta 2 {
+ s2 s8 a8 d e |
+ f a a a4 g8 f4 |
+ }
+ \alternative {
+ {
+ b a8 b4 a8 g4 |
+ f1 |
+ }
+ {
+ b4 a8 b4 a8 g4 |
+ }
+ }
+ a1 | \bar "||"
+ }
+