2016-01-07 14:47:02 +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-01-07 14:47:02 +01:00
|
|
|
|
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\bagpipeKey
|
|
|
|
<<
|
|
|
|
{\repeat volta 2 { \part \line } \break \part \line \break \line \bar "|."}
|
|
|
|
{\pipesA s16 \pipesBA \pipesBB}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
}
|
2016-02-23 17:34:00 +01:00
|
|
|
}
|
|
|
|
\score {
|
|
|
|
\midi { \confTempo }
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\bagpipeKey
|
2016-03-01 18:48:48 +01:00
|
|
|
\partial 16
|
2016-02-23 17:34:00 +01:00
|
|
|
\pipesA
|
|
|
|
\pipesA
|
|
|
|
|
|
|
|
\pipesBA
|
|
|
|
\pipesBB
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
}
|
|
|
|
}
|