1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-06-18 05:06:37 +02:00

[side] Piper of Drummond v0.6 unisons change

This commit is contained in:
Eric-Teunis de Boone 2023-08-14 17:57:45 +02:00
parent 34c3f3c72f
commit f8d2904406
2 changed files with 31 additions and 24 deletions

View file

@ -1,20 +1,26 @@
\version "2.18.2"
\version "2.24.2"
\include "lilydrum.ly"
\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
}%Side
}