mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-10-31 02:16:34 +01:00
Added Tenor score for Alexander MacKenzie
This commit is contained in:
parent
dcc37c88f4
commit
a598483dad
5 changed files with 136 additions and 14 deletions
69
airs/alexander_mackenzie/drums.ly
Normal file
69
airs/alexander_mackenzie/drums.ly
Normal file
|
|
@ -0,0 +1,69 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "config.ily"
|
||||
%\include "notes.bass.ily"
|
||||
\include "notes.tenor.ily"
|
||||
\include "notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\global
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 { \part \halfline \break \halfline } \break
|
||||
\repeat volta 2 { \part \halfline \break }
|
||||
\alternative{ {\part \halfline \break}{\part \halfline \break} }
|
||||
\bar "|."
|
||||
}%Format
|
||||
{
|
||||
\snareAA \snareAB s8
|
||||
|
||||
\snareBA s8
|
||||
\snareBB s8
|
||||
\snareAB s8
|
||||
}%Music
|
||||
>>
|
||||
}
|
||||
\new PipeBandDrumStaff = "tenor" {
|
||||
\tenorglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
|
||||
\tenorAA \tenorAB s8
|
||||
\tenorBA s8
|
||||
\tenorBB s8
|
||||
\tenorAB s8
|
||||
}
|
||||
% \new PipeBandDrumStaff = "bass" {
|
||||
% \bassglobal
|
||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
%
|
||||
% \bassAA \bassAB s8
|
||||
% \bassBA s8
|
||||
% \bassBB s8
|
||||
% \bassAB s8
|
||||
% }
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
composer = \markup {
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \composerSide ":" }} #} )
|
||||
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} )
|
||||
$(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} )
|
||||
}
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
|
||||
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
||||
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue