mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
Fixed a few tunes
Template for seconds and thirds and a 'full' for pipes added
This commit is contained in:
parent
16d7896465
commit
35bf4dc8f3
51 changed files with 1090 additions and 517 deletions
|
@ -1,8 +1,8 @@
|
||||||
\version "2.19.0"
|
\version "2.19.0"
|
||||||
|
|
||||||
\include "config.ily"
|
\include "config.ily"
|
||||||
\include "notes.bass.ily"
|
%\include "notes.bass.ily"
|
||||||
\include "notes.tenor.ily"
|
%\include "notes.tenor.ily"
|
||||||
\include "notes.side.ily"
|
\include "notes.side.ily"
|
||||||
\include "notes.pipes.ily"
|
\include "notes.pipes.ily"
|
||||||
|
|
||||||
|
@ -14,28 +14,50 @@
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
<<
|
<<
|
||||||
{}%Format
|
{
|
||||||
{}%Pipes
|
|
||||||
|
\repeat volta 2 { \part \halfline \break}
|
||||||
|
\alternative { {\halfline} {\halfline } }
|
||||||
|
\bar "|." \break
|
||||||
|
\part \line \bar "||" \break
|
||||||
|
\line \bar "|."
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\pipesAA
|
||||||
|
\pipesAB s4
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesBB s4
|
||||||
|
|
||||||
|
}%Pipes
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
\new PipeBandDrumStaff = "side" {
|
\new PipeBandDrumStaff = "side" {
|
||||||
\sideglobal
|
\sideglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||||
|
s8 \snareA
|
||||||
|
\snareAA s8
|
||||||
|
\snareAB s8
|
||||||
|
|
||||||
|
s8 \snareB
|
||||||
|
\snareA \snareAB
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
\new PipeBandDrumStaff = "bass" {
|
% \new PipeBandDrumStaff = "bass" {
|
||||||
\bassglobal
|
% \bassglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||||
|
%
|
||||||
}
|
% }
|
||||||
\new PipeBandDrumStaff = "tenor" {
|
% \new PipeBandDrumStaff = "tenor" {
|
||||||
\tenorglobal
|
% \tenorglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
%
|
||||||
}
|
% }
|
||||||
>>
|
>>
|
||||||
\header {
|
\header {
|
||||||
title = \title
|
title = \title
|
||||||
|
|
|
@ -5,26 +5,29 @@ composerPipes = ""
|
||||||
pipeglobal = {
|
pipeglobal = {
|
||||||
\bagpipeKey
|
\bagpipeKey
|
||||||
}
|
}
|
||||||
pipesA = {
|
pipesAA = {
|
||||||
\dble e8. [ c16 ] |
|
\dble e8. [ c16 ] |
|
||||||
a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] |
|
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 ] \dblf f4 \grg e8 [ \grg f16 g16 ] |
|
||||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] a8. [ b16 ] |
|
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] a8. [ b16 ] |
|
||||||
\grip c8 [ f8 ] \dble e8. [ c16 ] \slurd b4 \dble e8. [ c16 ] |
|
\grip c8 [ f8 ] \dble e8. [ c16 ] \slurd b4 \dble e8. [ c16 ] |
|
||||||
|
}
|
||||||
|
pipesAB = {
|
||||||
a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] |
|
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 ] \dblf f4 \grg e8 [ \grg f16 g16 ] |
|
||||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] \hdblc c8 [ \gre b8 ] |
|
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] \hdblc c8 [ \gre b8 ] |
|
||||||
\dblc c4 \gre a4 \wbirl a4
|
\dblc c4 \gre a4 \wbirl a4
|
||||||
}
|
}
|
||||||
|
|
||||||
pipesB = {
|
pipesBA = {
|
||||||
\dblc c8 [ e8 ] |
|
\dblc c8 [ e8 ] |
|
||||||
\grg f4 \grip f8 [ A8 ] \hdble e4 \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 ] \dblf f4 \grg e8 [ \grg f16 g16 ] |
|
||||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] a8. [ b16 ] |
|
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] a8. [ b16 ] |
|
||||||
\grip c8 [ f8 ] \dble e8. [ c16 ] \dblb b4 \dble e8. [ c16 ] |
|
\grip c8 [ f8 ] \dble e8. [ c16 ] \dblb b4 \dble e8. [ c16 ] |
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesBB = {
|
||||||
\grg a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] |
|
\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 ] \dblf f4 \grg e8 [ \grg f16 g16 ] |
|
||||||
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] \hdblc c8 [ \gre b8 ] |
|
\dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] \hdblc c8 [ \gre b8 ] |
|
||||||
|
|
|
@ -2,7 +2,9 @@
|
||||||
% Snare
|
% Snare
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerSide = ""
|
composerSide = ""
|
||||||
|
sideglobal = {
|
||||||
|
\eighthBeaming
|
||||||
|
}
|
||||||
%%music
|
%%music
|
||||||
snareA = \drummode {
|
snareA = \drummode {
|
||||||
d16. g32 |
|
d16. g32 |
|
||||||
|
@ -26,4 +28,4 @@ snareB = \drummode {
|
||||||
d8:32(-> g8) r8 d8:32( g8) g16. d32-> g16. g32 \flamd d8 |
|
d8:32(-> g8) r8 d8:32( g8) g16. d32-> g16. g32 \flamd d8 |
|
||||||
|
|
||||||
\flamg g4 d4:32( d4) r8
|
\flamg g4 d4:32( d4) r8
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,16 +11,19 @@
|
||||||
{
|
{
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
\part \line \break
|
\part \line \break
|
||||||
\line \break
|
\line \bar "|." \break
|
||||||
}
|
}
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
\part \line \break
|
\part \line \break
|
||||||
\line \break
|
\line \bar "|." \break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
\pipesA s4
|
\pipesAA
|
||||||
\pipesB s4
|
\pipesAB s4
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesBB s4
|
||||||
}
|
}
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
@ -36,8 +39,8 @@
|
||||||
\set Staff.midiInstrument = #"bagpipe"
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
%%Tune
|
%%Tune
|
||||||
\partial 4
|
\partial 4
|
||||||
\repeat volta 2 { \pipesA }
|
\repeat volta 2 { \pipesAA \pipesAB }
|
||||||
\repeat volta 2 { \pipesB }
|
\repeat volta 2 { \pipesBA \pipesBB }
|
||||||
}
|
}
|
||||||
\midi { \confTempo }
|
\midi { \confTempo }
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
\global
|
\global
|
||||||
<<
|
<<
|
||||||
{
|
{
|
||||||
\repeat volta 2 {
|
\repeat unfold 2 {
|
||||||
\repeat volta 2 { \part \halfline \break}
|
\repeat volta 2 { \part \halfline \break}
|
||||||
\alternative { {\halfline} {\halfline } }
|
\alternative { {\halfline} {\halfline } }
|
||||||
\bar "|." \break
|
\bar "|." \break
|
||||||
|
@ -17,11 +17,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
\snareA
|
s8 \snareA
|
||||||
\snareAA s8
|
\snareAA s8
|
||||||
\snareAB s8
|
\snareAB s8
|
||||||
|
|
||||||
\snareB
|
s8 \snareB
|
||||||
\snareA \snareAB
|
\snareA \snareAB
|
||||||
}
|
}
|
||||||
>>
|
>>
|
||||||
|
@ -32,4 +32,4 @@
|
||||||
instrument = \instrumentSide
|
instrument = \instrumentSide
|
||||||
composer = \composerSide
|
composer = \composerSide
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
16
4-4_marches/dawning_of_the_day/config.ily
Normal file
16
4-4_marches/dawning_of_the_day/config.ily
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
%% Globals
|
||||||
|
global = {
|
||||||
|
\time 4/4
|
||||||
|
}
|
||||||
|
confTempo = {
|
||||||
|
\tempo 4 = 80
|
||||||
|
}
|
||||||
|
%% Format
|
||||||
|
part = { \partial 4 s4 }
|
||||||
|
halfline = { \repeat unfold 4 { s1 | } }
|
||||||
|
line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
||||||
|
%% Headers
|
||||||
|
title = "Dawning of the Day"
|
||||||
|
meter = "March"
|
|
@ -1,84 +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)
|
|
||||||
|
|
||||||
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,100,80,250)
|
|
||||||
|
|
||||||
TuneFormat,(1,0,F,L,500,400,500,500,L,1,0)
|
|
||||||
|
|
||||||
""
|
|
||||||
|
|
||||||
" The Dawning of the Day",(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, arr. PM T.F.J. de Boone",(M,R,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"20",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"November 18th 2009",(F,L,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)
|
|
||||||
|
|
||||||
TuneTempo,90
|
|
||||||
"De solist speelt het op een eigen lamentachtige wijze, terwijl hij langzaam opkomt ",(I,L,0,0,Times New Roman,11,700,0,0,0,0,0,0)
|
|
||||||
|
|
||||||
& sharpf sharpc gg LAr_8 Bl_8
|
|
||||||
! gg C_4 echolg C_4 gg C_4 gg Br_8 Cl_8
|
|
||||||
! E_4 strla E_4 gg F_4 gg Er_8 Cl_8
|
|
||||||
! gg LA_4 gg Cr_8 Bl_8 gg LA_4 B_4
|
|
||||||
! gg LA_2 brl LA_4 E_4 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
F_4 'f E_8 gg F_4 dbha HA_4
|
|
||||||
! C_4 'c B_8 strlg LA_4 gg Cr_8 Dl_8
|
|
||||||
! gg E_4 gg C_4 HA_4 C_4
|
|
||||||
! gg B_2 grp B_4 E_4 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
F_4 'f E_8 gg F_4 dbha HA_4
|
|
||||||
! C_4 'c B_8 strlg LA_4 gg Cr_8 Dl_8
|
|
||||||
! gg E_4 gg C_4 HA_4 C_4
|
|
||||||
! gg B_2 grp B_4 gg LAr_8 Bl_8 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
gg C_4 echolg C_4 gg C_4 gg Br_8 Cl_8
|
|
||||||
! E_4 strla E_4 gg F_4 gg Er_8 Cl_8
|
|
||||||
! 4_4 gg LA_4 gg Cr_8 Bl_8 gg LA_4 B_4
|
|
||||||
! strlg LA_2 'la !I
|
|
||||||
|
|
||||||
" Nu komen de pipers spelend op, bij de herhaling de drummers. ",(I,L,0,0,Times New Roman,11,700,0,0,0,0,0,0)
|
|
||||||
|
|
||||||
& sharpf sharpc 4_4 gg LAr_8 Bl_8
|
|
||||||
! gg C_4 echolg C_4 gg C_4 gg Br_8 Cl_8
|
|
||||||
! E_4 strla E_4 gg F_4 gg Er_8 Cl_8
|
|
||||||
! gg LA_4 gg Cr_8 Bl_8 gg LA_4 B_4
|
|
||||||
! gg LA_2 brl LA_4 E_4 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
F_4 'f E_8 gg F_4 dbha HA_4
|
|
||||||
! C_4 'c B_8 strlg LA_4 gg Cr_8 Dl_8
|
|
||||||
! gg E_4 gg C_4 HA_4 C_4
|
|
||||||
! gg B_2 grp B_4 E_4 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
F_4 'f E_8 gg F_4 dbha HA_4
|
|
||||||
! C_4 'c B_8 strlg LA_4 gg Cr_8 Dl_8
|
|
||||||
! gg E_4 gg C_4 HA_4 C_4
|
|
||||||
! gg B_2 grp B_4 gg LAr_8 Bl_8 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
gg C_4 echolg C_4 gg C_4 gg Br_8 Cl_8
|
|
||||||
! E_4 strla E_4 gg F_4 gg Er_8 Cl_8
|
|
||||||
! gg LA_4 gg Cr_8 Bl_8 gg LA_4 B_4
|
|
||||||
! strlg LA_2 'la !I
|
|
32
4-4_marches/dawning_of_the_day/notes.pipes.ily
Normal file
32
4-4_marches/dawning_of_the_day/notes.pipes.ily
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
% 4/4 Dawning of the Day
|
||||||
|
% Pipes
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipes = "Trad., arr. PM T.F.J. de Boone"
|
||||||
|
pipeglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
% Music
|
||||||
|
pipeAlines = {
|
||||||
|
\grg a8 [ b8 ] |
|
||||||
|
\grg c4 \grG c4 \grg c4 \grg b8 [ c8 ] |
|
||||||
|
e4 \gra e4 \grg f4 \grg e8 [ c8 ] |
|
||||||
|
\grg a4 \grg c8 [ b8 ] \grg a4 b4 |
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesA = {
|
||||||
|
\pipeAlines
|
||||||
|
\grg a2 \wbirl a4
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesB = {
|
||||||
|
e4 |
|
||||||
|
f4. e8 \grg f4 \dblA A4 |
|
||||||
|
c4. b8 \grG a4 \grg c8 [ d8 ] |
|
||||||
|
\grg e4 \grg c4 A4 c4 |
|
||||||
|
\grg b2 \grip b4
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesBB = {
|
||||||
|
\pipeAlines
|
||||||
|
\grG a2.
|
||||||
|
}
|
35
4-4_marches/dawning_of_the_day/notes.pipes.seconds.ily
Normal file
35
4-4_marches/dawning_of_the_day/notes.pipes.seconds.ily
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
% 4/4 Dawning of the Day
|
||||||
|
% Pipes (Seconds)
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipessecnd = "Trad., arr. PM T.F.J. de Boone"
|
||||||
|
pipessecndglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
pipessecndAA = {
|
||||||
|
\grg c8 [ d8 ] |
|
||||||
|
\grg e4 \grG e4 \grg e4 \grg d8 [ e8 ] |
|
||||||
|
c4 \gra c4 \grg d4 \grg a8 [ c8 ] |
|
||||||
|
\grg c4 \grg f8 [ \gra f8 ] \grg d4 e4 |
|
||||||
|
\grg c2 \gra c4
|
||||||
|
}
|
||||||
|
pipessecndAB = {
|
||||||
|
a4 |
|
||||||
|
\dbld d4. c8 \grg d4 a4 |
|
||||||
|
\dble e4. d8 c4 \grg e8 [ f8 ] |
|
||||||
|
\dblc c4 e4 \grg a4 e4 |
|
||||||
|
\dbld d2 \gra d4
|
||||||
|
}
|
||||||
|
pipessecndBA = {
|
||||||
|
\grg e8 [ c8 ] |
|
||||||
|
\dbld d4. c8 \grg d4 a4 |
|
||||||
|
\dble e4. d8 c4 \grg c8 [ f8 ] |
|
||||||
|
\dblc c4 \gre a4 \dble e4 \dblA A4 |
|
||||||
|
\grc d2 \grG d4
|
||||||
|
}
|
||||||
|
pipessecndBB = {
|
||||||
|
\grg c8 [ d8 ] |
|
||||||
|
\dble e4 \gra c4 \dble e4 \grg d8 [ e8 ] |
|
||||||
|
c4 \gra c4 \grg d4 \gra A8 [ e8 ] |
|
||||||
|
\grg c4 \grg e8 [ \gra e8 ] \grg d4 e4 |
|
||||||
|
\grd c2.
|
||||||
|
}
|
82
4-4_marches/dawning_of_the_day/pipes.full.ly
Normal file
82
4-4_marches/dawning_of_the_day/pipes.full.ly
Normal file
|
@ -0,0 +1,82 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
|
||||||
|
\include "config.ily"
|
||||||
|
\include "notes.pipes.ily"
|
||||||
|
\include "notes.pipes.seconds.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\new Staff = "pipes" {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
\set Staff.instrumentName = \markup{ \instrumentPipes }
|
||||||
|
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
|
<<
|
||||||
|
{
|
||||||
|
\part \halfline \halfline \bar "|." \break
|
||||||
|
|
||||||
|
\part \halfline \halfline \bar "|."
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\pipesA
|
||||||
|
\pipesB s4
|
||||||
|
|
||||||
|
\pipesB
|
||||||
|
\pipesBB s4
|
||||||
|
}%Pipes
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\new Staff = "seconds" {
|
||||||
|
\pipessecndglobal
|
||||||
|
\set Staff.instrumentName = \markup{ \instrumentPipes Seconds }
|
||||||
|
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 2nd}
|
||||||
|
\pipessecndAA
|
||||||
|
\pipessecndAB s4
|
||||||
|
|
||||||
|
\pipessecndBA
|
||||||
|
\pipessecndBB s4
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
composer = \markup \large {
|
||||||
|
\column \right-align {
|
||||||
|
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
|
||||||
|
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
|
||||||
|
}
|
||||||
|
\column \right-align {
|
||||||
|
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
||||||
|
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\global
|
||||||
|
\new Staff = "pipes" {
|
||||||
|
\pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
|
||||||
|
\partial 4
|
||||||
|
\pipesA
|
||||||
|
\pipesB
|
||||||
|
|
||||||
|
\pipesB
|
||||||
|
\pipesBB
|
||||||
|
|
||||||
|
}
|
||||||
|
\new Staff = "seconds" {
|
||||||
|
\pipessecndglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
|
||||||
|
\pipessecndAA
|
||||||
|
\pipessecndAB
|
||||||
|
|
||||||
|
\pipessecndBA
|
||||||
|
\pipessecndBB
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
\midi { \confTempo }
|
||||||
|
}
|
45
4-4_marches/dawning_of_the_day/pipes.ly
Normal file
45
4-4_marches/dawning_of_the_day/pipes.ly
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "config.ily"
|
||||||
|
\include "notes.pipes.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
{
|
||||||
|
\part \halfline \halfline \bar "|." \break
|
||||||
|
|
||||||
|
\part \halfline \halfline \bar "|."
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\pipesA
|
||||||
|
\pipesB s4
|
||||||
|
|
||||||
|
\pipesB
|
||||||
|
\pipesBB s4
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
|
||||||
|
\partial 4
|
||||||
|
\pipesA
|
||||||
|
\pipesB
|
||||||
|
|
||||||
|
\pipesB
|
||||||
|
\pipesBB
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
}
|
43
4-4_marches/dawning_of_the_day/pipes.seconds.ly
Normal file
43
4-4_marches/dawning_of_the_day/pipes.seconds.ly
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "config.ily"
|
||||||
|
\include "notes.pipes.seconds.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipessecndglobal
|
||||||
|
<<
|
||||||
|
{
|
||||||
|
\part \halfline \halfline \bar "|." \break
|
||||||
|
\part \halfline \halfline \bar "|." \break
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\pipessecndAA
|
||||||
|
\pipessecndAB s4
|
||||||
|
|
||||||
|
\pipessecndBA
|
||||||
|
\pipessecndBB s4
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipessecnd
|
||||||
|
composer = \composerPipessecnd
|
||||||
|
}
|
||||||
|
}\score {
|
||||||
|
\new Staff { \global \pipessecndglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
|
||||||
|
\partial 4
|
||||||
|
\pipessecndAA
|
||||||
|
\pipessecndAB
|
||||||
|
|
||||||
|
\pipessecndBA
|
||||||
|
\pipessecndBB
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
}
|
|
@ -1,54 +0,0 @@
|
||||||
|
|
||||||
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)
|
|
||||||
|
|
||||||
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,100,80,250)
|
|
||||||
|
|
||||||
TuneFormat,(1,0,F,L,500,400,500,500,L,1,0)
|
|
||||||
|
|
||||||
|
|
||||||
" The Dawning of the Day",(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, arr. PM T.F.J. de Boone",(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)
|
|
||||||
"20",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"November 18th 2009",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
|
|
||||||
TuneTempo,90
|
|
||||||
" Seconds",(I,L,0,0,Times New Roman,11,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
& sharpf sharpc gg Cr_8 Dl_8
|
|
||||||
! gg E_4 strlg E_4 gg E_4 gg Dr_8 El_8
|
|
||||||
! C_4 strla C_4 gg D_4 gg LAr_8 Cl_8
|
|
||||||
! gg C_4 gg Fr_8 strla Fl_8 gg D_4 E_4
|
|
||||||
! gg C_2 strla C_4 LA_4 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
dbd D_4 'd C_8 gg D_4 LA_4
|
|
||||||
! dbe E_4 'e D_8 C_4 gg Er_8 Fl_8
|
|
||||||
! dbc C_4 E_4 gg LA_4 E_4
|
|
||||||
! dbd D_2 strla D_4 gg Er_8 Cl_8 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
dbd D_4 'd C_8 gg D_4 LA_4
|
|
||||||
! dbe E_4 'e D_8 C_4 gg Cr_8 Fl_8
|
|
||||||
! dbc C_4 eg LA_4 dbe E_4 dbha HA_4
|
|
||||||
! cg D_2 strlg D_4 gg Cr_8 Dl_8 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
dbe E_4 strla C_4 dbe E_4 gg Dr_8 El_8
|
|
||||||
! C_4 strla C_4 gg D_4 strla HAr_8 El_8
|
|
||||||
! gg C_4 gg Er_8 strla El_8 gg D_4 E_4
|
|
||||||
! dg C_2 'c !I
|
|
|
@ -52,8 +52,8 @@
|
||||||
\set Staff.midiInstrument = #"bagpipe"
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
%%Tune
|
%%Tune
|
||||||
|
|
||||||
|
\partial 4
|
||||||
\repeat unfold 2 {
|
\repeat unfold 2 {
|
||||||
\partial 4
|
|
||||||
\pipesAA
|
\pipesAA
|
||||||
\pipesAB
|
\pipesAB
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,54 +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,M,L,500,500,500,500,L,1,0)
|
|
||||||
|
|
||||||
TuneTempo,84
|
|
||||||
|
|
||||||
"March",(T,C,0,0,Times New Roman,14,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
|
|
||||||
" set 14",(Y,L,0,0,Times New Roman,16,700,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
|
|
||||||
"Arr. G. Rooney",(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)
|
|
||||||
"14 a",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"oktober 2012",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
"The Minstrel Boy",(I,L,0,0,Times New Roman,11,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
& sharpf sharpc 4_4 I!'' E_8 space
|
|
||||||
! gg LA_4 'la B_8 thrd Dr_8 Cl_8 gg Br_8 strlg LAl_8
|
|
||||||
! dbc C_4 E_4 dbha HA_4 HGr_8 HAl_8
|
|
||||||
! hdbf F_4 E_4 gg Cr_8 'c Dl_16 dbe Er_8 Cl_8
|
|
||||||
! dbb B_2 strlg LA_4 'la space
|
|
||||||
''!I
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc E_8
|
|
||||||
! dbha HA_4 HG_4 tg F_4 HGr_8 HAl_8
|
|
||||||
! strf HG_4 F_4 gg E_4 'e strla E_8
|
|
||||||
! gg F_4 'f C_8 grp C_4 E_4
|
|
||||||
! gg Fr_8 'f El_16 gg Fr_8 HGl_8 dbha HA_4 strhg HA_4
|
|
||||||
!t
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
LA_4 'la B_8 thrd Dr_8 Cl_8 Br_8 strlg LAl_8
|
|
||||||
! dbc C_4 E_4 dbha HA_4 HGr_8 HAl_8
|
|
||||||
! hdbf F_4 E_4 gg Cr_8 'c Dl_16 dbe Er_8 Cl_8
|
|
||||||
! dbb B_2 strlg LA_4 'la space
|
|
||||||
!I
|
|
|
@ -4,6 +4,9 @@ global = {
|
||||||
\time 4/4
|
\time 4/4
|
||||||
}
|
}
|
||||||
|
|
||||||
|
confTempo = {
|
||||||
|
\tempo 4 = 90
|
||||||
|
}
|
||||||
%% Format
|
%% Format
|
||||||
part = { \partial 8 s8 }
|
part = { \partial 8 s8 }
|
||||||
halfline = { \repeat unfold 2 { s1 | } }
|
halfline = { \repeat unfold 2 { s1 | } }
|
||||||
|
@ -12,9 +15,3 @@ line = { \repeat unfold 2 { \halfline } }
|
||||||
%% Headers
|
%% Headers
|
||||||
title = "Minstrel Boy"
|
title = "Minstrel Boy"
|
||||||
meter = "March"
|
meter = "March"
|
||||||
|
|
||||||
|
|
||||||
composerSide = ""
|
|
||||||
composerTenor = ""
|
|
||||||
composerBass = ""
|
|
||||||
composerPipes = ""
|
|
79
4-4_marches/minstrel_boy/full.ly
Normal file
79
4-4_marches/minstrel_boy/full.ly
Normal file
|
@ -0,0 +1,79 @@
|
||||||
|
\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 }
|
||||||
|
<<
|
||||||
|
{
|
||||||
|
\partial 4 s4 |
|
||||||
|
\line \break
|
||||||
|
\line \bar "|." \break
|
||||||
|
|
||||||
|
\partial 4 s4 |
|
||||||
|
\line \break
|
||||||
|
\line \bar "|."
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
r8 \pipesA
|
||||||
|
\pipesA s4
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesBB s8
|
||||||
|
}%Pipes
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\new PipeBandDrumStaff = "side" {
|
||||||
|
\sideglobal
|
||||||
|
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||||
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||||
|
|
||||||
|
r8 \snareAA
|
||||||
|
\snareAB s4
|
||||||
|
|
||||||
|
\snareBA
|
||||||
|
\snareAB s4
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
% \new PipeBandDrumStaff = "tenor" {
|
||||||
|
% \tenorglobal
|
||||||
|
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||||
|
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
%
|
||||||
|
% }
|
||||||
|
% \new PipeBandDrumStaff = "bass" {
|
||||||
|
% \bassglobal
|
||||||
|
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||||
|
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||||
|
%
|
||||||
|
% }
|
||||||
|
>>
|
||||||
|
\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 }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
30
4-4_marches/minstrel_boy/notes.pipes.ily
Normal file
30
4-4_marches/minstrel_boy/notes.pipes.ily
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
% 4/4 Minstrel Boy
|
||||||
|
% Pipes
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipes = ""
|
||||||
|
pipeglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
% Music
|
||||||
|
pipesA = {
|
||||||
|
e8 |
|
||||||
|
\grg a4. b8 \thrwd d8 [ c8 ] \grg b8 [ \grG a8 ] |
|
||||||
|
\dblc c4 e4 \dblA A4 g8 [ A8 ] |
|
||||||
|
\hdblf f4 e4 \grg c8. [ d16 ] \dble e8 [ c8 ] |
|
||||||
|
\dblb b2 \grG a4.
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesBA = {
|
||||||
|
e8 |
|
||||||
|
\dblA A4 g4 \grA f4 g8 [ A8 ] |
|
||||||
|
\slurf g4 f4 \grg e4. \gra e8 |
|
||||||
|
\grg f4. c8 \grip c4 e4 |
|
||||||
|
\grg f8. [ e16 ] \grg f8 [ g8 ] \dblA A4 \grg A4 |
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesBB = {
|
||||||
|
a4. b8 \thrwd d8 [ c8 ] b8 [ \grG a8 ] |
|
||||||
|
\dblc c4 e4 \dblA A4 g8 [ A8 ] |
|
||||||
|
\hdblf f4 e4 \grg c8. [ d16 ] \dble e8 [ c8 ] |
|
||||||
|
\dblb b2 \grG a4.
|
||||||
|
}
|
|
@ -2,32 +2,30 @@
|
||||||
% Snare
|
% Snare
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerSide = ""
|
composerSide = ""
|
||||||
|
sideglobal = {}
|
||||||
%%music
|
%%music
|
||||||
|
|
||||||
|
snareEnds = \drummode {
|
||||||
|
d8:32(] |
|
||||||
|
g16.) d32-> g16. g32 \flam d8 \flam g8 d4:32(->\< d4:32)(-> |
|
||||||
|
|
||||||
|
d8:32)(-> g8) \! r8 d8:32( g8[) \dragd d16. d32]-> g16. g32 \flam d8 |
|
||||||
|
\flam g4 d4:32( d4)
|
||||||
|
|
||||||
|
}
|
||||||
snareAA = \drummode {
|
snareAA = \drummode {
|
||||||
d16. g32 |
|
d16. g32 |
|
||||||
d4:32( d8.) g16 \flamd d8 d8:32( g8) d8:32( |
|
d4:32( d8.) g16 \flam d8 [ d8:32(] g8[)
|
||||||
g16.) d32-> g16. g32 \flamd d8 \flamg g8 d4:32(-> d4:32)(-> |
|
\snareEnds
|
||||||
|
}
|
||||||
\break
|
|
||||||
d8:32)(-> g8:32)-> r8 d8:32( g8[) \dragd d16. d32]-> g16. g32 \flamd d8 |
|
|
||||||
\flamd d4 d4:32( d4)
|
|
||||||
}
|
|
||||||
snareAB = \drummode {
|
snareAB = \drummode {
|
||||||
\dragd d16. d32-> g16. g32 |
|
\dragd d16. d32-> g16. g32 |
|
||||||
d4:32( d8.) g16 \flamd d8 d8:32( g8) d8:32( |
|
d4:32( d8.) g16 \flam d8[ d8:32(] g8[)
|
||||||
g16.) d32-> g16. g32 \flamd d8 \flamg g8 d4:32(-> d4:32)(-> |
|
\snareEnds
|
||||||
|
|
||||||
\break
|
|
||||||
d8:32)(-> g8:32)-> r8 d8:32( g8[) \dragd d16. d32]-> g16. g32 \flamd d8 |
|
|
||||||
\flamd d4 d4:32( d4)
|
|
||||||
}
|
}
|
||||||
% Part 2
|
% Part 2
|
||||||
snareBA = \drummode {
|
snareBA = \drummode {
|
||||||
\flamd d8. d16:32( |
|
\flam d8. d16:64( |
|
||||||
g16) g16 d8:32( g16) g16 d8:32( g8:32)( d8) r8 d8:32( |
|
d16) g16 d8:32( g16) g16 d8:32( g8:32)( d8) r8
|
||||||
g16.) d32-> g16. g32 \flamd d8 \flamg g8 d4:32(-> d4:32)(-> |
|
\snareEnds
|
||||||
|
}
|
||||||
d8:32)(-> g8:32)-> r8 d8:32( g8[) \dragd d16. d32]-> g16. g32 \flamd d8 |
|
|
||||||
\flamd d4 d4:32( d4)
|
|
||||||
}
|
|
||||||
|
|
45
4-4_marches/minstrel_boy/pipes.ly
Normal file
45
4-4_marches/minstrel_boy/pipes.ly
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "config.ily"
|
||||||
|
\include "notes.pipes.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
{
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \line
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\part \line \break
|
||||||
|
\line \bar "|."
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\pipesA s8
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesBB s8
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\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
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
}
|
|
@ -8,7 +8,8 @@
|
||||||
\global
|
\global
|
||||||
<<
|
<<
|
||||||
{
|
{
|
||||||
\part \line \break
|
\partial 4 s4 |
|
||||||
|
\line \break
|
||||||
\line \break \bar "|."
|
\line \break \bar "|."
|
||||||
|
|
||||||
\partial 4 s4 |
|
\partial 4 s4 |
|
||||||
|
@ -16,11 +17,11 @@
|
||||||
\line \break \bar "|."
|
\line \break \bar "|."
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
\snareAA
|
r8 \snareAA
|
||||||
\snareAB s4
|
\snareAB s4
|
||||||
|
|
||||||
\snareBA
|
\snareBA
|
||||||
\snareAB r8
|
\snareAB
|
||||||
}
|
}
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
@ -30,4 +31,4 @@
|
||||||
instrument = \instrumentSide
|
instrument = \instrumentSide
|
||||||
composer = \composerSide
|
composer = \composerSide
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
\version "2.19.0"
|
\version "2.19.0"
|
||||||
|
|
||||||
\include "config.ily"
|
\include "config.ily"
|
||||||
\include "notes.bass.ily"
|
%\include "notes.bass.ily"
|
||||||
\include "notes.tenor.ily"
|
\include "notes.tenor.ily"
|
||||||
\include "notes.side.ily"
|
\include "notes.side.ily"
|
||||||
\include "notes.pipes.ily"
|
\include "notes.pipes.ily"
|
||||||
|
@ -14,28 +14,54 @@
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
<<
|
<<
|
||||||
{}%Format
|
{
|
||||||
{}%Pipes
|
\repeat unfold 2 {
|
||||||
|
\partial 4 s4
|
||||||
|
\line
|
||||||
|
\break
|
||||||
|
\line \bar "|."
|
||||||
|
\break
|
||||||
|
}
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\pipesAA
|
||||||
|
\pipesAB s4
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesBB
|
||||||
|
}%Pipes
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
\new PipeBandDrumStaff = "side" {
|
\new PipeBandDrumStaff = "side" {
|
||||||
\sideglobal
|
\sideglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||||
|
\snareA
|
||||||
|
\snareA s4
|
||||||
|
|
||||||
}
|
\snareBA
|
||||||
\new PipeBandDrumStaff = "bass" {
|
\snareBB s4
|
||||||
\bassglobal
|
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
\new PipeBandDrumStaff = "tenor" {
|
\new PipeBandDrumStaff = "tenor" {
|
||||||
\tenorglobal
|
\tenorglobal
|
||||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
|
||||||
|
\repeat unfold 2 {
|
||||||
|
\repeat unfold 2 {
|
||||||
|
r8. \tenorA
|
||||||
|
}
|
||||||
|
s4
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
% \new PipeBandDrumStaff = "bass" {
|
||||||
|
% \bassglobal
|
||||||
|
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||||
|
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||||
|
%
|
||||||
|
% }
|
||||||
>>
|
>>
|
||||||
\header {
|
\header {
|
||||||
title = \title
|
title = \title
|
||||||
|
|
|
@ -1,62 +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 12",(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,11,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)
|
|
||||||
"12 a",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"February 21st 2010",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
"The Leaving of Liverpool",(I,L,0,0,Times New Roman,11,700,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
& sharpf sharpc 4_4
|
|
||||||
gg LAr_8 'la Bl_16
|
|
||||||
! grp C_4 dbc Cr_8 El_8 thrd Dr_8 Cl_8 dbb Br_8 LAl_8
|
|
||||||
! HA_4 gg HAr_8 'ha Fl_16 gg E_4 gg LAr_8 'la Bl_16
|
|
||||||
! grp Cr_8 El_8 dbe Er_8 Cl_8 gg Fr_8 'f El_16 thrd Dr_8 Cl_8
|
|
||||||
! dbb B_2 grp B_4 gg LAr_8 'la Bl_16 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
grp C_4 dbc Cr_8 El_8 thrd Dr_8 Cl_8 dbb Br_8 LAl_8
|
|
||||||
! HA_4 gg HAr_8 'ha Fl_16 gg E_4 gg LAr_8 'la Bl_16
|
|
||||||
! grp Cr_8 El_8 dbe Er_8 Cl_8 dbb ^ts B_4 'b strlg LA_8
|
|
||||||
! gg LA_2 brl LA_4 !I
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
gg Fr_8 'f HGl_16
|
|
||||||
! dbha HA_4 ^tha HAr_8 'ha Fl_16 gg E_4 'e strla E_8
|
|
||||||
! gg Fr_8 Dl_8 HAr_8 'ha Fl_16 gg E_4 gg LAr_8 'la Bl_16
|
|
||||||
! grp Cr_8 El_8 dbe Er_8 Cl_8 gg Fr_8 'f El_16 thrd Dr_8 Cl_8
|
|
||||||
! dbb B_2 grp B_4 gg Fr_8 'f HGl_16 !t
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
dbha HA_4 ^tha HAr_8 'ha Fl_16 gg E_4 'e strla E_8
|
|
||||||
! gg Fr_8 Dl_8 HAr_8 'ha Fl_16 gg E_4 gg LAr_8 'la Bl_16
|
|
||||||
! grp Cr_8 El_8 dbe Er_8 Cl_8 dbb B_4 'b strlg LA_8
|
|
||||||
! gg LA_2 brl LA_4 !I
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -15,20 +15,20 @@ pipesAA = {
|
||||||
pipesAB = {
|
pipesAB = {
|
||||||
\grip c4 \dblc c8 [ e8 ] \thrwd d8 [ c8 ] \dblb b8 [ a8 ] |
|
\grip c4 \dblc c8 [ e8 ] \thrwd d8 [ c8 ] \dblb b8 [ a8 ] |
|
||||||
A4 \grg A8. [ f16 ] \grg e4 \grg a8. [ b16 ] |
|
A4 \grg A8. [ f16 ] \grg e4 \grg a8. [ b16 ] |
|
||||||
\grip c8 [ e8 ] \dble e8 [ c8 ] \dblb b4~ \grG a8 |
|
\grip c8 [ e8 ] \dble e8 [ c8 ] \dblb b4. \grG a8 |
|
||||||
\grg a2 \wbirl a4
|
\grg a2 \wbirl a4
|
||||||
}
|
}
|
||||||
|
|
||||||
pipesBA = {
|
pipesBA = {
|
||||||
\grg f8. [ g16 ] |
|
\grg f8. [ g16 ] |
|
||||||
\dblA A4 A8. [ f16 ] \grg e4. \gra e8 |
|
\dblA A4~ A8. [ f16 ] \grg e4. \gra e8 |
|
||||||
\grg f8 [ d8 ] A8. [ f16 ] \grg e4 \grg a8. [ b16 ] |
|
\grg f8 [ d8 ] A8. [ f16 ] \grg e4 \grg a8. [ b16 ] |
|
||||||
\grip c8 [ e8 ] \dble e8 [ c8 ] \grg f8. [ e16 ] \thrwd d8 [ c8 ] |
|
\grip c8 [ e8 ] \dble e8 [ c8 ] \grg f8. [ e16 ] \thrwd d8 [ c8 ] |
|
||||||
\dblb b2 \grip b4 \grg f8. [ g16 ] |
|
\dblb b2 \grip b4 \grg f8. [ g16 ] |
|
||||||
}
|
}
|
||||||
|
|
||||||
pipesBB = {
|
pipesBB = {
|
||||||
\dblA A4 A8. [ f16 ] \grg e4. \gra e8 |
|
\dblA A4~ A8. [ f16 ] \grg e4. \gra e8 |
|
||||||
\grg f8 [ d8 ] A8. [ f16 ] \grg e4 \grg a8. [ b16 ] |
|
\grg f8 [ d8 ] A8. [ f16 ] \grg e4 \grg a8. [ b16 ] |
|
||||||
\grip c8 [ e8 ] \dble e8 [ c8 ] \dblb b4. \grG a8 |
|
\grip c8 [ e8 ] \dble e8 [ c8 ] \dblb b4. \grG a8 |
|
||||||
\grg a2 \wbirl a4
|
\grg a2 \wbirl a4
|
||||||
|
|
|
@ -2,7 +2,9 @@
|
||||||
% Snare
|
% Snare
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerSnare = "E.T. de Boone, 2015"
|
composerSnare = "E.T. de Boone, 2015"
|
||||||
|
sideglobal = {
|
||||||
|
\eighthBeaming
|
||||||
|
}
|
||||||
%%music
|
%%music
|
||||||
snareA = \drummode {
|
snareA = \drummode {
|
||||||
r8 d16. g32 |
|
r8 d16. g32 |
|
||||||
|
@ -30,4 +32,4 @@ snareBB = \drummode{
|
||||||
\flamg g16. d32:128( d16.) g32 d16.:64( d32) \tuplet 3/2 { g16 d g } \flamd d16. g32-> d32 g d g d16. g32-> d32 g d g |
|
\flamg g16. d32:128( d16.) g32 d16.:64( d32) \tuplet 3/2 { g16 d g } \flamd d16. g32-> d32 g d g d16. g32-> d32 g d g |
|
||||||
|
|
||||||
d4 d4:32( d4)
|
d4 d4:32( d4)
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
% Tenor
|
% Tenor
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerTenor = "F.J. de Boone,2011"
|
composerTenor = "F.J. de Boone,2011"
|
||||||
|
tenorglobal = {}
|
||||||
%%music
|
%%music
|
||||||
tenorA = \drummode {
|
tenorA = \drummode {
|
||||||
g16 |
|
g16 |
|
||||||
|
@ -24,4 +24,4 @@ tenorA = \drummode {
|
||||||
d16 g d g
|
d16 g d g
|
||||||
d g d g
|
d g d g
|
||||||
d4
|
d4
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,10 +9,11 @@
|
||||||
<<
|
<<
|
||||||
{
|
{
|
||||||
\repeat unfold 2 {
|
\repeat unfold 2 {
|
||||||
\part
|
\partial 4 s4
|
||||||
\line
|
\line
|
||||||
\break
|
\break
|
||||||
\line
|
\line
|
||||||
|
\bar "|."
|
||||||
\break
|
\break
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,18 +4,14 @@ global = {
|
||||||
\time 4/4
|
\time 4/4
|
||||||
\eighthBeaming
|
\eighthBeaming
|
||||||
}
|
}
|
||||||
|
confTempo = {
|
||||||
|
\tempo 4 = 90
|
||||||
|
}
|
||||||
%% Format
|
%% Format
|
||||||
part = { \partial 8 s8 }
|
part = { \partial 4 s4 }
|
||||||
halfline = { \repeat unfold 2 { s1 | } }
|
halfline = { \repeat unfold 2 { s1 | } }
|
||||||
line = { \repeat unfold 2 { \halfline } }
|
line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
||||||
%% Headers
|
%% Headers
|
||||||
title = "The Old Rustic Bridge"
|
title = "The Old Rustic Bridge"
|
||||||
meter = "March"
|
meter = "March"
|
||||||
|
|
||||||
|
|
||||||
composerSide = ""
|
|
||||||
composerTenor = ""
|
|
||||||
composerBass = ""
|
|
||||||
composerPipes = ""
|
|
76
4-4_marches/the_old_rustic_bridge/full.ly
Normal file
76
4-4_marches/the_old_rustic_bridge/full.ly
Normal file
|
@ -0,0 +1,76 @@
|
||||||
|
\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 }
|
||||||
|
<<
|
||||||
|
{
|
||||||
|
\part
|
||||||
|
\line \break
|
||||||
|
\line \bar "|." \break
|
||||||
|
|
||||||
|
\part
|
||||||
|
\line \break
|
||||||
|
\line \bar "|."
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\pipesAA
|
||||||
|
\pipesAB s4
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesAB s4
|
||||||
|
}%Pipes
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
% \new PipeBandDrumStaff = "side" {
|
||||||
|
% \sideglobal
|
||||||
|
% \set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||||
|
% \set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||||
|
%
|
||||||
|
% }
|
||||||
|
\new PipeBandDrumStaff = "tenor" {
|
||||||
|
\tenorglobal
|
||||||
|
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||||
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
|
||||||
|
\repeat unfold 2 {
|
||||||
|
r8. \tenorA
|
||||||
|
r8. \tenorA s4
|
||||||
|
}
|
||||||
|
}
|
||||||
|
% \new PipeBandDrumStaff = "bass" {
|
||||||
|
% \bassglobal
|
||||||
|
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||||
|
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||||
|
%
|
||||||
|
% }
|
||||||
|
>>
|
||||||
|
\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 }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
30
4-4_marches/the_old_rustic_bridge/notes.pipes.ily
Normal file
30
4-4_marches/the_old_rustic_bridge/notes.pipes.ily
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
% 4/4 Old Rustic Bridge
|
||||||
|
% Pipes
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipes = ""
|
||||||
|
pipeglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
% Music
|
||||||
|
pipesAA = {
|
||||||
|
\grg a8. [ d16 ] \bar "|"
|
||||||
|
\grg f4 \gre f8. [ g16 ] \hdblf f4 \thrwd d8. [ c16 ] \bar "|"
|
||||||
|
\dblb b4 \gre G8 [ \whslurd d8 ] \grg a4. \grd a8 \bar "|"
|
||||||
|
\grg b4 \grg c8 [ d8 ] \dbld d4 \grg c8. [ d16 ] \bar "|"
|
||||||
|
\grg e4 \gra e8. [ f16 ] \grg e4 \grg a8. [ d16 ] \bar "|"
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesAB = {
|
||||||
|
\grg f4 \gre f8. [ g16 ] \hdblf f4 \thrwd d8. [ c16 ] \bar "|"
|
||||||
|
\dblb b4 \gre G8 [\whslurd d8 ] \grg a4. \grd a8 \bar "|"
|
||||||
|
\grg b4 \grg e8 [ g8 ] \grA f8 [ e8 ] \grg c8 [ a8 ] \bar "|"
|
||||||
|
\thrwd d2 \dbld d4
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesBA = {
|
||||||
|
\grg e8. [ d16 ] \bar "|"
|
||||||
|
\grg c4 \grip c8. [ d16 ] \grg e4 \grg f8 [ e8 ] \bar "|"
|
||||||
|
\dble e4 \grg b8. [ c16 ] \thrwd d4. \grc d8 \bar "|"
|
||||||
|
\dblc c4 \dblA A8 [ c8 ] \grg e8 [ d8 ] \grg c8 [ b8 ] \bar "|"
|
||||||
|
\grg a4 \grg b4 \grip c4 \grg b8 [ \grG a8 ] \bar "|"
|
||||||
|
}
|
|
@ -1,13 +1,13 @@
|
||||||
% 4/4 The Olde Rustic Bridge
|
% 4/4 Rustic Bridge
|
||||||
% Tenor
|
% Tenor
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerTenor = ""
|
composerTenor = ""
|
||||||
|
tenorglobal = {}
|
||||||
%%music
|
%%music
|
||||||
tenorA = \drummode {
|
tenorA = \drummode {
|
||||||
g16 |
|
g16 |
|
||||||
d4 g8 d g4 d8. g16 |
|
d4 g8 d g4 d8. g16 |
|
||||||
d8 g d4 g r |
|
d8 g d4 g r |
|
||||||
d4 g8[ d] g[ d] g[ d] |
|
d4 g8[ d] g[ d] g[ d] |
|
||||||
g4 r4 d4 r4 |
|
g4 r4 d4
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,53 +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,100,80,250)
|
|
||||||
|
|
||||||
TuneFormat,(1,0,M,L,500,500,500,500,L,1,0)
|
|
||||||
TuneTempo,90
|
|
||||||
|
|
||||||
" set 12 (vervolg)",(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,11,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)
|
|
||||||
"12 b",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"2012",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
"The old rustic Bridge",(I,L,0,0,Times New Roman,11,700,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
& sharpf sharpc 4_4
|
|
||||||
& sharpf sharpc 4_4
|
|
||||||
gg LAr_8 'la Dl_16 !
|
|
||||||
gg F_4 eg Fr_8 'f HGl_16 hdbf F_4 thrd Dr_8 'd Cl_16 !
|
|
||||||
dbb B_4 eg LGr_8 lhstd Dl_8 gg LA_4 'la dg LA_8 !
|
|
||||||
gg B_4 gg Cr_8 Dl_8 lgstd D_4 gg Cr_8 'c Dl_16 !
|
|
||||||
gg E_4 ag Er_8 'e Fl_16 gg E_4 gg LAr_8 'la Dl_16 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
gg F_4 eg Fr_8 'f HGl_16 hdbf F_4 thrd Dr_8 'd Cl_16 !
|
|
||||||
dbb B_4 eg LGr_8 lhstd Dl_8 gg LA_4 'la dg LA_8 !
|
|
||||||
gg B_4 gg Er_8 HGl_8 tg Fr_8 El_8 gg Cr_8 LAl_8 !
|
|
||||||
thrd D_2 lgstd D_4 !I
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
gg Er_8 'e Dl_16 !
|
|
||||||
gg C_4 grp Cr_8 'c Dl_16 gg E_4 gg Fr_8 El_8 !
|
|
||||||
dbe E_4 gg Br_8 'b Cl_16 thrd D_4 'd cg D_8 !
|
|
||||||
dbc C_4 dbha HAr_8 Cl_8 gg Er_8 Dl_8 gg Cr_8 Bl_8 !
|
|
||||||
gg LA_4 gg B_4 grp C_4 gg Br_8 strlg LAl_8 !t
|
|
||||||
|
|
||||||
& sharpf sharpc
|
|
||||||
gg F_4 eg Fr_8 'f HGl_16 hdbf F_4 thrd Dr_8 'd Cl_16 !
|
|
||||||
dbb B_4 eg LGr_8 lhstd Dl_8 gg LA_4 'la dg LA_8 !
|
|
||||||
gg B_4 gg Er_8 HGl_8 tg Fr_8 El_8 gg Cr_8 LAl_8 !
|
|
||||||
thrd D_2 lgstd D_2 !I
|
|
49
4-4_marches/the_old_rustic_bridge/pipes.ly
Normal file
49
4-4_marches/the_old_rustic_bridge/pipes.ly
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "config.ily"
|
||||||
|
\include "notes.pipes.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
{
|
||||||
|
\part
|
||||||
|
\line \break
|
||||||
|
\line \bar "|." \break
|
||||||
|
|
||||||
|
\part
|
||||||
|
\line \break
|
||||||
|
\line \bar "|."
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\pipesAA
|
||||||
|
\pipesAB s4
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesAB s4
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
|
||||||
|
\partial 4
|
||||||
|
\pipesAA
|
||||||
|
\pipesAB
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesAB
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
}
|
|
@ -7,8 +7,18 @@
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
<<
|
<<
|
||||||
{\repeat unfold 2 {\repeat volta 2 { \part \line } \break }}
|
{
|
||||||
{\repeat unfold 2 {s16\tenorA}}
|
\repeat unfold 2 {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \line
|
||||||
|
} \break
|
||||||
|
}
|
||||||
|
}
|
||||||
|
{
|
||||||
|
\repeat unfold 2 {
|
||||||
|
r8. \tenorA s4
|
||||||
|
}
|
||||||
|
}
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
\header {
|
\header {
|
||||||
|
@ -17,4 +27,4 @@
|
||||||
instrument = \instrumentTenor
|
instrument = \instrumentTenor
|
||||||
composer = \composerTenor
|
composer = \composerTenor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,9 @@
|
||||||
%% Globals
|
%% Globals
|
||||||
global = {
|
global = {
|
||||||
\time 5/4
|
\time 5/4
|
||||||
\eighthBeaming
|
}
|
||||||
|
confTempo = {
|
||||||
|
\tempo 4 = 90
|
||||||
}
|
}
|
||||||
%% Format
|
%% Format
|
||||||
part = {\partial 8 s8 }
|
part = {\partial 8 s8 }
|
||||||
|
@ -10,4 +12,4 @@ line = { \repeat unfold 4 { s2 s2. } }
|
||||||
|
|
||||||
%% Headers
|
%% Headers
|
||||||
title = "Cullen Bay"
|
title = "Cullen Bay"
|
||||||
meter = "March"
|
meter = "March"
|
||||||
|
|
|
@ -15,10 +15,8 @@
|
||||||
<<
|
<<
|
||||||
{
|
{
|
||||||
\repeat unfold 4 {
|
\repeat unfold 4 {
|
||||||
\line
|
\line \bar "||" \break
|
||||||
\break
|
\line \bar "|."
|
||||||
\line
|
|
||||||
\bar "|."
|
|
||||||
}
|
}
|
||||||
}%End of Format
|
}%End of Format
|
||||||
{
|
{
|
||||||
|
@ -34,7 +32,9 @@
|
||||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||||
|
|
||||||
\repeat unfold 4 {
|
\repeat unfold 4 {
|
||||||
\bassA
|
\repeat unfold 2 {
|
||||||
|
\bassA
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
\new PipeBandDrumStaff = "tenor" {
|
\new PipeBandDrumStaff = "tenor" {
|
||||||
|
@ -62,4 +62,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
81
5-4_marches/cullen_bay/full.ly
Normal file
81
5-4_marches/cullen_bay/full.ly
Normal file
|
@ -0,0 +1,81 @@
|
||||||
|
\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 unfold 4 {
|
||||||
|
\line \bar "||" \break
|
||||||
|
\line \bar "|."
|
||||||
|
}
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\repeat unfold 2 { \pipesA }
|
||||||
|
\repeat unfold 2 { \pipesB }
|
||||||
|
\repeat unfold 2 { \pipesC }
|
||||||
|
\repeat unfold 2 { \pipesD }
|
||||||
|
}%Pipes
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\new PipeBandDrumStaff = "side" {
|
||||||
|
\sideglobal
|
||||||
|
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||||
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||||
|
\repeat unfold 2 { \snareA }
|
||||||
|
\repeat unfold 2 { \snareB }
|
||||||
|
\repeat unfold 2 { \snareC }
|
||||||
|
\repeat unfold 2 { \snareD }
|
||||||
|
|
||||||
|
}
|
||||||
|
\new PipeBandDrumStaff = "tenor" {
|
||||||
|
\tenorglobal
|
||||||
|
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||||
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
|
||||||
|
\repeat unfold 4 {
|
||||||
|
\tenorAA
|
||||||
|
\tenorAB
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\new PipeBandDrumStaff = "bass" {
|
||||||
|
\bassglobal
|
||||||
|
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||||
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||||
|
\repeat unfold 4 {
|
||||||
|
\repeat unfold 2 {
|
||||||
|
\bassA
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
\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 }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,90 +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
|
|
||||||
|
|
||||||
"Cullen Bay",(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)
|
|
||||||
|
|
||||||
"I.Duncan",(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)
|
|
||||||
"26",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
"oktober 2013",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
& sharpf sharpc 5_4
|
|
||||||
I!'' gg LAr_8 'la Bl_16 dbc Cr_8 eg LAl_8 gg Br_8 dg Cr_16 'd Bl_32 strlg LA_2
|
|
||||||
! gg Cr_8 'c Dl_16 dbe Er_8 Cl_8 thrd Dr_8 Er_32 Fl_16 'f dbe E_2
|
|
||||||
! gg Fr_8 HAl_8 hdbe Er_8 Cl_8 thrd Dr_8 gg Er_16 'e Dl_32 dbc C_2
|
|
||||||
! gg LAr_8 'la Bl_16 dbc Cr_8 eg LAl_8 gg Br_8 dg Cr_16 'c Bl_32 strlg LA_2 ''!I
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc I!''
|
|
||||||
dbha HAr_8 El_8 dbe Er_8 Cr_32 El_16 'e gg Fr_8 Er_32 Cl_16 'c dbe E_2
|
|
||||||
! dbha HAr_8 El_8 dbe Er_8 Cr_32 El_16 'e gg Fr_8 Er_32 Cl_16 'c dbb B_2
|
|
||||||
! dbha HAr_8 El_8 dbe Er_8 Cr_32 El_16 'e gg Fr_8 Er_32 Cl_16 'c dbe E_2
|
|
||||||
! gg LAr_8 'la Bl_16 dbc Cr_8 eg LAl_8 gg Br_8 dg Cr_16 'c Bl_32 strlg LA_2 ''!I
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc I!''
|
|
||||||
dbc Cr_8 eg LAl_8 brl LAr_8 Br_32 Cl_16 'c thrd Dr_8 Cr_32 Bl_16 'b dbc C_2
|
|
||||||
! dbe Er_8 Cl_8 strlg Cr_8 Dr_32 El_16 'e thrd Dr_8 Er_32 Fl_16 'f dbe E_2
|
|
||||||
! gg Fr_8 HAl_8 hdbe Er_8 Cl_8 thrd Dr_8 gg Er_16 'e Dl_32 dbc C_2
|
|
||||||
! gg LAr_8 'la Bl_16 dbc Cr_8 eg LAl_8 gg Br_8 dg Cr_16 'c Bl_32 strlg LA_2 ''!I
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc I!''
|
|
||||||
dbe Er_8 Cr_32 El_16 'e dbha HAr_8 El_8 gg Fr_8 Er_32 Cl_16 'c dbe E_2
|
|
||||||
! dbc Cr_8 eg LAl_8 brl LAr_8 Br_32 Cl_16 'c Er_8 Dr_32 Cl_16 'c dbb B_2
|
|
||||||
! dbe Er_8 Cr_32 El_16 'e gg Fr_8 HAl_8 Fr_16 'f El_32 gg Dl_16 'd Fl_32 dbe E_2
|
|
||||||
! gg LAr_8 'la Bl_16 dbc Cr_8 eg LAl_8 gg Br_8 dg Cr_16 'c Bl_32 strlg LA_2 ''!I
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
" Seconds",(I,L,0,0,Times New Roman,11,400,0,0,18,0,0,0)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc 5_4 I!''
|
|
||||||
gg Cr_8 'c Dl_16 dbe Er_8 gg Cl_8 thrd Dr_8 gg Er_16 'e Dl_32 gg C_2
|
|
||||||
! gg LAr_8 'la Bl_16 dbc Cr_8 gg LAl_8 grp Br_8 Cr_32 Dl_16 'd dbc C_2
|
|
||||||
! gg Dr_8 Fl_8 dbc Cr_8 eg LAl_8 grp Br_8 gg Cr_16 'c Bl_32 dbc E_2
|
|
||||||
! gg Cr_8 'c Dl_16 dbe Er_8 gg Cl_8 thrd Dr_8 dg gg Er_16 'e Dl_32 gg C_2 ''!I
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc I!''
|
|
||||||
dbf Fr_8 Cl_8 dbc Cr_8 LAr_32 Cl_16 'c gg Dr_8 Cr_32 LAl_16 'la dbc C_2
|
|
||||||
! dbf Fr_8 Cl_8 dbc Cr_8 LAr_32 Cl_16 'c gg Dr_8 Cr_32 LAl_16 'la dbd D_2
|
|
||||||
! dbf Fr_8 Cl_8 dbc Cr_8 LAr_32 Cl_16 'c gg Dr_8 Cr_32 LAl_16 'la dbc C_2
|
|
||||||
! gg Cr_8 'c Dl_16 dbe Er_8 gg Cl_8 thrd Dr_8 dg gg Er_16 'e Dl_32 gg C_2 ''!I
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc I!''
|
|
||||||
dbe Er_8 eg Cl_8 Cr_8 Dr_32 El_16 'e Fr_8 Er_32 Dl_16 'd strlg LA_2
|
|
||||||
! dbc Cr_8 LAl_8 LAr_8 Br_32 Cl_16 'c Br_8 Cr_32 Dl_16 'd dbc C_2
|
|
||||||
! gg Dr_8 Fl_8 dbc Cr_8 LAl_8 dbb Br_8 gg Cr_16 'c Bl_32 dbc C_2
|
|
||||||
! gg Cr_8 'c Dl_16 dbe Er_8 gg Cl_8 thrd Dr_8 gg Er_16 'e Dl_32 gg C_2 ''!I
|
|
||||||
|
|
||||||
|
|
||||||
& sharpf sharpc I!''
|
|
||||||
dbc Cr_8 gg LAr_32 Cl_16 'c dbf Fr_8 Cl_8 dbd Dr_8 Cr_32 LAl_16 'la dbc C_2
|
|
||||||
! dbe Er_8 gg Cl_8 grp Cr_8 gg Dr_32 El_16 'e dbc Cr_8 Br_32 LAl_16 'la dblg LG_2
|
|
||||||
! dbc Cr_8 gg LAr_32 Cl_16 'c gg Dr_8 Fl_8 gg Dr_16 'd Cl_32 gg Bl_16 'b Dl_32 dbc C_2
|
|
||||||
! gg Cr_8 'c Dl_16 dbe Er_8 gg Cl_8 thrd Dr_8 gg Er_16 'e Dl_32 dbc C_2 ''!I
|
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
% Bass
|
% Bass
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerBass = ""
|
composerBass = ""
|
||||||
|
bassglobal = {}
|
||||||
bassA = \drummode {
|
bassA = \drummode {
|
||||||
\repeat unfold 4 { d4-^ g d-> g d | }
|
\repeat unfold 4 { d4-^ g d-> g d | }
|
||||||
}
|
}
|
||||||
|
|
35
5-4_marches/cullen_bay/notes.pipes.ily
Normal file
35
5-4_marches/cullen_bay/notes.pipes.ily
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
% 5/4 Cullen Bay
|
||||||
|
% Pipes
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipes = "I. Duncan"
|
||||||
|
pipeglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
% Music
|
||||||
|
pipesA = {
|
||||||
|
\grg c8. [ d16 ] \dble e8 [ \grg c8 ] \thrwd d8 [ \grg e16. d32 ] \grg c2 |
|
||||||
|
\grg a8. [ b16 ] \dblc c8 [ \grg a8 ] \grip b8 [ c32 d16. ] \dblc c2 |
|
||||||
|
\grg d8 [ f8 ] \dblc c8 [ \gre a8 ] \grip b8 [ \grg c16. b32 ] \dblc e2 |
|
||||||
|
\grg c8. [ d16 ] \dble e8 [ \grg c8 ] \thrwd d8 [ \grg e16. d32 ] \grg c2
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesB = {
|
||||||
|
\dblf f8 [ c8 ] \dblc c8 [ a32 c16. ] \grg d8 [ c32 a16. ] \dblc c2 |
|
||||||
|
\dblf f8 [ c8 ] \dblc c8 [ a32 c16. ] \grg d8 [ c32 a16. ] \dbld d2 |
|
||||||
|
\dblf f8 [ c8 ] \dblc c8 [ a32 c16. ] \grg d8 [ c32 a16. ] \dblc c2 |
|
||||||
|
\grg c8. [ d16 ] \dble e8 [ \grg c8 ] \thrwd d8 [ \grg e16. d32 ] \grg c2
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesC = {
|
||||||
|
\dble e8 [ \gre c8 ] c8 [ d32 e16. ] f8 [ e32 d16. ] \grG a2 |
|
||||||
|
\dblc c8 [ a8 ] a8 [ b32 c16. ] b8 [ c32 d16. ] \dblc c2 |
|
||||||
|
\grg d8 [ f8 ] \dblc c8 [ a8 ] \dblb b8 [ \grg c16. b32 ] \dblc c2 |
|
||||||
|
\grg c8. [ d16 ] \dble e8 [ \grg c8 ] \thrwd d8 [ \grg e16. d32 ] \grg c2
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesD = {
|
||||||
|
\dblc c8 [ \grg a32 c16. ] \dblf f8 [ c8 ] \dbld d8 [ c32 a16. ] \dblc c2 |
|
||||||
|
\dble e8 [ \grg c8 ] \grip c8 [ \grg d32 e16. ] \dblc c8 [ b32 a16. ] \dblG G2 |
|
||||||
|
\dblc c8 [ \grg a32 c16. ] \grg d8 [ f8 ] \grg d16. [ c32 b16. ] d32 ] \dblc c2 |
|
||||||
|
\grg c8. [ d16 ] \dble e8 [ \grg c8 ] \thrwd d8 [ \grg e16. d32 ] \dblc c2
|
||||||
|
}
|
|
@ -2,6 +2,11 @@
|
||||||
% Side
|
% Side
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerSide = ""
|
composerSide = ""
|
||||||
|
sideglobal = {
|
||||||
|
\eighthBeaming
|
||||||
|
}
|
||||||
|
|
||||||
|
% Music
|
||||||
snareEnd = \drummode {
|
snareEnd = \drummode {
|
||||||
d8[:32)(-> g16.) g32]->
|
d8[:32)(-> g16.) g32]->
|
||||||
d8[:32(->\< g8]:32)(->
|
d8[:32(->\< g8]:32)(->
|
||||||
|
@ -11,9 +16,9 @@ snareEnd = \drummode {
|
||||||
|
|
|
|
||||||
d8) \! d8:32(
|
d8) \! d8:32(
|
||||||
\triplet { g16)[ d g } \flam d8]
|
\triplet { g16)[ d g } \flam d8]
|
||||||
g16. d32-> g16. g32
|
g16.[ d32-> g16. g32]
|
||||||
\flam d8 d16. g32 ->
|
\flam d8 [ d16. g32->]
|
||||||
d16. d32 \flam g8
|
d16.[ d32 \flam g8 ]
|
||||||
|
|
|
|
||||||
\flam d8. d16:64(
|
\flam d8. d16:64(
|
||||||
d8) d8:32(
|
d8) d8:32(
|
||||||
|
@ -44,9 +49,9 @@ snareB = \drummode{
|
||||||
snareC = \drummode{
|
snareC = \drummode{
|
||||||
\flam d8-> \flam d16-> g->
|
\flam d8-> \flam d16-> g->
|
||||||
d16 d \flam g8
|
d16 d \flam g8
|
||||||
g8 d8:32(
|
g8 [ d8:32(]
|
||||||
\triplet { g16) d g } \flam d16. g32
|
\triplet { g16[) d g } \flam d16. g32]
|
||||||
\triplet { g16 d g } \flam g8
|
\triplet { g16[ d g } \flam g8]
|
||||||
|
|
|
|
||||||
\snareEnd
|
\snareEnd
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
% Tenor
|
% Tenor
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerTenor = ""
|
composerTenor = ""
|
||||||
|
tenorglobal = {}
|
||||||
tenorAA = \drummode {
|
tenorAA = \drummode {
|
||||||
d8-> g d g d-> g d4 d4 |
|
d8-> g d g d-> g d4 d4 |
|
||||||
d8. g16 d8-> g8-> r8 g8 d4 d4 |
|
d8. g16 d8-> g8-> r8 g8 d4 d4 |
|
||||||
|
@ -9,8 +10,8 @@ tenorAA = \drummode {
|
||||||
d4 d4 d8 g8 d4 d4 |
|
d4 d4 d8 g8 d4 d4 |
|
||||||
}
|
}
|
||||||
tenorAB = \drummode {
|
tenorAB = \drummode {
|
||||||
d4 g4 d4 g4 d4 |
|
\flourish { d4 g4 d4 g4 d4 } |
|
||||||
d8. g16 d8-> g8-> r8 g8 d4 d4 |
|
d8. g16 d8-> g8-> r8 g8 d4 d4 |
|
||||||
d4 g4 d8-> g8 d8.-> g16-> r8 d8->
|
\flourish { d4 g4 } d8-> g8 d8.-> g16-> r8 d8->
|
||||||
d4 d4 d8 g8 d4 d4 |
|
d4 d4 d8 g8 d4 d4 |
|
||||||
}
|
}
|
||||||
|
|
46
5-4_marches/cullen_bay/pipes.ly
Normal file
46
5-4_marches/cullen_bay/pipes.ly
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "config.ily"
|
||||||
|
\include "notes.pipes.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
{
|
||||||
|
\repeat unfold 4 {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\line
|
||||||
|
}\break
|
||||||
|
}
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\pipesA
|
||||||
|
\pipesB
|
||||||
|
\pipesC
|
||||||
|
\pipesD
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%% Tune
|
||||||
|
|
||||||
|
\pipesA
|
||||||
|
\pipesB
|
||||||
|
\pipesC
|
||||||
|
\pipesD
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
}
|
|
@ -6,12 +6,12 @@
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
<<
|
\sideglobal
|
||||||
|
<<
|
||||||
{
|
{
|
||||||
\repeat volta 1 { \line } \break
|
\repeat unfold 4 {
|
||||||
\repeat volta 1 { \line } \break
|
\repeat volta 1 { \line } \break
|
||||||
\repeat volta 1 { \line } \break
|
}
|
||||||
\repeat volta 1 { \line } \break
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
\snareA
|
\snareA
|
||||||
|
@ -27,4 +27,4 @@
|
||||||
instrument = \instrumentSide
|
instrument = \instrumentSide
|
||||||
composer = \composerSide
|
composer = \composerSide
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,8 @@
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
<<
|
\tenorglobal
|
||||||
|
<<
|
||||||
{ \repeat unfold 1 { \line \line \bar "|."} }
|
{ \repeat unfold 1 { \line \line \bar "|."} }
|
||||||
{ \tenorAA \tenorAB }
|
{ \tenorAA \tenorAB }
|
||||||
>>
|
>>
|
||||||
|
@ -17,4 +18,4 @@
|
||||||
instrument = \instrumentTenor
|
instrument = \instrumentTenor
|
||||||
composer = \composerTenor
|
composer = \composerTenor
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
10
template/notes.pipes.seconds.ily
Normal file
10
template/notes.pipes.seconds.ily
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
% <<Time Sig>> <<Title>>
|
||||||
|
% Pipes (Seconds)
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipessecnd = ""
|
||||||
|
pipessecndglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
pipessecndA = {
|
||||||
|
|
||||||
|
}
|
10
template/notes.pipes.thirds.ily
Normal file
10
template/notes.pipes.thirds.ily
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
% <<Time Sig>> <<Title>>
|
||||||
|
% Pipes (Thirds)
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipesthrd = ""
|
||||||
|
pipesthrdglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
pipesthrdA = {
|
||||||
|
|
||||||
|
}
|
79
template/pipes.full.ly
Normal file
79
template/pipes.full.ly
Normal file
|
@ -0,0 +1,79 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
|
||||||
|
\include "config.ily"
|
||||||
|
\include "notes.pipes.ily"
|
||||||
|
\include "notes.pipes.seconds.ily"
|
||||||
|
\include "notes.pipes.thirds.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\new Staff = "pipes" {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
\set Staff.instrumentName = \markup{ \instrumentPipes }
|
||||||
|
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
|
<<
|
||||||
|
{ }%Format
|
||||||
|
{ }%Pipes
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\new Staff = "seconds" {
|
||||||
|
\pipessecndglobal
|
||||||
|
\set Staff.instrumentName = \markup{ \instrumentPipes Seconds }
|
||||||
|
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 2nd}
|
||||||
|
|
||||||
|
}
|
||||||
|
\new Staff = "thirds" {
|
||||||
|
\pipesthrdglobal
|
||||||
|
\set Staff.instrumentName = \markup{ \instrumentPipes Thirds }
|
||||||
|
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 3rd }
|
||||||
|
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
composer = \markup \large {
|
||||||
|
\column \right-align {
|
||||||
|
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
|
||||||
|
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
|
||||||
|
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \composerPipesthrd ":" }} #} )
|
||||||
|
}
|
||||||
|
\column \right-align {
|
||||||
|
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
||||||
|
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
|
||||||
|
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \instrumentPipesthrd }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\global
|
||||||
|
\new Staff = "pipes" {
|
||||||
|
\pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
|
||||||
|
}
|
||||||
|
\new Staff = "seconds" {
|
||||||
|
\pipesecndglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%% Seconds
|
||||||
|
|
||||||
|
}
|
||||||
|
\new Staff = "thirds" {
|
||||||
|
\pipesthrdglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%% Thirds
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
}
|
||||||
|
}
|
|
@ -25,4 +25,10 @@
|
||||||
%%Tune
|
%%Tune
|
||||||
}
|
}
|
||||||
\midi { \confTempo }
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
35
template/pipes.seconds.ly
Normal file
35
template/pipes.seconds.ly
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "config.ily"
|
||||||
|
\include "notes.pipes.seconds.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipessecndglobal
|
||||||
|
<<
|
||||||
|
{ }%Format
|
||||||
|
{ }
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentpipessecnd
|
||||||
|
composer = \composerpipessecnd
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipessecndglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentpipessecnd
|
||||||
|
composer = \composerpipessecnd
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
35
template/pipes.thirds.ly
Normal file
35
template/pipes.thirds.ly
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "config.ily"
|
||||||
|
\include "notes.pipes.thirds.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipesthrdglobal
|
||||||
|
<<
|
||||||
|
{ }%Format
|
||||||
|
{ }
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipesthrd
|
||||||
|
composer = \composerPipesthrd
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipethrdglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipesthrd
|
||||||
|
composer = \composerPipesthrd
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in a new issue