From 9f9041c3532ebed822e1dba9798a6b753d1233b9 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Fri, 11 Mar 2016 23:56:40 +0100 Subject: [PATCH] Added new tunes for pipes --- 4-4_marches/51st_highland_division/config.ily | 6 +- 4-4_marches/51st_highland_division/full.ly | 58 ++++++++++++ .../51st_highland_division/notes.pipes.ily | 32 +++++++ 4-4_marches/51st_highland_division/pipes.ly | 36 ++++++++ .../51st_highland_division/tune+stb.bww | 67 -------------- 4-4_marches/auld_lang_syne/auld.bww | 55 ----------- 4-4_marches/auld_lang_syne/config.ily | 16 ++++ 4-4_marches/auld_lang_syne/notes.pipes.ily | 32 +++++++ 4-4_marches/auld_lang_syne/pipes.ly | 37 ++++++++ 4-4_marches/bonnie_galloway/bonie.bww | 74 --------------- 4-4_marches/bonnie_galloway/config.ily | 16 ++++ 4-4_marches/bonnie_galloway/notes.pipes.ily | 31 +++++++ 4-4_marches/bonnie_galloway/pipes.ly | 39 ++++++++ 4-4_marches/bonnie_lass_o_fyvie/bonnie.bww | 92 ------------------- 4-4_marches/bonnie_lass_o_fyvie/config.ily | 16 ++++ .../bonnie_lass_o_fyvie/notes.pipes.ily | 19 ++++ 4-4_marches/bonnie_lass_o_fyvie/pipes.ly | 34 +++++++ 4-4_marches/cockney_jocks/boni+cok.bww | 92 ------------------- 4-4_marches/cockney_jocks/config.ily | 16 ++++ 4-4_marches/cockney_jocks/notes.pipes.ily | 41 +++++++++ 4-4_marches/cockney_jocks/pipes.ly | 46 ++++++++++ 4-4_marches/crusaders_march/config.ily | 16 ++++ 4-4_marches/crusaders_march/crus.ly | 54 +++++++++++ 4-4_marches/crusaders_march/notes.pipes.ily | 30 ++++++ 4-4_marches/crusaders_march/pipes.ly | 42 +++++++++ 4-4_marches/flett_from_flotta/config.ily | 8 +- 4-4_marches/flett_from_flotta/full.ly | 73 +++++++++++++++ 4-4_marches/flett_from_flotta/notes.pipes.ily | 32 +++++++ 4-4_marches/flett_from_flotta/notes.side.ily | 6 +- 4-4_marches/flett_from_flotta/pipes.ly | 49 ++++++++++ 4-4_marches/flett_from_flotta/side.ly | 4 +- 4-4_marches/the_pikemans_march/config.ily | 17 ++-- .../the_pikemans_march/notes.pipes.ily | 41 +++++++++ 4-4_marches/the_pikemans_march/pipes.ly | 49 ++++++++++ 34 files changed, 877 insertions(+), 399 deletions(-) create mode 100644 4-4_marches/51st_highland_division/full.ly create mode 100644 4-4_marches/51st_highland_division/notes.pipes.ily create mode 100644 4-4_marches/51st_highland_division/pipes.ly delete mode 100644 4-4_marches/51st_highland_division/tune+stb.bww delete mode 100644 4-4_marches/auld_lang_syne/auld.bww create mode 100644 4-4_marches/auld_lang_syne/config.ily create mode 100644 4-4_marches/auld_lang_syne/notes.pipes.ily create mode 100644 4-4_marches/auld_lang_syne/pipes.ly delete mode 100644 4-4_marches/bonnie_galloway/bonie.bww create mode 100644 4-4_marches/bonnie_galloway/config.ily create mode 100644 4-4_marches/bonnie_galloway/notes.pipes.ily create mode 100644 4-4_marches/bonnie_galloway/pipes.ly delete mode 100644 4-4_marches/bonnie_lass_o_fyvie/bonnie.bww create mode 100644 4-4_marches/bonnie_lass_o_fyvie/config.ily create mode 100644 4-4_marches/bonnie_lass_o_fyvie/notes.pipes.ily create mode 100644 4-4_marches/bonnie_lass_o_fyvie/pipes.ly delete mode 100644 4-4_marches/cockney_jocks/boni+cok.bww create mode 100644 4-4_marches/cockney_jocks/config.ily create mode 100644 4-4_marches/cockney_jocks/notes.pipes.ily create mode 100644 4-4_marches/cockney_jocks/pipes.ly create mode 100644 4-4_marches/crusaders_march/config.ily create mode 100644 4-4_marches/crusaders_march/crus.ly create mode 100644 4-4_marches/crusaders_march/notes.pipes.ily create mode 100644 4-4_marches/crusaders_march/pipes.ly create mode 100644 4-4_marches/flett_from_flotta/full.ly create mode 100644 4-4_marches/flett_from_flotta/notes.pipes.ily create mode 100644 4-4_marches/flett_from_flotta/pipes.ly create mode 100644 4-4_marches/the_pikemans_march/notes.pipes.ily create mode 100644 4-4_marches/the_pikemans_march/pipes.ly diff --git a/4-4_marches/51st_highland_division/config.ily b/4-4_marches/51st_highland_division/config.ily index 62bd8fc..ccaa8f5 100644 --- a/4-4_marches/51st_highland_division/config.ily +++ b/4-4_marches/51st_highland_division/config.ily @@ -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 } } diff --git a/4-4_marches/51st_highland_division/full.ly b/4-4_marches/51st_highland_division/full.ly new file mode 100644 index 0000000..8728cdf --- /dev/null +++ b/4-4_marches/51st_highland_division/full.ly @@ -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 }}#} ) + } + } + } +} diff --git a/4-4_marches/51st_highland_division/notes.pipes.ily b/4-4_marches/51st_highland_division/notes.pipes.ily new file mode 100644 index 0000000..cb7c64d --- /dev/null +++ b/4-4_marches/51st_highland_division/notes.pipes.ily @@ -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 +} diff --git a/4-4_marches/51st_highland_division/pipes.ly b/4-4_marches/51st_highland_division/pipes.ly new file mode 100644 index 0000000..0063687 --- /dev/null +++ b/4-4_marches/51st_highland_division/pipes.ly @@ -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 } +} diff --git a/4-4_marches/51st_highland_division/tune+stb.bww b/4-4_marches/51st_highland_division/tune+stb.bww deleted file mode 100644 index 9adbc4a..0000000 --- a/4-4_marches/51st_highland_division/tune+stb.bww +++ /dev/null @@ -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 \ No newline at end of file diff --git a/4-4_marches/auld_lang_syne/auld.bww b/4-4_marches/auld_lang_syne/auld.bww deleted file mode 100644 index 89abefd..0000000 --- a/4-4_marches/auld_lang_syne/auld.bww +++ /dev/null @@ -1,55 +0,0 @@ -Bagpipe Reader:1.0 -Bagpipe Musicworks Gold: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,100,80,250) -TuneFormat,(1,0,F,L,500,500,500,500,L,1,0) -" Auld Lang Syne",(Y,L,0,0,Palatino Linotype,16,700,0,0,18,0,0,0) -"March",(T,C,0,0,Palatino Linotype,14,400,0,0,18,0,0,0) - - -"Tradtional",(Y,R,0,0,Palatino Linotype,10,400,0,0,18,0,0,0) -TuneTempo,84 - - - - -"The Seaforth Highlanders of Holland",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0) -"22",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0) -"2002",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0) - - - -& sharpf sharpc 4_4 I!'' - E_4 -! gg ^ts LA_4 LAr_8 ^te brl LAl_8 eg LA_4 dg C_4 -! dbb ^ts B_4 Br_8 ^te LAl_8 gg B_4 gg Cr_8 'c Bl_16 -! gg ^ts LA_4 LAr_8 ^te strlg LAl_8 gg C_4 E_4 -! dbf F_2 eg F_4 gg F_4 !t - - -& sharpf sharpc - dbe ^ts E_4 Er_8 ^te Cl_8 ag C_4 eg LA_4 -! dbb ^ts B_4 Br_8 ^te LAl_8 gg B_4 gg Cr_8 'c Bl_16 -! gg ^ts LA_4 LAr_8 ^te Fl_8 gg F_4 gg E_4 -! gg LA_2 brl LA_4 F_4 !I - -& sharpf sharpc - dbe ^ts E_4 Er_8 ^te Cl_8 strla C_4 eg LA_4 -! dbb ^ts B_4 Br_8 ^te LAl_8 gg B_4 F_4 -! dbe ^ts E_4 Er_8 ^te Cl_8 gg C_4 E_4 -! dbf F_2 eg F_4 HA_4 !t - - -& sharpf sharpc - hdbe ^ts E_4 Er_8 ^te Cl_8 strla C_4 eg LA_4 -! dbb ^ts B_4 Br_8 ^te eg LAl_8 gg B_4 gg Cr_8 'c Bl_16 -! gg ^ts LA_4 LAr_8 ^te Fl_8 gg F_4 gg E_4 -! gg LA_2 brl LA_4 ''!I diff --git a/4-4_marches/auld_lang_syne/config.ily b/4-4_marches/auld_lang_syne/config.ily new file mode 100644 index 0000000..5f7f29f --- /dev/null +++ b/4-4_marches/auld_lang_syne/config.ily @@ -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 = "Auld Lang Syne" +meter = "March" diff --git a/4-4_marches/auld_lang_syne/notes.pipes.ily b/4-4_marches/auld_lang_syne/notes.pipes.ily new file mode 100644 index 0000000..b8f13a0 --- /dev/null +++ b/4-4_marches/auld_lang_syne/notes.pipes.ily @@ -0,0 +1,32 @@ +% 4/4 Auld Lang Syne +% Pipes +\version "2.18.2" +composerPipes = "Trad." +pipeglobal = { + \bagpipeKey + } +pipesA = { + e4 | + \grg a4~ a8 [ \wbirl a8 ] \gre a4 \grd c4 | + \dblb b4~ b8 [ a8 ] \grg b4 \grg c8. [ b16 ] | + \grg a4~ a8 [ \grG a8 ] \grg c4 e4 | + \dblf f2 \gre f4 \grg f4 | + + \dble e4~ e8 [ c8 ] \gra c4 \gre a4 | + \dblb b4~ b8 [ a8 ] \grg b4 \grg c8. [ b16 ] | + \grg a4~ a8 [ f8 ] \grg f4 \grg e4 | + \grg a2 \wbirl a4 f4 +} + +pipesB = +{ + \dble e4~ e8 [ c8 ] \gra c4 \gre a4 | + \dblb b4~ b8 [ a8 ] \grg b4 f4 | + \dble e4~ e8 [ c8 ] \grg c4 e4 | + \dblf f2 \gre f4 A4 | + + \hdble e4~ e8 [ c8 ] \gra c4 \gre a4 | + \dblb b4~ b8 [ \gre a8 ] \grg b4 \grg c8. [ b16 ] | + \grg a4~ a8 [ f8 ] \grg f4 \grg e4 | + \grg a2 \wbirl a4 +} diff --git a/4-4_marches/auld_lang_syne/pipes.ly b/4-4_marches/auld_lang_syne/pipes.ly new file mode 100644 index 0000000..0793905 --- /dev/null +++ b/4-4_marches/auld_lang_syne/pipes.ly @@ -0,0 +1,37 @@ +\version "2.18.2" + +\include "config.ily" +\include "notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + { + \repeat 2 volta { \part \line } + \repeat 2 volta { \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 { + } + \midi { \confTempo } +} diff --git a/4-4_marches/bonnie_galloway/bonie.bww b/4-4_marches/bonnie_galloway/bonie.bww deleted file mode 100644 index dc9448e..0000000 --- a/4-4_marches/bonnie_galloway/bonie.bww +++ /dev/null @@ -1,74 +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,88,80,250) - -TuneFormat,(1,0,F,L,500,500,500,500,L,1,0) - -TuneTempo,90 - -" set 1",(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,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) -"4",(F,C,0,0,Times New Roman,10,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) - -"Bonnie Galloway",(I,L,0,0,Times New Roman,11,700,0,0,18,0,0,0) -& sharpf sharpc 4_4 -I! gg F_4 ^tf Fr_8 Cl_8 gg E_4 D_4 -! gg Br_8 Dl_8 ^td D_4 gg LA_2 -! gg LA_4 ^tla LAr_8 Bl_8 hvthrd D_4 F_4 -! gg E_4 ^tf Er_8 Fl_8 dbe E_4 LA_4 !t - -& sharpf sharpc - gg F_4 ^tf Fr_8 Cl_8 gg E_4 D_4 -! gg Br_8 Dl_8 ^td D_4 eg LA_2 -! gg LA_4 ^tla LAr_8 Bl_8 hvthrd D_4 F_4 -! gg E_4 ^te Er_8 Dl_8 lgstd D_2 !I - -& sharpf sharpc - dbha HA_4 ^tha HAr_8 gg HAl_8 F_4 hvthrd D_4 -! dbha HA_4 D_4 dbf F_2 -! dbha HA_4 ^tha HAr_8 gg HAl_8 F_4 hvthrd D_4 -! gg Cr_8 Bl_8 gg Cr_8 Dl_8 dbe E_4 LA_4 !t - -& sharpf sharpc - gg F_4 ^tf Fr_8 Cl_8 gg E_4 D_4 -! gg Br_8 Dl_8 ^td D_4 gg LA_2 -! gg LA_4 ^tla LAr_8 Bl_8 hvthrd D_4 F_4 -! gg E_4 ^te Er_8 Dl_8 lgstd D_4 !I - - - - - - -"We're 'no Awa' Tae Bide Awa' ",(I,L,0,0,Times New Roman,11,700,0,0,18,0,0,0) - - - -& sharpf sharpc I!'' gg LAr_8 'la Bl_16 -! grp C_4 ^tc Cr_8 El_8 gg Dr_8 Cl_8 gg Br_8 LAl_8 -! dbc C_4 eg LA_4 brl LA_4 dbc Cr_8 El_8 -! dbha HA_2 grp HAr_8 HGl_8 hdbf Fr_8 El_8 -! dbf F_2 dbe E_4 gg Fr_8 'f HGl_16 -!t -& sharpf sharpc dbha HA_4 'ha gg HA_8 gg HA_4 'ha C_8 -! thrd D_4 F_4 dbe E_4 'e strla E_8 -! gg F_4 E_4 dbha HA_4 C_4 -! dbb B_2 '1 strlg LA_4 _' '2 strlg LA_2 _' -''!I \ No newline at end of file diff --git a/4-4_marches/bonnie_galloway/config.ily b/4-4_marches/bonnie_galloway/config.ily new file mode 100644 index 0000000..31beb5f --- /dev/null +++ b/4-4_marches/bonnie_galloway/config.ily @@ -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 = "Bonnie Galloway" +meter = "March" diff --git a/4-4_marches/bonnie_galloway/notes.pipes.ily b/4-4_marches/bonnie_galloway/notes.pipes.ily new file mode 100644 index 0000000..3178da1 --- /dev/null +++ b/4-4_marches/bonnie_galloway/notes.pipes.ily @@ -0,0 +1,31 @@ +% 4/4 Bonnie Galloway> +% Pipes +\version "2.18.2" +composerPipes = "" +pipeglobal = { + \bagpipeKey + } +% Music +pipesA = { + \grg f4 f8 [ c8 ] \grg e4 d4 | + \grg b8 [ d8 ] d4 \grg a2 | + \grg a4 a8 [ b8 ] \hvthrwd d4 f4 | + \grg e4 e8 [ f8 ] \dble e4 a4 | + + \grg f4 f8 [ c8 ] \grg e4 d4 | + \grg b8 [ d8 ] d4 \gre a2 | + \grg a4 a8 [ b8 ] \hvthrwd d4 f4 | + \grg e4 e8 [ d8 ] \dbld d2 +} + +pipesB = { + \dblA A4 A8 [ \grg A8 ] f4 \hvthrwd d4 | + \dblA A4 d4 \dblf f2 | + \dblA A4 A8 [ \grg A8 ] f4 \hvthrwd d4 | + \grg c8 [ b8 ] \grg c8 [ d8 ] \dble e4 a4 | + + \grg f4 f8 [ c8 ] \grg e4 d4 | + \grg b8 [ d8 ] d4 \grg a2 | + \grg a4 a8 [ b8 ] \hvthrwd d4 f4 | + \grg e4 e8 [ d8 ] \dbld d4 +} diff --git a/4-4_marches/bonnie_galloway/pipes.ly b/4-4_marches/bonnie_galloway/pipes.ly new file mode 100644 index 0000000..b96d935 --- /dev/null +++ b/4-4_marches/bonnie_galloway/pipes.ly @@ -0,0 +1,39 @@ +\version "2.18.2" + +\include "config.ily" +\include "notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + { + \line \break + \line \break + \line \break + \line \break + } + { + \pipesA + + \pipesB + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \pipesA + \pipesB + } + \midi { \confTempo } +} diff --git a/4-4_marches/bonnie_lass_o_fyvie/bonnie.bww b/4-4_marches/bonnie_lass_o_fyvie/bonnie.bww deleted file mode 100644 index 569b005..0000000 --- a/4-4_marches/bonnie_lass_o_fyvie/bonnie.bww +++ /dev/null @@ -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 - diff --git a/4-4_marches/bonnie_lass_o_fyvie/config.ily b/4-4_marches/bonnie_lass_o_fyvie/config.ily new file mode 100644 index 0000000..3deebca --- /dev/null +++ b/4-4_marches/bonnie_lass_o_fyvie/config.ily @@ -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 = "Bonnie Lass o' Fyvie" +meter = "March" diff --git a/4-4_marches/bonnie_lass_o_fyvie/notes.pipes.ily b/4-4_marches/bonnie_lass_o_fyvie/notes.pipes.ily new file mode 100644 index 0000000..17f0074 --- /dev/null +++ b/4-4_marches/bonnie_lass_o_fyvie/notes.pipes.ily @@ -0,0 +1,19 @@ +% 4/4 Bonnie Lass o' Fyvie +% Pipes +\version "2.18.2" +composerPipes = "Trad." +pipeglobal = { + \bagpipeKey + } +pipesA = { + a8 \bar "|" + \thrwd d4 \dbld d8. [ e16 ] \thrwd d4~ d8 [ a8 ] \bar "|" + \thrwd d4 \dbld d8. [ e16 ] \thrwd d2 \bar "|" + \dble e4 \grg f8 [ g8 ] \dblA A4 g8 [ f8 ] \bar "|" + \dble e4 a4 \wbirl a4 A8. [ g16 ] \bar "|" \break + + \grA f8. [ e16 ] \grg f8 [ g8 ] \dblA A4~ A8 [ a8 ] \bar "|" + \thrwd d8. [ e16 ] \dbld d8 [ b8 ] \grg G4~ G8 [ \grd b8 ] \bar "|" + \grg a4 \thrwd d4 \dble e8 [ d8 ] \dblc c8 [ b8 ] \bar "|" + \grg a4 \thrwd d4 \dbld d4~ d8 +} diff --git a/4-4_marches/bonnie_lass_o_fyvie/pipes.ly b/4-4_marches/bonnie_lass_o_fyvie/pipes.ly new file mode 100644 index 0000000..23edbeb --- /dev/null +++ b/4-4_marches/bonnie_lass_o_fyvie/pipes.ly @@ -0,0 +1,34 @@ +\version "2.18.2" + +\include "config.ily" +\include "notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + { + \repeat volta 2 { + \part \line + } + } + { + \pipesA + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + } + \midi { \confTempo } +} diff --git a/4-4_marches/cockney_jocks/boni+cok.bww b/4-4_marches/cockney_jocks/boni+cok.bww deleted file mode 100644 index 569b005..0000000 --- a/4-4_marches/cockney_jocks/boni+cok.bww +++ /dev/null @@ -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 - diff --git a/4-4_marches/cockney_jocks/config.ily b/4-4_marches/cockney_jocks/config.ily new file mode 100644 index 0000000..35251f4 --- /dev/null +++ b/4-4_marches/cockney_jocks/config.ily @@ -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" diff --git a/4-4_marches/cockney_jocks/notes.pipes.ily b/4-4_marches/cockney_jocks/notes.pipes.ily new file mode 100644 index 0000000..3dfc358 --- /dev/null +++ b/4-4_marches/cockney_jocks/notes.pipes.ily @@ -0,0 +1,41 @@ +% <> <> +% 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 +} diff --git a/4-4_marches/cockney_jocks/pipes.ly b/4-4_marches/cockney_jocks/pipes.ly new file mode 100644 index 0000000..a69c606 --- /dev/null +++ b/4-4_marches/cockney_jocks/pipes.ly @@ -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 } +} diff --git a/4-4_marches/crusaders_march/config.ily b/4-4_marches/crusaders_march/config.ily new file mode 100644 index 0000000..b26240e --- /dev/null +++ b/4-4_marches/crusaders_march/config.ily @@ -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 = "The Crusader's March" +meter = "March" diff --git a/4-4_marches/crusaders_march/crus.ly b/4-4_marches/crusaders_march/crus.ly new file mode 100644 index 0000000..53e493f --- /dev/null +++ b/4-4_marches/crusaders_march/crus.ly @@ -0,0 +1,54 @@ +\include "bagpipe.ly" +melody = { + \set Staff.midiInstrument = #"bagpipe" + \hideKeySignature + \cadenzaOn + \once \override Score.BreakAlignment #'break-align-orders = + #(make-vector 3 '(instrument-name + left-edge + ambitus + span-bar + breathing-sign + clef + key-signature + time-signature + staff-bar + custos + span-bar)) + \time 4/4 + \grg a8. [ b16 ] \bar "|" + \grg c4 \grip c4 \dblc c4 \gre a8. [ \grd c16 ] \bar "|" + \dble e4 \grip e8. [ f16 ] \dble e4 \grg f8. [ g16 ] \bar "|" + \dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblc c8 [ e8 ] \grg a8. [ \grd c16 ] \bar "|" + \dblc c8 [ \grg b8 ] \grip b8. [ c16 ] \dblb b4 \gre a8. [ b16 ] \bar "|" \break + + \grg c4 \grip c4 \dblc c4 \gre a8. [ \grd c16 ] \bar "|" + \dble e4 \grip e8. [ f16 ] \dble e4 \thrwd d8 [ f8 ] \bar "|" + \dble e8 [ c8 ] \dbld d8 [ b8 ] \dblc c8 [ e8 ] \thrwd d8 [ b8 ] \bar "|" + \dblb b8 [ \gre a8 ] \wbirl a8. [ b16 ] \grG a4 \grg a16 [ b16 \grip c16 d16 ] \bar ".|" \break + \dble e4 \gra e8. [ f16 ] \dble e8 [ d8 ] \dblc c8 [ \gre b8 ] \bar "|" + \dblb b8 [ \gre a8 ] \wbirl a8. [ b16 ] \grG a4 \grg f8. [ g16 ] \bar "|" + \dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblc c8 [ e8 ] \grg a8. [ \grd c16 ] \bar "|" + \dblc c8 [ \grg b8 ] \grip b8. [ c16 ] \dblb b4 \gre a8. [ b16 ] \bar "|" \break + + \grg c4 \grip c4 \dblc c4 \gre a8. [ \grd c16 ] \bar "|" + \dble e4 \grip e8. [ f16 ] \dble e4 \thrwd d8 [ f8 ] \bar "|" + \dble e8 [ c8 ] \dbld d8 [ b8 ] \dblc c8 [ e8 ] \thrwd d8 [ b8 ] \bar "|" + \dblb b8 [ \gre a8 ] \wbirl a8. [ b16 ] \grG a2 \bar ".|" \break + + } + +\score { + \melody + \layout { + indent = 0.0\cm + \context { \Score \remove "Bar_number_engraver" } + } + \header { + title = "March" + meter = "The Crusaders March" + arranger = "part 2" + } + +} + diff --git a/4-4_marches/crusaders_march/notes.pipes.ily b/4-4_marches/crusaders_march/notes.pipes.ily new file mode 100644 index 0000000..660f200 --- /dev/null +++ b/4-4_marches/crusaders_march/notes.pipes.ily @@ -0,0 +1,30 @@ +% 4/4 The Crusader's March +% Pipes +\version "2.18.2" +composerPipes = "" +pipeglobal = { + \bagpipeKey + } +pipesA = { + \grg a8. [ b16 ] | + \grg c4 \grip c4 \dblc c4 \gre a8. [ \grd c16 ] | + \dble e4 \grip e8. [ f16 ] \dble e4 \grg f8. [ g16 ] | + \dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblc c8 [ e8 ] \grg a8. [ \grd c16 ] | + \dblc c8 [ \grg b8 ] \grip b8. [ c16 ] \dblb b4 \gre a8. [ b16 ] | + + \grg c4 \grip c4 \dblc c4 \gre a8. [ \grd c16 ] | + \dble e4 \grip e8. [ f16 ] \dble e4 \thrwd d8 [ f8 ] | + \dble e8 [ c8 ] \dbld d8 [ b8 ] \dblc c8 [ e8 ] \thrwd d8 [ b8 ] | + \dblb b8 [ \gre a8 ] \wbirl a8. [ b16 ] \grG a4 \grg a16 [ b16 \grip c16 d16 ] +} +pipesB = { + \dble e4 \gra e8. [ f16 ] \dble e8 [ d8 ] \dblc c8 [ \gre b8 ] | + \dblb b8 [ \gre a8 ] \wbirl a8. [ b16 ] \grG a4 \grg f8. [ g16 ] | + \dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblc c8 [ e8 ] \grg a8. [ \grd c16 ] | + \dblc c8 [ \grg b8 ] \grip b8. [ c16 ] \dblb b4 \gre a8. [ b16 ] | + + \grg c4 \grip c4 \dblc c4 \gre a8. [ \grd c16 ] | + \dble e4 \grip e8. [ f16 ] \dble e4 \thrwd d8 [ f8 ] | + \dble e8 [ c8 ] \dbld d8 [ b8 ] \dblc c8 [ e8 ] \thrwd d8 [ b8 ] | + \dblb b8 [ \gre a8 ] \wbirl a8. [ b16 ] \grG a2 +} diff --git a/4-4_marches/crusaders_march/pipes.ly b/4-4_marches/crusaders_march/pipes.ly new file mode 100644 index 0000000..02aa4cf --- /dev/null +++ b/4-4_marches/crusaders_march/pipes.ly @@ -0,0 +1,42 @@ +\version "2.18.2" + +\include "config.ily" +\include "notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + { + \part + \line \break + \line \break + + \line + \line \break + } + { + \pipesA + + \pipesB + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \pipesA + + \pipesB + } + \midi { \confTempo } +} diff --git a/4-4_marches/flett_from_flotta/config.ily b/4-4_marches/flett_from_flotta/config.ily index 0a1c04c..a6970a2 100644 --- a/4-4_marches/flett_from_flotta/config.ily +++ b/4-4_marches/flett_from_flotta/config.ily @@ -4,9 +4,11 @@ global = { \time 4/4 \eighthBeaming } - +confTempo = { + \tempo 4 = 90 + } %% Format -part = { \partial 8 s8 } +part = { \partial 4 s4 } halfline = { \repeat unfold 2 { s1 | } } line = { \repeat unfold 2 { \halfline } } @@ -18,4 +20,4 @@ meter = "March" composerSide = "" composerTenor = "" composerBass = "" -composerPipes = "" \ No newline at end of file +composerPipes = "" diff --git a/4-4_marches/flett_from_flotta/full.ly b/4-4_marches/flett_from_flotta/full.ly new file mode 100644 index 0000000..c74e21f --- /dev/null +++ b/4-4_marches/flett_from_flotta/full.ly @@ -0,0 +1,73 @@ +\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 } + << + { + \repeat volta 2 { + \part \line \break + \line \break + } + \repeat volta 2 { + \part \line \break + \line \break + } + }%Format + { + \pipesA s4 + + \pipesB s4 + }%Pipes + >> + } + \new PipeBandDrumStaff = "side" { + \sideglobal + \set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide} + \set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide} + s8 \snareA s8 + + s4 \snareB s8 + } +% \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 }}#} ) + } + } + } +} diff --git a/4-4_marches/flett_from_flotta/notes.pipes.ily b/4-4_marches/flett_from_flotta/notes.pipes.ily new file mode 100644 index 0000000..dc84c34 --- /dev/null +++ b/4-4_marches/flett_from_flotta/notes.pipes.ily @@ -0,0 +1,32 @@ +% 4/4 Flett from Flotta +% Pipes +\version "2.18.2" +composerPipes = "PM Donald MacLeod" +pipeglobal = { + \bagpipeKey + } +pipesA = { + \grg f8. [ e16 ] | + \dblc c8. [ e16 ] \dblc c8 [ \gre b8 ] \dblc c4 \gre a8 [ \grd c8 ] | + \grg e8. [ f16 ] \dble e8 [ c8 ] \dble e4 \dblc c8 [ e8 ] | + \dblf f8. [ e16 ] \grg f8 [ A8 ] \hdblf f4 \dble e8 [ c8 ] | + \dblf f8. [ e16 ] \dblc c8 [ \gre a8 ] \grip b4 \grg f8. [ e16 ] | + + \dblc c8. [ e16 ] \dblc c8 [ \gre b8 ] \dblc c4 \gre a8 [ \grd c8 ] | + \grg e8. [ f16 ] \dble e8 [ c8 ] \dblA A4 a8. [ b16 ] | + \grip c4 \dblA A4 e16 [ \grg c8. ] \grg b8. [ \grd c16 ] | + \grg a2 \wbirl a4 +} + +pipesB = { + \grg a8 [ \grd c8 ] | + \dble e4 \grg a8 [ \grd c8 ] \dblA A4 a8 [ \grd c8 ] | + \grg e8. [ f16 ] \dble e8 [ c8 ] \dble e4 \grg a8 [ \grd c8 ] | + \dblA A4 a8 [ \grd c8 ] \dble e4 \dblc c8 [ e8 ] | + \dblf f8. [ e16 ] \dblc c8 [ \gre a8 ] \grip b4 \grg f8. [ e16 ] | + + \dblc c8. [ e16 ] \dblc c8 [ \gre b8 ] \dblc c4 \gre a8 [ \grd c8 ] | + \grg e8. [ f16 ] \dble e8 [ c8 ] \dblA A4 a8. [ b16 ] | + \grip c4 \dblA A4 e16 [ \grg c8. ] \grg b8. [ \grd c16 ] | + \grg a2 \wbirl a4 +} diff --git a/4-4_marches/flett_from_flotta/notes.side.ily b/4-4_marches/flett_from_flotta/notes.side.ily index ee07480..7002591 100644 --- a/4-4_marches/flett_from_flotta/notes.side.ily +++ b/4-4_marches/flett_from_flotta/notes.side.ily @@ -2,7 +2,9 @@ % Snare \version "2.18.2" composerSide = "" - +sideglobal = { + \eighthBeaming + } %%music snareA = \drummode { d8:32( | @@ -26,4 +28,4 @@ snareB = \drummode { g8) \tuplet 3/2 { d16 g d-> } g16. g32 d8 \flamg g4 d8:32( g8:32) | \flamd d8 \tuplet 3/2 { g16 d g } d8:32(-> g8:32)(-> \tuplet 3/2 { d16) g d } \flamg g8 \flamd d8 g8:32( | d4)-> d4:32( d4) r8 -} \ No newline at end of file +} diff --git a/4-4_marches/flett_from_flotta/pipes.ly b/4-4_marches/flett_from_flotta/pipes.ly new file mode 100644 index 0000000..7432494 --- /dev/null +++ b/4-4_marches/flett_from_flotta/pipes.ly @@ -0,0 +1,49 @@ +\version "2.18.2" + +\include "config.ily" +\include "notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + { + \repeat volta 2 { + \partial 4 s4 + \line \break + \line \break + } + \repeat volta 2 { + \partial 4 s4 + \line \break + \line \break + } + } + { + \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 } +} diff --git a/4-4_marches/flett_from_flotta/side.ly b/4-4_marches/flett_from_flotta/side.ly index 33c6635..f28a429 100644 --- a/4-4_marches/flett_from_flotta/side.ly +++ b/4-4_marches/flett_from_flotta/side.ly @@ -13,7 +13,7 @@ } { - \snareA s8 + s8 \snareA s8 \snareB s8 } @@ -25,4 +25,4 @@ instrument = \instrumentSide composer = \composerSide } -} \ No newline at end of file +} diff --git a/4-4_marches/the_pikemans_march/config.ily b/4-4_marches/the_pikemans_march/config.ily index 1907399..dcafc87 100644 --- a/4-4_marches/the_pikemans_march/config.ily +++ b/4-4_marches/the_pikemans_march/config.ily @@ -3,17 +3,14 @@ global = { \time 4/4 } - +confTempo = { + \tempo 4 = 80 + } %% Format part = { \partial 8 s8 } -line = { \repeat unfold 4 { s1 | } } +halfline = { \repeat unfold 4 { s1 | } } +line = { \repeat unfold 2 { \halfline } } %% Headers -title = "The Pikeman's March" -meter = "March" - - -composerSide = "" -composerTenor = "" -composerBass = "" -composerPipes = "" \ No newline at end of file +title = "Title" +meter = "Meter" diff --git a/4-4_marches/the_pikemans_march/notes.pipes.ily b/4-4_marches/the_pikemans_march/notes.pipes.ily new file mode 100644 index 0000000..38bc38b --- /dev/null +++ b/4-4_marches/the_pikemans_march/notes.pipes.ily @@ -0,0 +1,41 @@ +% 4/4 Pikeman's March +% Pipes +\version "2.18.2" +composerPipes = "" +pipeglobal = { + \bagpipeKey + } +% Music +pipesA = { +e8 | + \grg a4 \grg b16 [ c16 d8 ] \grg e8 [ \gra e8~ ] e8 [ d8 ] | + \dble e8. [ d16 ] \grg e8 [ f8 ] \grg e8 [ \gra e8 ] \grg a4 | + \grg G4 \grg b8 [ \grG a8 ] \grg b16 [ d8. ] \slurc d8 [ e8 ] | + \dbld d8. [ b16 ] \grg G8 [ \grd b8 ] \thrwd d4 d8 [ G8 ] | + + \grg a4 \grg b16 [ c16 d8 ] \grg e8 [ \gra e8 ] e8 [ d8 ] | + \dble e8. [ d16 ] \grg e8 [ f8 ] \grg e8 [ \gra e8 ] \grg a4 | + A8 [ \slurf g8 ] g8 [ e8 ] \dbld d8 [ b8 ] b8 [ G8 ] | + \grg a8. [ \grd b16 ] \gre a8 [ \grd G8 ] \grg a4. +} + +pipesBA = { + e8 | + A8 [ \grg A8 ] A8 [ g8 ] \hdble e8 [ d8 ] d8 [ e8 ] | + \dblg g8. [ A16 ] g8 [ e8 ] \dbld d8 [ b8 ] \grg G4 | + A8 [ \grg A8 ] A8 [ g8 ] \hdble e8 [ d8 ] d8 [ e8 ] | + \dblg g8. [ A16 ] g8 [ e8 ] \dblg g4 A16 [ g16 e16 ] g16 ] | +} +pipesBB = { + A8 [ \grg A8 ] A8 [ g8 ] \hdble e8 [ d8 ] d8 [ e8 ] | + \dblg g8. [ A16 ] g8 [ e8 ] \dbld d8 [ b8 ] \grg G4 | + \grg a8. [ \grd b16 ] \gre a8 [ \grd G8 ] \grg a16 [ e8. ] \dbld d8 [ b8 ] | + \grG a4 \grg b16 [ c16 d8 ] \dble e2 | +} + +pipesBC = { + A8 [ \grg A8 ] A8 [ g8 ] \hdble e8 [ d8 ] d8 [ e8 ] | + \dblg g8. [ A16 ] g8 [ e8 ] \dbld d8 [ b8 ] \grg G4 | + \grg a8. [ \grd b16 ] \gre a8 [ \grd G8 ] \grg a16 [ e8. ] \dbld d8 [ b8 ] | + \grG a4 \dblb b8 [ \gre G8 ] \grg a2 +} diff --git a/4-4_marches/the_pikemans_march/pipes.ly b/4-4_marches/the_pikemans_march/pipes.ly new file mode 100644 index 0000000..bdbb39a --- /dev/null +++ b/4-4_marches/the_pikemans_march/pipes.ly @@ -0,0 +1,49 @@ +\version "2.18.2" + +\include "config.ily" +\include "notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + { + \repeat volta 2 { + \part + \line \break + \line \break + } + \part \line \break + \line \break + \line \break + } + { + \pipesA + + \pipesBA + \pipesBB + \pipesBC + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \partial 8 + \pipesA + \pipesA + \pipesBA + \pipesBB + \pipesBC + } + \midi { \confTempo } +}