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
|
|
|
|
<<
|
|
|
|
{
|
2018-10-10 13:48:03 +02:00
|
|
|
\part \line \break
|
|
|
|
\line \bar "||" \break
|
2016-03-11 23:56:40 +01:00
|
|
|
|
2018-10-10 13:48:03 +02:00
|
|
|
\part \line \break
|
|
|
|
\line \bar "||" \break
|
2016-03-11 23:56:40 +01:00
|
|
|
|
2018-10-10 13:48:03 +02:00
|
|
|
\part \line \break
|
2019-03-02 00:18:36 +01:00
|
|
|
\line \bar "|."
|
2016-03-11 23:56:40 +01:00
|
|
|
}
|
|
|
|
{
|
2018-10-10 13:48:03 +02:00
|
|
|
\pipesA s8
|
2016-03-11 23:56:40 +01:00
|
|
|
|
2018-10-10 13:48:03 +02:00
|
|
|
\pipesB s8
|
2016-03-11 23:56:40 +01:00
|
|
|
|
2018-10-10 13:48:03 +02:00
|
|
|
\pipesC s8
|
2016-03-11 23:56:40 +01:00
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
}
|
|
|
|
}
|
|
|
|
\score {
|
|
|
|
\new Staff { \global \pipeglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
2018-10-10 13:48:03 +02:00
|
|
|
\partial 8
|
2016-03-11 23:56:40 +01:00
|
|
|
\pipesA
|
|
|
|
\pipesB
|
|
|
|
\pipesC
|
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
|
|
|
}
|