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