2016-12-21 01:41:50 +01:00
|
|
|
\version "2.18.2"
|
2016-06-07 19:07:01 +02:00
|
|
|
|
2016-12-21 01:41:50 +01:00
|
|
|
\include "bagpipe.ly"
|
|
|
|
|
|
|
|
\include "./config.ily"
|
|
|
|
\include "./notes.pipes.ily"
|
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipeglobal
|
|
|
|
\repeat volta 2 {
|
2019-03-04 04:23:31 +01:00
|
|
|
\partial 8
|
|
|
|
\pipesAA
|
|
|
|
\pipesAB s8
|
2016-12-21 01:41:50 +01:00
|
|
|
}
|
|
|
|
\break
|
2019-03-04 04:23:31 +01:00
|
|
|
|
2016-12-21 01:41:50 +01:00
|
|
|
\repeat volta 2 {
|
2019-03-04 04:23:31 +01:00
|
|
|
\partial 8
|
|
|
|
\pipesBA
|
|
|
|
} \alternative {
|
|
|
|
{ \pipesBB s8 }
|
|
|
|
{ \pipesAB s8 }
|
2016-12-21 01:41:50 +01:00
|
|
|
}
|
2019-03-04 04:23:31 +01:00
|
|
|
\bar ".|:-||"
|
2016-12-21 01:41:50 +01:00
|
|
|
\break
|
2019-03-04 04:23:31 +01:00
|
|
|
|
2016-12-21 01:41:50 +01:00
|
|
|
\repeat volta 2 {
|
2019-03-04 04:23:31 +01:00
|
|
|
\partial 8
|
|
|
|
\pipesCA
|
|
|
|
\pipesCB s8
|
2016-12-21 01:41:50 +01:00
|
|
|
}
|
|
|
|
\break
|
2019-03-04 04:23:31 +01:00
|
|
|
|
2016-12-21 01:41:50 +01:00
|
|
|
\repeat volta 2 {
|
2019-03-04 04:23:31 +01:00
|
|
|
\partial 8
|
|
|
|
\pipesDA
|
|
|
|
} \alternative {
|
|
|
|
{ \pipesDB s8 }
|
|
|
|
{ \pipesCB s8 }
|
2016-12-21 01:41:50 +01:00
|
|
|
}
|
|
|
|
\bar "|."
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
arranger = \arrangerPipes
|
|
|
|
}
|
|
|
|
}
|
|
|
|
\score {
|
|
|
|
\new Staff { \global \pipeglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
\partial 8
|
|
|
|
\pipesAA
|
|
|
|
\pipesAB
|
|
|
|
\pipesAA
|
|
|
|
\pipesAB
|
|
|
|
|
|
|
|
\pipesBA
|
|
|
|
\pipesBB
|
|
|
|
\pipesBA
|
|
|
|
\pipesAB
|
|
|
|
|
|
|
|
\pipesCA
|
|
|
|
\pipesCB
|
|
|
|
\pipesCA
|
|
|
|
\pipesCB
|
|
|
|
|
|
|
|
\pipesDA
|
|
|
|
\pipesDB
|
|
|
|
\pipesDA
|
|
|
|
\pipesCB
|
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
arranger = \arrangerPipes
|
|
|
|
}
|
|
|
|
}
|