summaryrefslogtreecommitdiff
path: root/Puer_natus_in_Betlehem/stimmen.ly
blob: 6bc1a03ff808bb3f3525e31f2472cbcc01416d26 (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
%some settings% vim: ai sw=2 lbr nu et

  \version "2.12"

  global = {
    \key f \major
    %\override Staff.TimeSignature #'style = #'()
    \time 4/4
    \autoBeamOff
  }

% Die Stimmen
  pausen = {
    \repeat volta 3 { s2*5 r2 | s2*7 r2 | s2*7 r2 | s2*5 r2 | } R1 | \bar "|."
  }

  sopranMelodie = \relative f' {
    \repeat volta 3 {
      f2 g | a4 g8 f c'4 d | c2 s | c d | c4 b8 a b4 g |
      f c' b g | f2 s | g a4 a | g c8 e d4 h | c e, f g |
      c,2 s | c' b4 a8[ g] | a4 c b g | f2 s2 | }
  }

  altMelodie = \relative a' {
    \repeat volta 3 {
      a4 f g f8 e | f2. f4 | f2 s | f f | a4 g8 f g4 e |
      f a g e | f2 s | e f4 f | e g8 g f4 d | e e f g |
      c,2 s | f f4 f | f a g e | f2 s | }
  }

  tenorMelodie = \relative c' {
    \repeat volta 3 {
      c2 c | c4 b8 a a4 b | a2 s | a b4 b | a c d c |
      a c d c | a2 s | c c4 c | c c8 c a4 g | g e f g |
      c,2 s | a' b4 c | c c d c | a2 s | }
  }

  bassMelodie = \relative f {
    \repeat volta 3 {
      f4 f e d8 c | f2. f4 | f2 s | f4 f b,8[ c d e] | f4 f b, c |
      f a, b c | f2 s | c f8[ g] a[ h] | c4 e,8 e f4 g | c, e f g |
      c,2 s | f f4 f | f a, b c | f2 s | }
  }