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:
parent
3fed96fa3e
commit
fa459373ce
8 changed files with 104 additions and 89 deletions
35
4-4_marches/wings/side.nofine.ly
Normal file
35
4-4_marches/wings/side.nofine.ly
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue