pipeband-music/3-4_marches/balmoral/pipes.thirds.ly

53 lines
762 B
Plaintext
Raw Normal View History

2016-02-19 11:57:29 +01:00
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.thirds.ily"
2016-02-19 11:57:29 +01:00
\score {
\new Staff {
\global
\pipesthrdglobal
<<
{
\repeat volta 2 { \line }
\break
\repeat volta 2 { \line }
}
{
\pipesthrdA
\pipesthrdB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipesThrd
composer = \composerPipesThrd
}
}
\score {
\new Staff { \global \pipesthrdglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\repeat unfold 2 {
\pipesthrdA
}
\repeat unfold 2 {
\pipesthrdB
}
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentThrd
2016-02-19 11:57:29 +01:00
composer = \composerPipesthrd
arranger = \arrangerPipesthrd
2016-02-19 11:57:29 +01:00
}
2016-02-19 11:57:29 +01:00
}