2016-02-19 11:57:29 +01:00
|
|
|
\version "2.19.0"
|
|
|
|
|
2016-11-29 15:24:03 +01:00
|
|
|
\include "bagpipe.ly"
|
|
|
|
|
2016-11-29 17:06:42 +01:00
|
|
|
\include "./config.ily"
|
|
|
|
\include "./notes.pipes.ily"
|
|
|
|
\include "./notes.pipes.seconds.ily"
|
|
|
|
\include "./notes.pipes.thirds.ily"
|
2016-02-19 11:57:29 +01:00
|
|
|
|
2019-01-21 02:07:22 +01:00
|
|
|
\layout {
|
|
|
|
indent = 8.0
|
|
|
|
short-indent = 2.0
|
|
|
|
}
|
|
|
|
|
2016-02-19 11:57:29 +01:00
|
|
|
\score {
|
|
|
|
\new StaffGroup <<
|
2019-01-21 02:07:22 +01:00
|
|
|
\new Staff = "pipes" \with{
|
|
|
|
instrumentName = \markup{ \instrumentPipes }
|
|
|
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
|
|
|
} {
|
2016-02-19 11:57:29 +01:00
|
|
|
\global
|
|
|
|
\pipeglobal
|
|
|
|
<<
|
2019-01-21 02:07:22 +01:00
|
|
|
\new NullVoice = "format" {
|
2016-02-19 11:57:29 +01:00
|
|
|
\repeat volta 2 { \line }
|
|
|
|
\break
|
|
|
|
\repeat volta 2 { \line }
|
|
|
|
}%Format
|
2019-01-21 02:07:22 +01:00
|
|
|
\new Voice = "pipes" {
|
2016-02-19 11:57:29 +01:00
|
|
|
\pipesA
|
2019-01-21 02:07:22 +01:00
|
|
|
|
2016-02-19 11:57:29 +01:00
|
|
|
\pipesB
|
|
|
|
}%Pipes
|
|
|
|
>>
|
|
|
|
}
|
2019-01-21 02:07:22 +01:00
|
|
|
\new Staff = "seconds" \with {
|
|
|
|
instrumentName = \markup{ \instrumentPipesSecnd }
|
|
|
|
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd}
|
|
|
|
} {
|
2016-02-19 11:57:29 +01:00
|
|
|
\pipessecndglobal
|
2019-01-21 02:07:22 +01:00
|
|
|
|
2016-02-19 11:57:29 +01:00
|
|
|
\pipessecndA
|
|
|
|
|
|
|
|
\pipessecndB
|
2019-01-21 02:07:22 +01:00
|
|
|
|
2016-02-19 11:57:29 +01:00
|
|
|
}
|
2019-01-21 02:07:22 +01:00
|
|
|
\new Staff = "thirds" \with {
|
|
|
|
instrumentName = \markup{ \instrumentPipesThrd }
|
|
|
|
shortInstrumentName = \markup{ \shortInstrumentPipesThrd}
|
|
|
|
} {
|
2016-02-19 11:57:29 +01:00
|
|
|
\pipesthrdglobal
|
|
|
|
|
|
|
|
\pipesthrdA
|
|
|
|
|
|
|
|
\pipesthrdB
|
|
|
|
}
|
2019-01-21 02:07:22 +01:00
|
|
|
|
2016-02-19 11:57:29 +01:00
|
|
|
>>
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
composer = \markup \large {
|
|
|
|
\column \right-align {
|
|
|
|
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
|
|
|
|
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
|
|
|
|
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \composerPipesthrd ":" }} #} )
|
|
|
|
}
|
|
|
|
\column \right-align {
|
|
|
|
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
|
|
|
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
|
|
|
|
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \instrumentPipesthrd }}#} )
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-01-21 02:07:22 +01:00
|
|
|
\score {
|
|
|
|
\new StaffGroup <<
|
|
|
|
\global
|
|
|
|
\new Staff = "pipes" \with {
|
|
|
|
midiInstrument = #"bagpipe"
|
|
|
|
instrumentName = \markup{ \instrumentPipes }
|
|
|
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
|
|
|
} {
|
|
|
|
\pipeglobal
|
|
|
|
%%Tune
|
|
|
|
\pipesA
|
|
|
|
\pipesB
|
|
|
|
|
|
|
|
}
|
|
|
|
\new Staff = "seconds" \with {
|
|
|
|
midiInstrument = #"bagpipe"
|
|
|
|
instrumentName = \markup{ \instrumentPipesSecnd }
|
|
|
|
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
|
|
|
|
} {
|
|
|
|
\pipessecndglobal
|
|
|
|
%% Seconds
|
|
|
|
\pipessecndA
|
|
|
|
\pipessecndB
|
|
|
|
|
|
|
|
}
|
|
|
|
\new Staff = "thirds" \with {
|
|
|
|
midiInstrument = #"bagpipe"
|
|
|
|
instrumentName = \markup{ \instrumentPipesThrd }
|
|
|
|
shortInstrumentName = \markup{ \shortInstrumentPipesThrd }
|
|
|
|
} {
|
|
|
|
\pipesthrdglobal
|
|
|
|
%% Thirds
|
|
|
|
\pipesthrdA
|
|
|
|
\pipesthrdB
|
|
|
|
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
\midi { \confTempo }
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
}
|
|
|
|
}
|