pipeband-music/template/tenor.ly

22 lines
270 B
Plaintext
Raw Normal View History

2016-01-07 14:47:02 +01:00
\version "2.18.2"
\include "config.ily"
\include "notes.tenor.ily"
\score {
\new PipeBandDrumStaff {
2016-02-22 02:12:09 +01:00
\global
\tenorglobal
<<
{}%Format
2016-01-07 14:47:02 +01:00
{}
2016-02-22 02:12:09 +01:00
>>
2016-01-07 14:47:02 +01:00
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
2016-02-22 02:12:09 +01:00
}