1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-27 20:24:42 +02:00
pipeband-music/9-8_marches/going_to_vancouver_hills/pipes.ly
Eric Teunis de Boone 76e6d0ffa1 A lot of new Tunes
Still work to do on the Anthems and Jim Thomson of flagstaff
2016-11-07 23:33:04 +01:00

62 lines
772 B
Text

\version "2.18.2"
\include "config.ily"
\include "notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\repeat unfold 4 {
\repeat volta 2 {
\line
}
\break
}
}%Format
\new Voice = "pipes" {
\pipesA
\pipesB
\pipesC
\pipesD
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\pipesA
\pipesA
\pipesB
\pipesB
\pipesC
\pipesC
\pipesD
\pipesD
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}