mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-16 16:33:31 +01:00
36 lines
524 B
Text
36 lines
524 B
Text
|
\version "2.18.2"
|
||
|
|
||
|
\include "config.ily"
|
||
|
\include "notes.pipes.thirds.ily"
|
||
|
|
||
|
\score {
|
||
|
\new Staff {
|
||
|
\global
|
||
|
\pipesthrdglobal
|
||
|
<<
|
||
|
{ }%Format
|
||
|
{ }
|
||
|
>>
|
||
|
}
|
||
|
\header {
|
||
|
title = \title
|
||
|
meter = \meter
|
||
|
instrument = \instrumentPipesthrd
|
||
|
composer = \composerPipesthrd
|
||
|
}
|
||
|
}
|
||
|
\score {
|
||
|
\new Staff { \global \pipethrdglobal
|
||
|
\set Staff.midiInstrument = #"bagpipe"
|
||
|
%%Tune
|
||
|
}
|
||
|
\midi { \confTempo }
|
||
|
\header {
|
||
|
title = \title
|
||
|
meter = \meter
|
||
|
instrument = \instrumentPipesthrd
|
||
|
composer = \composerPipesthrd
|
||
|
}
|
||
|
|
||
|
}
|