2016-01-07 14:47:02 +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.ily"
|
2016-01-07 14:47:02 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
<<
|
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
|
|
|
|
\new Voice = "pipes" {
|
2022-03-30 15:29:52 +02:00
|
|
|
\pipeglobal
|
2019-01-21 02:07:22 +01:00
|
|
|
|
2022-03-30 15:29:52 +02:00
|
|
|
}%Pipes
|
2016-01-07 14:47:02 +01:00
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
2020-07-05 21:43:13 +02:00
|
|
|
subtitle = \subtitle
|
2016-01-07 14:47:02 +01:00
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
2016-12-02 08:41:40 +01:00
|
|
|
arranger = \arrangerPipes
|
2016-01-07 14:47:02 +01:00
|
|
|
}
|
2016-02-19 11:57:29 +01:00
|
|
|
}
|
2016-02-22 05:37:13 +01:00
|
|
|
\score {
|
2016-03-15 15:46:32 +01:00
|
|
|
\new Staff { \global \pipeglobal
|
2016-02-22 05:37:13 +01:00
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
2019-01-21 02:07:22 +01:00
|
|
|
|
2016-02-22 05:37:13 +01:00
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
2016-03-21 01:29:43 +01:00
|
|
|
\header {
|
|
|
|
title = \title
|
2020-07-05 21:43:13 +02:00
|
|
|
subtitle = \subtitle
|
2016-03-21 01:29:43 +01:00
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
2016-12-02 08:41:40 +01:00
|
|
|
arranger = \arrangerPipes
|
2016-03-21 01:29:43 +01:00
|
|
|
}
|
2016-02-22 05:37:13 +01:00
|
|
|
}
|