mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
Added a few 6/8s, and removed the original bww files
This commit is contained in:
parent
e3bceb965a
commit
9b7709bf0b
13 changed files with 87 additions and 647 deletions
|
@ -2,6 +2,7 @@
|
||||||
% Pipes
|
% Pipes
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerPipes = ""
|
composerPipes = ""
|
||||||
|
pipeglobal = { }
|
||||||
pipesA = {
|
pipesA = {
|
||||||
\dblA A8 |
|
\dblA A8 |
|
||||||
\dblc c8 [ \gre b16. \grd c32 ] \grg a16. [ b32 \grg c16. d32 ] |
|
\dblc c8 [ \gre b16. \grd c32 ] \grg a16. [ b32 \grg c16. d32 ] |
|
||||||
|
|
|
@ -6,8 +6,7 @@
|
||||||
\score {
|
\score {
|
||||||
\new Staff {
|
\new Staff {
|
||||||
\global
|
\global
|
||||||
\bagpipeKey
|
\pipeglobal
|
||||||
\set Staff.midiInstrument = #"bird tweet"
|
|
||||||
<<
|
<<
|
||||||
{
|
{
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
|
@ -16,21 +15,21 @@
|
||||||
\break
|
\break
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
\part \halfline
|
\part \halfline
|
||||||
}
|
}
|
||||||
\alternative {
|
\alternative {
|
||||||
{\halfline}
|
{\halfline}
|
||||||
{\halfline}
|
{\halfline}
|
||||||
}
|
}
|
||||||
|
|
||||||
\bar "|."
|
\bar "|."
|
||||||
}
|
}%Format
|
||||||
{
|
{
|
||||||
\pipesA s8
|
\pipesA s8
|
||||||
|
|
||||||
\pipesB
|
\pipesB
|
||||||
\pipesBA s8
|
\pipesBA s8
|
||||||
\pipesBB
|
\pipesBB
|
||||||
} >>
|
}
|
||||||
|
>>
|
||||||
}
|
}
|
||||||
\header {
|
\header {
|
||||||
title = \title
|
title = \title
|
||||||
|
@ -38,7 +37,25 @@
|
||||||
instrument = \instrumentPipes
|
instrument = \instrumentPipes
|
||||||
composer = \composerPipes
|
composer = \composerPipes
|
||||||
}
|
}
|
||||||
\midi {
|
}
|
||||||
\tempo 4 = 90
|
\score {
|
||||||
|
\new Staff { \global \pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
\partial 8
|
||||||
|
\pipesA
|
||||||
|
\pipesA
|
||||||
|
|
||||||
|
\pipesB
|
||||||
|
\pipesBA
|
||||||
|
\pipesBB
|
||||||
|
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,18 +1,43 @@
|
||||||
% <<TimeSig>> <<Title>>
|
% 3/4 The Ballad of the Green Berets
|
||||||
% Pipes
|
% Pipes
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerPipes = ""
|
composerPipes = "F.J. de Boone, 2009"
|
||||||
pipeglobal = {
|
pipeglobal = {
|
||||||
\bagpipeKey
|
\bagpipeKey
|
||||||
}
|
}
|
||||||
pipesA = {
|
pipesA = {
|
||||||
|
\grg c8 [ \grG c8 ] \grg c4 c8 a8 |
|
||||||
|
\grg b8 [ \grG b8 ] a2 |
|
||||||
|
e8 [ \gra e8 ] \grg e4. \grg e8 |
|
||||||
|
\grg f8 e8 \grg e2 |
|
||||||
|
|
||||||
|
A8 [ \grg A8 ] \grg A4. f8 |
|
||||||
|
d8 [ f8 ] \grg e4. \grg e8 |
|
||||||
|
\grg c8 [ \grG c8 ] b4. c16 [ \grG c16 ] |
|
||||||
|
b8. a16 \grG a2 |
|
||||||
}
|
}
|
||||||
|
|
||||||
pipesB = {
|
pipesB = {
|
||||||
|
A8 [ \grg A8 ] \grg A4. f8 |
|
||||||
|
d8 [ f8 ] \grg e2 |
|
||||||
|
\grg e8 [ \grG e8 ] \grg e4. \grg e8 |
|
||||||
|
f8 \grg e8 \gra e2 |
|
||||||
|
|
||||||
|
|
|
||||||
|
A8 [ \grg A8 ] \grg A8 \grg A4 f8 |
|
||||||
|
d8 [ f8 ] \grg e4. \grg e8 |
|
||||||
|
\grg c8 [ \grG c8 ] b4. c16 [ \grG c16 ] |
|
||||||
|
b8. a16 \grG a2 |
|
||||||
}
|
}
|
||||||
|
|
||||||
pipesC = {
|
pipesC = {
|
||||||
|
\grg c8 [ \grG c8 ] \grg c4 c8 a8 |
|
||||||
|
\grg b8 [ \grG b8 ] a2 |
|
||||||
|
e8 [ \gra e8 ] \grg e4 \grg e4 |
|
||||||
|
\grg f8 e8 \gra e2 |
|
||||||
|
|
||||||
|
A8 [ \grg A8 ] \grg A4. f8 |
|
||||||
|
d8 [ f8 ] \grg e4. \grg e8 |
|
||||||
|
\grg c8 [ \grG c8 ] b4. c16 [ \grG c16 ] |
|
||||||
|
b8. a16 \grG a2 |
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,79 +0,0 @@
|
||||||
Bagpipe Reader:1.0
|
|
||||||
|
|
||||||
MIDINoteMappings,(55,57,59,60,62,64,65,67,69,57,59,61,62,64,66,67,69,71,56,58,60,61,63,65,66,68,70)
|
|
||||||
|
|
||||||
FrequencyMappings,(392,440,494,523,587,659,699,784,880,440,494,554,587,659,740,784,880,988,415,466,523,554,622,699,740,831,932)
|
|
||||||
|
|
||||||
InstrumentMappings,(71,71,46,34,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,500,500,500,L,1,0)
|
|
||||||
|
|
||||||
TuneTempo,90
|
|
||||||
|
|
||||||
"The 10th Bat. Highland Light Infantry crossing the Rhine",(T,L,0,0,Times New Roman,16,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)
|
|
||||||
|
|
||||||
|
|
||||||
"The Seaforth Highlanders of Holland",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"16",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"Oktober 10th 2009",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
"",(I,L,0,0,Times New Roman,11,700,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
& sharpf sharpc 6_8 I!'' gg LA_8
|
|
||||||
! thrd Dr_8 'd Fl_16 gg LAl_8 thrd D_4 F_8
|
|
||||||
! gg Fr_8 'f HGl_16 HAl_8 space hdbf Fr_8 'f El_16 Dl_8
|
|
||||||
! gg C_4 grp E_8 gg LAr_8 'la dg Cl_16 El_8
|
|
||||||
! gg Er_8 'e Fl_16 HGl_8 space hdbf Fr_8 'f El_16 Dl_8 !t
|
|
||||||
|
|
||||||
& sharpf sharpc '22
|
|
||||||
gstd Dr_8 'd Fl_16 gg LAl_8 thrd D_4 F_8
|
|
||||||
! gg Fr_8 'f HGl_16 HAl_8 space hdbf Fr_8 'f El_16 Dl_8
|
|
||||||
! gg C_4 grp E_8 gg LAr_8 'la dg Cl_16 El_8
|
|
||||||
! thrd D_4 'd gstd D_4 _' ''!I
|
|
||||||
|
|
||||||
& sharpf sharpc I!'' dbhg HG_8
|
|
||||||
! HA_4 F_8 thrd D_4 F_8
|
|
||||||
! gg Fr_16 HAl_8 'ha Fl_8 space gg Fr_8 'f El_16 Dl_8
|
|
||||||
! gg C_4 grp E_8 gg LAr_8 'la dg Cl_16 El_8
|
|
||||||
! gg Er_8 'e Fl_16 HGl_8 space hdbf Fr_8 'f El_16 Dl_8 !t
|
|
||||||
|
|
||||||
& sharpf sharpc '1
|
|
||||||
HA_4 F_8 thrd D_4 F_8
|
|
||||||
! gg Fr_16 HAl_8 'ha Fl_8 space gg Fr_8 'f El_16 Dl_8
|
|
||||||
! gg C_4 grp E_8 gg LAr_8 'la dg Cl_16 El_8
|
|
||||||
! thrd D_4 'd gstd D_4 _' ''!I
|
|
||||||
|
|
||||||
& sharpf sharpc I!'' gg LA_8
|
|
||||||
! thrd D_4 'd gg LAr_8 'la Dl_16 Fl_8
|
|
||||||
! gg Fr_16 HAl_8 'ha Fl_8 space gg Fr_8 'f El_16 Dl_8
|
|
||||||
! dbc C_4 'c gg LAr_8 'la dg Cl_16 El_8
|
|
||||||
! gg Er_8 'e Fl_16 HGl_8 space hdbf Fr_8 'f El_16 Dl_8 !t
|
|
||||||
|
|
||||||
& sharpf sharpc '24
|
|
||||||
gstd D_4 'd gg LAr_8 'la Dl_16 Fl_8
|
|
||||||
! gg Fr_16 HAl_8 'ha Fl_8 space gg Fr_8 'f El_16 Dl_8
|
|
||||||
! gg C_4 grp E_8 gg LAr_8 'la dg Cl_16 El_8
|
|
||||||
! thrd D_4 'd gstd D_4 _' ''!I
|
|
||||||
|
|
||||||
& sharpf sharpc I!'' dbhg HG_8
|
|
||||||
! HA_4 grp HA_8 LAr_8 'la Dl_16 Fl_8
|
|
||||||
! gg Fr_16 HAl_8 'ha Fl_8 space gg Fr_8 'f El_16 Dl_8
|
|
||||||
! gg C_4 grp E_8 gg LAr_8 'la dg Cl_16 El_8
|
|
||||||
! gg Er_8 'e Fl_16 HGl_8 space hdbf Fr_8 'f El_16 Dl_8 !t
|
|
||||||
|
|
||||||
& sharpf sharpc '1
|
|
||||||
HA_4 grp HA_8 LAr_8 'la Dl_16 Fl_8
|
|
||||||
! gg Fr_16 HAl_8 'ha Fl_8 space gg Fr_8 'f El_16 Dl_8
|
|
||||||
! gg C_4 grp E_8 gg LAr_8 'la dg Cl_16 El_8
|
|
||||||
! thrd D_4 'd gstd D_4 _' ''!I
|
|
||||||
|
|
|
@ -1,135 +1,2 @@
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
|
|
||||||
\include "config.ily"
|
|
||||||
\include "notes.pipes.ily"
|
|
||||||
|
|
||||||
\score {
|
|
||||||
\new Staff {
|
|
||||||
\global
|
|
||||||
\pipeglobal
|
|
||||||
<<
|
|
||||||
{
|
|
||||||
\repeat volta 2 {
|
|
||||||
\part \halfline
|
|
||||||
\set Score.repeatCommands = #'((volta "2 of 2"))
|
|
||||||
\halfline
|
|
||||||
\set Score.repeatCommands = #'((volta #f)) \bar "|"
|
|
||||||
}
|
|
||||||
\break
|
|
||||||
\repeat volta 2 {
|
|
||||||
\part \halfline
|
|
||||||
\set Score.repeatCommands = #'((volta "1 of 2"))
|
|
||||||
\halfline
|
|
||||||
\set Score.repeatCommands = #'((volta #f)) \bar "|"
|
|
||||||
}
|
|
||||||
\break
|
|
||||||
\repeat volta 2 {
|
|
||||||
\part \halfline
|
|
||||||
\set Score.repeatCommands = #'((volta "2 of 4"))
|
|
||||||
\halfline
|
|
||||||
\set Score.repeatCommands = #'((volta #f)) \bar "|"
|
|
||||||
}
|
|
||||||
\break
|
|
||||||
\repeat volta 2 {
|
|
||||||
\part \halfline
|
|
||||||
\set Score.repeatCommands = #'((volta "1 of 4"))
|
|
||||||
\halfline
|
|
||||||
\set Score.repeatCommands = #'((volta #f)) \bar "|"
|
|
||||||
}
|
|
||||||
}%Format
|
|
||||||
{
|
|
||||||
\pipesAA
|
|
||||||
\pipesAB s8
|
|
||||||
|
|
||||||
\pipesBA
|
|
||||||
\pipesBB s8
|
|
||||||
|
|
||||||
\pipesCA
|
|
||||||
\pipesCB s8
|
|
||||||
|
|
||||||
\pipesDA
|
|
||||||
\pipesDB s8
|
|
||||||
}
|
|
||||||
>>
|
|
||||||
}
|
|
||||||
\header {
|
|
||||||
title = \title
|
|
||||||
meter = \meter
|
|
||||||
instrument = \instrumentPipes
|
|
||||||
composer = \composerPipes
|
|
||||||
}
|
|
||||||
}
|
|
||||||
\score {
|
|
||||||
\new Staff {
|
|
||||||
\global
|
|
||||||
\pipeglobal
|
|
||||||
<<
|
|
||||||
{
|
|
||||||
\repeat volta 2 { \part \line }
|
|
||||||
\break
|
|
||||||
\repeat volta 2 { \part \halfline}
|
|
||||||
\alternative{ {\halfline} {\halfline} }
|
|
||||||
|
|
||||||
\break
|
|
||||||
\repeat volta 2 { \part \line }
|
|
||||||
\break
|
|
||||||
\repeat volta 2 { \part \halfline }
|
|
||||||
\alternative{ {\halfline} {\halfline} }
|
|
||||||
}%Format
|
|
||||||
{
|
|
||||||
\pipesAA
|
|
||||||
\pipesAB s8
|
|
||||||
|
|
||||||
\pipesBA
|
|
||||||
\pipesBB s8
|
|
||||||
\pipesAB s8
|
|
||||||
|
|
||||||
\pipesCA
|
|
||||||
\pipesCB s8
|
|
||||||
|
|
||||||
\pipesDA
|
|
||||||
\pipesDB s8
|
|
||||||
\pipesCB s8
|
|
||||||
}
|
|
||||||
>>
|
|
||||||
}
|
|
||||||
\header {
|
|
||||||
title = \title
|
|
||||||
meter = \meter
|
|
||||||
instrument = \instrumentPipes
|
|
||||||
composer = \composerPipes
|
|
||||||
}
|
|
||||||
}
|
|
||||||
\score {
|
|
||||||
\new Staff { \global \pipeglobal
|
|
||||||
\set Staff.midiInstrument = #"bagpipe"
|
|
||||||
%%Tune
|
|
||||||
\partial 8
|
|
||||||
\pipesAA
|
|
||||||
\pipesAB
|
|
||||||
\pipesAA
|
|
||||||
\pipesAB
|
|
||||||
|
|
||||||
\pipesBA
|
|
||||||
\pipesBB
|
|
||||||
\pipesBA
|
|
||||||
\pipesAB
|
|
||||||
|
|
||||||
\pipesCA
|
|
||||||
\pipesCB
|
|
||||||
\pipesCA
|
|
||||||
\pipesCB
|
|
||||||
|
|
||||||
\pipesDA
|
|
||||||
\pipesDB
|
|
||||||
\pipesDA
|
|
||||||
\pipesCB
|
|
||||||
}
|
|
||||||
\midi { \confTempo }
|
|
||||||
\header {
|
|
||||||
title = \title
|
|
||||||
meter = \meter
|
|
||||||
instrument = \instrumentPipes
|
|
||||||
composer = \composerPipes
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,110 +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,(110,110,88,80,0)
|
|
||||||
|
|
||||||
TuneFormat,(1,0,F,L,500,500,610,500,L,0,0)
|
|
||||||
|
|
||||||
TuneTempo,90
|
|
||||||
|
|
||||||
"The Cock o' the North",(T,L,0,0,Times New Roman,16,700,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
"March",(Y,C,0,0,Times New Roman,14,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
"Trad.",(M,R,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
|
|
||||||
"PM FrankJan de Boone-The Seaforth Highlanders of Holland",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"C 5",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"2000",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"1st Part"
|
|
||||||
|
|
||||||
& sharpf sharpc 6_8 I!'' HA_8
|
|
||||||
! Cr_16 dg LAr_8 'la dg Cl_8 dbb B_4 strlg LA_8
|
|
||||||
! gg LAr_8 'la dg Cl_16 El_8 dbf F_4 E_8
|
|
||||||
! gg Cr_16 dg LAr_8 'la dg Cl_8 dbc Cr_8 'c Bl_16 strlg LAl_8
|
|
||||||
! gg B_4 'b tar B_4 HA_8 !t
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
Cr_16 dg LAr_8 'la dg Cl_8 dbb B_4 strlg LA_8
|
|
||||||
! gg LAr_8 'la dg Cl_16 El_8 dbf F_4 E_8
|
|
||||||
! gg Cr_16 dg LAr_8 'la dg Cl_8 dbb B_4 eg LG_8
|
|
||||||
! gg LA_4 'la brl LA_4 ''!I
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"2nd Part"
|
|
||||||
|
|
||||||
& sharpf sharpc I!'' dbhg HG_8
|
|
||||||
! dbha HA_4 E_8 dbf F_4 E_8
|
|
||||||
! dbha HA_4 E_8 dbf F_4 E_8
|
|
||||||
! gg Cr_16 dg LAr_8 'la dg Cl_8 dbc Cr_8 'c Bl_16 strlg LAl_8
|
|
||||||
! gg B_4 'b !t
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc '1 tar B_4 dbhg HG_8
|
|
||||||
! dbha HA_4 E_8 dbf F_4 E_8
|
|
||||||
! dbha HA_4 E_8 dbf F_4 E_8
|
|
||||||
! gg Cr_16 dg LAr_8 'la dg Cl_8 dbb B_4 eg LG_8
|
|
||||||
! gg LA_4 'la brl LA_4 _' ''!I
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc '2 Br_8 'b gg Cl_16 Dl_8
|
|
||||||
|
|
||||||
! gg Cr_16 Er_8 'e Cl_8 dbb B_4 strlg LA_8
|
|
||||||
! gg LAr_8 'la dg Cl_16 El_8 dbf F_4 E_8
|
|
||||||
! gg Cr_16 dg LAr_8 'la dg Cl_8 dbb B_4 eg LG_8
|
|
||||||
! gg LA_4 'la brl LA_4 _' !I
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"3rd Part"
|
|
||||||
|
|
||||||
& sharpf sharpc I!'' dbha HA_8
|
|
||||||
! C_4 tar C_8 dbc Cr_8 'c Bl_16 strlg LAl_8
|
|
||||||
! gg C_4 grp E_8 dbf F_4 E_8
|
|
||||||
! gg C_4 tar C_8 dbc Cr_8 'c Bl_16 strlg LAl_8
|
|
||||||
! gg B_4 'b tar B_4 HA_8 !t
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
C_4 tar C_8 dbc Cr_8 'c Bl_16 strlg LAl_8
|
|
||||||
! gg C_4 grp E_8 dbf F_4 E_8
|
|
||||||
! gg Cr_16 dg LAr_8 'la dg Cl_8 dbb B_4 eg LG_8
|
|
||||||
! gg LA_4 'la brl LA_4 ''!I
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"4th Part"
|
|
||||||
|
|
||||||
& sharpf sharpc I!'' dbhg HG_8
|
|
||||||
! dbha HA_4 E_8 dbf F_4 E_8
|
|
||||||
! gg Fr_16 HAl_8 'ha El_8 dbf F_4 E_8
|
|
||||||
! Cr_16 HAr_8 'ha Cl_8 dbc Cr_8 'c Bl_16 strlg LAl_8
|
|
||||||
! gg B_4 'b !t
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc '1 tar B_4 dbhg HG_8
|
|
||||||
! dbha HA_4 E_8 dbf F_4 E_8
|
|
||||||
! gg Fr_16 HAl_8 'ha El_8 dbf F_4 E_8
|
|
||||||
! Cr_16 dg LAr_8 'la dg Cl_8 dbb B_4 eg LG_8
|
|
||||||
! gg LA_4 'la brl LA_4 _' ''!I
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc '2 Br_8 'b gg Cl_16 Dl_8
|
|
||||||
! gg Cr_16 Er_8 'e Cl_8 dbb B_4 strlg LA_8
|
|
||||||
! gg LAr_8 'la dg Cl_16 El_8 dbf F_4 E_8
|
|
||||||
! gg Cr_16 dg LAr_8 'la dg Cl_8 dbb B_4 eg LG_8
|
|
||||||
! gg LA_4 'la brl LA_4 _' !I
|
|
|
@ -2,13 +2,14 @@
|
||||||
% Snare
|
% Snare
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerSnare = "G. Clark, 1977"
|
composerSnare = "G. Clark, 1977"
|
||||||
|
sideglobal = { \eighthCompoundBeaming }
|
||||||
|
|
||||||
%%music
|
%%music
|
||||||
snareA = \drummode {
|
snareA = \drummode {
|
||||||
d8 |
|
d8 |
|
||||||
\flamg g4 \flamd d8-> g8 \tuplet 3/2 { d32 g32 d32 } g8.-> |
|
\flamg g4 \flamd d8-> g8 \tuplet 3/2 { d32 g32 d32 } g8.-> |
|
||||||
\tuplet 5/2 { d8 g d g d } g8-> d4.:32( |
|
\tuplet 5/2 { d8 g d g d } g8-> d4.:32( |
|
||||||
d8.) g16 \tuplet 3/2 { \flamd d32 d32 g16 d16 } g16 d16 g16 d16 \tuplet 3/2 { \flamg g32 g32 d16 g16 } |
|
d8.) g16 \flamd \tuplet 3/2 { d32 d32 g16 d16 } g16 d16 g16 d16 \flamg \tuplet 3/2 { g32 g32 d16 g16 } |
|
||||||
d16 g16 d16 g16 \flamd d8 \flamg g4 d8 |
|
d16 g16 d16 g16 \flamd d8 \flamg g4 d8 |
|
||||||
|
|
||||||
\flamg g4 \flamd d8-> g8 \tuplet 3/2 { d32 g32 d32 } g8.-> |
|
\flamg g4 \flamd d8-> g8 \tuplet 3/2 { d32 g32 d32 } g8.-> |
|
||||||
|
@ -17,17 +18,16 @@ snareA = \drummode {
|
||||||
g8.:32)( d16) g8:32(-> d4)
|
g8.:32)( d16) g8:32(-> d4)
|
||||||
}
|
}
|
||||||
% Part 2
|
% Part 2
|
||||||
snareBA = \drummode {
|
snareB = \drummode {
|
||||||
\tuplet 5/2 { d16 g d g d } |
|
\tuplet 5/2 { d16 g d g d } |
|
||||||
g8. d16 g8 d4.:32( |
|
g8. d16 g8 d4.:32( |
|
||||||
d16.) g32 d16 g16 d16 g16 d16 g16 d16 g16 d8 |
|
d16.) g32 d16 g16 d16 g16 d16 g16 d16 g16 d8 |
|
||||||
\flamg g16.d32 g16 d16 \flamg g16 g16 \tuplet 3/2 { d16 g16 d16 } \flamg g8. d16 |
|
\flamg g16.d32 g16 d16 \flamg g16 g16 \tuplet 3/2 { d16 g16 d16 } \flamg g8. d16 |
|
||||||
g16 d16 \flamg g16 g16 \tuplet 3/2 { d16 g16 d16 } \flamg g8.d16 g8
|
g16 d16 \flamg g16 g16 \tuplet 3/2 { d16 g16 d16 } \flamg g8.d16 g8
|
||||||
|
|
||||||
\break
|
|
||||||
|
|
||||||
\flamg g8. d16 g8 d4.:32( |
|
\flamg g8. d16 g8 d4.:32( |
|
||||||
d16.) g32 d16 g16 d16 g16 d16 g16 d16 g16 d8 |
|
d16.) g32 d16 g16 d16 g16 d16 g16 d16 g16 d8 |
|
||||||
\flamd d16 d16 g16 d16 g16 d16 \flamg g16 g16 d16 g16 d16 g16:32(-> |
|
\flamd d16 d16 g16 d16 g16 d16 \flamg g16 g16 d16 g16 d16 g16:32(-> |
|
||||||
g8.:32)( d16) g8:32(-> d4)
|
g8.:32)( d16) g8:32(-> d4)
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
|
\sideglobal
|
||||||
<<
|
<<
|
||||||
{
|
{
|
||||||
\repeat volta 2 { \part \halfline \break \halfline }
|
\repeat volta 2 { \part \halfline \break \halfline }
|
||||||
|
@ -14,7 +15,7 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
\snareA s8
|
\snareA s8
|
||||||
\snareBA s8
|
\snareB s8
|
||||||
}
|
}
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
@ -25,3 +26,24 @@
|
||||||
composer = \composerSide
|
composer = \composerSide
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
\score {
|
||||||
|
\new PipeBandDrumStaff {
|
||||||
|
\global
|
||||||
|
\sideglobal
|
||||||
|
\partial 8
|
||||||
|
\snareA
|
||||||
|
\snareA
|
||||||
|
|
||||||
|
\snareB
|
||||||
|
\snareB
|
||||||
|
}
|
||||||
|
\midi{
|
||||||
|
\confTempo
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentSide
|
||||||
|
composer = \composerSide
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -1,112 +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,(110,110,88,80,240)
|
|
||||||
|
|
||||||
TuneFormat,(1,0,M,L,500,500,610,500,L,1,0)
|
|
||||||
|
|
||||||
TuneTempo,100
|
|
||||||
|
|
||||||
"Kilaloe",(T,L,0,0,Times New Roman,16,700,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
"March",(Y,C,0,0,Times New Roman,14,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
"Royal Irish Rangers",(M,R,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
FontSizes,(90,100,100,80,250)
|
|
||||||
|
|
||||||
"PM FrankJan de Boone-The Seaforth Highlanders of Holland",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"K 4",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"2004",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc 6_8 gg LA_8
|
|
||||||
! thrd D_4 E_8 gg F_4 E_8
|
|
||||||
! thrd D_4 'd eg LA_4 'la
|
|
||||||
! grp B_4 D_8 dbc C_4 B_8
|
|
||||||
! gg LA_4 'la brl LA_4 'la !t
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
dbf F_4 E_8 gg F_4 E_8
|
|
||||||
! dbf F_4 HA_8 fg HG_4 F_8
|
|
||||||
! dbe E_2 'e space space space space
|
|
||||||
! strla E_4 'e gg LA_4 'la !t
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
thrd D_4 E_8 gg F_4 E_8
|
|
||||||
! thrd D_4 'd eg LA_4 'la
|
|
||||||
! dbb B_4 D_8 gg C_4 B_8
|
|
||||||
! gg LA_4 'la gg F_4 HG_8 !t
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
dbha HA_4 F_8 dbha HA_4 F_8
|
|
||||||
! dbe E_4 HG_8 tg F_4 E_8
|
|
||||||
! thrd D_2 'd space space space space
|
|
||||||
! lgstd D_4 'd gg LA_4 'la !t
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
hsthg HG_4 F_8 hsthg HG_4 E_8
|
|
||||||
! thrd D_4 'd eg LA_4 'la
|
|
||||||
! dbha HA_4 F_8 dbha HA_4 F_8
|
|
||||||
! lgstd D_4 'd dbd D_4 C_8 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
dbb B_4 gg LA_8 dbb B_4 HG_8
|
|
||||||
! tg F_4 HA_8 fg HG_4 F_8
|
|
||||||
! ^ts dbe E_2 'e space space space space
|
|
||||||
! E_4 'e ^te gg F_4 HG_8 !t
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
dbha HA_4 F_8 dbha HA_4 F_8
|
|
||||||
! thrd D_4 'd lgstd D_4 C_8
|
|
||||||
! dbb B_4 E_8 dbc C_4 B_8
|
|
||||||
! gg LA_4 'la gg F_4 HG_8 !t
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
dbha HA_4 F_8 dbha HA_4 F_8
|
|
||||||
! dbe E_4 HG_8 tg F_4 E_8
|
|
||||||
! ^ts thrd D_2 'd space space space space
|
|
||||||
! D_4 'd ^te gg LAr_8 Bl_8 Cl_8 !I
|
|
||||||
|
|
||||||
"part 2"
|
|
||||||
"Kilaloe (vervolg)",(I,L,0,0,Times New Roman,16,700,0,0,18,0,0,0)
|
|
||||||
& sharpf sharpc 6_8
|
|
||||||
I!'' thrd D_4 C_8 thrd D_4 E_8
|
|
||||||
! thrd D_4 'd gg LAr_8 Bl_8 Cl_8
|
|
||||||
! thrd D_4 C_8 thrd D_4 E_8
|
|
||||||
! thrd D_4 'd gg LAr_8 Bl_8 Cl_8 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
thrd D_4 C_8 thrd D_4 E_8
|
|
||||||
! dbf F_4 HA_8 fg HG_4 F_8
|
|
||||||
! dbe E_4 D_8 gg C_4 B_8
|
|
||||||
! gg LA_4 'la gg F_4 HG_8 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
dbha HA_4 F_8 dbha HA_4 F_8
|
|
||||||
! dbha HA_4 'ha fg F_4 'f
|
|
||||||
! hsthg HG_4 F_8 gg E_4 D_8
|
|
||||||
! dbc C_4 'c strla LA_4 'la !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
dbha HA_4 F_8 hsthg HG_4 E_8
|
|
||||||
! dbf F_4 D_8 ^ts HA_4 'ha
|
|
||||||
! HA_4 'ha HA_4 ^te HG_8
|
|
||||||
! fg F_4 D_8 gg E_4 C_8
|
|
||||||
! thrd D_4 'd '1 gg LAr_8 Bl_8 Cl_8 _' '2 gg D_4 'd _' ''!I
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -25,9 +25,9 @@
|
||||||
\break
|
\break
|
||||||
\line
|
\line
|
||||||
\break
|
\break
|
||||||
\repeat unfold 3 { s1. | }
|
\repeat unfold 3 { \measure }
|
||||||
}
|
}
|
||||||
\alternative{ { \grace{ s8 } s1.} {s1.} }
|
\alternative{ { \measure} {\measure} }
|
||||||
\bar "|."
|
\bar "|."
|
||||||
}%Format
|
}%Format
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,85 +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,(110,110,88,80,210)
|
|
||||||
|
|
||||||
TuneFormat,(1,0,F,L,500,500,500,500,L,1,0)
|
|
||||||
|
|
||||||
TuneTempo,84
|
|
||||||
|
|
||||||
"Piobaireachd o' Donuil Dubh",(T,L,0,0,Times New Roman,16,700,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
" Regimental March Past",(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 Canada and Holland",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"19",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"April 30th 2005",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
|
|
||||||
"First Part"
|
|
||||||
& sharpf sharpc 6_8
|
|
||||||
I!'' dbe Er_8 'e Cl_16 strlg Cl_8 gg Fr_8 'f HGl_16 HAl_8
|
|
||||||
! hdbe Er_8 'e Cl_16 strlg Cl_8 dbc Cr_8 'c Bl_16 strlg LAl_8
|
|
||||||
! dbe Er_8 'e Cl_16 strlg Cl_8 gg Fr_8 'f HGl_16 HAl_8
|
|
||||||
! hdbe Er_8 'e Cl_16 strlg LAl_8 dbb B_4 strlg LA_8 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
dbe Er_8 'e Cl_16 strlg Cl_8 gg Fr_8 'f HGl_16 HAl_8
|
|
||||||
! hdbe Er_8 'e Cl_16 strlg Cl_8 dbc Cr_8 'c Bl_16 strlg LAl_8
|
|
||||||
! gstb B_4 C_8 thrd Dr_8 'd El_16 Fl_8
|
|
||||||
! dbe Er_8 'e Cl_16 strlg LAl_8 dbb B_4 strlg LA_8 ''!I
|
|
||||||
|
|
||||||
"Second Part"
|
|
||||||
& sharpf sharpc
|
|
||||||
I!'' dbe Er_8 'e Cl_16 strlg Cl_8 gg Fr_8 'f Dl_16 strlg Dl_8
|
|
||||||
! dbe Er_8 'e Cl_16 strlg Cl_8 dbc Cr_8 'c Bl_16 strlg LAl_8
|
|
||||||
! dbe Er_8 'e Cl_16 strlg Cl_8 gg Fr_8 'f Dl_16 strlg Dl_8
|
|
||||||
! dbe Er_8 'e Cl_16 strlg LAl_8 dbb B_4 strlg LA_8 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
dbe Er_8 'e Cl_16 strlg Cl_8 gg Fr_8 'f Dl_16 strlg Dl_8
|
|
||||||
! dbe Er_8 'e Cl_16 strlg Cl_8 dbc Cr_8 'c Bl_16 strlg LAl_8
|
|
||||||
! gstb B_4 C_8 thrd Dr_8 'd El_16 Fl_8
|
|
||||||
! dbe Er_8 'e Cl_16 strlg LAl_8 dbb B_4 strlg LA_8 ''!I
|
|
||||||
|
|
||||||
"Third Part"
|
|
||||||
& sharpf sharpc
|
|
||||||
I!'' grp E_4 gg LA_8 grp F_4 gg LA_8
|
|
||||||
! grp E_4 gg LA_8 dbc Cr_8 'c Bl_16 strlg LAl_8
|
|
||||||
! grp E_4 gg LA_8 grp F_4 gg LA_8
|
|
||||||
! grp E_4 C_8 dbb B_4 strlg LA_8 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
grp E_4 gg LA_8 grp F_4 gg LA_8
|
|
||||||
! grp E_4 gg LA_8 dbc Cr_8 'c Bl_16 strlg LAl_8
|
|
||||||
! gstb B_4 C_8 thrd Dr_8 'd El_16 Fl_8
|
|
||||||
! dbe Er_8 'e Cl_16 strlg LAl_8 dbb B_4 strlg LA_8 ''!I
|
|
||||||
|
|
||||||
"Fourth Part"
|
|
||||||
& sharpf sharpc
|
|
||||||
I!'' HAr_8 'ha El_16 gg El_8 HAr_8 'ha Fl_16 gg Fl_8
|
|
||||||
! HAr_8 'ha El_16 gg El_8 dbc Cr_8 'c Bl_16 strlg LAl_8
|
|
||||||
! HAr_8 'ha El_16 gg El_8 HAr_8 'ha Fl_16 gg Fl_8
|
|
||||||
! dbe Er_8 'e Cl_16 strlg LAl_8 dbb B_4 strlg LA_8 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
'1 HAr_8 'ha El_16 gg El_8 HAr_8 'ha Fl_16 gg Fl_8
|
|
||||||
! HAr_8 'ha El_16 gg El_8 dbc Cr_8 'c Bl_16 strlg LAl_8
|
|
||||||
|
|
||||||
! gstb B_4 C_8 thrd Dr_8 'd El_16 Fl_8
|
|
||||||
! dbe Er_8 'e Cl_16 strlg LAl_8 dbb B_4 strlg LA_8 _' ''!I
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
'2 HAr_8 'ha El_16 gg El_8 HAr_8 'ha Fl_16 gg Fl_8
|
|
||||||
! HA_4 grp HA_8 hdbc Cr_8 'c Bl_16 strlg LAl_8
|
|
||||||
! gstb B_4 C_8 thrd Dr_8 'd El_16 Fl_8
|
|
||||||
! dbe Er_8 'e Cl_16 strlg LAl_8 dbb B_4 strlg LA_8 !I _'
|
|
|
@ -1,106 +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,100,80,200)
|
|
||||||
|
|
||||||
TuneFormat,(1,0,F,L,500,500,500,500,L,1,0)
|
|
||||||
|
|
||||||
TuneTempo,92
|
|
||||||
|
|
||||||
"The Steam Boat ",(T,L,0,0,Times New Roman,16,700,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
|
|
||||||
"March",(Y,C,0,0,Times New Roman,14,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
|
|
||||||
"Traditional, 1936, 3 &4 by Ruaraith Petre",(M,R,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
|
|
||||||
"PM FrankJan de Boone-The Seaforth Highlanders of Holland",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"S 2",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"1995",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
"The Hills of Caithness",(I,L,0,0,Times New Roman,11,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
& sharpf sharpc 6_8 I!'' E_8
|
|
||||||
! dbha HA_4 E_8 dbc C_4 eg LA_8
|
|
||||||
! gg LAr_8 'la dg Cl_16 El_8 dbha HA_4 'ha
|
|
||||||
! gg HAr_8 'ha HGl_16 Fl_8 dbe Er_8 'e Dl_16 Cl_8
|
|
||||||
! gg Br_8 'b Cl_16 Dl_8 dbc Cr_8 'c Bl_16 dg LAl_8
|
|
||||||
!t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
dbha HA_4 E_8 dbc C_4 eg LA_8
|
|
||||||
! gg LAr_8 'la dg Cl_16 El_8 dbha HA_4 'ha
|
|
||||||
! gg HAr_8 'ha HGl_16 Fl_8 dbe Er_8 'e Dl_16 Cl_8
|
|
||||||
! dbe Er_8 'e Cl_16 dg LAl_8 brl LA_4
|
|
||||||
''!I
|
|
||||||
|
|
||||||
"part 2"
|
|
||||||
|
|
||||||
& sharpf sharpc I!'' B_8
|
|
||||||
! dbc C_4 E_8 gg Er_8 'e Fl_16 El_8
|
|
||||||
! gg Er_8 'e Fl_16 El_8 dbc C_4 eg LA_8
|
|
||||||
! thrd D_4 F_8 gg Fr_16 HAr_8 'ha Fl_8
|
|
||||||
! gg Fr_8 'f HGl_16 HAl_8 hdbf F_4 E_8
|
|
||||||
!t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
dbc C_4 E_8 gg Er_8 'e Fl_16 El_8
|
|
||||||
! gg Er_8 'e Fl_16 El_8 dbc C_4 eg LA_8
|
|
||||||
! HAr_8 'ha HGl_16 Fl_8 dbe Er_8 'e Dl_16 Cl_8
|
|
||||||
! dbe Er_8 'e Cl_16 dg LAl_8 brl LA_4
|
|
||||||
''!I
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"part 3"
|
|
||||||
|
|
||||||
& sharpf sharpc I!'' E_8
|
|
||||||
! HAr_8 'ha HGl_16 HAl_8 Er_8 'e Cl_16 El_8
|
|
||||||
! gg LAr_8 'la Cl_16 El_8 dbha HA_4 'ha
|
|
||||||
! gg HAr_8 'ha HGl_16 Fl_8 dbe Er_8 'e Dl_16 Cl_8
|
|
||||||
! gg Br_8 'b Cl_16 Dl_8 dbc Cr_8 'c Bl_16 dg LAl_8
|
|
||||||
!t
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
HAr_8 'ha HGl_16 HAl_8 Er_8 'e Cl_16 El_8
|
|
||||||
! gg LAr_8 'la Cl_16 El_8 dbha HA_4 'ha
|
|
||||||
! gg HAr_8 'ha HGl_16 Fl_8 dbe Er_8 'e Dl_16 Cl_8
|
|
||||||
! dbe Er_8 'e Cl_16 dg LAl_8 brl LA_4
|
|
||||||
''!I
|
|
||||||
|
|
||||||
"part 4"
|
|
||||||
|
|
||||||
& sharpf sharpc I!'' E_8
|
|
||||||
! gg LAr_8 'la Bl_16 Cl_8 gg Br_8 'b Cl_16 Dl_8
|
|
||||||
! dbc C_4 E_8 dbha HA_4 'ha
|
|
||||||
! gg HAr_8 'ha HGl_16 Fl_8 dbe Er_8 'e Dl_16 Cl_8
|
|
||||||
! gg Br_8 'b Cl_16 Dl_8 dbc Cr_8 'c Bl_16 dg LAl_8
|
|
||||||
!t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
'1 gg LAr_8 'la Bl_16 Cl_8 gg Br_8 'b Cl_16 Dl_8
|
|
||||||
! dbc C_4 E_8 dbha HA_4 'ha
|
|
||||||
! gg HAr_8 'ha HGl_16 Fl_8 dbe Er_8 'e Dl_16 Cl_8
|
|
||||||
! dbe Er_8 'e Cl_16 dg LAl_8 brl LA_4
|
|
||||||
_' ''!I
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
'2 HAr_8 'ha HGl_16 HAl_8 Er_8 'e Cl_16 El_8
|
|
||||||
! gg LAr_8 'la Cl_16 El_8 dbha HA_4 'ha
|
|
||||||
! gg HAr_8 'ha HGl_16 Fl_8 dbe Er_8 'e Dl_16 Cl_8
|
|
||||||
! dbe Er_8 'e Cl_16 dg LAl_8 brl LA_4 'la
|
|
||||||
_' !I
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ snareAA = \drummode {
|
||||||
\flam d16 g32 g d16 \flam g16
|
\flam d16 g32 g d16 \flam g16
|
||||||
d32 g d g d16 g->
|
d32 g d g d16 g->
|
||||||
|
|
|
|
||||||
d16:64( g8:32)(-> d16:64)(->
|
d16 g8:32(-> d16:64)(->
|
||||||
g16:64 g16:64)(-> d)-> g16 |
|
g16:64 g16:64)(-> d)-> g16 |
|
||||||
}
|
}
|
||||||
snareAB = \drummode {
|
snareAB = \drummode {
|
||||||
|
@ -43,7 +43,7 @@ snareBA = \drummode {
|
||||||
\flam d16 g32 g d16 \flam g16
|
\flam d16 g32 g d16 \flam g16
|
||||||
d32 g d g d16 g->
|
d32 g d g d16 g->
|
||||||
|
|
|
|
||||||
d16:64( g8:32)(-> d16:64)(->
|
d16 g8:32(-> d16:64)(->
|
||||||
g16:64 g16:64)(-> d)-> g16 |
|
g16:64 g16:64)(-> d)-> g16 |
|
||||||
}
|
}
|
||||||
snareBBA = \drummode {
|
snareBBA = \drummode {
|
||||||
|
@ -70,7 +70,7 @@ snareCA = \drummode {
|
||||||
\flam d16 g32 g d16 \flam g16
|
\flam d16 g32 g d16 \flam g16
|
||||||
d32 g d g d16 g->
|
d32 g d g d16 g->
|
||||||
|
|
|
|
||||||
d16:64( g8:32)(-> d16:64)(->
|
d16 g8:32(-> d16:64)(->
|
||||||
g16:64 g16:64)(-> d)-> g16 |
|
g16:64 g16:64)(-> d)-> g16 |
|
||||||
}
|
}
|
||||||
snareCBA = \drummode {
|
snareCBA = \drummode {
|
||||||
|
|
Loading…
Reference in a new issue