2016-03-21 01:29:43 +01:00
|
|
|
\version "2.18.2"
|
|
|
|
|
|
|
|
\include "config.ily"
|
|
|
|
\include "notes.pipes.seconds.ily"
|
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipessecndglobal
|
|
|
|
<<
|
2016-11-07 09:27:20 +01:00
|
|
|
\new NullVoice = "format" {
|
|
|
|
|
|
|
|
}%Format
|
|
|
|
|
|
|
|
\new Voice = "seconds" {
|
|
|
|
|
|
|
|
}
|
2016-03-21 01:29:43 +01:00
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
2016-10-31 01:12:44 +01:00
|
|
|
instrument = \instrumentSecnd
|
2016-10-20 01:28:16 +02:00
|
|
|
composer = \composerPipesSecnd
|
2016-03-21 01:29:43 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
\score {
|
|
|
|
\new Staff { \global \pipessecndglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
2016-10-31 01:12:44 +01:00
|
|
|
instrument = \instrumentSecnd
|
2016-10-20 01:28:16 +02:00
|
|
|
composer = \composerPipesSecnd
|
2016-03-21 01:29:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|