2016-10-31 01:12:44 +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"
|
|
|
|
%\include "./notes.pipes.seconds.ily"
|
|
|
|
%\include "./notes.lyrics.ily"
|
2016-10-31 01:12:44 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new StaffGroup <<
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipeglobal
|
|
|
|
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
|
|
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
|
|
|
<<
|
|
|
|
\new Voice = "format"
|
|
|
|
{
|
|
|
|
\repeat volta 2 { \part \line \break}
|
|
|
|
\repeat volta 2 { \part \line \break}
|
|
|
|
}%Format
|
|
|
|
|
|
|
|
\new Voice = "pipes"
|
|
|
|
{
|
|
|
|
\pipesA s8
|
|
|
|
\pipesB s8
|
|
|
|
}%Pipes
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
% \new Lyrics = "verse1" {
|
|
|
|
% \lyricsglobal
|
|
|
|
% \lyricsto "pipes" {
|
|
|
|
% \verseA
|
|
|
|
% }
|
|
|
|
% }
|
|
|
|
% \new Staff = "seconds" {
|
|
|
|
% \pipessecndglobal
|
|
|
|
% \set Staff.instrumentName = \markup{ \instrumentPipes Seconds }
|
|
|
|
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 2nd}
|
|
|
|
%
|
|
|
|
%
|
|
|
|
% }
|
|
|
|
\new PipeBandDrumStaff = "side" {
|
|
|
|
\sideglobal
|
|
|
|
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
|
|
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
|
|
|
\snareA s8
|
|
|
|
\snareB s8
|
|
|
|
}
|
|
|
|
\new PipeBandDrumStaff = "tenor" {
|
|
|
|
\tenorglobal
|
|
|
|
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
|
|
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
2019-01-03 23:34:05 +01:00
|
|
|
|
|
|
|
r8 \tenorA s8
|
|
|
|
r8 \tenorB s8
|
2016-10-31 01:12:44 +01:00
|
|
|
}
|
2019-01-03 23:34:05 +01:00
|
|
|
%{ \new PipeBandDrumStaff = "bass" {
|
2016-10-31 01:12:44 +01:00
|
|
|
\bassglobal
|
|
|
|
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
|
|
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
|
|
|
|
|
|
|
\bassA s8
|
|
|
|
\bassB s8
|
2019-01-03 23:34:05 +01:00
|
|
|
}%}
|
2016-10-31 01:12:44 +01:00
|
|
|
>>
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
composer = \markup \large {
|
|
|
|
\column \right-align {
|
|
|
|
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics ":" } } #} )
|
|
|
|
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
|
|
|
|
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
|
|
|
|
$(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=? "" composerLyrics)) #{ \markup { \line { "Lyrics" } } #} )
|
|
|
|
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
|
|
|
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
|
|
|
|
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
|
|
|
|
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
|
|
|
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|