mirror of https://github.com/patacrep/patacrep.git
Engine for LaTeX songbooks
http://www.patacrep.com
12 lines
144 B
12 lines
144 B
\include "header"
|
|
\paper{paper-height = 1.1\cm}
|
|
|
|
\new \songbookstaff
|
|
{
|
|
\key d \minor
|
|
\relative c''
|
|
{
|
|
e4 c g c8 b a4 c e f d1
|
|
}
|
|
|
|
}
|
|
|