summaryrefslogtreecommitdiff
path: root/Fuellt_die_Kruege_mit_Wasser/stimmen.ly
blob: 96739243e33edbc7033d93230fb2e44280a59c54 (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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
%some settings% vim: ai sw=2 lbr nu et

  \version "2.18"

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

punktBoegen = {
  \set melismaBusyProperties = #'()
  \slurDashed
  \tieDashed
}

strichBoegen = {
  \set melismaBusyProperties = #'(melismaBusy slurMelismaBusy tieMelismaBusy beamMelismaBusy)
  \slurSolid
  \tieSolid
}

% Die Stimmen

  pausenFrauen = {
    s1 |
    s2. r4 |
    s1*5 |
    s2. r4 |
    s1 |
    s2. r4 |
    s1 |
    s2. r4 | \bar "|."
    s1*3 |
    s2. r4 | \bar "||"
  }

  pausenMaenner = {
    s1*11 |
    s2. r4 | \bar "|."
    s1*3 |
    s2. r4 | \bar "||"
  }

  melodieSopran = \relative a' {
    a4 a a a8. g16 |
    f8 d~ d2 s4 |
    b' b b a8 g~ |
    g2 r |
    a4 a b c |
    d2. r4 |
    a g g d |
    g2. s4 |
    a a a a8. g16 |
    f8 d~ d2 s4 |
    d f f e8 f~ |
    f2. s4 | \bar "|."
    f f e e |
    \punktBoegen d8~ d \strichBoegen e f c4 a |
    f' a8 f b4 d |
    c2. s4 | \bar "||"
  }

  melodieAlt = \relative f' {
    f4 f es es8. es16 |
    d8 d~ d2 s4 |
    d c d f8 e~ |
    e2~ e8. c16[ d8.] e16 |
    f4 f es es |
    d2~ d8. d16 f8.[ d16] |
    d4 d d d |
    e2. s4 |
    f f es es8. es16 |
    d8 d~ d2 s4 |
    d c d c8 c~ |
    c2. s4 | \bar "|."
    d a c a |
    \punktBoegen b8~ b \strichBoegen b b a4 a |
    a d8 d d[ e] f4 |
    e( f g) s | \bar "||"
  }

  melodieTenor = \relative c' {
    c4 d c f,8. f16 |
    f8 b~ b2 r4 |
    b a g g8 c~ |
    c2 r |
    c4 c c a |
    f2~ f8. d'16 cis8.[ c16] |
    h4 h g8.[ a16] h4 |
    c2. r4 |
    c d c f,8. f16 |
    f8 b~ b2 r4 |
    b a g8.[ a16] b8 a~ |
    a2. s4 | \bar "|."
    a f g e |
    \punktBoegen f8~ f \strichBoegen g g a[ g] f4 |
    f f8 f f[ g] a[ b] |
    g4( a b) s | \bar "||"
  }

  melodieBass = \relative f, {
    f4. f8 a4 a |
    b4. b8 d4 b |
    g a b h |
    c8. d16 e8 c~ c2 |
    f4 c a f |
    b8. des16 d8 f4. r4 |
    g f e d |
    c b8. b16 a8. a16 g4 |
    f4. f8 a4 a |
    b4. b8 d4 b |
    g a b c8 f~ |
    f8. c16 a8 f4. s4 | \bar "|."
    d' d c c |
    \punktBoegen b8~ b \strichBoegen a g f4 f'8[ e] |
    d[ c] b a b4 g |
    c2. s4 | \bar "||"
  }