2016-02-19 14:39:53 +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 14:39:53 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipeglobal
|
|
|
|
<<
|
|
|
|
{
|
2019-03-04 04:23:31 +01:00
|
|
|
\repeat volta 2 { \part \halfline } \break
|
2016-02-19 14:55:14 +01:00
|
|
|
|
2019-03-04 04:23:31 +01:00
|
|
|
\part \halfline \break
|
|
|
|
\halfline \bar "|."
|
2016-02-19 14:39:53 +01:00
|
|
|
}
|
|
|
|
{
|
|
|
|
\pipesA s8
|
2016-02-19 14:55:14 +01:00
|
|
|
|
2016-02-19 14:39:53 +01:00
|
|
|
\pipesBA
|
|
|
|
\pipesBB s8
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
}
|
|
|
|
}
|