pipeband-music/reels/the_mackenzies_reel/pipes.ly

34 lines
436 B
Plaintext
Raw Normal View History

2016-02-19 14:39:53 +01:00
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
2016-02-19 14:39:53 +01:00
\score {
\new Staff {
\global
\pipeglobal
<<
{
\repeat volta 2 { \part \halfline } \break
2016-02-19 14:55:14 +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
}
}