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.
 
 
 
 

22 lines
308 B

\include "header"
\paper{paper-height = 2.5\cm}
\new \songbookstaff
{
\key e \minor
\time 2/2
\relative c'''
{
\repeat volta 2
{
g2 fis8 e4 dis8 e4. b8~ b4 e4
}
\alternative
{
{ dis4. c4 b4 a8 b1 }
{ dis4. e4 fis4 dis8 e4. b4 g4 fis8 e1 }
}
}
}