pipeband-music/template/pipes.thirds.ly

47 lines
709 B
Plaintext
Raw Normal View History

\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.thirds.ily"
\score {
\new Staff {
\global
\pipesthrdglobal
<<
2016-11-07 09:27:20 +01:00
\new NullVoice = "format" {
2016-11-07 09:27:20 +01:00
}%Format
2016-11-07 09:27:20 +01:00
\new Voice = "thirds" {
2016-11-07 09:27:20 +01:00
}
>>
}
\header {
title = \title
subtitle = \subtitle
meter = \meter
instrument = \instrumentThrd
composer = \composerPipesthrd
2016-12-02 08:41:40 +01:00
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
2016-12-02 08:41:40 +01:00
arranger = \arrangerPipesthrd
}
}