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
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
2019-01-21 02:07:22 +01:00
|
|
|
\pipeglobal
|
2016-02-19 11:57:29 +01:00
|
|
|
<<
|
2019-01-21 02:07:22 +01:00
|
|
|
\new NullVoice = "format" {
|
2016-02-19 11:57:29 +01:00
|
|
|
\repeat volta 2 {
|
2019-01-21 02:07:22 +01:00
|
|
|
\part \partspacer \line
|
2016-02-19 11:57:29 +01:00
|
|
|
}
|
|
|
|
\break
|
|
|
|
\repeat volta 2 {
|
2019-01-21 02:07:22 +01:00
|
|
|
\part \partspacer s2*3 s4 s8
|
|
|
|
}
|
2016-02-19 11:57:29 +01:00
|
|
|
\alternative {
|
2019-01-21 02:07:22 +01:00
|
|
|
{\partspacer | \halfline}
|
|
|
|
{\partspacer | \halfline}
|
2016-02-19 11:57:29 +01:00
|
|
|
}
|
2019-01-21 02:07:22 +01:00
|
|
|
|
2016-02-19 11:57:29 +01:00
|
|
|
\bar "|."
|
2019-01-21 02:07:22 +01:00
|
|
|
}%Format
|
|
|
|
|
|
|
|
\new Voice = "pipes" {
|
2016-02-19 11:57:29 +01:00
|
|
|
\pipesA s8
|
|
|
|
|
|
|
|
\pipesB
|
|
|
|
\pipesBA s8
|
|
|
|
\pipesBB
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
2019-01-21 02:07:22 +01:00
|
|
|
arranger = \arrangerPipes
|
|
|
|
}
|
|
|
|
}
|
|
|
|
\score {
|
|
|
|
\unfoldRepeats {\new Staff { \global \pipeglobal
|
|
|
|
\set Staff.midiInstrument = #"bagpipe"
|
|
|
|
%%Tune
|
|
|
|
\repeat volta 2 {
|
|
|
|
\part \pipesA
|
|
|
|
}
|
|
|
|
|
|
|
|
\repeat volta 2 {
|
|
|
|
\part \pipesB
|
|
|
|
} \alternative {
|
|
|
|
\pipesBA
|
|
|
|
\pipesBB
|
|
|
|
}
|
|
|
|
} }
|
|
|
|
\midi { \confTempo }
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
arranger = \arrangerPipes
|
2016-02-19 11:57:29 +01:00
|
|
|
}
|
|
|
|
}
|