summaryrefslogtreecommitdiff
path: root/Die_Weihnachtsgeschichte/parts/stimmen_XI.ly
blob: 22f0cd3f84c16368ee7a8913132e81f6efb6c749 (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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
\include "deutsch.ly"

\version "2.12"

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

pausenXI = {
  r4 s2. |
  s4 r2. |
  R1 |
  r4 s2. |
  s1*2 |
  s4 r2. |
  R1 |
  r4 s2. |s1 |
  s4 r2. |
  R1 | \bar "||"
  \time 3/4
  r2 s4 |
  s2.*7 |
  s2 r4 |
  R2.*5 | \bar "||"
  \time 4/4
  r4 s2. |
  s1*2 | \bar "||"
  \time 3/4
  s2 r4 |
  R2.*8 | \bar "|."
}

sopranXI = \relative e'' {
  s4 e8 d e d16[ c] f8 f |
  f16[ e] e8 s2. |
  s1 |
  s4 e8 d e d16[ c] f8 f |
  f16[ e] e8 d d e d e d16[ c] |
  d8 d d d c h a8. g16 |
  g8 g s2. |
  s1 |
  s4 e'8 e c c f f |
  f16[ e] e8 f e d c16[ d] e8 d16[ c] |
  c8 c s2. |
  s1 | \bar "||"
  \time 3/4
  s2 g4 |
  c c d |
  e c e |
  d8[ c] d[ e] c[ d] |
  h4 g d' |
  e e d |
  e c d |
  e4. f8 d4 |
  c c s |
  s2.*5 | \bar "||"
  \time 4/4
  s4 d8 d16[ c] h8 a16[ g] c8 c |
  c16[ h] h8 g' g16[ f] e8 d16[ c] f8 f |
  f16[ e] e8 f e d c16[ d] e8 d16[ c] | \bar "||"
  \time 3/4
  c4 c s |
  s2.*8 | \bar "|."
}

altXI = \relative g' {
  s4 g8 g g g a h |
  g g s2. |
  s1 |
  s4 g8 g g g a h |
  g g g h g g g g |
  g g g g fis g g fis |
  d d s2. |
  s1 |
  s4 g8 g g g a g |
  g g f g16[ a] h8 g g g |
  e e s2. |
  s1 | \bar "||"
  \time 3/4
  s2 e4 |
  e e g |
  g g g |
  g g fis |
  g g g |
  g g g |
  g g g |
  g a g |
  e e s |
  s2.*5 | \bar "||"
  \time 4/4
  s4 d8 d d d e fis |
  d d g g g g a h |
  g g f g16[ a] h8 g g g | \bar "||"
  \time 3/4
  e4 e s |
  s2.*8 | \bar "|."
}

tenorXI = \relative e' {
  s4 e8^\f d c e c d |
  c c s2. |
  s1 |
  s4 e8^\f d c e c d |
  c c d d c d c c |
  h h d d d d d8. d16 |
  h8 h s2. |
  s1 |
  s4 c8^\f c e e d d |
  c c h c f e16[ d] c8 h |
  c c s2. |
  s1 | \bar "||"
  \time 3/4
  s2 c4^\f |
  c c h |
  c e c |
  d h c |
  d h h |
  c c h |
  c e d |
  c c h |
  c c s |
  s2.*5 | \bar "||"
  \time 4/4
  s4 h8^\f a g h g a |
  g g c d c e c d |
  c c h c f e16[ d] c8 h | \bar "||"
  \time 3/4
  c4 c s |
  s2.*8 | \bar "|."
}

bassXI = \relative c' {
  s4 c8 h c c a g |
  c, c s2. |
  s1 |
  s4 c'8 h c c a g |
  c c h g c h c c |
  g g h h a g d d |
  g g s2. |
  s1 |
  s4 c8 c a a d, h |
  c c d e16[ f] g8 c g g |
  c, c s2. |
  s1 | \bar "||"
  \time 3/4
  s2 c4 |
  c c g' |
  c, c c' |
  h h a |
  g g g |
  c, c g' |
  c, c h |
  c f g |
  c, c s |
  s2.*5 | \bar "||"
  \time 4/4
  s4 g'8 fis g g e d |
  g g c, h c c a g |
  c c d e16[ f] g8 c g g | \bar "||"
  \time 3/4
  c,4 c s |
  s2.*8 | \bar "|."
}