2016-01-07 14:47:02 +01:00
|
|
|
\version "2.18.2"
|
|
|
|
|
2016-11-29 15:24:03 +01:00
|
|
|
\include "lilydrum.ly"
|
|
|
|
|
2016-11-29 17:06:42 +01:00
|
|
|
\include "./config.ily"
|
|
|
|
\include "./notes.tenor.ily"
|
2016-01-07 14:47:02 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new PipeBandDrumStaff {
|
2017-05-04 23:00:05 +02:00
|
|
|
\global
|
|
|
|
\tenorglobal
|
|
|
|
<<
|
2016-11-07 09:27:20 +01:00
|
|
|
\new NullVoice = "format" {
|
|
|
|
|
|
|
|
}%Format
|
|
|
|
|
|
|
|
\new DrumVoice = "tenor" {
|
|
|
|
|
|
|
|
}
|
2017-05-04 23:00:05 +02:00
|
|
|
>>
|
2016-01-07 14:47:02 +01:00
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentTenor
|
|
|
|
composer = \composerTenor
|
2016-12-02 08:41:40 +01:00
|
|
|
arranger = \arrangerTenor
|
2016-01-07 14:47:02 +01:00
|
|
|
}
|
2016-02-22 02:12:09 +01:00
|
|
|
}
|