2016-01-07 14:47:02 +01:00
|
|
|
\version "2.19.0"
|
|
|
|
|
|
|
|
\include "config.ily"
|
|
|
|
%\include "notes.bass.ily"
|
|
|
|
%\include "notes.tenor.ily"
|
|
|
|
\include "notes.side.ily"
|
|
|
|
\include "notes.pipes.ily"
|
|
|
|
|
|
|
|
\score {
|
|
|
|
\new StaffGroup <<
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\bagpipeKey
|
|
|
|
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
|
|
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
|
|
|
<<
|
2016-02-19 11:57:29 +01:00
|
|
|
{
|
|
|
|
\repeat volta 2 {
|
|
|
|
\part \line
|
|
|
|
}\break
|
|
|
|
\part \line \bar "||" \break
|
|
|
|
\line \bar "|."
|
|
|
|
}%Format
|
|
|
|
{
|
|
|
|
\pipesA s8
|
|
|
|
\pipesB
|
|
|
|
\pipesCA s8
|
|
|
|
}%Pipes
|
2016-01-07 14:47:02 +01:00
|
|
|
>>
|
|
|
|
}
|
|
|
|
\new PipeBandDrumStaff = "side" {
|
|
|
|
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
|
|
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
|
|
|
|
2016-02-19 11:57:29 +01:00
|
|
|
\snareA s8
|
|
|
|
\snareBA
|
|
|
|
\snareA s8
|
2016-01-07 14:47:02 +01:00
|
|
|
}
|
2016-02-19 11:57:29 +01:00
|
|
|
% \new PipeBandDrumStaff = "bass" {
|
|
|
|
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
|
|
|
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
|
|
|
%
|
|
|
|
% }
|
|
|
|
% \new PipeBandDrumStaff = "tenor" {
|
|
|
|
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
|
|
|
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
|
|
|
%
|
|
|
|
% }
|
2016-01-07 14:47:02 +01:00
|
|
|
>>
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
composer = \markup \large {
|
|
|
|
\column \right-align {
|
|
|
|
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
|
|
|
|
$(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=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
|
|
|
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
|
|
|
|
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
|
|
|
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|