mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Error in full score template
Added Tenor for Kilaloe Added Highland Cathedral Added Side for Road to the Isles Added Side Drum Salute
This commit is contained in:
parent
97f0271796
commit
8e18cad648
25 changed files with 1253 additions and 28 deletions
51
airs/highland_cathedral/side.ly
Normal file
51
airs/highland_cathedral/side.ly
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\sideglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
} \alternative {
|
||||
\measure
|
||||
{\measure \measure}
|
||||
}
|
||||
\bar "|."
|
||||
\break
|
||||
\line \bar "|."
|
||||
|
||||
\break
|
||||
\mark \markup \small "HaFaBra"
|
||||
\measure
|
||||
\measure
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
\repeat percent 9 {
|
||||
\snareAA
|
||||
}
|
||||
\snareRolls
|
||||
\repeat percent 3 \snareBA
|
||||
\snareRolls
|
||||
|
||||
\snareHafabraEnd
|
||||
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
arranger = \arrangerSide
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue