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"
|
|
|
|
\include "./notes.pipes.agira.ily"
|
2016-11-16 02:24:46 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipeglobal
|
|
|
|
<<
|
|
|
|
\new NullVoice = "format" {
|
|
|
|
\repeat unfold 4 {
|
|
|
|
\part
|
2019-03-05 18:55:13 +01:00
|
|
|
\halfline
|
|
|
|
\break
|
|
|
|
\halfline
|
|
|
|
\bar "||"
|
2016-11-16 02:24:46 +01:00
|
|
|
\break
|
|
|
|
}
|
2019-03-05 18:55:13 +01:00
|
|
|
\bar "|."
|
2016-11-16 02:24:46 +01:00
|
|
|
}%Format
|
|
|
|
\new Voice = "pipes" {
|
|
|
|
\pipesAgiraA s8
|
|
|
|
|
|
|
|
\pipesAgiraB s8
|
|
|
|
|
|
|
|
\pipesAgiraC s8
|
|
|
|
|
|
|
|
\pipesAgiraD s8
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \titleAgira
|
|
|
|
meter = \meterAgira
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipesAgira
|
|
|
|
}
|
|
|
|
}
|
|
|
|
\score {
|
|
|
|
\new Staff { \global \pipeglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
\partial 8
|
|
|
|
\pipesAgiraA
|
|
|
|
\pipesAgiraB
|
|
|
|
\pipesAgiraC
|
|
|
|
\pipesAgiraD
|
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
|
|
|
\header {
|
|
|
|
title = \titleAgira
|
|
|
|
meter = \meterAgira
|
|
|
|
instrument = \instrumentPipesAgira
|
|
|
|
composer = \composerPipesAgira
|
|
|
|
}
|
|
|
|
}
|