pipeband-music/4-4_marches/auld_lang_syne/side.cmpd.ly

33 lines
498 B
Plaintext

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.cmpd.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\halfline
}
}%Format
\new DrumVoice = "side" {
\snareA
}
>>
}
\header {
title = \title
meter = \meter
band = "Canadian Memorial Pipes and Drums"
instrument = \instrumentSide
composer = \composerSide
arranger = \arrangerSide
}
}