\version "2.18.2" \include "bagpipe.ly" \include "./config.ily" \include "./notes.pipes.ily" \score { \new Staff { \global \pipeglobal << \new NullVoice = "format" { }%Format \new Voice = "pipes" { } >> } \header { title = \title subtitle = \subtitle meter = \meter instrument = \instrumentPipes composer = \composerPipes arranger = \arrangerPipes } } \score { \new Staff { \global \pipeglobal \set Staff.midiInstrument = #"bagpipe" %%Tune } \midi { \confTempo } \header { title = \title subtitle = \subtitle meter = \meter instrument = \instrumentPipes composer = \composerPipes arranger = \arrangerPipes } }