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.thirds.ily"
|
2016-03-21 01:29:43 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipesthrdglobal
|
|
|
|
<<
|
2016-11-07 09:27:20 +01:00
|
|
|
\new NullVoice = "format" {
|
2019-01-21 02:07:22 +01:00
|
|
|
|
2016-11-07 09:27:20 +01:00
|
|
|
}%Format
|
2019-01-21 02:07:22 +01:00
|
|
|
|
2016-11-07 09:27:20 +01:00
|
|
|
\new Voice = "thirds" {
|
2019-01-21 02:07:22 +01:00
|
|
|
|
2016-11-07 09:27:20 +01:00
|
|
|
}
|
2016-03-21 01:29:43 +01:00
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
2016-10-31 01:12:44 +01:00
|
|
|
instrument = \instrumentThrd
|
2016-03-21 01:29:43 +01:00
|
|
|
composer = \composerPipesthrd
|
2016-12-02 08:41:40 +01:00
|
|
|
arranger = \arrangerPipesthrd
|
2016-03-21 01:29:43 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
\score {
|
2019-01-21 02:07:22 +01:00
|
|
|
\new Staff { \global \pipesthrdglobal
|
2016-03-21 01:29:43 +01:00
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
2016-10-31 01:12:44 +01:00
|
|
|
instrument = \instrumentThrd
|
2016-03-21 01:29:43 +01:00
|
|
|
composer = \composerPipesthrd
|
2016-12-02 08:41:40 +01:00
|
|
|
arranger = \arrangerPipesthrd
|
2016-03-21 01:29:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|