mirror of https://github.com/patacrep/patacrep.git
Engine for LaTeX songbooks
http://www.patacrep.com
13 lines
175 B
13 lines
175 B
\include "header"
|
|
\paper{paper-height = 1.1\cm}
|
|
|
|
\new \songbookstaff
|
|
{
|
|
\relative c'
|
|
{
|
|
\repeat volta 2
|
|
{
|
|
e'8 d e a, e' d e a, d c d g, d' c d g,
|
|
}
|
|
}
|
|
}
|
|
|