blob: e17a291851b2c94c0090b3f26d561f58087760ad (
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.18"
global = {
\key c \major
%\override Staff.TimeSignature #'style = #'()
\time 4/4
\autoBeamOff
\partial 4
}
% Die Stimmen
melodie = \relative d' {
\repeat volta 2 {
d4 |
f e f g |
a2 a4\breathe c |
h a a gis |
a2 r4
}
a |
h c d h |
c2 a4\breathe a |
g f f e |
f2 r4 a |
f g a g |
f2 e4\breathe f |
g a f e |
d2. \bar "|."
}
|