blob: cb415b9d69b4feb75574e83e97117b21b04cb57b (
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
|
\version "2.22.1"
\include "./ly/preamble.ly"
\relative {
\key a \minor
\clef treble
\time 3/4
\partial 4 e'4
a2 e4 | a2 b4
c2 c4 | b2 a4
gis2 a4 | b2.
c2 c4 | b2 c4
a2. | e
e4 gis b | e, gis b
c2 b4 | a2. \bar "||"
e'2 e4 | e f4. e8
d2. | b
d2 d4 | d e4. d8
c2. | a
c2 c4 | c d4. c8
b2. | e,
e4 gis b | e, gis b
c2 b4 | a2. \bar "||"
}
|