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 {
|
|
|
|
\part \line
|
|
|
|
}
|
|
|
|
|
|
|
|
\break
|
|
|
|
\part \line
|
|
|
|
\bar "||" \break
|
|
|
|
\line \bar "|."
|
|
|
|
|
|
|
|
}%Format
|
|
|
|
{
|
2016-12-21 01:41:50 +01:00
|
|
|
r8 \tenorA s8
|
2016-03-15 15:46:32 +01:00
|
|
|
|
2016-12-21 01:41:50 +01:00
|
|
|
\tenorB
|
|
|
|
\tenorA s8
|
2016-03-15 15:46:32 +01:00
|
|
|
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentTenor
|
|
|
|
composer = \composerTenor
|
|
|
|
}
|
|
|
|
}
|