1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-27 20:24:42 +02:00
pipeband-music/2-4_marches/black_bear/tenor.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

37 lines
444 B
Text

\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
}
}