pipeband-music/reels/the_mackenzies_reel/pipes.ly

34 lines
436 B
Plaintext

\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
{
\repeat volta 2 { \part \halfline } \break
\part \halfline \break
\halfline \bar "|."
}
{
\pipesA s8
\pipesBA
\pipesBB s8
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}