2016-12-21 01:41:50 +01:00
|
|
|
\version "2.18.2"
|
|
|
|
|
|
|
|
\include "lilydrum.ly"
|
|
|
|
|
|
|
|
\include "./config.ily"
|
|
|
|
\include "./notes.side.ily"
|
|
|
|
|
|
|
|
\score {
|
|
|
|
\new PipeBandDrumStaff {
|
|
|
|
\global
|
|
|
|
\sideglobal
|
|
|
|
<<
|
|
|
|
\new NullVoice = "format" {
|
2019-02-02 12:23:54 +01:00
|
|
|
\line
|
|
|
|
% \bar "||"
|
|
|
|
\break
|
|
|
|
\repeat volta 2 {
|
2016-12-21 01:41:50 +01:00
|
|
|
\line
|
2019-02-02 12:23:54 +01:00
|
|
|
}
|
|
|
|
%\bar "||"
|
|
|
|
\break
|
|
|
|
\line
|
|
|
|
\bar "|."
|
|
|
|
\measure
|
|
|
|
\bar "|."
|
|
|
|
|
2016-12-21 01:41:50 +01:00
|
|
|
}%Format
|
|
|
|
|
|
|
|
\new DrumVoice = "side" {
|
|
|
|
\snareA
|
2019-02-02 12:23:54 +01:00
|
|
|
\repeat percent 2 {
|
|
|
|
\snareB
|
|
|
|
}
|
|
|
|
\snareC \snarePV
|
2016-12-21 01:41:50 +01:00
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentSide
|
|
|
|
composer = \composerSide
|
|
|
|
arranger = \arrangerSide
|
|
|
|
}
|
|
|
|
}
|