2016-11-28 08:27:26 +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-11-28 08:27:26 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipeglobal
|
|
|
|
\repeat volta 2 {
|
2019-03-04 04:23:31 +01:00
|
|
|
\partial 8
|
2019-03-29 14:05:51 +01:00
|
|
|
\pipesAA
|
|
|
|
\pipesAB
|
2016-11-28 08:27:26 +01:00
|
|
|
}
|
|
|
|
\break
|
|
|
|
\repeat volta 2 {
|
2019-03-04 04:23:31 +01:00
|
|
|
\partial 8
|
|
|
|
\pipesBA
|
2016-11-28 08:27:26 +01:00
|
|
|
} \alternative {
|
2019-03-04 04:23:31 +01:00
|
|
|
{\partial 8 \pipesBBA }
|
|
|
|
{\partial 8 \pipesBBB }
|
2016-11-28 08:27:26 +01:00
|
|
|
}
|
2018-02-10 22:38:28 +01:00
|
|
|
\bar "|."
|
2019-03-29 14:05:51 +01:00
|
|
|
\break
|
|
|
|
\repeat volta 2 {
|
|
|
|
\partial 8
|
|
|
|
\pipesCA
|
2019-06-25 09:57:27 +02:00
|
|
|
\pipesCB
|
|
|
|
}
|
|
|
|
\break
|
|
|
|
\repeat volta 2 {
|
|
|
|
\partial 8
|
|
|
|
\pipesDA
|
2019-03-29 14:05:51 +01:00
|
|
|
} \alternative {
|
2019-06-25 09:57:27 +02:00
|
|
|
{\partial 8 \pipesDBA }
|
|
|
|
{\partial 8 \pipesDBB }
|
2019-03-29 14:05:51 +01:00
|
|
|
}
|
|
|
|
\bar "|."
|
|
|
|
}%Format
|
2016-11-28 08:27:26 +01:00
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
arranger = \arrangerPipes
|
|
|
|
}
|
|
|
|
}
|
|
|
|
\score {
|
|
|
|
\new Staff { \global \pipeglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
\partial 8
|
2019-03-29 14:05:51 +01:00
|
|
|
\pipesAA \pipesAB
|
|
|
|
\pipesAA \pipesAB
|
2016-11-28 08:27:26 +01:00
|
|
|
|
|
|
|
\pipesBA \pipesBBA
|
|
|
|
\pipesBA \pipesBBB
|
2019-03-29 14:05:51 +01:00
|
|
|
|
2019-06-25 09:57:27 +02:00
|
|
|
\pipesCA \pipesCB
|
|
|
|
\pipesCA \pipesCB
|
|
|
|
|
|
|
|
\pipesDA \pipesDBA
|
|
|
|
\pipesDA \pipesDBB
|
2016-11-28 08:27:26 +01:00
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
arranger = \arrangerPipes
|
|
|
|
}
|
|
|
|
}
|