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.seconds.ily"
|
2016-11-16 02:24:46 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipessecndglobal
|
|
|
|
<<
|
|
|
|
\new NullVoice = "format" {
|
|
|
|
\repeat volta 2 {
|
|
|
|
\part
|
|
|
|
\line
|
|
|
|
}
|
|
|
|
\break
|
|
|
|
|
2019-02-02 12:23:54 +01:00
|
|
|
\repeat volta 2 {
|
|
|
|
\part
|
|
|
|
\line
|
|
|
|
}
|
2016-11-16 02:24:46 +01:00
|
|
|
\break
|
|
|
|
|
|
|
|
\part
|
|
|
|
\line
|
|
|
|
\bar "|."
|
|
|
|
}%Format
|
|
|
|
|
|
|
|
\new Voice = "seconds" {
|
|
|
|
\pipessecndA s4
|
|
|
|
|
2019-02-02 12:23:54 +01:00
|
|
|
\pipessecndB s4
|
2016-11-16 02:24:46 +01:00
|
|
|
|
2019-02-02 12:23:54 +01:00
|
|
|
\pipessecndC s4
|
2016-11-16 02:24:46 +01:00
|
|
|
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentSecnd
|
|
|
|
composer = \composerPipesSecnd
|
|
|
|
}
|
|
|
|
}
|
|
|
|
\score {
|
|
|
|
\new Staff { \global \pipessecndglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
\partial 4
|
|
|
|
\pipessecndA \pipessecndA
|
|
|
|
|
2019-02-02 12:23:54 +01:00
|
|
|
\pipessecndB \pipessecndB
|
2016-11-16 02:24:46 +01:00
|
|
|
|
2019-02-02 12:23:54 +01:00
|
|
|
\pipessecndC
|
2016-11-16 02:24:46 +01:00
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentSecnd
|
|
|
|
composer = \composerPipesSecnd
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|