blob: 0a77dac326515c9fbafca27467911e0ab4477032 (
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
|
%some settings% vim: ai sw=2 lbr nu et
\version "2.18"
global = {
\key g \major
%\override Staff.TimeSignature #'style = #'()
\time 3/2
\autoBeamOff
}
% Die Stimmen
melodie = \relative a' {
a2. a4 g e |
c d e2\breathe e4 fis |
g2 e a4 g |
fis2 fis r |
h2. h4 a fis |
d e fis2\breathe fis4 gis |
a2 fis h4 a |
gis2 gis\breathe a4 h |
c2. h4 a fis |
h1\breathe g4 a |
h2. a4 g e |
a1. \bar "|."
}
|