1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 20:39:20 +02:00

Added new tunes for pipes

This commit is contained in:
Eric Teunis de Boone 2016-03-11 23:56:40 +01:00
parent 3d6f025aee
commit 9f9041c353
34 changed files with 877 additions and 399 deletions

View file

@ -1,92 +0,0 @@
Bagpipe Reader:1.0
MIDINoteMappings,(54,56,58,59,61,63,64,66,68,56,58,60,61,63,65,66,68,70,55,57,59,60,62,64,65,67,69)
FrequencyMappings,(370,415,466,494,554,622,659,740,831,415,466,523,554,622,699,740,831,932,392,440,494,523,587,659,699,784,880)
InstrumentMappings,(71,71,45,33,1000,60,70)
GracenoteDurations,(20,40,30,50,100,200,800,1200,250,250,250,500,200)
FontSizes,(90,100,75,80,250)
TuneFormat,(1,0,F,L,500,400,500,500,L,1,0)
TuneTempo,90
" set 6 ",(Y,L,0,0,Times New Roman,17,700,0,0,18,0,0,0)
"March",(Y,C,0,0,Times New Roman,14,400,0,0,18,0,0,0)
"Traditional - arr. J. Haynes",(M,R,0,0,Times New Roman,10,400,0,0,18,0,0,0)
"The Seaforth Highlanders of Holland",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0)
"8",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0)
"September 8th 2007",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0)
"Bonnie Lass 'O Fyvie ",(I,L,0,0,Times New Roman,11,700,0,0,18,0,0,0)
& sharpf sharpc 4_4 I!'' LA_8
! thrd D_4 lgstd Dr_8 'd El_16 thrd ^ts D_4 Dr_8 ^te LAl_8
! thrd D_4 lgstd Dr_8 'd El_16 thrd D_2
! dbe E_4 gg Fr_8 HGl_8 dbha HA_4 HGr_8 Fl_8
! dbe E_4 LA_4 brl LA_4 HAr_8 'ha HGl_16 !t
& sharpf sharpc
tg Fr_8 'f El_16 gg Fr_8 HGl_8 dbha ^ts HA_4 HAr_8 ^te LAl_8
! thrd Dr_8 'd El_16 dbd Dr_8 Bl_8 gg ^ts LG_4 LGr_8 ^te dg Bl_8
! gg LA_4 thrd D_4 dbe Er_8 Dl_8 dbc Cr_8 Bl_8
! gg LA_4 thrd D_4 lgstd ^ts D_4 D_8 ^te ''!I
"Cockney Jocks",(I,L,0,0,Times New Roman,11,700,0,0,18,0,0,0)
& sharpf sharpc LA_8
! thrd D_2 gstd D_4 gg Fr_8 HAl_8
! LG_2 tg HGr_8 Fl_8 gg Er_8 Dl_8
! gg Cr_8 'c Dl_16 dbe Er_8 Cl_8 gg LA_4 dg B_4
! strlg LA_2 HAr_8 HGl_8 tg Fr_8 El_8 !t
& sharpf sharpc
thrd D_2 gstd D_4 gg Fr_8 HAl_8
! LG_2 tg HGr_8 Fl_8 gg Er_8 Dl_8
! gg Cr_8 'c Dl_16 dbe Er_8 Cl_8 gg LA_4 dg Br_8 'b Cl_16
! thrd D_2 gstd ^ts D_4 Dr_8 ^te LAl_8 !t
& sharpf sharpc
thrd D_4 gg Fr_8 HAl_8 thrd D_4 gg Fr_8 HAl_8
! LG_2 tg HGr_8 Fl_8 gg Er_8 Dl_8
! gg Cr_8 'c Dl_16 dbe Er_8 Cl_8 gg LA_4 dg B_4
! strlg LA_2 HAr_8 HGl_8 tg Fr_8 El_8 !t
& sharpf sharpc
thrd D_4 gg Fr_8 HAl_8 thrd D_4 gg Fr_8 HAl_8
! LG_2 tg HGr_8 Fl_8 gg Er_8 Dl_8
! gg Cr_8 'c Dl_16 dbe Er_8 Cl_8 gg LA_4 dg Br_8 'b Cl_16
! thrd D_2 gstd ^ts D_4 Dr_8 ^te LAl_8 !t
& sharpf sharpc
thrd Dr_8 eg LAl_8 gg Fr_8 Dl_8 gg LAr_8 Dl_8 gg Fr_8 HAl_8
! LG_2 tg HGr_8 Fl_8 gg Er_8 Dl_8
! gg Cr_8 'c Dl_16 dbe Er_8 Cl_8 gg LA_4 dg B_4
! strlg LA_2 HAr_8 HGl_8 tg Fr_8 El_8 !t
& sharpf sharpc
thrd Dr_8 eg LAl_8 gg Fr_8 Dl_8 gg LAr_8 Dl_8 gg Fr_8 HAl_8
! LG_2 tg HGr_8 Fl_8 gg Er_8 Dl_8
! gg Cr_8 'c Dl_16 dbe Er_8 Cl_8 gg LA_4 dg Br_8 'b Cl_16
! thrd D_2 gstd ^ts D_4 D_8 ^te !I

