2016-06-07 19:07:01 +02: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-06-07 19:07:01 +02:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipeglobal
|
2019-03-04 04:23:31 +01:00
|
|
|
\repeat volta 2 {
|
|
|
|
\pipesA
|
|
|
|
}
|
2016-06-07 19:07:01 +02:00
|
|
|
\break
|
2019-03-04 04:23:31 +01:00
|
|
|
\repeat volta 2 {
|
|
|
|
\pipesB
|
|
|
|
}
|
2016-06-07 19:07:01 +02:00
|
|
|
\break
|
2019-03-04 04:23:31 +01:00
|
|
|
\repeat volta 2 {
|
|
|
|
\pipesC
|
|
|
|
}
|
2016-06-07 19:07:01 +02:00
|
|
|
\break
|
2019-03-04 04:23:31 +01:00
|
|
|
\repeat volta 2 {
|
|
|
|
\pipesDA
|
|
|
|
} \alternative {
|
|
|
|
{ \pipesDBA }
|
|
|
|
{ \pipesDBB }
|
2016-06-07 19:07:01 +02:00
|
|
|
}
|
2019-03-04 04:23:31 +01:00
|
|
|
\bar "|."
|
2016-06-07 19:07:01 +02:00
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
}
|
|
|
|
}
|
|
|
|
\score {
|
|
|
|
\new Staff { \global \pipeglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
|
|
|
|
\pipesA
|
|
|
|
\pipesA
|
|
|
|
|
|
|
|
\pipesB
|
|
|
|
\pipesB
|
|
|
|
|
|
|
|
\pipesC
|
|
|
|
\pipesC
|
|
|
|
|
|
|
|
\pipesDA
|
|
|
|
\pipesDBA
|
|
|
|
\pipesDA
|
|
|
|
\pipesDBB
|
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
}
|
|
|
|
}
|