summaryrefslogtreecommitdiff
path: root/Lobt_den_Herrn_der_Welt/stimmen.ly
blob: 8b6be1b2547da202f1459037f53fee50ac25ac99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
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 "||"
      }
    >>
  }