mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 10:03:32 +01:00
3613a49d89
Banks of the Lee Hills of Glenorchy The Panda fixes: Sands of Kuwait When the Pipers Play side
65 lines
1.1 KiB
Text
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
|
|
}
|
|
}
|