mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
CMPD: added tenor scores for Bells of Dunblane and Cabar Feidh
This commit is contained in:
parent
4abdf0dde3
commit
7cf90f656d
7 changed files with 426 additions and 2 deletions
48
airs/bells_of_dunblane/tenor.ly
Normal file
48
airs/bells_of_dunblane/tenor.ly
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\tenorglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\line
|
||||
% \bar "||"
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
}
|
||||
%\bar "||"
|
||||
\break
|
||||
\line
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "tenor" {
|
||||
\repeat percent 4 {
|
||||
\tenorAA
|
||||
}
|
||||
|
||||
\repeat percent 4 {
|
||||
\tenorAA
|
||||
}
|
||||
|
||||
\repeat percent 4 {
|
||||
\tenorAA
|
||||
}
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentTenor
|
||||
composer = \composerTenor
|
||||
arranger = \arrangerTenor
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue