blob: ada4fd5cad2e99f7ad912dd794342e374bbbd026 (
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
|
%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
akkorde = \chordmode {
c1 | g | a2:m f4 g8 c | c1 |
c1 | g | d2:m a4.:m g8:sus4 | g2:sus4 g |
c1 f | d2:m g4:sus4 g8 c | c1 |
a:m | e:m f2..:m g8:sus4 | g2.:sus4 g4 |
a1:m e:m | f2.. g8:sus4 | g2:sus4 g |
}
klavierRechtsA = \relative e' {
\voiceOne
e4 g8 g~ g2 | a4 g8 g~ g2 | a4 c s2 | s1 | \bar "||"
s1*8 | \bar "||"
s1*8 | \bar "||"
}
klavierRechtsB = \relative e' {
\voiceTwo
e1 | d | c2 s | s1 | \bar "||"
s1*8 | \bar "||"
s1*8 | \bar "||"
}
klavierRechts = \relative f' {
\oneVoice
s1*2 | s2 <f a c>4 <d g b>8 <e g c>~ | <e g c>1 | \bar "||"
R1*8 | \bar "||"
R1*8 | \bar "||"
}
klavierLinks = \relative c {
<c g'>1 | <h g'> | <a e'>2 <f f'>4 <g g'>8 <c g'>~ | <c g'>1 | \bar "||"
R1*8 | \bar "||"
R1*8 | \bar "||"
}
pausen = { R1*4 | \bar "||" s1*8 | \bar "||" s1*8 | \bar "||" }
sopranMelodie = \relative e' {
s1*4 | \bar "||"
e4 g8 g~ g2 | a4 g8 g~ g2\breathe | f4 f e8[( f]) g d~ | d1\breathe |
e4 g8 g~ g2 | a4 h8 c~ c2\breathe | d4 c c h8 c~ | c1^"Fine" | \bar "||"
c4 c8 c c4 c | h a8 h4.\breathe g4 | a a g f8 g~ | g2.\breathe g4 |
c c c c | h a8 h4.\breathe g4 | a g f e8 d~ | d1 | \bar "||"
}
altMelodie = \relative e' {
s1*4 | \bar "||"
e4 e8 e~ e2 | d4 d8 d~ d2\breathe | d4 d e c8 c~ | c2( h)\breathe |
e4 g8 g~ g2 | f4 f8 f~ f2\breathe | a4 a g g8 g~ | g1 | \bar "||"
e4 e8 e e4 a | g g8 g4.\breathe g4 | f f d d8 d~ | d2.\breathe d4 |
e e e a | g g8 g4.\breathe e4 | c c c c8 c~ | c2( h)^"D.C." | \bar "||"
}
tenorMelodie = \relative g {
s1*4 | \bar "||"
g4 g8 g~ g2 | g4 g8 g~ g2\breathe | a4 a a a8 g~ | g1\breathe |
g4 c8 c~ c2 | c4 c8 c~ c2\breathe | d4 d d d8 e~ | e1 | \bar "||"
a,4 a8 h c4 e | d c8 h4.\breathe e4 | c c d c8 c~ | c2.\breathe h4 |
a h c e | d c8 h4.\breathe h4 | a a a a8 g~ | g1 | \bar "||"
}
bassMelodie = \relative c {
s1*4 |
c4 c8 c~ c2 | h4 h8 h~ h2\breathe | d4 d c8[( d]) e g~ | g1\breathe |
c,4 e8 e~ e2 | f4 g8 a~ a2\breathe | f4 f g g8 c,~ | c1 | \bar "||"
a'4 a8 a a4 a | e4 e8 e4.\breathe e4 | f f d d8 g~ | g2.\breathe g4 |
a4 a a a | e4 e8 e4.\breathe e4 | f e d f8 g~ | g1 | \bar "||"
}
|