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

34 lines
507 B
Text
Raw Normal View History

\version "2.24.1"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
%\unfoldRepeats
\repeat segno 2 {
\repeat volta 2 {
\partial 8 \snareA
}
\volta 2 \fine
\volta 1 {
\allowBreak
\section
\partial 8 \snareBAhigh
\section
\allowBreak
}
}
}
\header {
title = #(string-append title " (high)" )
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}