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/mackenzie_highlanders/tenor.ly
Eric Teunis de Boone d8ef790ade Added quite a few sets
Small update to make_set script
2016-03-15 16:33:09 +01:00

34 lines
436 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
{
r8 \tenorA s8
\tenorBA
\tenorBB s8
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
}