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
|
|
|
|
|
|
|
\score {
|
|
|
|
\new PipeBandDrumStaff {
|
|
|
|
\global
|
|
|
|
<<
|
|
|
|
{
|
|
|
|
\part
|
|
|
|
\repeat volta 2{
|
|
|
|
\line \break
|
|
|
|
\line \break
|
|
|
|
\line \break
|
2022-07-27 02:10:12 +02:00
|
|
|
\halfline
|
|
|
|
}
|
|
|
|
\alternative {
|
|
|
|
{ \halfline }
|
|
|
|
{ \halfline }
|
2016-01-07 14:47:02 +01:00
|
|
|
}
|
2022-07-27 02:10:12 +02:00
|
|
|
\bar "|."
|
2016-01-07 14:47:02 +01:00
|
|
|
}
|
|
|
|
{
|
|
|
|
\snarePart
|
|
|
|
\snareAA
|
|
|
|
\snareAB
|
|
|
|
\snareAC
|
2022-07-27 02:10:12 +02:00
|
|
|
\keepWithTag #'with-volta \snareAD
|
|
|
|
\snareADendB
|
2016-01-07 14:47:02 +01:00
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentSide
|
|
|
|
composer = \composerSide
|
2022-07-27 02:10:12 +02:00
|
|
|
arranger = \arrangerSide
|
2016-01-07 14:47:02 +01:00
|
|
|
}
|
2017-01-01 13:18:45 +01:00
|
|
|
}
|