2019-02-02 12:23:54 +01:00
|
|
|
\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
|
2020-01-15 01:11:41 +01:00
|
|
|
\repeat volta 2 { \line } \break
|
2019-02-02 12:23:54 +01:00
|
|
|
}
|
|
|
|
{
|
|
|
|
\snareA
|
2020-01-15 01:11:41 +01:00
|
|
|
\snareB
|
2019-02-02 12:23:54 +01:00
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
2019-02-12 09:49:30 +01:00
|
|
|
title = \title
|
|
|
|
band = "Canadian Memorial Pipes and Drums"
|
2019-02-02 12:23:54 +01:00
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentSide
|
|
|
|
composer = \composerSide
|
|
|
|
}
|
|
|
|
}
|