1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-10-31 02:16:34 +01:00

Tenor scores for Black Bear and MacKenzie Highlanders

Funny part added for the walrus
This commit is contained in:
Eric Teunis de Boone 2016-03-15 15:46:32 +01:00
parent ddadefe2d9
commit 2bafd74202
13 changed files with 309 additions and 37 deletions

View file

@ -0,0 +1,37 @@
\version "2.18.2"
\include "config.ily"
\include "notes.tenor.ily"
\score {
\new PipeBandDrumStaff {
\global
\tenorglobal
<<
{
\repeat volta 2 {
\part \line
}
\break
\part \line
\bar "||" \break
\line \bar "|."
}%Format
{
\tenorA s8
\tenorBA
\tenorBB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
}