summaryrefslogtreecommitdiff
path: root/Das_Jahr_steht_auf_der_Hoehe/stimmen.ly
blob: 8d031759e7c76cf3d05c072847d0049ff6805b1d (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Praes = {
  \time 2/2
  \key g \major
  \partial 4
  \autoBeamOff
}

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

sopranMelodie = \relative c' {
  \Praes
  d4 |
  g4. a8 h[ a] g[ fis] |
  e2 e4 e |
  d g g fis |
  g2 s4 d |
  g4. a8 h[ a] g[ fis] |
  e2 e4 e |
  d g g fis |
  g2 s4 h |
  h4. a8 h4 a8[ g] |
  a2 a4 a |
  g h c8[ h] a[ g] |
  fis2 s4 g |
  g4. fis8 g[ fis] e[ d] |
  e2 e4 e |
  d g g fis |
  g2 s4 \bar "|."
}

altMelodie = \relative c' {
  \Praes
  d4 |
  h4. c8 d4 h |
  <<
    {
      g2 c4 h |
    }
    \new Voice { \voiceFour
      c2 c4 c |
    }
  >>
  a c c a |
  h2 s4 d |
  h4. c8 d4 h |
  <<
    {
      g2 c4 h |
    }
    \new Voice { \voiceFour
      c2 c4 c |
    }
  >>
  a c c a |
  h2 s4 d |
  d4. fis8 g4 d8[ e] |
  fis2 fis4 fis |
  e g a8[ g] fis[ e] |
  d2 s4 d |
  <<
    {
      d4. d8 h4 g |
    }
    \new voice { \voiceFour
      h4. c8 d4 h |
    }
  >>
  c2 c4 h |
  a c c a |
  h2 s4 \bar "|."
}

maennerMelodie = \relative c { \Praes \clef "bass"
  d4 |
  g4. g8 g4 g |
  c,2 c4 c |
  d d d d |
  <g g,>2 r4 d |
  g4. g8 g4 g |
  c,2 c4 c |
  d d d d |
  <g g,>2 r4 g |
  g4. g8 g4 g |
  d2 d4 d |
  e e a a |
  d,2 r4 d |
  g4. g8 g4 g |
  c,2 c4 c |
  d d d d |
  <g g,>2 r4 \bar "|."
}