pipeband-music/3-4_marches/balmoral/pipes.thirds.ly

32 lines
413 B
Plaintext

\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.thirds.ily"
\score {
\new Staff {
\global
\pipesthrdglobal
<<
{
\repeat volta 2 { \line }
\break
\repeat volta 2 { \line }
}
{
\pipesthrdA
\pipesthrdB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipesthrd
composer = \composerPipesthrd
}
}