blob: 83b58907f620de1164e55005d8b8afe90dbd23de (
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
|
%some settings% vim: ai sw=2 lbr nu et
\version "2.12"
global = {
\key f \major
%\override Staff.TimeSignature #'style = #'()
\time 3/4
\autoBeamOff
}
% Die Stimmen
rechtsMelodie = \relative a'{
<a c>4_\mf <a c>8[( <f a>]) <b d>[( <g b>]) | <a c>4 <a c>8[( <f a>]) <b d>[( <g b>]) |
<a c>4 \voiceOne a8[( c]) g[( a]) \oneVoice | f2. |
<a c>4 <a c>8[( <f a>]) <b d>[( <g b>]) | <a c>4 <a c>8[( <f a>]) <b d>[( <g b>]) |
<a c>4 \voiceOne a8[( c]) g[( a]) \oneVoice | f2. |
f4_\f a8 f a c | f,4 a8 f g c, | f4 a8 f a c | f,4 a8 f g c,\breathe |
<f c'>4 \voiceOne a8[( c]) \oneVoice <e, g>8[( <c a'>]) | f2. | \bar "|."
}
rechtsUMelodie = \relative f' {
s2.*2 | s4 f e | s2.*3 | s4 f e | s2.*5 | s4 f s | s2. | \bar "|."
}
linksMelodie = \relative f {
f8 c f2 | f8 c f2 | f4 a, c | f c f | f8 c f2 | f8 c f2 | f4 a, c | f c f | s2.*4 | a,4 c c | \chordmode { f,2. } | \bar "|."
}
linksPausen = \relative f {
s2.*8 | R2.*4 | s2.*2 | \bar "|."
}
|