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.
19 lines
409 B
19 lines
409 B
12 years ago
|
\include "../_lilypond/header"
|
||
|
\paper{
|
||
|
paper-height = 2.4\cm
|
||
|
paper-width = 13.0\cm
|
||
|
line-width = 12.0\cm
|
||
|
}
|
||
|
|
||
|
\new \songbookstaff
|
||
|
{
|
||
|
\time 4/4
|
||
|
\relative c''
|
||
|
{
|
||
|
{a4. g16 f16 g4. f16 e16 f8 g16 f e8 d e16 d c d e8}
|
||
|
{f16 e d4. e16 f g4. f16 e f e f e f8 e16 d e d c d e8 d}
|
||
|
{a'4. g16 f16 g4. f16 e16 f8 g16 f e8 d e16 d c d e8 d16 e}
|
||
|
{f4. g16 f g4. f16 e f4. e16 d e d c d e4}
|
||
|
}
|
||
|
}
|