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
180 B
13 lines
180 B
7 years ago
|
\include "../_lilypond/header"
|
||
|
\paper{paper-height = 1.2\cm}
|
||
|
|
||
|
{
|
||
|
\key d \minor
|
||
|
\relative c'{
|
||
|
\repeat volta 2 {
|
||
|
d8 e f g a4 g8 f g4 f8 e d2
|
||
|
d8 e f g a4 c bes a8 g a2
|
||
|
}
|
||
|
}
|
||
|
}
|