pipeband-music/template/pipes.ly

30 lines
396 B
Plaintext

\version "2.18.2"
\include "config.ily"
\include "notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
\pipeKey
<<
{ }
{ }
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}
\score {
\new Staff { \global \pipeglobal \pipeKey
\set Staff.midiInstrument = #"bagpipe"
%%Tune
}
\midi { \confTempo }
}