2016-10-25 08:17:17 +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-10-25 08:17:17 +02:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipeglobal
|
|
|
|
<<
|
|
|
|
{
|
|
|
|
\line
|
|
|
|
\line
|
|
|
|
\break
|
|
|
|
\line
|
|
|
|
\line
|
|
|
|
\bar "|."
|
|
|
|
}%Format
|
|
|
|
{
|
|
|
|
\pipes
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
2019-03-04 02:38:56 +01:00
|
|
|
arranger = \arrangerPipes
|
2016-10-25 08:17:17 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
\score {
|
|
|
|
\new Staff { \global \pipeglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
\pipes
|
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
2019-03-04 02:38:56 +01:00
|
|
|
arranger = \arrangerPipes
|
2016-10-25 08:17:17 +02:00
|
|
|
}
|
|
|
|
}
|