pipeband-music/4-4_marches/the_old_rustic_bridge/tenor.ly

46 lines
575 B
Plaintext
Raw Normal View History

2016-01-07 14:47:02 +01:00
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.tenor.ily"
2016-01-07 14:47:02 +01:00
\score {
\new PipeBandDrumStaff {
\global
<<
{
2021-01-23 22:34:24 +01:00
\part \repeat volta 2 {
\halfline
} \alternative {
\halfline
{
\halfline
\fine
}
}
2021-01-23 22:34:24 +01:00
\bar "||"
\break
\line
\dcalfine
\bar "||"
}
{
2021-01-23 22:34:24 +01:00
\drummode { g4 | }
\tenorAA
\tenorABA r4
\tenorABB r4
\tenorBA
}
2016-01-07 14:47:02 +01:00
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentTenor
composer = \composerTenor
}
}