pipeband-music/5-4_marches/cullen_bay/side.48th.ly

32 lines
430 B
Plaintext

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.48th.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
{
\repeat unfold 2 {
\repeat volta 1 { \line } \break
}
}
{
\snareA
\snareB
}
>>
}
\header {
title = \title
band = "48th HIGHRS"
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}