blob: a178ee4ccc811b5c060fa7b684f4460fca22ed12 (
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
|
%some settings% vim: ai sw=2 lbr nu et
\version "2.12"
global = {
\key f \major
%\override Staff.TimeSignature #'style = #'()
\time 3/4
\autoBeamOff
\partial 4
}
% Die Stimmen
rechtsOMelodie = \relative a' {
a8[(_\mf b]) | c4\(\staccato c\)\staccato d | g,\(\staccato g\)\staccato\breathe
g8[( a]) | b4\(-- b-- c\)-- | a2\breathe
a8[( b]) | c4\(--_\< c-- f\)--\! | e\( d\)\breathe
c8[( b]) | a4\( b\)_\> g | f2\! \bar "|."
}
rechtsUMelodie = \relative f' {
f8[( g]) | a4\(\staccato a\)\staccato a | e\(\staccato e\)\staccato\breathe
e8[( f]) | g4\(-- g-- g\)-- | f2\breathe
f8[( g]) | a4\(-- a-- c\)-- | c\( b\)\breathe
a8[( g]) | f4\( g\) e | f2 \bar "|."
}
linksMelodie = \relative f, {
s4 | f\(\staccato f\)\staccato s | c'\(\staccato c\)\staccato s |
c\(-- c-- e\)-- | f2 s4 |
f\(-- f-- a,\)-- | b2 b4 | c2 c4 | f2 \bar "|."
}
linksPausen = \relative f, {
r4 | s2 r4 | s2 r4 |
s2. | s2 r4 |
s2.*3 | s2 \bar "|."
}
|