2016-11-16 02:24:46 +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"
|
2019-01-28 00:27:16 +01:00
|
|
|
\include "./notes.pipes.seconds.ily"
|
2016-11-16 02:24:46 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
2019-01-28 00:27:16 +01:00
|
|
|
\pipessecndglobal
|
2016-11-16 02:24:46 +01:00
|
|
|
<<
|
|
|
|
\new NullVoice = "format" {
|
|
|
|
\repeat volta 2 {
|
|
|
|
\part
|
|
|
|
\line
|
|
|
|
}
|
|
|
|
}%Format
|
|
|
|
|
2019-01-28 00:27:16 +01:00
|
|
|
\new Voice = "seconds" {
|
|
|
|
\pipessecndA s8*3
|
2016-11-16 02:24:46 +01:00
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
2019-01-28 00:27:16 +01:00
|
|
|
instrument = \instrumentSecnd
|
|
|
|
composer = \composerPipesSecnd
|
|
|
|
arranger = \arrangerPipesSecnd
|
2016-11-16 02:24:46 +01:00
|
|
|
}
|
|
|
|
}
|
2019-01-28 00:27:16 +01:00
|
|
|
|
2016-11-16 02:24:46 +01:00
|
|
|
\score {
|
2019-01-28 00:27:16 +01:00
|
|
|
\new Staff { \global \pipessecndglobal
|
2016-11-16 02:24:46 +01:00
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
2019-01-28 00:27:16 +01:00
|
|
|
\partial 8*3
|
|
|
|
\pipessecndA
|
|
|
|
\pipessecndA
|
2016-11-16 02:24:46 +01:00
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
2019-01-28 00:27:16 +01:00
|
|
|
instrument = \instrumentSecnd
|
|
|
|
composer = \composerPipesSecnd
|
|
|
|
arranger = \arrangerPipesSecnd
|
2016-11-16 02:24:46 +01:00
|
|
|
}
|
|
|
|
}
|