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.
17 lines
282 B
17 lines
282 B
12 years ago
|
\include "../_lilypond/header"
|
||
|
\paper{paper-height = 3.6\cm}
|
||
|
|
||
|
\new \songbookstaff
|
||
|
{
|
||
|
\key a \minor
|
||
|
\time 6/8
|
||
|
\relative c''
|
||
|
{
|
||
|
a8 b16 c d8 e8 d e f e d e4.
|
||
|
a,8 b16 c d8 e8 c e d8 b d c8 b16 a g8
|
||
|
|
||
|
a8 b16 c d8 e8 d e f e d e4.
|
||
|
d8 b d c8 b16 a g8 a8 b c a4.
|
||
|
}
|
||
|
}
|