mirror of https://github.com/patacrep/patacrep.git
Engine for LaTeX songbooks
http://www.patacrep.com
15 lines
203 B
15 lines
203 B
\include "header"
|
|
\paper{paper-height = 1.1\cm}
|
|
|
|
\new \songbookstaff
|
|
{
|
|
\key c \major
|
|
\time 4/4
|
|
\relative c''{
|
|
c4 g8 e4 c'8 g4
|
|
b4 g8 g4 b8 g4
|
|
f4 f8 c4 f8 a4
|
|
b4 g8 g4 b8 g4
|
|
}
|
|
}
|
|
|
|
|