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 {
|
|
|
|
\global
|
|
|
|
<<
|
2016-10-31 01:12:44 +01:00
|
|
|
{
|
2019-01-03 23:34:05 +01:00
|
|
|
\repeat volta 2 {
|
|
|
|
\line
|
|
|
|
}
|
2016-10-31 01:12:44 +01:00
|
|
|
\break
|
|
|
|
\repeat volta 2 {
|
|
|
|
\line
|
|
|
|
}
|
|
|
|
}
|
2019-01-03 23:34:05 +01:00
|
|
|
|
2016-10-31 01:12:44 +01:00
|
|
|
{
|
2019-01-03 23:34:05 +01:00
|
|
|
\tenorA r8
|
|
|
|
\tenorB r8
|
2016-10-31 01:12:44 +01:00
|
|
|
}
|
2016-01-07 14:47:02 +01:00
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentTenor
|
|
|
|
composer = \composerTenor
|
|
|
|
}
|
2016-10-31 01:12:44 +01:00
|
|
|
}
|