2016-03-17 12:26:12 +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.ily"
|
2016-03-17 12:26:12 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipeglobal
|
|
|
|
<<
|
|
|
|
{
|
|
|
|
\repeat volta 2 {
|
|
|
|
\part
|
|
|
|
\halfline
|
|
|
|
\break
|
|
|
|
\halfline
|
|
|
|
\break
|
|
|
|
}
|
|
|
|
\repeat volta 2 {
|
|
|
|
\part
|
|
|
|
\halfline \break
|
|
|
|
}
|
|
|
|
\alternative {
|
|
|
|
{
|
|
|
|
\part \halfline \break
|
|
|
|
}
|
|
|
|
{
|
|
|
|
\part \halfline \break
|
|
|
|
}
|
|
|
|
}
|
2019-03-02 00:18:36 +01:00
|
|
|
\bar "|."
|
2016-03-17 12:26:12 +01:00
|
|
|
}%Format
|
|
|
|
{
|
|
|
|
\pipesAA
|
|
|
|
\pipesAB s4
|
|
|
|
|
|
|
|
\pipesBA s4
|
|
|
|
\pipesBBA s4
|
|
|
|
\pipesBBB s4
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
2019-03-02 00:18:36 +01:00
|
|
|
arranger = \arrangerPipes
|
2016-03-17 12:26:12 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
\score {
|
|
|
|
\new Staff { \global \pipeglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
|
2016-03-21 01:29:43 +01:00
|
|
|
\partial 4
|
2016-03-17 12:26:12 +01:00
|
|
|
\repeat unfold 2 {
|
|
|
|
\pipesAA
|
|
|
|
\pipesAB
|
|
|
|
}
|
|
|
|
|
2016-03-18 17:13:39 +01:00
|
|
|
\partial 4
|
2016-03-17 12:26:12 +01:00
|
|
|
\pipesBA
|
|
|
|
\pipesBBA
|
|
|
|
|
|
|
|
\pipesBA
|
|
|
|
\pipesBBA
|
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
|
|
|
}
|