2016-03-21 01:29:43 +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-21 01:29:43 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipeglobal
|
|
|
|
<<
|
|
|
|
{
|
2019-03-04 04:23:31 +01:00
|
|
|
\part \halfline \halfline \bar "|."
|
|
|
|
\break
|
2016-03-21 01:29:43 +01:00
|
|
|
\part \halfline \halfline \bar "|."
|
|
|
|
}%Format
|
|
|
|
{
|
|
|
|
\pipesA
|
|
|
|
\pipesB s4
|
|
|
|
|
|
|
|
\pipesB
|
|
|
|
\pipesBB s4
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
2019-04-02 17:37:50 +02:00
|
|
|
arranger = \arrangerPipes
|
2016-03-21 01:29:43 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
\score {
|
|
|
|
\new Staff { \global \pipeglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
|
|
|
|
\partial 4
|
|
|
|
\pipesA
|
|
|
|
\pipesB
|
|
|
|
|
|
|
|
\pipesB
|
|
|
|
\pipesBB
|
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
2019-04-02 17:37:50 +02:00
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
arranger = \arrangerPipes
|
|
|
|
}
|
2016-03-21 01:29:43 +01:00
|
|
|
}
|