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

Added unisons and fixed a bug in On the Road to Passchendaele

This commit is contained in:
Eric Teunis de Boone 2018-02-27 23:39:45 +01:00
parent 9a8d3841c7
commit 89972d1002
3 changed files with 33 additions and 42 deletions

View file

@ -8,29 +8,20 @@
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
{
\repeat volta 2 { \line }
\break
\repeat volta 2 { \halfline }
\alternative {
{\halfline}
{\halfline}
}
\bar "|."
%\line \bar "||" \break
%\line \bar "|."
}
{
\snareAA
\snareAB
\snareBA
\snareBB
\snareAB
}
>>
\sideglobal
\repeat volta 2 {
\snareAA
\snareAB
}
\break
\repeat volta 2 {
\snareBA
}
\alternative {
{\snareBB}
{\removeWithTag #'tutti { \snareAB } }
}
\bar "|."
}
\header {
title = \title
@ -38,4 +29,4 @@
instrument = \instrumentSide
composer = \composerSide
}
}
}