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

\version "2.12"

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

% Die Stimmen

pausen = {
  R1*3 |
  r2. s4 |
  s1*7 |
  s2 r4 s |
  s1*3 |
  s2 r4 s |
  s1 |
  s2 r4 \bar "|."
}

unisono = \relative e' {
  s1*3 |
  s2. e8 f |
  g4 g8 e c4 d8 e |
  f4 e8 d4. e8 f |
  g4 g8 g a4 h8 c |
  h4 a8 g4.
}

sopranMelodie = \relative a' {
  \unisono a8 h |
  c4 c8 c h4 g8 g |
  a4 a8 g4. c,8 d |
  e4 e8 e e4 d8 c |
  d2 s4 a'8 h |
  c4 c8 c h4 g8 g |
  a4 a8 g4. c,8 d |
  e4 e8 e f e f4 |
  g2 s4 c,8 d |
  e4 e8 e f e d4 |
  c2 s4 \bar "|."
}

altMelodie = \relative a' {
  \unisono a8 g |
  e4 e8 e e4 e8 d |
  c4 c8 e4. c8 h |
  c4 c8 c a4 a8 a |
  h2 s4 a'8 g |
  e4 e8 e e4 e8 d |
  c4 c8 e4. c8 h |
  c4 c8 c d d d[ c] |
  d2 s4 c8 h |
  c4 c8 c a a h4 |
  c2 s4 \bar "|."
}

tenorMelodie = \relative a {
  \transpose c' c \unisono a8 h |
  c4 c8 c g4 h8 h |
  a4 a8 c4. c8 h |
  a4 a8 a f4 f8 f |
  g2 s4 a8 h |
  c4 c8 c g4 h8 h |
  a4 a8 c4. c8 h |
  a4 a8 a a a a4 |
  h2 s4 c8 h |
  a4 a8 a f f g[ f] |
  e2 s4 \bar "|."
}

bassMelodie = \relative a {
  \transpose c' c \unisono a8 g |
  c,4 c8 d e4 e8 e |
  f4 f8 c4. c8 h |
  a4 a8 a d4 d8 d |
  g,2 s4 a'8 g |
  c,4 c8 d e4 e8 e |
  f4 f8 c4. c8 h |
  a4 a8 a d d d4 |
  g,2 s4 c8 h |
  a4 a8 a d d g,4 |
  c2 s4 \bar "|."
}