pipeband-music/3-4_marches/castle_dangerous/tenor.ly

30 lines
403 B
Plaintext
Raw 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
<<
{
\repeat volta 2 { \halfline }
\break
\repeat volta 2 { \halfline }
2016-01-07 14:47:02 +01:00
}
{
\tenorA
\tenorA
2016-01-07 14:47:02 +01:00
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
}