pipeband-music/2-4_marches/caller_herrin/tenor.ly

50 lines
770 B
Plaintext

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.tenor.ily"
mbreak = {\break}
\score {
\new PipeBandDrumStaff {
\global
<<
\new NullVoice = "format" {
\repeat segno 2 {
\repeat volta 2 {
\part
\halfline
\volta 2 { \segnoMark \default }
\halfline
\volta 2 { \fine }
}
\volta 1 {
\allowBreak
\mbreak
\part
\halfline
\halfline
\bar "||"
}
}
}%Format
\new DrumVoice = "tenor" {
\tenorglobal
\tenorA s8
\removeWithTag #'fine \tenorB
}%Tenor
>>
}
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
arranger = \arrangerTenor
}
}