pipeband-music/9-8_marches/going_to_vancouver_hills/tenor.ly

41 lines
523 B
Plaintext

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.tenor.ily"
\score {
\new PipeBandDrumStaff {
\global
\tenorglobal
<<
\new NullVoice = "format" {
\repeat unfold 4 {
\repeat volta 2 {
\line
}
\break
}
}%Format
\new DrumVoice = "tenor" {
\tenorA
\tenorB
\tenorC
\tenorD
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
arranger = \arrangerTenor
}
}