1
0
Fork 0
mirror of https://github.com/kastdeur/lilydrum.git synced 2024-09-28 05:54:42 +02:00
lilydrum/jigs/seaforth_sticks/tenor.ly
2015-11-18 02:42:10 +01:00

29 lines
No EOL
376 B
Text
Executable file

\version "2.18.2"
\include "config.ily"
\include "notes.tenor.ily"
\score {
\new PipeBandDrumStaff {
\global
<<
{
\repeat unfold 8 {
\mark \default
\repeat volta 2 {
\part
\line
}
\break
}
}
{}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
}