pipeband-music/5-4_marches/cullen_bay/tenor.hmpd.ly

27 lines
486 B
Plaintext

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.tenor.hmpd.ily"
title = \markup { \title \normalsize "(HMPD)" }
\score {
\new PipeBandDrumStaff {
\global
\tenorglobal
<<
{ \repeat unfold 4 { \repeat volta 2 { \line } \break} }
{ \tenorA \tenorB \tenorA \tenorB }
>>
}
\header {
title = \title
band = "Holland Massed Pipes and Drums"
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
}