summaryrefslogtreecommitdiff
path: root/Wie_lieblich_ist_der_Maien_/stimmen.ly
blob: 4eaa30ae12dc1fe93ef3bcf6424aa89ea1583cee (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
%some settings% vim: ai sw=2 lbr nu et

global = {
  \key b \major
  \time 4/4
  \autoBeamOff
  \partial 4
}

sopranMelodie = \relative f' {
  f4 |
  b4. c8 d[ c] b[ a] |
  g2 g4 g |
  f b b a |
  b2.\breathe f4 |
  b4. c8 d[ c] b[ a] |
  g2 g4 g |
  f b b a |
  b2.\breathe d4 |
  d4. c8 d4 c8[ b] |
  c2 c4 c |
  b d es8[ d] c[ b] |
  a2 r4 b |
  b4. a8 b[ a] g[ f] |
  g2 g4 g |
  f b b a |
  b2. \bar "|."
}

altMelodie = \relative f' {
  f4 |
  d4. es8  f[ es] d[ f] |
  f4( es8[ d]) c4 b8[ c] |
  d4 d c d8[ es] |
  d2. f4 |
  d4. es8  f[ es] d[ f] |
  f4( es8[ d]) c4 b8[ c] |
  d4 d c d8[ es] |
  d2. f4 |
  f f f es8[ d] |
  f[ c f g] a4 a |
  g f es8[ f] es4 |
  f4.( g8 f[ es]) d[ c] |
  d4 c b b |
  f'( es8[ d]) c4 b8[ c] |
  d4 d c d8[ es] |
  d2. \bar "|."
}

maennerMelodie = \relative f {
  f4 |
  b, b' b b |
  es,2 es4 es |
  f f f f |
  b2.\breathe f4 |
  b, b' b b |
  es,2 es4 es |
  f f f f |
  b2.\breathe b4 |
  b f b b |
  f2 f4 f |
  g8[\( a] b[ b,] c[ d] es[ g]\) |
  f2 r4 b |
  b f d d |
  es2 es4 es |
  f f f f |
  b2. \bar "|."
}