pipeband-music/music/5-4_marches/cullen_bay/tenor.ly

20 lines
319 B
Plaintext

\version "2.18.2"
\include "config.ily"
\include "notes.tenor.ily"
\score {
\new PipeBandDrumStaff {
\global
<<
{ \repeat unfold 1 { \line \line \bar "|."} }
{ \tenorAA \tenorAB }
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
}