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

49 lines
723 B
Plaintext
Raw Normal View History

2021-01-23 22:34:24 +01:00
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
2022-08-17 01:38:01 +02:00
fine = {\mark \markup "Fine" }
2021-01-23 22:34:24 +01:00
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
\new NullVoice = "format" {
\part
\repeat volta 2 {
2022-08-17 01:38:01 +02:00
\halfline \measure << s2. { s2 \fine } >>
2021-01-23 22:34:24 +01:00
} \alternative {
{ s4 | }
2022-08-17 01:38:01 +02:00
{
}
2021-01-23 22:34:24 +01:00
}
2022-08-17 01:38:01 +02:00
%\bar "||"
2021-01-23 22:34:24 +01:00
\break
\part \line
\dcalfine
\bar "||"
}%Format
\new DrumVoice = "side" {
2022-08-17 01:38:01 +02:00
\snareAupbeatA
2021-01-23 22:34:24 +01:00
\snareA
2022-08-17 01:38:01 +02:00
r8 \snareAupbeatB
2021-01-23 22:34:24 +01:00
r8 \snareBA
}
>>
}
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentSide
composer = \composerSide
arranger = \arrangerSide
}
}