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
|
|
|
|
<<
|
|
|
|
{
|
|
|
|
\repeat volta 2 {
|
2016-12-21 01:41:50 +01:00
|
|
|
\part \halfline
|
2019-11-13 17:53:31 +01:00
|
|
|
\halfline
|
2016-02-19 11:57:29 +01:00
|
|
|
}
|
2019-11-13 17:53:31 +01:00
|
|
|
\break
|
|
|
|
|
|
|
|
\part \halfline
|
|
|
|
\break
|
|
|
|
\line
|
|
|
|
\bar "|."
|
2016-02-19 11:57:29 +01:00
|
|
|
}
|
|
|
|
{
|
2016-02-22 02:12:09 +01:00
|
|
|
\pipesA s8
|
2016-02-19 11:57:29 +01:00
|
|
|
|
|
|
|
\pipesB
|
|
|
|
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\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
|
|
|
}
|
|
|
|
}
|