1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-10-31 02:16:34 +01:00

[side] Jock Wilson's Ball v0.7

This commit is contained in:
Eric-Teunis de Boone 2023-08-14 17:54:54 +02:00
parent 1cb1fa37c7
commit 34c3f3c72f
3 changed files with 110 additions and 58 deletions

View file

@ -5,15 +5,22 @@
\include "./config.ily"
\include "./notes.side.ily"
mbreak = { \break }
\score {
\new PipeBandDrumStaff {
\global
\unfoldRepeats \new DrumVoice = "side" {
\sideglobal
\snareA
<<
\snareA
{ s1*4 \mbreak | \grace{s8} s1}
>>
\break
\section
\snareB
<<
\snareB
{ s1*4 \mbreak | \grace{s8} s1 }
>>
\fine
}
}