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

32 lines
430 B
Plaintext
Raw Normal View History

2017-02-08 21:54:40 +01:00
\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 {
2019-02-12 09:49:30 +01:00
title = \title
2019-04-02 17:37:50 +02:00
band = "48th HIGHRS"
2017-02-08 21:54:40 +01:00
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}