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

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

melodieI = \relative f' {
  f4 |
  g f b a |
  g2 f4\breathe a |
  a a d c |
  b2 a4\breathe a |
  a a b a |
  g2 s4 f |
  g f b a |
  g2 f4\breathe a |
  a a d c |
  b2 a4\breathe a |
  a a b a |
  g g f \bar "|."
}

melodieII = \relative f' {
  f4 |
  e d e f |
  f( e) f\breathe f |
  f8 e d c b4 c |
  d( e) f \breathe f8 e |
  d4 c d8 e f4 |
  e2 s4 f |
  e d e f |
  f( e) f\breathe f |
  f8 e d c b4 a8 a' |
  a4( g) f\breathe f |
  e d8 cis d4 f |
  f e f \bar "|."
}