summaryrefslogtreecommitdiff
path: root/Deutsche_Messe/stimmen.ly
blob: 0d2f974c5b62a982e8400db54a40200535744293 (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
\version "2.12"

% Wohin % {{{
globalWohin = {
  \time 4/4
  \key f \major
  \autoBeamOff
  \partial 4
}

sopranMelodieWohin = \relative a' {
  a4^\p |
  a4. a8 a4 c |
  a2 g4 g |
  a4. g8 f4 b8[ a] |
  g2 a4^\fermata\breathe a4 |
  a4. a8 a4 c |
  a2 g4 g |
  a4. g8 f4 b8[ a] |
  g2( a4)^\fermata\breathe c^\f |
  f4. e8 d4 c |
  c( d) c c8[^\p a] |
  f4 f f8[ d'] c[ b] |
  a2 g4\breathe c^\f |
  f4.e8 d4 c |
  c( d) c a8[^\p c] |
  c4. b8 a4 g |
  f2. \bar "|."
}

altMelodieWohin = \relative f' {
  f4 |
  f4. f8 f4 f |
  f2 e4 e |
  e4. e8 d4 g8[ f] |
  f[ e d e] f4 f |
  f4. f8 f4 f |
  f2 e4 e |
  e4. e8 d4 g8[ f] |
  f[( e d e] f4) f |
  f4. f8 f4 a |
  a( b) a f |
  f es d g |
  f2 e4 f |
  f4. f8 f4 a |
  a( b) a f |
  f4. f8 f4 e |
  f2. \bar "|."
}

tenorMelodieWohin = \relative c' {
  c4^\p |
  c4. c8 c4 c |
  c2 c4 c |
  a4. a8 a4 d8[ f] |
  c2 c4\breathe c |
  c4. c8 c4 c |
  c2 c4 c |
  a4. a8 a4 d8[ f] |
  c2.\breathe c4^\f |
  c4. c8 d4 f |
  f2 f4 a,^\p |
  c a b d |
  c2 c4\breathe c4^\f |
  c4. c8 d4 f |
  f2 f4 c8[^\p es] |
  es4. d8 c4 b |
  a2. \bar "|."
}

bassMelodieWohin = \relative f {
  f4 |
  f4. f8 f4 a |
  c,2 c4 c |
  cis4. cis8 d4 g, |
  c2 f4_\fermata f |
  f4. f8 f4 a |
  c,2 c4 c |
  cis4. cis8 d4 g, |
  c2( f4)_\fermata a |
  a4. a8 b4 f |
  b2 f4 f |
  a, c b g |
  c2 c4 a' |
  a4. a8 b4 f |
  b2 f4 f |
  b,4. b8 c4 c |
  f2. \bar "|."
}
% }}}