1
0
Fork 0
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:
Eric Teunis de Boone 2019-10-13 18:10:42 +02:00
parent 4abdf0dde3
commit 7cf90f656d
7 changed files with 426 additions and 2 deletions

View 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
}
}