1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 20:54:40 +02:00
pipeband-music/3-4_marches/on_the_road_to_passchendaele/side.ly
2018-02-27 23:39:45 +01:00

32 lines
No EOL
456 B
Text

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
\repeat volta 2 {
\snareAA
\snareAB
}
\break
\repeat volta 2 {
\snareBA
}
\alternative {
{\snareBB}
{\removeWithTag #'tutti { \snareAB } }
}
\bar "|."
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}