mirror of https://github.com/patacrep/patacrep.git
Engine for LaTeX songbooks
http://www.patacrep.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
184 B
13 lines
184 B
12 years ago
|
\include "header"
|
||
|
\paper{paper-height = 1.2\cm}
|
||
|
|
||
|
\new \songbookstaff
|
||
|
{
|
||
|
\key c \major
|
||
|
\time 4/4
|
||
|
\relative c'
|
||
|
{
|
||
|
r4 f8 g a g f4 e8 e f e~ e2 r4 e8 f g f e4 d8 d d d~ d4
|
||
|
}
|
||
|
}
|