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

@ -3,9 +3,11 @@
global = {
\time 4/4
}
confTempo = {
\tempo 4 = 90
}
%% Format
part = { \partial 8 s8 }
part = { \partial 4 s4 }
halfline = { \repeat unfold 2 { s1 | } }
line = { \repeat unfold 2 { \halfline } }

View file

@ -0,0 +1,58 @@
\version "2.19.0"
\include "config.ily"
\include "notes.bass.ily"
\include "notes.tenor.ily"
\include "notes.side.ily"
\include "notes.pipes.ily"
\score {
\new StaffGroup <<
\new Staff {
\global
\pipeglobal
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
<<
{}%Format
{}%Pipes
>>
}
\new PipeBandDrumStaff = "side" {
\sideglobal
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
}
\new PipeBandDrumStaff = "bass" {
\bassglobal
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
}
\new PipeBandDrumStaff = "tenor" {
\tenorglobal
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
}
>>
\header {
title = \title
meter = \meter
composer = \markup \large {
\column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
$(if (not (string=? "" composerSide)) #{ \markup {\line { \composerSide ":" }} #} )
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} )
$(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} )
}
\column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
}
}
}
}

View file

@ -0,0 +1,32 @@
% 4/4 51st Highland Division
% Pipes
\version "2.18.2"
composerPipes = ""
pipeglobal = {
\bagpipeKey
}
pipesA = {
\dble e8. [ c16 ] |
a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] |
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] |
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] a8. [ b16 ] |
\grip c8 [ f8 ] \dble e8. [ c16 ] \gstb b4 \dble e8. [ c16 ] |
a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] |
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] |
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] \hdblc c8 [ \gre b8 ] |
\dblc c4 \gre a4 \wbirl a4
}
pipesB = {
\dblc c8 [ e8 ] |
\grg f4 \grip f8 [ A8 ] \hdble e4 \dblc c8 [ e8 ] |
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] |
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] a8. [ b16 ] |
\grip c8 [ f8 ] \dble e8. [ c16 ] \dblb b4 \dble e8. [ c16 ] |
\grg a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] |
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] |
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] \hdblc c8 [ \gre b8 ] |
\dblc c4 \gre a4 \wbirl a4
}

View file

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

View file

@ -1,67 +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,50,80,250)
TuneFormat,(1,0,F,L,500,300,500,500,L,1,0)
TuneTempo,90
" set 7",(T,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)
"",(M,R,0,0,Times New Roman,14,400,0,0,18,0,0,0)
"January 14th 2012",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0)
"9",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0)
"Seaforth Highlanders of Canada and Holland",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0)
"51st Highland Division",(I,L,0,0,Times New Roman,11,700,0,0,18,0,0,0)
& sharpf sharpc 4_4
I!'' dbe Er_8 'e Cl_16 ! LA_4 tar LAr_8 'la Bl_16 dbc Cr_8 eg Bl_8 dbc Cr_8 El_8
! dbha HAr_8 'ha HGl_16 hdbf Fr_8 El_8 dbf F_4 gg Er_8 gg Fr_16 HGl_16
! dbha HAr_8 'ha HGl_16 hdbf Fr_8 El_8 gg Fr_8 HAl_8 LAr_8 'la Bl_16
! grp Cr_8 Fl_8 dbe Er_8 'e Cl_16 gstb B_4 dbe Er_8 'e Cl_16 !t
& sharpf sharpc LA_4 tar LAr_8 'la Bl_16 dbc Cr_8 eg Bl_8 dbc Cr_8 El_8
! dbha HAr_8 'ha HGl_16 hdbf Fr_8 El_8 dbf F_4 gg Er_8 gg Fr_16 HGl_16
! dbha HAr_8 'ha HGl_16 hdbf Fr_8 El_8 gg Fr_8 HAl_8 hdbc Cr_8 eg Bl_8
! dbc C_4 eg LA_4 brl LA_4 ''!I
& sharpf sharpc I!'' dbc Cr_8 El_8 ! gg F_4 grp Fr_8 HAl_8 hdbe E_4 dbc Cr_8 El_8
! dbha HAr_8 'ha HGl_16 hdbf Fr_8 El_8 dbf F_4 gg Er_8 gg Fr_16 HGl_16
! dbha HAr_8 'ha HGl_16 hdbf Fr_8 El_8 gg Fr_8 HAl_8 LAr_8 'la Bl_16
! grp Cr_8 Fl_8 dbe Er_8 'e Cl_16 dbb B_4 dbe Er_8 'e Cl_16 !t
& sharpf sharpc
gg LA_4 tar LAr_8 'la Bl_16 dbc Cr_8 eg Bl_8 dbc Cr_8 El_8
! dbha HAr_8 'ha HGl_16 hdbf Fr_8 El_8 dbf F_4 gg Er_8 gg Fr_16 HGl_16
! dbha HAr_8 'ha HGl_16 hdbf Fr_8 El_8 gg Fr_8 HAl_8 hdbc Cr_8 eg Bl_8
! dbc C_4 eg LA_4 brl LA_4 ''!I
"Scotland the Brave (high)",(I,L,0,0,Times New Roman,11,700,0,0,18,0,0,0)
& sharpf sharpc 4_4
I! E_4 ! gg LA_4 tar LAr_8 'la Bl_16 dbc Cr_8 eg LAl_8 dbc Cr_8 El_8
! dbha HA_4 strhg HA_4 grp HAr_8 El_8 dbc Cr_8 eg LAl_8
! thrd D_4 gg Fr_8 'f Dl_16 dbc Cr_8 El_8 dbc Cr_8 eg LAl_8
! dbb B_4 gg E_4 strla Er_8 'e Fl_16 gg Er_16 'e Dl_32 Cl_16 'c Bl_32 !t
& sharpf sharpc gg LA_4 tar LAr_8 'la Bl_16 dbc Cr_8 eg LAl_8 dbc Cr_8 El_8 !
dbha HA_4 strhg HA_4 grp HAr_8 El_8 dbc Cr_8 eg LAl_8
! thrd D_4 gg Fr_8 'f Dl_16 dbc Cr_8 El_8 dbc Cr_8 eg LAl_8
! dbb B_4 gg LAr_8 'la Bl_16 strlg LA_4 dbc Cr_8 El_8 !I
& sharpf sharpc dbha HA_4 strhg HA_4 grp HAr_8 El_8 dbc Cr_8 eg LAl_8
! dbha HA_4 strhg HA_4 grp HAr_8 El_8 dbc Cr_8 El_8
! dbha HA_4 strhg HAr_8 'ha HGl_16 tg F_4 dbha HAr_8 'ha HGl_16
! tg Fr_8 HAl_8 strf HGr_8 Fl_8 dbe Er_8 Dl_8 dbc Cr_8 Bl_8 !t
& sharpf sharpc gg LA_4 tar LAr_8 'la Bl_16 dbc Cr_8 eg LAl_8 dbc Cr_8 El_8
! dbha HA_4 strhg HA_4 grp HAr_8 El_8 dbc Cr_8 eg LAl_8
! thrd D_4 gg Fr_8 'f Dl_16 dbc Cr_8 El_8 dbc Cr_8 eg LAl_8
! dbb B_4 gg LAr_8 'la Bl_16 strlg LA_4 !I