pipeband-music/music/4-4_marches/the_leaving_of_liverpool/pipes.ly

36 lines
408 B
Plaintext

\version "2.18.2"
\include "config.ily"
\include "notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
{
\repeat unfold 2 {
\part
\line
\break
\line
\break
}
}
{
\pipesAA
\pipesAB s4
\pipesBA
\pipesBB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}