mirror of https://github.com/patacrep/patacrep.git
Engine 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.
21 lines
293 B
21 lines
293 B
15 years ago
|
\include "header"
|
||
|
\paper{paper-height = 3.1\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 }
|
||
|
}
|
||
|
}
|
||
|
}
|