1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 12:44:42 +02:00
pipeband-music/jigs/the_panda/pipes.ly
Eric Teunis de Boone 3613a49d89 New Tunes + small fixes
Banks of the Lee
Hills of Glenorchy
The Panda

fixes:
Sands of Kuwait
When the Pipers Play side
2019-02-14 09:59:59 +01:00

65 lines
1.1 KiB
Text

\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
IIofII = \markup { "2." \text \small" of 2" }
\score {
\new Staff {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\halfline
\set Score.repeatCommands = #(list (list 'volta IIofII))
\halfline
\bar ":|."
\set Score.repeatCommands = #'((volta #f))
\break
\halfline
\set Score.repeatCommands = #'((volta "1."))
\halfline
\bar ":|."
\set Score.repeatCommands = #'((volta #f))
}%Format
\new Voice = "pipes" {
\pipesAA
\pipesAB
\pipesBA
\pipesBBA
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\repeat unfold 2 {
\pipesAA \pipesAB
}
\pipesBA \pipesBBA
\pipesBA \pipesAB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}