pipeband-music/template/pipes.thirds.ly

47 lines
709 B
Plaintext

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