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

24 lines
361 B
Plaintext
Raw Permalink Normal View History

2016-01-07 14:47:02 +01:00
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.tenor.ily"
2016-01-07 14:47:02 +01:00
\score {
\new PipeBandDrumStaff {
\global
\tenorglobal
<<
2016-04-26 23:36:26 +02:00
{ \repeat volta 4 { \line \break \line } }
2016-01-07 14:47:02 +01:00
{ \tenorAA \tenorAB }
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
}