mirror of https://github.com/patacrep/patacrep.git
Engine for LaTeX songbooks
http://www.patacrep.com
14 lines
185 B
14 lines
185 B
\include "header"
|
|
\paper{
|
|
paper-height = 1.1\cm
|
|
}
|
|
|
|
\new \songbookstaff
|
|
{
|
|
\key c \major
|
|
\time 2/4
|
|
\relative c''
|
|
{
|
|
e,4 c g'2 a4 c8. d16 e8 c4 g8 a4 c8. d16 e8 c d4 c2
|
|
}
|
|
}
|
|
|