summaryrefslogtreecommitdiff
path: root/Komm_zu_uns_in_deinem_Wort/stimmen.ly
blob: 9691371c048cd956cc2bc21d362f4d2f156375dc (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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
%some settings% vim: ai sw=2 lbr nu et

\version "2.18"

global = {
  \key b \major
  %\override Staff.TimeSignature #'style = #'()
  \time 4/4
  \partial 4
  \autoBeamOff
}

% Die Stimmen

pausen = {
  r4 |
  R1*7 |
  r2. s4 |
  \repeat volta 4 {
    s1*8 | \bar "||"
    s1*11 |
    s2. r4 |
    R1*3 |
    r2. s4 |
  }
}

sopranMelodie = \relative b {
  s4 |
  s1*7 |
  s2. b4 |
  \repeat volta 4 {
    d d2 es8 f |
    f g es2 d4 |
    c c d es |
    es d2\breathe f4 |
    g g2 a8 b |
    c a f2 f4 |
    g g2 a8 b |
    b4 c2. | \bar "||"
    d4. d8 d c b a |
    g1\breathe |
    c4. c8 c b a g |
    f1\breathe |
    b4 b2 c8 d |
    d es c2\breathe c8 b |
    a2 b4 c8 d~-> |
    d1\breathe |
    b4 b2 c8 d |
    d es c2\breathe c8 d |
    es2 d4 c |
    b2.^\fermata s4 |
    s1*3 |
    s2. b,4 |
  }
}

altMelodie = \relative b {
  s4 |
  s1*7 |
  s2. b4 |
  \repeat volta 4 {
    b b2 b8 c |
    c c c2 b4 |
    b b a a |
    c b2\breathe d4 |
    d d2 d8 d |
    f f f2 f4 |
    f es2 es8 es |
    f4 f2. | \bar "||"
    f4. f8 f f d d |
    es1\breathe |
    es4. es8 es es es es |
    c1\breathe |
    f4 f2 f8 f |
    g g g2\breathe g8 g |
    f2 f4 f8 f~-> |
    f1\breathe |
    f4 f2 f8 f |
    g g g2\breathe g8 g |
    g2 a4 f |
    f2. s4 |
    s1*3 |
    s2. b,4 |
  }
}
  
tenorMelodie = \relative b {
  s4 |
  s1*7 |
  s2. b4 |
  \repeat volta 4 {
    f4 f2 g8 a |
    g g g2 g4 |
    f f f f |
    f f2\breathe b4 |
    b b2 a8 g |
    a a a2 d4 |
    b b2 b8 b |
    c[( b]) a2. | \bar "||"
    b4. b8 b c d b |
    b1\breathe |
    g4. g8 g g a b |
    b2( a)\breathe |
    d4 d2 c8 b |
    b b b2\breathe b8 c |
    c2 c4 c8 b~-> |
    b1\breathe |
    d4 d2 c8 b |
    b b b2\breathe b8 b |
    c2 d4 es |
    d2. s4 |
    s1*3 |
    s2. b4 |
  }
}

bassMelodie = \relative b, {
  s4 |
  s1*7 |
  s2. b4 |
  \repeat volta 4 {
    b b2 b8 b |
    c c c2 c4 |
    f f <f f,> <f f,> |
    b, b2\breathe d4 |
    es es2 es8 es |
    d d d2 d4 |
    es es2 f8 g |
    f4 f2. | \bar "||"
    b4. b8 b a g f |
    es1\breathe |
    c4. c8 c c c c |
    f1\breathe |
    b4 b2 b8 b |
    es, es es2\breathe es8 es |
    f2 g4 a8 b~-> |
    b1\breathe |
    b4 b2 b8 b |
    es, es es2\breathe es8 d |
    c2 f4 f |
    <b b,>2. s4 |
    s1*3 |
    s2. b,4 |
  }
}