2016-06-07 19:07:01 +02: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-06-07 19:07:01 +02:00
|
|
|
|
2018-01-27 09:00:43 +01:00
|
|
|
part = { \partial 4. \grace {s4} s4. }
|
|
|
|
|
2016-06-07 19:07:01 +02:00
|
|
|
\score {
|
|
|
|
\new Staff {
|
|
|
|
\global
|
|
|
|
\pipeglobal
|
|
|
|
<<
|
2018-01-27 09:00:43 +01:00
|
|
|
\new NullVoice = "format" {
|
|
|
|
\part
|
2016-06-07 19:07:01 +02:00
|
|
|
\line
|
|
|
|
\break
|
2018-01-27 09:00:43 +01:00
|
|
|
\line \bar "||"
|
|
|
|
\break
|
|
|
|
\part
|
2016-06-07 19:07:01 +02:00
|
|
|
\line
|
2018-01-27 09:00:43 +01:00
|
|
|
\break
|
|
|
|
\line \bar ".|:-||"
|
|
|
|
\break
|
|
|
|
\repeat volta 2 {
|
|
|
|
\part
|
|
|
|
\line
|
|
|
|
\break
|
|
|
|
\line
|
|
|
|
\measure
|
|
|
|
}
|
2016-06-07 19:07:01 +02:00
|
|
|
}%Format
|
|
|
|
{
|
2018-01-27 09:00:43 +01:00
|
|
|
r4 \pipesA s4.
|
2016-06-07 19:07:01 +02:00
|
|
|
|
2018-01-27 09:00:43 +01:00
|
|
|
\pipesB s4.
|
2017-09-18 16:13:23 +02:00
|
|
|
|
2018-01-27 09:00:43 +01:00
|
|
|
\pipesC s4.
|
2016-06-07 19:07:01 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
>>
|
|
|
|
}
|
|
|
|
\header {
|
|
|
|
title = \title
|
|
|
|
meter = \meter
|
|
|
|
instrument = \instrumentPipes
|
|
|
|
composer = \composerPipes
|
|
|
|
}
|
|
|
|
}
|