2016-10-31 01:12:44 +01:00
|
|
|
\version "2.18.2"
|
|
|
|
|
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.seconds.ily"
|
2016-10-31 01:12:44 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipessecndglobal
|
|
|
|
<<
|
|
|
|
{
|
|
|
|
\repeat unfold 3 {
|
|
|
|
\repeat volta 2 {
|
|
|
|
\part \line
|
|
|
|
\break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}%Format
|
|
|
|
{
|
|
|
|
\pipessecndA s8
|
|
|
|
|
|
|
|
\pipessecndB s8
|
|
|
|
|
|
|
|
\pipessecndC s8
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentSecnd
|
|
|
|
composer = \composerPipesSecnd
|
|
|
|
}
|
|
|
|
}
|
|
|
|
\score {
|
|
|
|
\new Staff { \global \pipessecndglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
\partial 8
|
|
|
|
\pipessecndA
|
|
|
|
\pipessecndA
|
|
|
|
|
|
|
|
\pipessecndB
|
|
|
|
\pipessecndB
|
|
|
|
|
|
|
|
\pipessecndC
|
|
|
|
\pipessecndC
|
|
|
|
|
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentSecnd
|
|
|
|
composer = \composerPipesSecnd
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|