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

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

melodieI = \relative f' {
  f4 |
  c' c b b |
  a2 g4 c |
  c f, b a |
  g2 s4 g |
  b b a a |
  d2 c4 b |
  a a g g |
  f2 s4 \bar "|."
}

melodieII = \relative f' {
  f4 |
  e f g c, |
  f2 e4 e |
  d d e f |
  e2 s4 g |
  d e f c |
  b2 c4 d |
  c f f e |
  f2 s4 \bar "|."
}