mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
New Tune: The Soldier's Return
Changed Side for Cabar Feidh and Mackenzie Highlanders Added Parts to Jolly Beggarman
This commit is contained in:
parent
636120eaf9
commit
c46910bdfc
10 changed files with 208 additions and 39 deletions
|
|
@ -5,23 +5,46 @@
|
|||
\include "./config.ily"
|
||||
\include "./notes.side.ily"
|
||||
|
||||
\layout {
|
||||
\context {
|
||||
\Score
|
||||
\consists "Span_bar_engraver"
|
||||
}
|
||||
}
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\new StaffGroup <<
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\sideglobal
|
||||
<<
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 { \part \line } \break
|
||||
\part \line \bar "||" \break
|
||||
\line \bar "|."
|
||||
}
|
||||
{
|
||||
\snareA s8
|
||||
\snareBA
|
||||
\snareBB
|
||||
\snareA s8
|
||||
\snareBA s8
|
||||
\snareBB s8
|
||||
}
|
||||
{
|
||||
s8 | s2*5 | s4 <<
|
||||
{ s4 | s2 | s2 }
|
||||
\new PipeBandDrumStaff = "LD" \with {
|
||||
fontSize = #-3
|
||||
\override StaffSymbol #'staff-space = #(magstep -3)
|
||||
\override StaffSymbol #'thickness = #(magstep -3)
|
||||
\remove "Time_signature_engraver"
|
||||
alignAboveContext = #"main"
|
||||
} {
|
||||
\removeWithTag #'tutti {\snareEndLD } s8
|
||||
}
|
||||
>>
|
||||
}
|
||||
>>
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue