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
302 B
18 lines
302 B
\include "../_lilypond/header"
|
|
\paper{paper-height = 2.4\cm}
|
|
|
|
\relative c''
|
|
{
|
|
\key f \major
|
|
\time 2/4
|
|
\partial 8 c8
|
|
\repeat volta 2
|
|
{
|
|
f4 d e c8 d8\(d8\) d4 a8 bes4. c8 e8 e c4 d a8 c8\(c8\) bes4 g8
|
|
}
|
|
\alternative
|
|
{
|
|
{ f4. c'8 }
|
|
{ f,2 }
|
|
}
|
|
}
|
|
|