mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-10-31 17:43:32 +01:00
49 lines
770 B
Text
49 lines
770 B
Text
\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
|
|
}
|
|
}
|