mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02: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
|
@ -2,7 +2,9 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 5/4
|
||||
\eighthBeaming
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 90
|
||||
}
|
||||
%% Format
|
||||
part = {\partial 8 s8 }
|
||||
|
@ -10,4 +12,4 @@ line = { \repeat unfold 4 { s2 s2. } }
|
|||
|
||||
%% Headers
|
||||
title = "Cullen Bay"
|
||||
meter = "March"
|
||||
meter = "March"
|
||||
|
|
|
@ -15,10 +15,8 @@
|
|||
<<
|
||||
{
|
||||
\repeat unfold 4 {
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
\bar "|."
|
||||
\line \bar "||" \break
|
||||
\line \bar "|."
|
||||
}
|
||||
}%End of Format
|
||||
{
|
||||
|
@ -34,7 +32,9 @@
|
|||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
|
||||
\repeat unfold 4 {
|
||||
\bassA
|
||||
\repeat unfold 2 {
|
||||
\bassA
|
||||
}
|
||||
}
|
||||
}
|
||||
\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
|
||||
\version "2.18.2"
|
||||
composerBass = ""
|
||||
bassglobal = {}
|
||||
bassA = \drummode {
|
||||
\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
|
||||
\version "2.18.2"
|
||||
composerSide = ""
|
||||
sideglobal = {
|
||||
\eighthBeaming
|
||||
}
|
||||
|
||||
% Music
|
||||
snareEnd = \drummode {
|
||||
d8[:32)(-> g16.) g32]->
|
||||
d8[:32(->\< g8]:32)(->
|
||||
|
@ -11,9 +16,9 @@ snareEnd = \drummode {
|
|||
|
|
||||
d8) \! d8:32(
|
||||
\triplet { g16)[ d g } \flam d8]
|
||||
g16. d32-> g16. g32
|
||||
\flam d8 d16. g32 ->
|
||||
d16. d32 \flam g8
|
||||
g16.[ d32-> g16. g32]
|
||||
\flam d8 [ d16. g32->]
|
||||
d16.[ d32 \flam g8 ]
|
||||
|
|
||||
\flam d8. d16:64(
|
||||
d8) d8:32(
|
||||
|
@ -44,9 +49,9 @@ snareB = \drummode{
|
|||
snareC = \drummode{
|
||||
\flam d8-> \flam d16-> g->
|
||||
d16 d \flam g8
|
||||
g8 d8:32(
|
||||
\triplet { g16) d g } \flam d16. g32
|
||||
\triplet { g16 d g } \flam g8
|
||||
g8 [ d8:32(]
|
||||
\triplet { g16[) d g } \flam d16. g32]
|
||||
\triplet { g16[ d g } \flam g8]
|
||||
|
|
||||
\snareEnd
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
% Tenor
|
||||
\version "2.18.2"
|
||||
composerTenor = ""
|
||||
tenorglobal = {}
|
||||
tenorAA = \drummode {
|
||||
d8-> g d g d-> g d4 d4 |
|
||||
d8. g16 d8-> g8-> r8 g8 d4 d4 |
|
||||
|
@ -9,8 +10,8 @@ tenorAA = \drummode {
|
|||
d4 d4 d8 g8 d4 d4 |
|
||||
}
|
||||
tenorAB = \drummode {
|
||||
d4 g4 d4 g4 d4 |
|
||||
\flourish { d4 g4 d4 g4 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 |
|
||||
}
|
||||
}
|
||||
|
|
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 {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
\sideglobal
|
||||
<<
|
||||
{
|
||||
\repeat volta 1 { \line } \break
|
||||
\repeat volta 1 { \line } \break
|
||||
\repeat volta 1 { \line } \break
|
||||
\repeat volta 1 { \line } \break
|
||||
\repeat unfold 4 {
|
||||
\repeat volta 1 { \line } \break
|
||||
}
|
||||
}
|
||||
{
|
||||
\snareA
|
||||
|
@ -27,4 +27,4 @@
|
|||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
\tenorglobal
|
||||
<<
|
||||
{ \repeat unfold 1 { \line \line \bar "|."} }
|
||||
{ \tenorAA \tenorAB }
|
||||
>>
|
||||
|
@ -17,4 +18,4 @@
|
|||
instrument = \instrumentTenor
|
||||
composer = \composerTenor
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue