blob: 9156917b11c9c6f8e7cc519694aafe15839b2714 (
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
|
%some settings% vim: ai sw=2 lbr nu et
global = {
\key g \major
\time 4/4
\autoBeamOff
\partial 4
}
melodie = \relative g' {
g4 | g4. fis8 g4 a | fis2 d4\breathe a' | h4. a8 g4 e | d2 r4 g |
g4. fis8 g4 a | fis2 d4\breathe a' | h4. a8 g4 e | d2 r4 d' |
c h a g | c( h) a\breathe d | c h a g | a2\breathe d, |
g4 a h c | d2 a\breathe | c h4 a | d4.( c8 h4 a8[ g] | a4) a g^\fermata \bar "|."
}
melodieSopran = \relative d'' {
d4 | d2 r4 d | d4. c8 d4 h | g2 h4\breathe c | d4. c8 h c d4~ |
d r2 d4 | d4. c8 d4 h | g2 h4\breathe c4 | d4. c8 h c d4~ |
d\breathe d c h | a g c( h) | a\breathe d c h | a g a2\breathe |
d,2 g4 a | h c d2 | a4\breathe c d e | f2( e4) e | d2.^\fermata \bar "|."
}
melodieAlt = \relative g' {
g4 | g2 r4 a | a4. g8 a4 fis | d2 g4\breathe g | a e g4. a8 |
h4 r2 a4 | a4. g8 a4 fis | d2 g4\breathe g | a e g4. e8 |
d4\breathe h c d | e d c( d) | e\breathe h c d | e g f\breathe e |
d c h d | g( e a4. g8) | e4\breathe a a g | << \new Voice { \voiceOne f( b8[ a] g4 c~ | c) a h^\fermata } { \voiceTwo f( b8[ a] g2~ | g4) e d } >> \bar "|."
}
melodieMaenner = \relative g {
g4 | g2 r4 d | d4. e8 fis4 d | g e2\breathe c4 | h c g d' |
g r2 d4 | d4. e8 fis4 d | g e2\breathe c4 | h c g d' |
g\breathe g, a h | c e a,2 | a4\breathe g a h | c e d\breathe c |
h a g2~ | g4 g' fis( g) | a\breathe a, h c | d2( e4) c | g'2.^\fermata \bar "|."
}
|