1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-27 20:24:42 +02:00
pipeband-music/airs/alexander_mackenzie/side.ly
Eric Teunis de Boone 76e6d0ffa1 A lot of new Tunes
Still work to do on the Anthems and Jim Thomson of flagstaff
2016-11-07 23:33:04 +01:00

32 lines
523 B
Text

\version "2.18.2"
\include "config.ily"
\include "notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
{
\repeat volta 2 { \part \line \break } \break
\repeat volta 2 { \part \halfline \break }
\alternative{ {\part \halfline \break}{\part \halfline \break} }
\bar "|."
}
{
\snareAA \snareAB s8
\snareBA s8
\snareBB s8
\snareAB s8
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}