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
210 B
13 lines
210 B
8 years ago
|
\include "../_lilypond/header"
|
||
|
\paper{paper-height = 1.1\cm}
|
||
|
|
||
|
\relative c''
|
||
|
{
|
||
|
\time 6/8
|
||
|
\key a \minor
|
||
|
\partial 8 e8
|
||
|
b4 e8 c4 e8 e16 d c8 b c a e' %\break
|
||
|
b4 e8 c4 e8 e16 d c8 b a4.
|
||
|
}
|
||
|
|