2016-02-19 11:57:29 +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.thirds.ily"
|
2016-02-19 11:57:29 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipesthrdglobal
|
|
|
|
<<
|
|
|
|
{
|
|
|
|
\repeat volta 2 { \line }
|
|
|
|
\break
|
|
|
|
\repeat volta 2 { \line }
|
|
|
|
}
|
|
|
|
{
|
|
|
|
\pipesthrdA
|
|
|
|
|
|
|
|
\pipesthrdB
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
2019-01-21 02:07:22 +01:00
|
|
|
instrument = \instrumentPipesThrd
|
|
|
|
composer = \composerPipesThrd
|
|
|
|
}
|
|
|
|
}
|
|
|
|
\score {
|
|
|
|
\new Staff { \global \pipesthrdglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
\repeat unfold 2 {
|
|
|
|
\pipesthrdA
|
|
|
|
}
|
|
|
|
\repeat unfold 2 {
|
|
|
|
\pipesthrdB
|
|
|
|
}
|
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentThrd
|
2016-02-19 11:57:29 +01:00
|
|
|
composer = \composerPipesthrd
|
2019-01-21 02:07:22 +01:00
|
|
|
arranger = \arrangerPipesthrd
|
2016-02-19 11:57:29 +01:00
|
|
|
}
|
2019-01-21 02:07:22 +01:00
|
|
|
|
2016-02-19 11:57:29 +01:00
|
|
|
}
|