pipeband-music/hornpipes/rakes_of_mallow/tenor.ly

35 lines
492 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 volta 2 {
\line
\break
\line
}
}%Format
\new DrumVoice = "tenor" {
\tenorAA
\tenorAB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
arranger = \arrangerTenor
}
}