pipeband-music/4-4_marches/51st_highland_division/tenor.ly

39 lines
600 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 2 {
\repeat repeat 2 {
\partial 8 s8 \line
\break
\partial 8 s8
\line
}
\break
}
}%Format
\new DrumVoice = "tenor" {
\tenorAA r8 s8 \tenorAB r8 s8
\tenorAA r8 s8 \tenorAB r8 s8
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
arranger = \arrangerTenor
}
}