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.
18 lines
276 B
18 lines
276 B
12 years ago
|
\include "../_lilypond/header"
|
||
|
\paper{paper-height = 3.7\cm}
|
||
|
|
||
|
\new \songbookstaff
|
||
|
{
|
||
|
\key d \minor
|
||
|
\time 6/8
|
||
|
\relative c'''{
|
||
|
a4. g f e8 d e
|
||
|
d4. e f4 g8 a bes c
|
||
|
bes4. a bes c8 bes a
|
||
|
a4. g f8 e d
|
||
|
e d c b c d
|
||
|
e d c b4 a8 b4. c d e2.
|
||
|
}
|
||
|
}
|
||
|
|