2018-01-30 16:23:53 +01:00
|
|
|
\version "2.18.2"
|
|
|
|
|
|
|
|
\include "lilydrum.ly"
|
|
|
|
|
|
|
|
\include "./config.ily"
|
|
|
|
\include "./notes.side.ily"
|
|
|
|
|
|
|
|
\score {
|
2023-09-27 18:45:55 +02:00
|
|
|
\new PipeBandDrumStaff {
|
|
|
|
\global
|
|
|
|
<<
|
2018-01-30 16:23:53 +01:00
|
|
|
\new NullVoice = "format" {
|
|
|
|
\partial 8 s8 \line \bar "||"
|
|
|
|
\break
|
2023-03-21 23:55:16 +01:00
|
|
|
\partial 8 s8 \halfline \bar "||"
|
2023-09-27 18:45:55 +02:00
|
|
|
\halfline
|
|
|
|
\fine
|
2018-01-30 16:23:53 +01:00
|
|
|
}%Format
|
|
|
|
|
|
|
|
\new DrumVoice = "side" {
|
2023-09-27 18:45:55 +02:00
|
|
|
\sideglobal
|
2018-01-30 16:23:53 +01:00
|
|
|
\snareAA \snareABA
|
2023-03-21 23:55:16 +01:00
|
|
|
<>\dr
|
|
|
|
\removeWithTag #'tutti { \snareAAI \snareABB r8 s8 } \fr
|
|
|
|
\snareBA
|
|
|
|
<>\dr \mf
|
|
|
|
\removeWithTag #'tutti { \snareAAI \snareABB r8 s8 } \fr
|
2018-01-30 16:23:53 +01:00
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentSide
|
|
|
|
composer = \composerSide
|
|
|
|
}
|
|
|
|
}
|