blob: e97fb79aadb2aba36535ce3e09c26d2c768e7b5c (
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
|
%some settings% vim: ai sw=2 lbr nu et
\version "2.12"
global = {
\key f \major
%\override Staff.TimeSignature #'style = #'()
\time 2/4
\autoBeamOff
\partial 8
}
% Die Stimmen
rechtsMelodie = \relative a'{
<a c>8_\p | <a c>4 <f a>8 <a c> | <a c>4 <f a>8 <a c> | <g b>4 <e g>8\( <g b> | <f a>4\) r8
<a c>8 | <a c>4 <f a>8 <a c> | <a c>4 <f a>8 <a c> | <g b>4 <e g>8\( <g b> | <f a>4\) r8
<f a> | <e g>4 <e g>8 <e g> | <g b>4_\< <g b>8 <g b> |
<f a>4 <f a>8 <f a> | <f d'>4 r8\! <b d> | \voiceOne c4 c8 c \oneVoice | <a f'>4 <a c>8 <f a>_\> | <d b'>4 <e g>8 e | f4 r8\! \bar "|."
}
rechtsUMelodie = \relative b' {
s8 | s2*12 | b8[ g] a b | s2*2 | s4. \bar "|."
}
linksMelodie = \relative f {
s8 | f4 s | f s | c s | f s |
f s | f s | c s | f s | c2 | c | f | b, | c f,4. d'8 | g,4 c | f s8 \bar "|."
}
linksPausen = \relative f {
r8 | s4 r | s r | s r | s r |
s r | s r | s r | s r | s2*7 | s4 r8 \bar "|."
}
|