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.
17 lines
279 B
17 lines
279 B
\include "header"
|
|
\paper{
|
|
paper-height = 1\cm
|
|
paper-width = 6\cm
|
|
}
|
|
|
|
<<
|
|
\new RhythmicStaff {
|
|
\new Voice = "myRhythm" {
|
|
\numericTimeSignature
|
|
\time 4/4
|
|
a4^"verse" a8-> a a8 a a-> a
|
|
a4^"chorus" a-> a8 a a-> a
|
|
|
|
}
|
|
}
|
|
>>
|