pipeband-music/template/pipes.thirds.ly

41 lines
580 B
Plaintext
Raw Normal View History

\version "2.18.2"
\include "config.ily"
\include "notes.pipes.thirds.ily"
\score {
\new Staff {
\global
\pipesthrdglobal
<<
2016-11-07 09:27:20 +01:00
\new NullVoice = "format" {
}%Format
\new Voice = "thirds" {
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentThrd
composer = \composerPipesthrd
}
}
\score {
\new Staff { \global \pipethrdglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentThrd
composer = \composerPipesthrd
}
}