mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
A lot of new Tunes
Still work to do on the Anthems and Jim Thomson of flagstaff
This commit is contained in:
parent
f24876228f
commit
76e6d0ffa1
53 changed files with 2225 additions and 7 deletions
17
other/la_marseillaise/config.ily
Normal file
17
other/la_marseillaise/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 16 s16 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 7 { \measure } }
|
||||
|
||||
%% Headers
|
||||
title = "La Marseillaise"
|
||||
meter = "French National Anthem"
|
59
other/la_marseillaise/marseill.bww
Normal file
59
other/la_marseillaise/marseill.bww
Normal file
|
@ -0,0 +1,59 @@
|
|||
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,M,L,500,500,500,500,P,0,0)
|
||||
|
||||
TuneTempo,110
|
||||
|
||||
"La Marseillaise (for Massed Pipe Bands)",(T,C,0,0,Times New Roman,16,700,0,0,18,0,0,0)
|
||||
|
||||
"4/4 March",(Y,L,0,0,Times New Roman,14,400,0,0,18,0,0,0)
|
||||
|
||||
"Claude Joseph Rouget de L'Isle",(M,R,0,0,Times New Roman,14,400,0,0,18,0,0,0)
|
||||
|
||||
"www.pipefest.com",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0)
|
||||
|
||||
& sharpf sharpc 4_4 I! LA_16 !
|
||||
gg LAr_8 'la grp LAl_16 D_4 gg D_4 E_4 !
|
||||
gg E_4 HA_4 'ha F_8 Dr_8 'd gg Dl_16 !
|
||||
Fr_8 'f Dl_16 B_4 HG_2 !
|
||||
Er_8 'e Cl_16 D_2 'd !
|
||||
thrd Dr_8 'e El_16 F_4 gg F_4 gg F_4 !
|
||||
HGr_8 'hg Fl_16 gg F_4 E_2 !
|
||||
gg Er_8 'e Fl_16 HG_4 grp HG_4 grp HG_4 !t
|
||||
|
||||
& sharpf sharpc !
|
||||
HAr_8 'ha HGl_16 F_2 HAr_8 'ha grp HAl_16 !
|
||||
grp HA_4 Fr_8 'f Dl_16 HA_4 Fr_8 'f Dl_16 !
|
||||
LA_2 gg LAr_8 'la dg LAl_16 eg LAr_8 'la Cl_16 !
|
||||
E_2 HG_4 Er_8 'e Cl_16 !
|
||||
E_4 D_4 gg D_2 !
|
||||
C_2 Dr_8 'd Cl_16 D_4 !
|
||||
Cr_8 'c Dl_16 E_2 'e !t
|
||||
|
||||
& sharpf sharpc !
|
||||
gg Er_8 'e gg El_8 F_4 'f grp F_8 'f !
|
||||
gg Fr_8 HGl_8 HAr_8 'ha ^ts El_16 E_2 !
|
||||
Er_8 ^te Fr_8 'f El_16 D_2 F_8 !
|
||||
Er_8 'e Dl_16 gg D_4 C_2 !
|
||||
Cr_8 HAl_8 grp HA_2 grp HAr_8 'ha strhg HAl_16 !
|
||||
Fr_8 'f Dl_16 E_2 'e !
|
||||
gg Er_8 HAl_8 grp HA_2 grp HAr_8 'ha strhg HAl_16 !t
|
||||
|
||||
& sharpf sharpc
|
||||
Fr_8 'f Dl_16 E_2 'e !
|
||||
LA_4 D_2 'd !
|
||||
E_4 F_2 'f !
|
||||
HG_2 HA_4 grp HA_4 !
|
||||
E_2 'f HA_4 !
|
||||
HG_2 strla HGr_8 'hg El_16 Fr_8 'f El_16 !
|
||||
D_2 'd thrd D_8 'd !I!t
|
69
other/la_marseillaise/marseill.ly
Normal file
69
other/la_marseillaise/marseill.ly
Normal file
|
@ -0,0 +1,69 @@
|
|||
\include "bagpipe.ly"
|
||||
melody = {
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
\hideKeySignature
|
||||
\cadenzaOn
|
||||
\once \override Score.BreakAlignment #'break-align-orders =
|
||||
#(make-vector 3 '(instrument-name
|
||||
left-edge
|
||||
ambitus
|
||||
span-bar
|
||||
breathing-sign
|
||||
clef
|
||||
key-signature
|
||||
time-signature
|
||||
staff-bar
|
||||
custos
|
||||
span-bar))
|
||||
\time 4/4
|
||||
\bar "|." a16 \bar "|"
|
||||
\grg a8. [ \grip a16 ] d4 \grg d4 e4 \bar "|"
|
||||
\grg e4 A4. f8 d8. [ \grg d16 ] \bar "|"
|
||||
f8. [ d16 ] b4 g2 \bar "|"
|
||||
e8. [ c16 ] d2. \bar "|"
|
||||
\thrwd d8. [ e16 ] f4 \grg f4 \grg f4 \bar "|"
|
||||
g8. [ f16 ] \grg f4 e2 \bar "|"
|
||||
\grg e8. [ f16 ] g4 \grip g4 \grip g4 \bar "|" \break
|
||||
|
||||
\bar "|"
|
||||
A8. [ g16 ] f2 A8. [ \grip A16 ] \bar "|"
|
||||
\grip A4 f8. [ d16 ] A4 f8. [ d16 ] \bar "|"
|
||||
a2 \grg a8. [ \grd a16 ] \gre a8. [ c16 ] \bar "|"
|
||||
e2 g4 e8. [ c16 ] \bar "|"
|
||||
e4 d4 \grg d2 \bar "|"
|
||||
c2 d8. [ c16 ] d4 \bar "|"
|
||||
c8. [ d16 ] e2. \bar "|" \break
|
||||
|
||||
\bar "|"
|
||||
\grg e8. [ \grg e8 ] f4. \grip f8. \bar "|"
|
||||
\grg f8 [ g8 ] A8. [ e16~ ] e2~ \bar "|"
|
||||
e8 [ f8. e16 ] d2 f8 \bar "|"
|
||||
e8. [ d16 ] \grg d4 c2 \bar "|"
|
||||
c8 [ A8 ] \grip A2 \grip A8. [ \grg A16 ] \bar "|"
|
||||
f8. [ d16 ] e2. \bar "|"
|
||||
\grg e8 [ A8 ] \grip A2 \grip A8. [ \grg A16 ] \bar "|" \break
|
||||
|
||||
f8. [ d16 ] e2. \bar "|"
|
||||
a4 d2. \bar "|"
|
||||
e4 f2. \bar "|"
|
||||
g2 A4 \grip A4 \bar "|"
|
||||
e2. A4 \bar "|"
|
||||
g2 \gra g8. [ e16 ] f8. [ e16 ] \bar "|"
|
||||
d2. \thrwd d8. \bar ".|" \break
|
||||
|
||||
}
|
||||
|
||||
\score {
|
||||
\melody
|
||||
\layout {
|
||||
indent = 0.0\cm
|
||||
\context { \Score \remove "Bar_number_engraver" }
|
||||
}
|
||||
\header {
|
||||
title = "La Marseillaise (for Massed Pipe Bands)"
|
||||
meter = "4/4 March"
|
||||
arranger = "Claude Joseph Rouget de L'Isle"
|
||||
}
|
||||
|
||||
}
|
||||
|
48
other/la_marseillaise/notes.pipes.ily
Normal file
48
other/la_marseillaise/notes.pipes.ily
Normal file
|
@ -0,0 +1,48 @@
|
|||
% 4/4 La Marseillaise
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "Claude Joseph Rouget de L'Isle"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
a16 |
|
||||
\grg a8. [ \grip a16 ] d4 \grg d4 e4 |
|
||||
\grg e4 A4. f8 d8. [ \grg d16 ] |
|
||||
f8. [ d16 ] b4 g2 |
|
||||
e8. [ c16 ] d2. |
|
||||
\thrwd d8. [ e16 ] f4 \grg f4 \grg f4 |
|
||||
g8. [ f16 ] \grg f4 e2 |
|
||||
\grg e8. [ f16 ] g4 \grip g4 \grip g4 |
|
||||
}
|
||||
|
||||
pipesB = {
|
||||
A8. [ g16 ] f2 A8. [ \grip A16 ] |
|
||||
\grip A4 f8. [ d16 ] A4 f8. [ d16 ] |
|
||||
a2 \grg a8. [ \grd a16 ] \gre a8. [ c16 ] |
|
||||
e2 g4 e8. [ c16 ] |
|
||||
e4 d4 \grg d2 |
|
||||
c2 d8. [ c16 ] d4 |
|
||||
c8. [ d16 ] e2. |
|
||||
}
|
||||
|
||||
pipesC = {
|
||||
\grg e8. [ \grg e8 ] f4. \grip f8. s8 |
|
||||
\grg f8 [ g8 ] A8. [ e16~ ] e2~ |
|
||||
e8 [ f8. e16 ] d2 f8 |
|
||||
e8. [ d16 ] \grg d4 c2 |
|
||||
c8 [ A8 ] \grip A2 \grip A8. [ \grg A16 ] |
|
||||
f8. [ d16 ] e2. |
|
||||
\grg e8 [ A8 ] \grip A2 \grip A8. [ \grg A16 ] |
|
||||
}
|
||||
|
||||
pipesD = {
|
||||
f8. [ d16 ] e2. |
|
||||
a4 d2. |
|
||||
e4 f2. |
|
||||
g2 A4 \grip A4 |
|
||||
e2. A4 |
|
||||
g2 \gra g8. [ e16 ] f8. [ e16 ] |
|
||||
d2. \thrwd d8.
|
||||
}
|
56
other/la_marseillaise/pipes.ly
Normal file
56
other/la_marseillaise/pipes.ly
Normal file
|
@ -0,0 +1,56 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part
|
||||
\line
|
||||
|
||||
\break
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
\pipesB
|
||||
\pipesC
|
||||
\pipesD
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 16
|
||||
\pipesA
|
||||
\pipesB
|
||||
\pipesC
|
||||
\pipesD
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue