1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-27 20:24:42 +02:00
pipeband-music/5-4_marches/cullen_bay/tenor.hmpd.ly
2019-04-02 17:37:50 +02:00

26 lines
486 B
Text

\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
}
}