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.
14 lines
224 B
14 lines
224 B
12 years ago
|
\include "../_lilypond/header"
|
||
|
\paper{paper-height = 2.4\cm}
|
||
|
|
||
|
\new \songbookstaff
|
||
|
{
|
||
|
\key c \major
|
||
|
\time 4/4
|
||
|
\relative c'
|
||
|
{
|
||
|
e2 g c,4 d e2 d2~ d4. g8 g2~ g4. f8 e4 g c4. g8 e4 g a e g2 f2 f2 e8 e d c d2 c2
|
||
|
}
|
||
|
}
|
||
|
|