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,68 @@
\version "2.18.2"
\include "config.ily"
\include "notes.pipes.seconds.ily"
\score {
\new Staff {
\global
\pipessecndglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\part
\line
}
\break
\part
\line
\bar "||"
\line
\bar "|."
\break
\part
\line
\bar "||"
\line
\bar "|."
}%Format
\new Voice = "seconds" {
\pipessecndA s4
\pipessecndBA \pipessecndBB s4
\pipessecndCA \pipessecndCB s4
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSecnd
composer = \composerPipesSecnd
}
}
\score {
\new Staff { \global \pipessecndglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 4
\pipessecndA \pipessecndA
\pipessecndBA \pipessecndBB
\pipessecndCA \pipessecndCB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentSecnd
composer = \composerPipesSecnd
}
}