2016-04-27 03:00:40 +02:00
|
|
|
\version "2.18.2"
|
|
|
|
|
2016-11-29 15:24:03 +01:00
|
|
|
\include "lilydrum.ly"
|
|
|
|
|
|
|
|
\include "lilydrum.ly"
|
|
|
|
|
2016-11-29 17:06:42 +01:00
|
|
|
\include "./config.ily"
|
|
|
|
\include "./notes.tenor.ily"
|
2016-04-27 03:00:40 +02:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new PipeBandDrumStaff {
|
|
|
|
\global
|
|
|
|
\tenorglobal
|
|
|
|
<<
|
|
|
|
{
|
|
|
|
\line
|
2016-07-15 00:30:51 +02:00
|
|
|
\bar "|."
|
2016-04-27 03:00:40 +02:00
|
|
|
\break
|
|
|
|
\line
|
|
|
|
\bar "|."
|
|
|
|
}%Format
|
|
|
|
{
|
|
|
|
\tenorA
|
|
|
|
|
|
|
|
\tenorB
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentTenor
|
|
|
|
composer = \composerTenor
|
|
|
|
}
|
2016-04-29 21:25:13 +02:00
|
|
|
\midi { \confTempo }
|
|
|
|
\layout {}
|
2016-04-27 03:00:40 +02:00
|
|
|
}
|