1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 04:34:41 +02:00
pipeband-music/template/pipes.thirds.ly
Eric Teunis de Boone c222ebaea3 Tune fixes
2016-12-02 08:41:40 +01:00

44 lines
671 B
Text

\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
meter = \meter
instrument = \instrumentThrd
composer = \composerPipesthrd
arranger = \arrangerPipesthrd
}
}
\score {
\new Staff { \global \pipethrdglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentThrd
composer = \composerPipesthrd
arranger = \arrangerPipesthrd
}
}