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
|
|
|
|
\bagpipeKey
|
|
|
|
<<
|
|
|
|
{
|
|
|
|
\repeat volta 2 {
|
2016-12-21 01:41:50 +01:00
|
|
|
\part \halfline
|
2016-02-19 11:57:29 +01:00
|
|
|
}\break
|
|
|
|
|
|
|
|
\part \halfline \line
|
|
|
|
|
|
|
|
\repeat volta 2 {
|
|
|
|
\halfline s2 s1
|
|
|
|
}
|
|
|
|
\alternative {
|
|
|
|
{ s1 }
|
|
|
|
{s1}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
{
|
2016-02-22 02:12:09 +01:00
|
|
|
\pipesA s8
|
2016-02-19 11:57:29 +01:00
|
|
|
|
|
|
|
\pipesB
|
|
|
|
|
|
|
|
\pipesC
|
|
|
|
\pipesCA
|
|
|
|
\pipesCB
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
}
|
|
|
|
}
|