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

22 lines
336 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
\tenorglobal
<<
2016-01-07 14:47:02 +01:00
{ \repeat unfold 1 { \line \line \bar "|."} }
{ \tenorAA \tenorAB }
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
}