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

33 lines
426 B
Plaintext
Raw Normal View History

2016-01-07 14:47:02 +01:00
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
2016-01-07 14:47:02 +01:00
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
2016-01-07 14:47:02 +01:00
{
\repeat unfold 4 {
\repeat volta 1 { \line } \break
}
2016-01-07 14:47:02 +01:00
}
{
\snareA
\snareB
\snareC
\snareD
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}