2016-03-11 23:56:40 +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-11 23:56:40 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipeglobal
|
|
|
|
<<
|
|
|
|
{
|
|
|
|
\repeat volta 2 {
|
2016-12-21 01:41:50 +01:00
|
|
|
\part
|
2016-03-11 23:56:40 +01:00
|
|
|
\line \break
|
|
|
|
\line \break
|
|
|
|
}
|
|
|
|
\repeat volta 2 {
|
2016-12-21 01:41:50 +01:00
|
|
|
\part
|
2016-03-11 23:56:40 +01:00
|
|
|
\line \break
|
|
|
|
\line \break
|
|
|
|
}
|
|
|
|
}
|
|
|
|
{
|
|
|
|
\pipesA s4
|
|
|
|
|
|
|
|
\pipesB s4
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
}
|
|
|
|
}
|
|
|
|
\score {
|
|
|
|
\new Staff { \global \pipeglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
\partial 4
|
|
|
|
\pipesA
|
|
|
|
\pipesA
|
|
|
|
|
|
|
|
\pipesB
|
|
|
|
\pipesB
|
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
|
|
|
}
|