2018-01-27 10:07:39 +01:00
|
|
|
\version "2.18.2"
|
|
|
|
|
|
|
|
\include "lilydrum.ly"
|
|
|
|
|
|
|
|
\include "./config.ily"
|
|
|
|
\include "./notes.side.ily"
|
|
|
|
\include "../../standards/24_44_standards.side.ily"
|
|
|
|
|
2019-03-05 18:55:13 +01:00
|
|
|
#(set-global-staff-size 18)
|
2018-01-27 10:07:39 +01:00
|
|
|
\score {
|
|
|
|
\new PipeBandDrumStaff {
|
|
|
|
\global
|
|
|
|
\sideglobal
|
|
|
|
<<
|
|
|
|
%\new NullVoice = "format" {
|
|
|
|
% \repeat unfold 4 {
|
|
|
|
% \repeat unfold 2 {
|
|
|
|
% \part s1*2
|
|
|
|
% } \alternative {
|
|
|
|
% { s1*2 }
|
|
|
|
% { s1*2 }
|
|
|
|
% }
|
2019-03-05 18:55:13 +01:00
|
|
|
% }
|
2018-01-27 10:07:39 +01:00
|
|
|
%}%Format
|
|
|
|
|
|
|
|
\new DrumVoice = "side" {
|
2019-03-05 18:55:13 +01:00
|
|
|
\partial 8 \simpleSnarepone \midone \simpleSnarepone \simpleSnareEndingI r8
|
|
|
|
\tutti { \simpleSnarepone \removeWithTag #'tutti \midone \simpleSnareEndingII s8 }
|
2018-01-27 10:07:39 +01:00
|
|
|
\bar "||"
|
2019-03-05 18:55:13 +01:00
|
|
|
\break
|
|
|
|
|
|
|
|
\partial 8 \simpleSnareptwo \midone \simpleSnareptwo \simpleSnareEndingI r8
|
|
|
|
\tutti { \simpleSnareptwo \removeWithTag #'tutti \midone \simpleSnareEndingII s8 }
|
|
|
|
\bar "||"
|
|
|
|
\break
|
2018-01-27 10:07:39 +01:00
|
|
|
|
2019-03-05 18:55:13 +01:00
|
|
|
\partial 8 \simpleSnarepthree \midone \simpleSnarepthree \simpleSnareEndingI r8
|
|
|
|
\tutti { \simpleSnarepthree \removeWithTag #'tutti \midone \simpleSnareEndingII s8 }
|
|
|
|
\bar "||"
|
2018-01-27 10:07:39 +01:00
|
|
|
\break
|
2019-03-05 18:55:13 +01:00
|
|
|
|
|
|
|
\partial 8 \simpleSnarepfour \midone \simpleSnarepfour \simpleSnareEndingI r8
|
|
|
|
\tutti { \simpleSnarepfour \removeWithTag #'tutti \midone \simpleSnareEndingII s8 }
|
|
|
|
\bar "|."
|
2018-01-27 10:07:39 +01:00
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentSide
|
|
|
|
composer = \composerSide
|
2019-03-05 18:55:13 +01:00
|
|
|
arranger = \arrangerSideSimple
|
2018-01-27 10:07:39 +01:00
|
|
|
}
|
|
|
|
}
|