1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-29 04:54:42 +02:00
pipeband-music/4-4_marches/the_old_rustic_bridge/side.ly

40 lines
577 B
Text
Raw Normal View History

\version "2.24.1"
2021-01-23 22:34:24 +01:00
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
2021-01-23 22:34:24 +01:00
\sideglobal
\partial 4 \snareAupbeatA
\repeat segno 2 {
\repeat volta 2 {
2021-01-23 22:34:24 +01:00
\snareA
\volta 2 \fine
\alternative {
\volta 1 { r8 \snareAupbeatB }
}
}
2021-01-23 22:34:24 +01:00
\volta 1 {
\allowBreak
\break
\section
\partial 4
2021-01-23 22:34:24 +01:00
r8 \snareBA
}
}
2021-01-23 22:34:24 +01:00
}
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentSide
composer = \composerSide
arranger = \arrangerSide
}
}