View file

@ -0,0 +1,16 @@
\version "2.19.0"
%% Globals
global = {
\time 4/4
}
confTempo = {
\tempo 4 = 80
}
%% Format
part = { \partial 8 s8 }
halfline = { \repeat unfold 4 { s1 | } }
line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "Cockney Jocks"
meter = "March"

View file

@ -0,0 +1,41 @@
% <<TimeSig>> <<Title>>
% Pipes
\version "2.18.2"
composerPipes = ""
pipeglobal = {
\bagpipeKey
}
% Music
pipesA = {
\thrwd d2 \slurd d4 \grg f8 [ A8 ] |
G2 \grA g8 [ f8 ] \grg e8 [ d8 ] |
\grg c8. [ d16 ] \dble e8 [ c8 ] \grg a4 \grd b4 |
\grG a2 A8 [ g8 ] \grA f8 [ e8 ] |
\thrwd d2 \slurd d4 \grg f8 [ A8 ] |
G2 \grA g8 [ f8 ] \grg e8 [ d8 ] |
\grg c8. [ d16 ] \dble e8 [ c8 ] \grg a4 \grd b8. [ c16 ] |
\thrwd d2 \slurd d4~ d8 [ a8 ]
}
pipesB = {
\thrwd d4 \grg f8 [ A8 ] \thrwd d4 \grg f8 [ A8 ] |
G2 \grA g8 [ f8 ] \grg e8 [ d8 ] |
\grg c8. [ d16 ] \dble e8 [ c8 ] \grg a4 \grd b4 |
\grG a2 A8 [ g8 ] \grA f8 [ e8 ] |
\thrwd d4 \grg f8 [ A8 ] \thrwd d4 \grg f8 [ A8 ] |
G2 \grA g8 [ f8 ] \grg e8 [ d8 ] |
\grg c8. [ d16 ] \dble e8 [ c8 ] \grg a4 \grd b8. [ c16 ] |
\thrwd d2 \slurd d4~ d8 [ a8 ]
}
pipesC = {
\thrwd d8 [ \gre a8 ] \grg f8 [ d8 ] \grg a8 [ d8 ] \grg f8 [ A8 ] |
G2 \grA g8 [ f8 ] \grg e8 [ d8 ] |
\grg c8. [ d16 ] \dble e8 [ c8 ] \grg a4 \grd b4 |
\grG a2 A8 [ g8 ] \grA f8 [ e8 ] |
\thrwd d8 [ \gre a8 ] \grg f8 [ d8 ] \grg a8 [ d8 ] \grg f8 [ A8 ] |
G2 \grA g8 [ f8 ] \grg e8 [ d8 ] |
\grg c8. [ d16 ] \dble e8 [ c8 ] \grg a4 \grd b8. [ c16 ] |
\thrwd d2 \slurd d4~ d8
}

View file

@ -0,0 +1,46 @@
\version "2.18.2"
\include "config.ily"
\include "notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
{
\line \break
\line \break
\line \break
\line \break
\line \break
\line \break
}
{
\pipesA
\pipesB
\pipesC
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\pipesA
\pipesB
\pipesC
}
\midi { \confTempo }
}