1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 20:54:40 +02:00
pipeband-music/3-4_marches/castle_dangerous/tenor.ly
2019-03-23 10:59:25 +01:00

29 lines
403 B
Text

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.tenor.ily"
\score {
\new PipeBandDrumStaff {
\global
<<
{
\repeat volta 2 { \halfline }
\break
\repeat volta 2 { \halfline }
}
{
\tenorA
\tenorA
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
}