pipeband-music/template/tenor.ly

22 lines
270 B
Plaintext

\version "2.18.2"
\include "config.ily"
\include "notes.tenor.ily"
\score {
\new PipeBandDrumStaff {
\global
\tenorglobal
<<
{}%Format
{}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
}