blob: 8cdba57cbf590b66025639eae350b01917a76058 (
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
|
%some settings% vim: ai sw=2 lbr nu et
\version "2.12"
global = {
\key g \minor
%\override Staff.TimeSignature #'style = #'()
\time 4/2
\autoBeamOff
}
% Die Stimmen
anfangMelodie = \relative g' {
g4 a b a g2 f | g4 f d c d1 \breathe |
}
sopranMelodie = \relative d' {
d4 f g a b a g a | b2 c d1 \breathe |
d4 es d c d2 g, \breathe | c4 b a g a1 \breathe |
g4 a b c d c b a | g2 f g1 | \bar "|."
}
altMelodie = \relative d' {
d4 f g a b a g f | g2 g fis1 \breathe |
g d2 g4 f | es2 c2. es4 d c |
b2 \breathe g'1 d2~ | d4 es d c d1 | \bar "|."
}
tenorMelodie = \relative d {
d4 f g a b a g a | g2 g a1 \breathe |
b4 a b c b2 c4 f, | g1.( fis2) |
g1 \breathe g2. a4 b2 a b1 | \bar "|."
}
bassMelodie = \relative d {
d4 f g a b a g f | es2 es d1 \breathe |
g1~ g4 f es d | c2( es) d1 \breathe |
es1 \breathe b2. c4 | d2. d4 g,1 | \bar "|."
}
|