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

error in unison for 24 endings (side)

Made Band of Brothers a bit nicer

rewrote Pibroch of Donald Dubh using repeats

Barring error in Wings
+ unfolded Side score
This commit is contained in:
Eric Teunis de Boone 2018-01-30 16:23:53 +01:00
parent 3fed96fa3e
commit fa459373ce
8 changed files with 104 additions and 89 deletions

View file

@ -0,0 +1,35 @@
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
\new NullVoice = "format" {
\partial 8 s8 \line \bar "||"
\line \bar "||"
\break
\partial 8 s8 \line \bar "||"
\line \bar "|."
}%Format
\new DrumVoice = "side" {
\snareAA \snareABA
\removeWithTag #'tutti { \snareAAI \snareABB r8 s8 }
\snareBA
\removeWithTag #'tutti { \snareAAI \snareABB r8 s8 }
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
}
}