1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-10-31 02:16:34 +01:00

Added tunes: Cabar Feidh(multiple versions), When the Pipers Play and Bells of Dunblane

This commit is contained in:
Eric Teunis de Boone 2016-11-16 02:24:46 +01:00
parent 8bb4cfe626
commit 252904f9ec
18 changed files with 868 additions and 51 deletions

View file

@ -0,0 +1,56 @@
\version "2.18.2"
\include "config.ily"
\include "notes.pipes.agira.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\repeat unfold 4 {
\repeat volta 2 {
\part
\line
}
\break
}
}%Format
\new Voice = "pipes" {
\pipesAgiraA s8
\pipesAgiraB s8
\pipesAgiraC s8
\pipesAgiraD s8
}
>>
}
\header {
title = \titleAgira
meter = \meterAgira
instrument = \instrumentPipes
composer = \composerPipesAgira
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 8
\pipesAgiraA
\pipesAgiraB
\pipesAgiraC
\pipesAgiraD
}
\midi { \confTempo }
\header {
title = \titleAgira
meter = \meterAgira
instrument = \instrumentPipesAgira
composer = \composerPipesAgira
}
}