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

View File

@ -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

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 = "Auld Lang Syne"
meter = "March"

View File

@ -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
}

View File

@ -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 }
}

View File

@ -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

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 = "Bonnie Galloway"
meter = "March"

View File

@ -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
}

View File

@ -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 }
}

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 = "Bonnie Lass o' Fyvie"
meter = "March"

View File

@ -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
}

View File

@ -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 }
}

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 }
}

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 = "The Crusader's March"
meter = "March"

View File

@ -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"
}
}

View File

@ -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
}

View File

@ -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 }
}

View File

@ -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 = ""
composerPipes = ""

View File

@ -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 }}#} )
}
}
}
}

View File

@ -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
}

View File

@ -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
}
}

View File

@ -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 }
}

View File

@ -13,7 +13,7 @@
}
{
\snareA s8
s8 \snareA s8
\snareB s8
}
@ -25,4 +25,4 @@
instrument = \instrumentSide
composer = \composerSide
}
}
}

View File

@ -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 = ""
title = "Title"
meter = "Meter"

View File

@ -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
}

View File

@ -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 }
}