1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 12:44:42 +02:00
pipeband-music/6-8_marches/kilaloe/tenor.ly
2018-01-14 22:40:55 +01:00

35 lines
568 B
Text

\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 }
\break
\repeat volta 2 { \line \break \line \measure }
}%Format
\new DrumVoice = "tenor" {
\tenorAA r4.
\tenorAB r4.
\tenorBA r4.
\tenorBB r4.
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
arranger = \arrangerTenor
}
}