mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
Added We're no awa' tae bide awa'
This commit is contained in:
parent
15c6821a75
commit
16d7896465
7 changed files with 147 additions and 79 deletions
|
@ -5,6 +5,9 @@ global = {
|
||||||
\eighthBeaming
|
\eighthBeaming
|
||||||
}
|
}
|
||||||
|
|
||||||
|
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,4 +15,4 @@ line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
||||||
%% Headers
|
%% Headers
|
||||||
title = "We're No' Awa Tae Bide Awa"
|
title = "We're No' Awa Tae Bide Awa"
|
||||||
meter = "March"
|
meter = "March"
|
||||||
|
|
76
4-4_marches/were_no_awa_tae_bide_awa/full.ly
Normal file
76
4-4_marches/were_no_awa_tae_bide_awa/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 }
|
||||||
|
<<
|
||||||
|
{
|
||||||
|
\partial 4 s4
|
||||||
|
\line \break
|
||||||
|
\line \break
|
||||||
|
\bar "||"
|
||||||
|
|
||||||
|
\line \break
|
||||||
|
\line \break
|
||||||
|
\bar "|."
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\pipesA
|
||||||
|
|
||||||
|
\pipesA s4
|
||||||
|
}%Pipes
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\new PipeBandDrumStaff = "side" {
|
||||||
|
\sideglobal
|
||||||
|
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||||
|
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||||
|
|
||||||
|
s8 \snareAA
|
||||||
|
\snareAB
|
||||||
|
|
||||||
|
\snareAA
|
||||||
|
\snareAB s8
|
||||||
|
}
|
||||||
|
% \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 }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
20
4-4_marches/were_no_awa_tae_bide_awa/notes.pipes.ily
Normal file
20
4-4_marches/were_no_awa_tae_bide_awa/notes.pipes.ily
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
% 4/4 We're No Awa' Tae Bide Awa'
|
||||||
|
% Pipes
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipes = ""
|
||||||
|
pipeglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
% Music
|
||||||
|
pipesA = {
|
||||||
|
\grg a8. [ b16 ] |
|
||||||
|
\grip c4 c8 [ e8 ] \grg d8 [ c8 ] \grg b8 [ a8 ] |
|
||||||
|
\dblc c4 \gre a4 \wbirl a4 \dblc c8 [ e8 ] |
|
||||||
|
\dblA A2 \grip A8 [ g8 ] \hdblf f8 [ e8 ] |
|
||||||
|
\dblf f2 \dble e4 \grg f8. [ g16 ] |
|
||||||
|
|
||||||
|
\dblA A4. \grg A8 \grg A4. c8 |
|
||||||
|
\thrwd d4 f4 \dble e4. \gra e8 |
|
||||||
|
\grg f4 e4 \dblA A4 c4 |
|
||||||
|
\dblb b2 \grG a4
|
||||||
|
}
|
|
@ -2,7 +2,9 @@
|
||||||
% Snare
|
% Snare
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerSide = ""
|
composerSide = ""
|
||||||
|
sideglobal = {
|
||||||
|
\eighthBeaming
|
||||||
|
}
|
||||||
%%music
|
%%music
|
||||||
snareAA = \drummode {
|
snareAA = \drummode {
|
||||||
d16. g32 |
|
d16. g32 |
|
||||||
|
@ -13,7 +15,7 @@ snareAA = \drummode {
|
||||||
}
|
}
|
||||||
snareAB = \drummode {
|
snareAB = \drummode {
|
||||||
d2:32(\< d4)\! r8 g8 |
|
d2:32(\< d4)\! r8 g8 |
|
||||||
d8[:32( g8]) g8[ d8]:32( d8[) r8 r8 g8 |
|
d8:32([ g8)] g8[ d8:32(] d8) r8 r8 g8 |
|
||||||
\flam d8 g16. d32-> g16. g32 \flam d16. g32 \flam d16. d32:128( d16) g16-> d16 g d \flam d |
|
\flam d8 g16. d32-> g16. g32 \flam d16. g32 \flam d16. d32:128( d16) g16-> d16 g d \flam d |
|
||||||
d4 d4:32( d4) r8
|
d4 d4:32( d4) r8
|
||||||
}
|
}
|
||||||
|
|
40
4-4_marches/were_no_awa_tae_bide_awa/pipes.ly
Normal file
40
4-4_marches/were_no_awa_tae_bide_awa/pipes.ly
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
\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
|
||||||
|
}
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\pipesA
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
\partial 4
|
||||||
|
\repeat unfold 2 {
|
||||||
|
\pipesA
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
}
|
|
@ -6,6 +6,7 @@
|
||||||
\score {
|
\score {
|
||||||
\new PipeBandDrumStaff {
|
\new PipeBandDrumStaff {
|
||||||
\global
|
\global
|
||||||
|
\sideglobal
|
||||||
<<
|
<<
|
||||||
{
|
{
|
||||||
\repeat volta 2 {\part \line \break \line \break}
|
\repeat volta 2 {\part \line \break \line \break}
|
||||||
|
@ -23,4 +24,4 @@
|
||||||
instrument = \instrumentSide
|
instrument = \instrumentSide
|
||||||
composer = \composerSide
|
composer = \composerSide
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue