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.
30 lines
453 B
30 lines
453 B
\include "header"
|
|
\paper{paper-height = 4\cm}
|
|
|
|
\new \songbookstaff
|
|
{
|
|
\relative c'
|
|
{
|
|
\key a \minor
|
|
\time 2/4
|
|
\partial 8 e8
|
|
|
|
\repeat volta 2
|
|
{
|
|
a8\trill a16 a g8 a16 b c8 c b16\trill a b g
|
|
a8 a16 b g8 a16 b c16 a b g a4
|
|
}
|
|
|
|
\repeat volta 2
|
|
{
|
|
c8 c b8.\trill a16 b16 a g f e4
|
|
a8 a16 b g8 a16 b
|
|
}
|
|
|
|
\alternative
|
|
{
|
|
{c8 c b16\trill a b8}
|
|
{c16 a b g a4\trill}
|
|
}
|
|
}
|
|
}
|
|
|