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
50
airs/highland_cathedral/tenor.ly
Normal file
50
airs/highland_cathedral/tenor.ly
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\tenorglobal
|
||||
<<
|
||||
\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 = "tenor" {
|
||||
\repeat percent 9 {
|
||||
\tenorAA
|
||||
}
|
||||
\tenorRolls
|
||||
\repeat percent 4 \tenorBA
|
||||
|
||||
\tenorHafabraEnd
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentTenor
|
||||
composer = \composerTenor
|
||||
arranger = \arrangerTenor
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue