summaryrefslogtreecommitdiff
path: root/Halleluja/stimmen.ly
blob: 715c1c05adffa14b84a8a75cd0f7182edc36b84b (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

global = {
  \time 2/2
  \key f \major
  \autoBeamOff
}

frauenPausen = {
  s1*4 |
  s2 r |
  s1*5 |
  s4 r2. |
  s1*6 |
  s2 r |
  s1*8 | \bar "|."
}

sopranMelodie = \relative c'' {
  c2 c4 c |
  c2 c4 f |
  d2 c |
  d4 c b2 |
  a s |
  a a |
  a g |
  c c |
  c4 h f'2~ |
  f4 e d2 |
  c4 s2. |
  g2 a4 b |
  c1 |
  c4 d2 c4 |
  b1 |
  b4 c2 b4 |
  a2 b4 a |
  a g s2 |
  c4( f2) es4~ |
  es d2 c4~ |
  c b2 a4 |
  g1~ |
  g |
  g2 a4 f |
  g1 |
  a | \bar "|."
}

altMelodie = \relative a' {
  a2 a4 a |
  a2 a4 a |
  b2 a |
  b4 a g2 |
  f s |
  c c |
  f e |
  e e |
  e4 d r2 |
  g4 c c( h) |
  c s2. |
  e,2 f4 g |
  a1 |
  f2 g4 a |
  g1 |
  e2 f4 g |
  f2 g4 f |
  f e s2 |
  r2. c'4~ |
  c b2 a4~ |
  a g2 f4 |
  d1( |
  f) |
  e2 f~ |
  f4 e8 d e2 |
  f1 | \bar "|."
}

maennerMelodie = \relative f {
  f2 f4 f |
  f2 f4 f4 |
  b,2 f' |
  b,4 f' f( e) |
  f2 r |
  f f |
  c c |
  c c |
  g'4 g r2 |
  c,4 c g'2 |
  c,4 r2. |
  R1 |
  r4 a' b c |
  d d, e f |
  g g a b |
  c c, d e |
  f( d) b h |
  c c r2 |
  R1 |
  b2 f' |
  g4( d) e( f) |
  b,1 |
  h |
  c~ |
  c |
  f | \bar "|."
}