Engine for LaTeX songbooks http://www.patacrep.com

15 lines
188 B

\include "header"
\paper{paper-height = 1.2\cm}
\new \songbookstaff
{
\key d \minor
\relative c'{
\repeat volta 2 {
d8 e f g a4 g8 f g4 f8 e d2
d8 e f g a4 c bes a8 g a2
}
}
}