mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-16 08:23:31 +01:00
21 lines
270 B
Text
21 lines
270 B
Text
\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
|
|
}
|
|
}
|