pipeband-music/4-4_marches/the_pikemans_march/tenor.ly

32 lines
448 B
Plaintext
Raw Normal View History

2016-01-07 14:47:02 +01:00
\version "2.18.2"
\include "config.ily"
\include "notes.tenor.ily"
\score {
\new PipeBandDrumStaff {
\global
<<
{\repeat volta 2 { \part \line \break \line} \break
\part \line \break
\line \break
\line \bar "|."
}
{
\tenorAA
\tenorAB
\tenorBA
\tenorBB
\tenorBC
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
2016-02-19 14:39:53 +01:00
}