1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-27 20:24:42 +02:00
pipeband-music/hornpipes/the_walrus/side.ly
Eric Teunis de Boone 2bafd74202 Tenor scores for Black Bear and MacKenzie Highlanders
Funny part added for the walrus
2016-03-15 15:46:32 +01:00

43 lines
728 B
Text

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