mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 20:39:20 +02: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
17
4-4_marches/when_the_pipers_play/config.ily
Normal file
17
4-4_marches/when_the_pipers_play/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 4 s4 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "When the Pipers play"
|
||||
meter = "March"
|
34
4-4_marches/when_the_pipers_play/notes.pipes.ily
Normal file
34
4-4_marches/when_the_pipers_play/notes.pipes.ily
Normal file
|
@ -0,0 +1,34 @@
|
|||
% 4/4 When the Pipers play
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = "J. Tuttle"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\tuplet 3/2 { a8 d8 e8 } |
|
||||
\grg f2~ f8 [ e8 ] d8. [ b16 ] |
|
||||
\grG a2~ a8 [ d8 ] \grg d8 [ c8 ] |
|
||||
\thrwd d2~ d8 [ \grg d16 e16 ] f8. [ g16 ] |
|
||||
\hdble e2~ e8 [ \grg e8 ] f8 [ g8 ] |
|
||||
|
||||
\dblA A2~ A8 [ g16 f16 ] e8 [ d8 ] |
|
||||
\grg f8. [ d16 ] a4. \grg f8 d8 [ b8 ] |
|
||||
\grg a8. [ e16 ] \grG e4. a8 \grg \tuplet 3/2 { a8 b8 d8 } |
|
||||
\grg d2~ d4
|
||||
}
|
||||
|
||||
pipesB = {
|
||||
\tuplet 3/2 { a8 d8 e8 } |
|
||||
\grg f2~ f8 [ e8 ] d8 [ A8 ] |
|
||||
\hdblf f2~ f8 [ d8 ] e8 [ c8 ] |
|
||||
\thrwd d2~ d8 [ \grg d16 e16 ] f8. [ g16 ] |
|
||||
\hdble e2~ e8 [ A8 ] \grg A8. [ f16 ] |
|
||||
|
||||
d16 [ f8.~ ] f4. e8 d8. [ b16 ] |
|
||||
\grG a2~ a8 [ \grg f8 ] d8 [ b8 ] |
|
||||
\grg a8. [ e16 ] \gra e4. a8 \grg \tuplet 3/2 { a8 b8 d8 } |
|
||||
\grg d2~ d4
|
||||
}
|
54
4-4_marches/when_the_pipers_play/pipes.ly
Normal file
54
4-4_marches/when_the_pipers_play/pipes.ly
Normal file
|
@ -0,0 +1,54 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s4
|
||||
|
||||
\pipesB s4
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 4
|
||||
\pipesA
|
||||
\pipesA
|
||||
\pipesB
|
||||
\pipesB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue