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/side.cmpd.ly
2020-01-15 01:11:41 +01:00

30 lines
461 B
Text

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