1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 20:54:40 +02:00
pipeband-music/strathspeys/orange_and_blue/tenor.ly

38 lines
561 B
Text

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.tenor.ily"
\score {
\new PipeBandDrumStaff {
\global
<<
\new NullVoice = "format" {
\repeat volta 1 {
\line
}
\bar "||"
\break
\repeat volta 1 {
\line
}
\bar "|."
}%Format
\new DrumVoice = "tenor" {
\tenorglobal
\tenorA
\tenorB
}%Tenor
>>
}
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
arranger = \arrangerTenor
}
}