mirror of https://github.com/patacrep/patacrep.git
Engine for LaTeX songbooks
http://www.patacrep.com
15 lines
221 B
15 lines
221 B
\include "header"
|
|
\paper{paper-height = 1.1\cm}
|
|
|
|
\new \songbookstaff
|
|
{
|
|
\relative c''
|
|
{
|
|
\time 6/8
|
|
\key a \minor
|
|
\partial 8 e8
|
|
b4 e8 c4 e8 e16 d c8 b c a e' %\break
|
|
b4 e8 c4 e8 e16 d c8 b a4.
|
|
}
|
|
}
|
|
|
|
|