summaryrefslogtreecommitdiff
path: root/Guter_Mond_du_gehst_so_stille/stimmen.ly
blob: e76b2e63f6466b74dcf42cb89fe9a7d1ed21f3a9 (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
global = {
  \key f \major
  \time 4/4
  \partial 4
  \autoBeamOff
}

pausen = {
  s4 |
  s1*3 |
  s2 r4 s |
  s1*3 |
  s2 r4 s |
  s1*7 |
  s2 r4 \bar "|."
}

melodieI = \relative c'' {
  c8 b |
  a4 a a8[ b] c[ d] |
  c[ b] g2 c8 b |
  a4 a g8[ f] g[ a] |
  f2 s4 c'8 b |
  a4 a a8[ b] c[ d] |
  c[ b] g2 c8 b |
  a4 a g8[ f] g[ a] |
  f2 s4 g8 a |
  b4 g2 a8 b |
  c4 a2 c8 c |
  d4. c8 d8[ c] b[ a] |
  a4( g2)\breathe c8 b |
  a4 a a8[ b] c[ d] |
  c[ b] g2 c8 b |
  a4 a g8[ f] g[ a] |
  f2 s4 \bar "|."
}

melodieII = \relative c' {
  c8 e |
  f4 c f fis |
  g e2 c8 e |
  f4 c d e |
  f2 s4 c8 e |
  f4 c f fis |
  g e2 c8 e |
  f4 c d e |
  f2 s4 e8 es |
  d4 e2 f8 f |
  e4 f2 es8 es |
  d4 e fis g |
  e2.\breathe c8 e |
  f4 c f fis |
  g e2 c8 e |
  f4 c d e |
  f2 s4 \bar "|."
}