2016-02-22 02:12:09 +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"
|
2016-02-22 02:12:09 +01:00
|
|
|
|
2019-11-13 17:53:31 +01:00
|
|
|
\layout {
|
|
|
|
indent = 8.0
|
|
|
|
short-indent = 2.0
|
|
|
|
}
|
|
|
|
|
2016-02-22 02:12:09 +01:00
|
|
|
\score {
|
|
|
|
\new StaffGroup <<
|
2019-11-13 17:53:31 +01:00
|
|
|
\new Staff = "pipes" \with {
|
|
|
|
instrumentName = \markup{ \instrumentPipes }
|
|
|
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
|
|
|
} {
|
2016-02-22 02:12:09 +01:00
|
|
|
\global
|
|
|
|
\pipeglobal
|
|
|
|
<<
|
|
|
|
{
|
|
|
|
\repeat volta 2 {
|
2019-11-13 17:53:31 +01:00
|
|
|
\part \halfline
|
|
|
|
\halfline
|
2016-02-22 02:12:09 +01:00
|
|
|
}\break
|
2019-11-13 17:53:31 +01:00
|
|
|
|
2016-02-22 02:12:09 +01:00
|
|
|
\part \halfline \line
|
2019-11-13 17:53:31 +01:00
|
|
|
\bar "|."
|
2016-02-22 02:12:09 +01:00
|
|
|
}%Format
|
|
|
|
{
|
|
|
|
\pipesA s8
|
2019-11-13 17:53:31 +01:00
|
|
|
|
2016-02-22 02:12:09 +01:00
|
|
|
\pipesB
|
|
|
|
|
|
|
|
}%Pipes
|
|
|
|
>>
|
|
|
|
}
|
2019-11-13 17:53:31 +01:00
|
|
|
\new Staff = "seconds" \with {
|
|
|
|
instrumentName = \markup{ \instrumentPipesSecnd }
|
|
|
|
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
|
|
|
|
} {
|
2016-02-22 02:12:09 +01:00
|
|
|
\pipesSecglobal
|
2019-11-13 17:53:31 +01:00
|
|
|
|
2016-02-22 02:12:09 +01:00
|
|
|
\pipesSecA s8
|
|
|
|
|
|
|
|
\pipesSecB
|
|
|
|
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
\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 ":" }} #} )
|
|
|
|
}
|
|
|
|
\column \right-align {
|
|
|
|
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
|
|
|
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|