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

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

melodieI = \relative a' {
  a2 g4 g |
  f2 s4 f |
  c' c b b |
  a2 s4 a |
  b b g g |
  c c a a |
  b b g g |
  c c a2\breathe |
  b g4 g |
  f2 s | \bar "|."
}

melodieII = \relative f' {
  f2 f4 e |
  f2 s4 f8[ e] |
  d4 g e c |
  f2 s4 es |
  d e f e |
  d e f es |
  d e f e |
  e fis g( fis)\breathe |
  g( f) f e |
  f2 s | \bar "|."
}