summaryrefslogtreecommitdiff
path: root/Lobt_den_Herrn_der_Welt/stimmen.ly
diff options
context:
space:
mode:
Diffstat (limited to 'Lobt_den_Herrn_der_Welt/stimmen.ly')
-rw-r--r--Lobt_den_Herrn_der_Welt/stimmen.ly119
1 files changed, 119 insertions, 0 deletions
diff --git a/Lobt_den_Herrn_der_Welt/stimmen.ly b/Lobt_den_Herrn_der_Welt/stimmen.ly
new file mode 100644
index 0000000..8b6be1b
--- /dev/null
+++ b/Lobt_den_Herrn_der_Welt/stimmen.ly
@@ -0,0 +1,119 @@
+%some settings% vim: ai sw=2 lbr nu et
+
+ \version "2.12"
+
+ global = {
+ \key c \major
+ %\override Staff.TimeSignature #'style = #'()
+ \time 4/4
+ \autoBeamOff
+ }
+
+% Die Stimmen
+
+ generalPausenFrauen = {
+ \set Score.skipBars = ##t
+ {
+ \global
+ \repeat unfold 4 { s1*3 | s2. r4 | } \bar "||"
+ \repeat unfold 7 { s1*3 | s2. r4 | }
+ R1*4 | s1*3 | s2. r4 | R1*4 | \bar "||"
+ }
+ }
+
+ generalPausenMaenner = {
+ \set Score.skipBars = ##t
+ {
+ \global
+ \repeat unfold 10 { s1*3 | s2. r4 | }
+ \repeat unfold 2 { \repeat unfold 3 { s4 r r s | } s2. r4 | s1*3 | s2. r4 | } \bar "||"
+ }
+ }
+
+ sopranMelodie = \relative c'' {
+ <<
+ %the actual tune
+ {
+ \repeat unfold 2 {
+ c2^\f d | e4. f8 e4 d | c d e d8[ c] | d2. s4 |
+ c2 d | e4. f8 e4 d | c8[ d] c[ d] d4. c8 | c2. s4 |
+ } \bar "||"
+ \repeat unfold 4 { R1*3 | r2. s4 | }
+ c2^\f d | e4. f8 e4 d | c d e d8[ c] | d2. s4 |
+ c2 d | e4. f8 e4 d | c8[ d] c[ d] d4. c8 | c2. s4 | \bar "||"
+ \repeat unfold 2 {
+ \repeat unfold 2 { g4 e8[ f] g4 c | } g4 c8[ d] e4 d8[ c] | d2. s4 |
+ s1*4
+ } \bar "||"
+ }
+ >>
+ }
+
+ altMelodie = \relative c' {
+ <<
+ %the actual tune
+ {
+ \repeat unfold 2 {
+ e2 g | g4. f8 g4 g | g g g g | g2. s4 |
+ e2 g | g4. f8 g4 g | g a g f | e2. s4 |
+ } \bar "||"
+ \repeat unfold 2 {
+ e2 fis | g4. a8 g4 f | e c c g | c2. s4 |
+ e2 fis | g4. a8 g4 f | e d8[ c] c[ d] e[ f] | d2. s4 |
+ }
+ e2 g | g4. f8 g4 g | g g g g | g2. s4 |
+ e2 g | g4. f8 g4 g | g a g f | e2. s4 | \bar "||"
+ \repeat unfold 2 {
+ e4 c8[ d] e4 e | e c8[ d] e4 e | e e8[ f] g4 g | g2. s4 |
+ s1*4 |
+ } \bar "||"
+ }
+ >>
+ }
+
+ tenorMelodie = \relative c' {
+ <<
+ %the actual tune
+ \clef "bass"
+ {
+ \repeat unfold 2 {
+ c2 h | c4. c8 c4 h | c h c g | h2. s4 |
+ c2 h | c4. c8 c4 h | c c h g | g2. s4 |
+ } \bar "||"
+ \repeat unfold 2 {
+ c2 c | h4 h c c | c g g g | g2. s4 |
+ h2 h | h4 h c c | c h8[ a] g4 c | h2. s4 |
+ }
+ c2 h | c4. c8 c4 h | c h c g | h2. s4 |
+ c2 h | c4. c8 c4 h | c c h g | g2. s4 |
+ \repeat unfold 2 {
+ \repeat unfold 3 { g4 s2 g4 | } h2. s4 |
+ d h8[ c] d4 e | d h8[ c] d4 e | d c8[ h] a4. g8 | g2. s4 |
+ } \bar "||"
+ }
+ >>
+ }
+
+ bassMelodie = \relative c {
+ <<
+ %the actual tune
+ \clef bass
+ {
+ \repeat unfold 2 {
+ c2 g' | c4( h8) a g4 f | e d c e | g2. s4 |
+ c,2 g' | c4( h8) a g4 f | e f g g, | c2. s4 |
+ } \bar "||"
+ \repeat unfold 2 {
+ c4( h) a( d) | g f e d | c e e g | e2. s4 |
+ e2 dis | e4 f e a | g g e c | g'2. s4 |
+ }
+ c,2 g' | c4( h8) a g4 f | e d c e | g2. s4 |
+ c,2 g' | c4( h8) a g4 f | e f g g, | c2. s4 |
+ \repeat unfold 2 {
+ \repeat unfold 2 { c4 s2 g4 | } c s2 e4 | g2. s4 |
+ h g8[ a] h4 c | h g8[ a] h4 c | h a8[ g] d4. g8 | g2. s4 |
+ } \bar "||"
+ }
+ >>
+ }
+