2016-01-07 14:47:02 +01:00
|
|
|
\version "2.18.2"
|
|
|
|
|
2016-11-29 15:24:03 +01:00
|
|
|
\include "lilydrum.ly"
|
|
|
|
|
2016-11-29 17:06:42 +01:00
|
|
|
\include "./config.ily"
|
|
|
|
\include "./notes.side.ily"
|
2016-01-07 14:47:02 +01:00
|
|
|
|
2019-01-28 01:03:10 +01:00
|
|
|
\layout {
|
|
|
|
\context {
|
|
|
|
\Score
|
|
|
|
\consists "Span_bar_engraver"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-01-07 14:47:02 +01:00
|
|
|
\score {
|
2019-01-28 01:03:10 +01:00
|
|
|
\new PipeBandDrumStaff {
|
|
|
|
\global
|
|
|
|
<<
|
2016-01-07 14:47:02 +01:00
|
|
|
{
|
|
|
|
\repeat volta 2 { \part \line } \break
|
|
|
|
\repeat volta 2 { \part \line } \break
|
|
|
|
\repeat volta 2 { \part \line } \break
|
|
|
|
\part \halfline \halfline \bar "||" \break
|
2019-01-28 01:03:10 +01:00
|
|
|
\part \halfline \measure s4.
|
|
|
|
<<
|
|
|
|
{ s8 | \quarterline \bar "|." }
|
|
|
|
\context PipeBandDrumStaff = "LD" \with {
|
|
|
|
\omit TimeSignature
|
|
|
|
\eighthBeaming
|
|
|
|
instrumentName = "LD"
|
|
|
|
} {
|
|
|
|
\once \override TextScript.extra-offset = #'(-13 . -3.5)
|
|
|
|
<>^\markup{"LD only"}
|
|
|
|
\snareFinalEndingLD
|
|
|
|
}
|
|
|
|
>>
|
2016-01-07 14:47:02 +01:00
|
|
|
}
|
|
|
|
{
|
|
|
|
\snareA s8
|
|
|
|
\snareB s8
|
|
|
|
\snareC s8
|
|
|
|
\snareDA \snareDAB s8
|
2019-01-28 01:03:10 +01:00
|
|
|
\tutti { \removeWithTag #'tutti { \snareDA } \snareDAC s8 }
|
2016-01-07 14:47:02 +01:00
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentSide
|
|
|
|
composer = \composerSide
|
|
|
|
}
|
2016-12-21 01:41:50 +01:00
|
|
|
}
|