pipeband-music/template/pipes.ly

29 lines
392 B
Plaintext
Raw Normal View History

2016-01-07 14:47:02 +01:00
\version "2.18.2"
\include "config.ily"
\include "notes.pipes.ily"
\score {
\new Staff {
\global
2016-02-19 11:57:29 +01:00
\pipeglobal
2016-01-07 14:47:02 +01:00
<<
{ }%Format
2016-01-07 14:47:02 +01:00
{ }
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
2016-02-19 11:57:29 +01:00
}
\score {
\new Staff { \global \pipeglobal \pipeKey
\set Staff.midiInstrument = #"bagpipe"
%%Tune
}
\midi { \confTempo }
}