mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
25 lines
386 B
Text
25 lines
386 B
Text
\version "2.18.2"
|
|
|
|
\include "lilydrum.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "../../standards/standards.tenor.ily"
|
|
|
|
\score {
|
|
\new PipeBandDrumStaff {
|
|
\global
|
|
\new DrumVoice = "tenor" {
|
|
\repeat volta 2 {
|
|
\tenorFourfoursOneA
|
|
\bar "||"
|
|
\break
|
|
\tenorFourfoursOneB
|
|
}
|
|
}
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentTenor
|
|
}
|
|
}
|