blob: 1cb7c7959ebc7292ca867ec51e94343ce274b54e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
global = {
\key d \major
\time 2/2
\override Score.BarLine.stencil = ##f
\override Staff.TimeSignature.stencil = ##f
\autoBeamOff
}
melodie = \relative d' {
d2 fis4 g a2 d cis4 d h2 a r
a d4 cis h2 a fis4 d e2 d r \break
g fis4 g a h2 a gis4 a2 r
a fis4 g a h2 a gis4 a2 r \break
a d4 cis h a g2 fis e r
a fis4 h a g fis2 e d r \break
d fis4 g a2 d cis4 d h2 a r
a d4 cis h2 a fis4 d e2 d r
d d \revert Score.BarLine.stencil \bar "|."
}
|