summaryrefslogtreecommitdiff
path: root/O_du_stille_Zeit/stimmen.ly
blob: 00eb1f54ba17b6b491140780136b6895ecddcca9 (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
global = {
  \time 3/2
  \key f \major
  \autoBeamOff
}

sopranMelodie = \relative c' {
  c4 f f g a2 |
  f4( g a) c b a | \time 2/2
  g1 | \time 3/2
  \repeat volta 2 {
    a4 b8 c d4 c a2 |
    f4 g8 a b4 a f2 |
    c'( a4 f g) g | \time 2/2
    f1 |
  }
}

altMelodie = \relative c' {
  c4 c c e f2 |
  f4( e f) a g f | \time 2/2
  f( e8[ d] e2) | \time 3/2
  \repeat volta 2 {
    f4 f8 f f4 f f2 |
    d4 e8 f g4 f d2 |
    f2.( c4 d) e | \time 2/2
    f1 |
  }
}

tenorMelodie = \relative c' {
  c4 a a c c2 |
  c2. a4 b d | \time 2/2
  c1 | \time 3/2
  \repeat volta 2 {
    c4 c8 c d4 c c2 |
    a4 a8 a d4 d a2 |
    a2( c4 a b) b | \time 2/2
    a1 |
  }
}

bassMelodie = \relative c {
  c4 f f c f2 |
  f2. f4 g g | \time 2/2
  c,1 | \time 3/2
  \repeat volta 2 {
    f4 g8 a b4 a f2 |
    d4 d8 d d4 d d2 |
    c1~ c4 c | \time 2/2
    f1 |
  }
}