2016-03-15 15:46:32 +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-03-15 15:46:32 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new PipeBandDrumStaff {
|
|
|
|
\global
|
|
|
|
\tenorglobal
|
|
|
|
<<
|
|
|
|
{
|
|
|
|
\repeat volta 2 {
|
2016-03-15 16:33:09 +01:00
|
|
|
\part \line
|
2016-03-15 15:46:32 +01:00
|
|
|
}
|
|
|
|
\break
|
|
|
|
|
2016-03-15 16:33:09 +01:00
|
|
|
\part \line \bar "||" \break
|
|
|
|
\line \bar "|."
|
2016-03-15 15:46:32 +01:00
|
|
|
}%Format
|
|
|
|
{
|
2016-03-15 16:33:09 +01:00
|
|
|
r8 \tenorA s8
|
2016-03-15 15:46:32 +01:00
|
|
|
|
|
|
|
\tenorBA
|
2016-03-15 16:33:09 +01:00
|
|
|
\tenorBB s8
|
2016-03-15 15:46:32 +01:00
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentTenor
|
|
|
|
composer = \composerTenor
|
|
|
|
}
|
|
|
|
}
|