summaryrefslogtreecommitdiff
path: root/Oever_de_stillen_Straten/stimmen.ly
blob: 78f31e9efb206e1ae239c8b6c5f0f6630dc51f66 (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
global = {
  \key c \major
  \time 6/4
  \autoBeamOff
}

pausen = {
  s1.*3 |
  s2. r |
  s1.*3 |
  s2. r | \bar "|."
}

melodieI = \relative c'' {
  c4 a g h2 g4 |
  g2( a4) h2. |
  c4 g e f( h) a |
  gis2. s |
  c4 a g h2 h4 |
  h( a g) f2. |
  f4 f e d( f) g |
  e2. s | \bar "|."
}

melodieII = \relative e' {
  e4 f e d4. g |
  c,2. g |
  a4 h c d4. h |
  e2. s |
  e4 f e d4. g |
  c,2. d |
  a4 h c d4. h |
  c2. s | \bar "|."
}