2016-01-07 14:47:02 +01:00
|
|
|
\version "2.18.2"
|
|
|
|
|
|
|
|
\include "config.ily"
|
|
|
|
\include "notes.side.ily"
|
|
|
|
|
|
|
|
\score {
|
|
|
|
\new PipeBandDrumStaff {
|
|
|
|
\global
|
|
|
|
<<
|
|
|
|
{
|
|
|
|
\partial 8 s8
|
|
|
|
\repeat volta 2 {
|
2016-07-15 00:30:51 +02:00
|
|
|
\halfline
|
2016-01-07 14:47:02 +01:00
|
|
|
}
|
|
|
|
\alternative {
|
2016-07-15 00:30:51 +02:00
|
|
|
{ \halfline }
|
|
|
|
{ \measure | s2^"Fine" s4 s8 \bar "|."}
|
2016-01-07 14:47:02 +01:00
|
|
|
}
|
|
|
|
\partial 8 s8
|
2016-07-15 00:30:51 +02:00
|
|
|
\halfline
|
|
|
|
\measure
|
2016-01-07 14:47:02 +01:00
|
|
|
s1^"D.C. al Fine" \bar "||"
|
|
|
|
}
|
|
|
|
{
|
|
|
|
\snareAA
|
|
|
|
\snareABA
|
|
|
|
\snareABB
|
|
|
|
\snareBA
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentSide
|
|
|
|
composer = \composerSide
|
|
|
|
}
|
2016-07-15 00:30:51 +02:00
|
|
|
}
|