songbook [from: Songs data for LaTeX songbooks http:///www.patacrep.com]
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
351 B
21 lines
351 B
12 years ago
|
\include "../_lilypond/header"
|
||
|
\paper{paper-height = 5.0\cm}
|
||
|
|
||
|
\new \songbookstaff
|
||
|
{
|
||
|
\key c \major
|
||
|
\time 2/4
|
||
|
\relative c''
|
||
|
{
|
||
|
c8 d e8 e16 e~ e8 f16 e d4
|
||
|
b8 c d8 d16 d~ d8 e16 d c4
|
||
|
a8 b c8 c16 c~ c8 d16 c b4
|
||
|
gis8 a b8 b16 b~ b8 c16 b a4
|
||
|
|
||
|
a8 a a8 a16 a~ a8 a16 a d4
|
||
|
d8 d d8 d16 d~ d8 e16 f e4
|
||
|
r8 e8 e4 d4 e4
|
||
|
}
|
||
|
}
|
||
|
|