2016-02-19 11:57:29 +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-02-19 11:57:29 +01:00
|
|
|
|
2024-02-10 21:12:32 +01:00
|
|
|
mbreak = {\break}
|
2022-10-19 04:19:51 +02:00
|
|
|
|
2016-02-19 11:57:29 +01:00
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
2022-10-19 04:19:51 +02:00
|
|
|
\pipeglobal
|
2016-02-19 11:57:29 +01:00
|
|
|
<<
|
2022-10-19 04:19:51 +02:00
|
|
|
\new NullVoice = "format" {
|
2024-02-10 21:12:32 +01:00
|
|
|
\repeat segno 2 {
|
2016-02-19 11:57:29 +01:00
|
|
|
\repeat volta 2 {
|
2022-11-07 20:46:37 +01:00
|
|
|
\part
|
|
|
|
\halfline
|
2024-02-10 21:12:32 +01:00
|
|
|
\volta 2 { \segnoMark \default}
|
2019-11-13 17:53:31 +01:00
|
|
|
\halfline
|
2024-02-10 21:12:32 +01:00
|
|
|
\volta 2 { \fine }
|
2016-02-19 11:57:29 +01:00
|
|
|
}
|
2019-11-13 17:53:31 +01:00
|
|
|
|
2024-02-10 21:12:32 +01:00
|
|
|
\volta 1 {
|
|
|
|
\allowBreak
|
|
|
|
\mbreak
|
|
|
|
\part
|
|
|
|
\halfline
|
|
|
|
\halfline
|
|
|
|
\bar "||"
|
|
|
|
}
|
|
|
|
}
|
2022-10-19 04:19:51 +02:00
|
|
|
} % Format
|
|
|
|
\new Voice = "pipes" {
|
|
|
|
\pipesA s8
|
2016-02-19 11:57:29 +01:00
|
|
|
|
2022-10-19 04:19:51 +02:00
|
|
|
\removeWithTag #'fine \pipesB
|
|
|
|
} % Pipes
|
2016-02-19 11:57:29 +01:00
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
2019-11-13 17:53:31 +01:00
|
|
|
arranger = \arrangerPipes
|
2016-02-19 11:57:29 +01:00
|
|
|
}
|
|
|
|
}
|
2022-10-19 04:19:51 +02:00
|
|
|
\score {
|
|
|
|
\new Staff { \global \pipeglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
\partial 8
|
|
|
|
\unfoldRepeats {
|
|
|
|
\repeat volta 2 {
|
|
|
|
\pipesA
|
|
|
|
}
|
|
|
|
\removeWithTag #'fine \pipesB
|
|
|
|
\removeWithTag #'fineRemove \pipesA
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
\midi { \confTempo }
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
subtitle = \subtitle
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
arranger = \arrangerPipes
|
|
|
|
}
|
|
|
|
}
|