2016-03-21 01:29:43 +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-03-21 01:29:43 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipessecndglobal
|
|
|
|
<<
|
|
|
|
{
|
|
|
|
\part \halfline \halfline \bar "|." \break
|
|
|
|
\part \halfline \halfline \bar "|." \break
|
|
|
|
}%Format
|
|
|
|
{
|
|
|
|
\pipessecndAA
|
|
|
|
\pipessecndAB s4
|
|
|
|
|
|
|
|
\pipessecndBA
|
|
|
|
\pipessecndBB s4
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
2019-04-02 17:37:50 +02:00
|
|
|
instrument = \instrumentPipesSecnd
|
|
|
|
composer = \composerPipesSecnd
|
|
|
|
arranger = \arrangerPipesSecnd
|
2016-03-21 01:29:43 +01:00
|
|
|
}
|
2019-04-02 17:37:50 +02:00
|
|
|
}
|
|
|
|
\score {
|
2016-03-21 01:29:43 +01:00
|
|
|
\new Staff { \global \pipessecndglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
|
|
|
|
\partial 4
|
|
|
|
\pipessecndAA
|
|
|
|
\pipessecndAB
|
|
|
|
|
|
|
|
\pipessecndBA
|
|
|
|
\pipessecndBB
|
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
2019-04-02 17:37:50 +02:00
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipesSecnd
|
|
|
|
composer = \composerPipesSecnd
|
|
|
|
arranger = \arrangerPipesSecnd
|
|
|
|
}
|
2016-03-21 01:29:43 +01:00
|
|
|
}
|