2017-09-18 16:13:23 +02:00
|
|
|
\version "2.18.2"
|
|
|
|
|
|
|
|
\include "lilydrum.ly"
|
|
|
|
|
|
|
|
\include "./config.ily"
|
|
|
|
\include "./notes.tenor.ily"
|
|
|
|
|
|
|
|
\score {
|
|
|
|
\new PipeBandDrumStaff {
|
|
|
|
\global
|
|
|
|
\tenorglobal
|
|
|
|
<<
|
|
|
|
\new NullVoice = "format" {
|
2018-01-27 09:00:43 +01:00
|
|
|
\repeat volta 2 { \line \line }
|
2017-09-18 16:13:23 +02:00
|
|
|
\break
|
2018-01-27 09:00:43 +01:00
|
|
|
\repeat volta 2 { \line \line s2. }
|
2017-09-18 16:13:23 +02:00
|
|
|
}%Format
|
|
|
|
|
|
|
|
\new DrumVoice = "tenor" {
|
2019-04-02 17:37:50 +02:00
|
|
|
\tenorAA r4. |
|
|
|
|
\tenorAB r4. |
|
2017-09-18 16:13:23 +02:00
|
|
|
|
2019-04-02 17:37:50 +02:00
|
|
|
\tenorBA r4. |
|
|
|
|
\tenorBB r4. |
|
2017-09-18 16:13:23 +02:00
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentTenor
|
|
|
|
composer = \composerTenor
|
|
|
|
arranger = \arrangerTenor
|
|
|
|
}
|
|
|
|
}
|