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.
16 lines
269 B
16 lines
269 B
\include "header"
|
|
\paper{paper-height = 3.6\cm}
|
|
|
|
\new \songbookstaff
|
|
{
|
|
\key a \minor
|
|
\time 6/8
|
|
\relative c''
|
|
{
|
|
a8 b16 c d8 e8 d e f e d e4.
|
|
a,8 b16 c d8 e8 c e d8 b d c8 b16 a g8
|
|
|
|
a8 b16 c d8 e8 d e f e d e4.
|
|
d8 b d c8 b16 a g8 a8 b c a4.
|
|
}
|
|
}
|
|
|