2016-06-07 19:07:01 +02:00
|
|
|
\version "2.18.2"
|
|
|
|
|
2016-11-29 15:24:03 +01:00
|
|
|
\include "bagpipe.ly"
|
|
|
|
|
|
|
|
\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
|
|
|
|
<<
|
|
|
|
{
|
|
|
|
\part
|
|
|
|
\line
|
|
|
|
\break
|
|
|
|
\line
|
|
|
|
\break
|
|
|
|
\line
|
|
|
|
\break
|
|
|
|
\line \bar "|."
|
|
|
|
\break
|
|
|
|
\repeat volta 2 {
|
|
|
|
\line
|
|
|
|
\break
|
|
|
|
\line
|
|
|
|
\break
|
|
|
|
\line
|
|
|
|
\break
|
2016-07-15 00:38:42 +02:00
|
|
|
\repeat unfold 3 { \measure }
|
2016-06-07 19:07:01 +02:00
|
|
|
}
|
2016-07-15 00:38:42 +02:00
|
|
|
\alternative{ { \measure} {\measure} }
|
2016-06-07 19:07:01 +02:00
|
|
|
\bar "|."
|
|
|
|
}%Format
|
|
|
|
{
|
|
|
|
\pipesA
|
|
|
|
|
|
|
|
\pipesB \pipesBBA
|
|
|
|
\pipesB \pipesBBB
|
|
|
|
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
}
|
|
|
|
}
|
|
|
|
\score {
|
|
|
|
\new Staff { \global \pipeglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
|
|
|
|
\partial 8
|
|
|
|
\pipesA
|
|
|
|
|
|
|
|
\pipesB \pipesBBA
|
|
|
|
\pipesB \pipesBBB
|
|
|
|
|
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
}
|
|
|
|
}
|