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:
parent
8bb4cfe626
commit
252904f9ec
18 changed files with 868 additions and 51 deletions
56
4-4_marches/cabar_feidh/pipes.agira.ly
Normal file
56
4-4_marches/cabar_feidh/pipes.agira.ly
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue