2016-02-19 14:39:53 +01:00
|
|
|
\version "2.19.0"
|
|
|
|
|
2016-11-29 15:24:03 +01:00
|
|
|
\include "bagpipe.ly"
|
|
|
|
\include "lilydrum.ly"
|
|
|
|
|
2016-11-29 17:06:42 +01:00
|
|
|
\include "./config.ily"
|
|
|
|
\include "./notes.bass.ily"
|
|
|
|
%\include "./notes.tenor.ily"
|
|
|
|
\include "./notes.side.ily"
|
|
|
|
\include "./notes.pipes.ily"
|
2016-02-19 14:39:53 +01:00
|
|
|
|
2020-08-04 23:43:20 +02:00
|
|
|
\layout {
|
|
|
|
indent = 5.0
|
|
|
|
short-indent = 2.0
|
|
|
|
}
|
|
|
|
|
2016-02-19 14:39:53 +01:00
|
|
|
\score {
|
|
|
|
\new StaffGroup <<
|
2020-08-04 23:43:20 +02:00
|
|
|
\new Staff \with {
|
|
|
|
instrumentName = \markup{ \instrumentPipes }
|
|
|
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
|
|
|
} {
|
2016-02-19 14:39:53 +01:00
|
|
|
\global
|
|
|
|
\pipeglobal
|
|
|
|
<<
|
|
|
|
{
|
2016-02-20 16:44:36 +01:00
|
|
|
\repeat volta 2 { \part \line } \break
|
|
|
|
|
2016-02-19 14:39:53 +01:00
|
|
|
\repeat volta 2 { \part \halfline}
|
2016-02-20 16:44:36 +01:00
|
|
|
\alternative{ {\halfline} {\halfline}} \break
|
2020-07-08 19:32:37 +02:00
|
|
|
\bar "||"
|
2016-02-20 16:44:36 +01:00
|
|
|
|
2016-02-19 14:39:53 +01:00
|
|
|
\repeat volta 2 { \part \halfline}
|
2016-02-20 16:44:36 +01:00
|
|
|
\alternative{ {\halfline} {\halfline}} \break
|
2020-07-08 19:32:37 +02:00
|
|
|
\bar "||"
|
2016-02-20 16:44:36 +01:00
|
|
|
|
2016-02-19 14:39:53 +01:00
|
|
|
\repeat volta 2 { \part \halfline}
|
|
|
|
\alternative{ {\halfline} {\halfline}}
|
2020-07-08 19:32:37 +02:00
|
|
|
\bar "|."
|
2016-02-19 14:39:53 +01:00
|
|
|
}%Format
|
|
|
|
{
|
|
|
|
\pipesA s8
|
|
|
|
|
|
|
|
\pipesBA
|
|
|
|
\pipesBBA s8
|
|
|
|
\pipesBBB s8
|
|
|
|
|
|
|
|
\pipesCA
|
|
|
|
\pipesCBA s8
|
|
|
|
\pipesCBB s8
|
|
|
|
|
|
|
|
\pipesDA
|
|
|
|
\pipesDBA s8
|
|
|
|
\pipesDBB
|
|
|
|
}%Pipes
|
|
|
|
>>
|
|
|
|
}
|
2020-08-04 23:43:20 +02:00
|
|
|
\new PipeBandDrumStaff = "side" \with {
|
|
|
|
instrumentName = \markup { \instrumentSide }
|
|
|
|
shortInstrumentName = \markup{ \shortInstrumentSide }
|
|
|
|
} {
|
2016-02-19 14:39:53 +01:00
|
|
|
|
|
|
|
\snareAA
|
|
|
|
\snareAB s8
|
|
|
|
|
|
|
|
\snareBA
|
|
|
|
\snareBBA s8
|
2020-07-08 19:32:37 +02:00
|
|
|
\snareBBB s8
|
2016-03-15 15:46:32 +01:00
|
|
|
|
|
|
|
\snareCA
|
|
|
|
\snareCBA s8
|
2020-07-08 19:32:37 +02:00
|
|
|
\snareCBB s8
|
|
|
|
|
|
|
|
\snareDA
|
|
|
|
\snareDBA s8
|
|
|
|
\snareDBB s8
|
2016-02-19 14:39:53 +01:00
|
|
|
}
|
2020-08-04 23:43:20 +02:00
|
|
|
%{ \new PipeBandDrumStaff = "tenor" \with {
|
|
|
|
instrumentName = \markup{ \instrumentTenor }
|
|
|
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
|
|
|
} {
|
|
|
|
\tenorglobal
|
|
|
|
|
|
|
|
} %}
|
|
|
|
\new PipeBandDrumStaff = "bass" \with {
|
|
|
|
instrumentName = \markup{ \instrumentBass }
|
|
|
|
shortInstrumentName = \markup{ \shortInstrumentBass }
|
|
|
|
} {
|
2016-02-19 14:39:53 +01:00
|
|
|
\bassglobal
|
2020-08-04 23:43:20 +02:00
|
|
|
|
2016-02-20 16:44:36 +01:00
|
|
|
\bassAA
|
|
|
|
\bassAB s8
|
|
|
|
|
|
|
|
\bassBA
|
|
|
|
\bassBBA s8
|
|
|
|
\bassAB s8
|
2016-02-19 14:39:53 +01:00
|
|
|
}
|
|
|
|
>>
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
2016-02-20 16:44:36 +01:00
|
|
|
% 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 }}} )
|
|
|
|
% }
|
|
|
|
% }
|
2016-02-19 14:39:53 +01:00
|
|
|
}
|
|
|
|
}
|