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
51
other/god_save_the_queen/GodSaveTheQueen.ly
Normal file
51
other/god_save_the_queen/GodSaveTheQueen.ly
Normal file
|
@ -0,0 +1,51 @@
|
|||
\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 3/4
|
||||
\thrwd d4 \slurd d4 \dble e4 \bar "|"
|
||||
\dblc c4. d8 \dble e4 \bar "|"
|
||||
\grg f4 \gre f4 \dblg g4 \bar "|"
|
||||
\hdblf f4. e8 \thrwd d4 \bar "|"
|
||||
\grg e4 \thrwd d4 c4 \bar "|"
|
||||
\thrwd d2. \bar "|" \break
|
||||
|
||||
\dblA A4 \grip A4 \grg A4 \bar "|"
|
||||
\dblA A4. g8 \hdblf f4 \bar "|"
|
||||
\dblg g4 \grA g4 \grf g4 \bar "|"
|
||||
\grA g4. f8 \dble e4 \bar "|" \break
|
||||
|
||||
\grg f4 \dblg g8 [ f8 ] \grg e8 [ d8 ] \bar "|"
|
||||
\dblf f4. g8 \dblA A4 \bar "|"
|
||||
\grip A8 [ g8 ] \hdblf f4 \dble e4 \bar "|"
|
||||
\thrwd d2. \bar ".|" \break
|
||||
|
||||
}
|
||||
|
||||
\score {
|
||||
\melody
|
||||
\layout {
|
||||
indent = 0.0\cm
|
||||
\context { \Score \remove "Bar_number_engraver" }
|
||||
}
|
||||
\header {
|
||||
title = "God Save The Queen"
|
||||
meter = "Air"
|
||||
arranger = "Traditional"
|
||||
}
|
||||
|
||||
}
|
||||
|
16
other/god_save_the_queen/config.ily
Normal file
16
other/god_save_the_queen/config.ily
Normal file
|
@ -0,0 +1,16 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 3/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 60
|
||||
}
|
||||
%% Format
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 2 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "God Save The Queen"
|
||||
meter = "British National Anthem"
|
64
other/god_save_the_queen/lyrics.ly
Normal file
64
other/god_save_the_queen/lyrics.ly
Normal file
|
@ -0,0 +1,64 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
%\include "notes.pipes.ily"
|
||||
\include "notes.lyrics.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\lyricsglobal
|
||||
<<
|
||||
\new NullVoice = "format"{
|
||||
\line \halfline
|
||||
\break
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "tune" {
|
||||
\songA
|
||||
}
|
||||
|
||||
\new Lyrics = "lyrics" {
|
||||
\lyricsto "tune" {
|
||||
\lyricsA
|
||||
}
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentLyrics
|
||||
composer = \markup \large {
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics } } #} )
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \composerPipes ":" } } #} )
|
||||
}
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { } } #} )
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup { \line { \instrumentPipes } } #} )
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
\markup {
|
||||
\line{
|
||||
\column {
|
||||
\verseA
|
||||
\combine \null \vspace #0.5
|
||||
\verseC
|
||||
\combine \null \vspace #0.5
|
||||
\verseE
|
||||
}
|
||||
\column {
|
||||
\verseB
|
||||
\combine \null \vspace #0.5
|
||||
\verseD
|
||||
}
|
||||
}
|
||||
}
|
94
other/god_save_the_queen/notes.lyrics.ily
Normal file
94
other/god_save_the_queen/notes.lyrics.ily
Normal file
|
@ -0,0 +1,94 @@
|
|||
% 3/4 God Save the Queen
|
||||
% Lyrics (From Wikipedia)
|
||||
\version "2.18.2"
|
||||
composerLyrics = ""
|
||||
lyricsglobal = {}
|
||||
% Music
|
||||
songA = {
|
||||
d4 d4 e4 |
|
||||
c4. d8 e4 |
|
||||
f4 f4 g4 |
|
||||
f4. e8 d4 |
|
||||
e4 d4 c4 |
|
||||
d2. |
|
||||
|
||||
A4 A4 A4 |
|
||||
A4. g8 f4 |
|
||||
g4 g4 g4 |
|
||||
g4. f8 e4 |
|
||||
|
||||
f4 g8([ f8)] e8([ d8)] |
|
||||
f4. g8 A4 |
|
||||
A8( g8) f4 e4 |
|
||||
d2.
|
||||
}
|
||||
lyricsA = \lyricmode {
|
||||
\set stanza = #"1."
|
||||
God save our grac- ious Queen,
|
||||
Long live our no- ble Queen,
|
||||
God save the Queen:
|
||||
Send her vic- tor- i- ous,
|
||||
Hap- py and glor- i- ous,
|
||||
Long to reign ov- er us:
|
||||
God save the Queen.
|
||||
}
|
||||
verseA = \markup \column {
|
||||
\line \bold {1.}
|
||||
\line { God save our gracious Queen,}
|
||||
\line { Long live our noble Queen,}
|
||||
\line { God save the Queen:}
|
||||
\line { Send her victorious,}
|
||||
\line { Happy and glorious,}
|
||||
\line { Long to reign over us:}
|
||||
\line { God save the Queen.}
|
||||
}
|
||||
verseB = \markup \column {
|
||||
\line \bold {2.}
|
||||
\line { O Lord, our God, arise,}
|
||||
\line { Scatter her enemies,}
|
||||
\line { And make them fall:}
|
||||
\line { Confound their politics,}
|
||||
\line { Frustrate their knavish tricks,}
|
||||
\line { On thee our hopes we fix:}
|
||||
\line { God save us all.}
|
||||
}
|
||||
verseC = \markup \column {
|
||||
\line \bold {3.}
|
||||
\line { Thy choicest gifts in store,}
|
||||
\line { On her be pleased to pour;}
|
||||
\line { Long may she reign:}
|
||||
\line { May she defend our laws,}
|
||||
\line { And ever give us cause}
|
||||
\line { To sing with heart and voice}
|
||||
\line { God save the Queen.}
|
||||
}
|
||||
verseD = \markup \column {
|
||||
\line \bold {4.}
|
||||
\line { Not in this land alone,}
|
||||
\line { But be God's mercies known,}
|
||||
\line { From shore to shore!}
|
||||
\line { Lord make the nations see,}
|
||||
\line { That men should brothers be,}
|
||||
\line { And form one family,}
|
||||
\line { The wide world over.}
|
||||
}
|
||||
verseE = \markup \column {
|
||||
\line \bold {5.}
|
||||
\line { From every latent foe,}
|
||||
\line { From the assassins blow,}
|
||||
\line { God save the Queen!}
|
||||
\line { O'er her thine arm extend,}
|
||||
\line { For Britain's sake defend,}
|
||||
\line { Our mother, prince, and friend,}
|
||||
\line { God save the Queen!}
|
||||
}
|
||||
verseF = \markup \column {
|
||||
\line \bold {During the Jacobite Risings}
|
||||
\line { Lord grant that Marshall Wade}
|
||||
\line { May by thy mighty aid}
|
||||
\line { Victory bring.}
|
||||
\line { May he sedition hush,}
|
||||
\line { And like a torrent rush,}
|
||||
\line { Rebellious Scots to crush.}
|
||||
\line { God save the Queen!}
|
||||
}
|
28
other/god_save_the_queen/notes.pipes.ily
Normal file
28
other/god_save_the_queen/notes.pipes.ily
Normal file
|
@ -0,0 +1,28 @@
|
|||
% 3/4 God Save The Queen
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\thrwd d4 \slurd d4 \dble e4 |
|
||||
\dblc c4. d8 \dble e4 |
|
||||
\grg f4 \gre f4 \dblg g4 |
|
||||
\hdblf f4. e8 \thrwd d4 |
|
||||
\grg e4 \thrwd d4 c4 |
|
||||
\thrwd d2. |
|
||||
}
|
||||
pipesB = {
|
||||
\dblA A4 \grip A4 \grg A4 |
|
||||
\dblA A4. g8 \hdblf f4 |
|
||||
\dblg g4 \grA g4 \grf g4 |
|
||||
\grA g4. f8 \dble e4 |
|
||||
}
|
||||
pipesC = {
|
||||
\grg f4 \dblg g8 [ f8 ] \grg e8 [ d8 ] |
|
||||
\dblf f4. g8 \dblA A4 |
|
||||
\grip A8 [ g8 ] \hdblf f4 \dble e4 |
|
||||
\thrwd d2.
|
||||
}
|
49
other/god_save_the_queen/pipes.ly
Normal file
49
other/god_save_the_queen/pipes.ly
Normal file
|
@ -0,0 +1,49 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\line \halfline
|
||||
\break
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
\pipesB
|
||||
\pipesC
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\pipesA
|
||||
\pipesB
|
||||
\pipesC
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
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
|
||||
}
|
||||
}
|
16
other/o_canada/config.ily
Normal file
16
other/o_canada/config.ily
Normal file
|
@ -0,0 +1,16 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 2/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
measure = { \grace {s1} s2 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "O Canada"
|
||||
meter = "Canadian National Anthem"
|
50
other/o_canada/notes.pipes.ily
Normal file
50
other/o_canada/notes.pipes.ily
Normal file
|
@ -0,0 +1,50 @@
|
|||
% 2/4 O Canada
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "Calixa Lavallée"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\grg c4 \grg e8. [ \gra e16 ] |
|
||||
\grg a4. b8 |
|
||||
\grg c8 [ \thrwd d8 ] \grg e8 [ f8 ] |
|
||||
\grg b4 b4 |
|
||||
|
||||
|
||||
\grg c4 \grg d8. [ d16 ] |
|
||||
\grg e4. f8 |
|
||||
g8 [ \grf g8 ] f8 [ \gre f8 ] |
|
||||
\grg e4. \grg b16 [ c16 ] |
|
||||
|
||||
|
||||
\thrwd d8. [ c16 ] \grg b8 [ c16 d16 ] |
|
||||
\grg e8. [ d16 ] c8 [ d16 e16 ] |
|
||||
\grg f8 [ e8 ] \grg d8 [ c8 ] |
|
||||
\grg b4. \grg b16 [ c16 ] |
|
||||
|
||||
|
||||
\thrwd d8. [ c16 ] \grg b8 [ c16 d16 ] |
|
||||
\grg e8. [ d16 ] c8 [ \grip c8 ] |
|
||||
\grg b8 [ e8 ] \grg e16 [ d16 \grg c16 d16 ] |
|
||||
\grg e4 \gra e4 |
|
||||
|
||||
|
||||
\grg c4 \grg e8. [ \gra e16 ] |
|
||||
\grg a4 \wbirl a4 |
|
||||
\thrwd d4 \grg f8. [ \gre f16 ] |
|
||||
\grg b4 \grG b4 |
|
||||
|
||||
|
||||
\grg e4 A8. [ \grg A16 ] |
|
||||
\hdblf f8 [ d8 ] \dblc c8 [ \gre b8 ] |
|
||||
\grg a4 b4 |
|
||||
\grg c4 \gra c4 |
|
||||
|
||||
|
||||
\grg e4 A8 [ \grg A8 ] |
|
||||
\hdblf f8 [ d8 ] \dblc c8 [ \gre b8 ] |
|
||||
\grg e4 \gra e4 |
|
||||
\grg a2
|
||||
}
|
45
other/o_canada/pipes.ly
Normal file
45
other/o_canada/pipes.ly
Normal file
|
@ -0,0 +1,45 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat unfold 7 {
|
||||
\repeat unfold 4 \measure
|
||||
\break
|
||||
}
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
|
||||
\pipesA
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
17
other/wilhelmus/config.ily
Normal file
17
other/wilhelmus/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 2/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 4 \grace {s1} s4 }
|
||||
measure = { \grace {s1} s2 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Wilhelmus"
|
||||
meter = "Dutch National Anthem"
|
40
other/wilhelmus/notes.pipes.ily
Normal file
40
other/wilhelmus/notes.pipes.ily
Normal file
|
@ -0,0 +1,40 @@
|
|||
% 2/4 Wilhelmus
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\grg a4 |
|
||||
\thrwd d4 \dbld d4 |
|
||||
\grg e8 [ f8 ] \dblg g8 [ e8 ] |
|
||||
\dblf f4 \grg e8 [ f8 ] |
|
||||
|
||||
\dblg g4 f4 |
|
||||
\dble e8 [ d8 ] \grg e4 |
|
||||
\thrwd d2~ |
|
||||
d4
|
||||
}
|
||||
|
||||
pipesB = {
|
||||
\grg f8 [ g8 ]
|
||||
\grA a2
|
||||
\dblb b4 \gre a4~
|
||||
a4 g4
|
||||
\grA f4 e8 [ f8 ]
|
||||
\dblg g4 f4
|
||||
\dble e4 d4
|
||||
\grg e2~
|
||||
e4 a4
|
||||
|
||||
\thrwd d8 [ c8 ] \grg d8 [ e8 ]
|
||||
\grg f4 \dble e4~
|
||||
e4 d4
|
||||
\dblc c4 \gre a4
|
||||
\grg b8 [ c8 ] \grg d8 [ \gre d8 ]
|
||||
\grg d4 \dblc c4
|
||||
\thrwd d2~
|
||||
d4
|
||||
}
|
48
other/wilhelmus/notes.pipes.seconds.ily
Normal file
48
other/wilhelmus/notes.pipes.seconds.ily
Normal file
|
@ -0,0 +1,48 @@
|
|||
% 2/4 Wilhelmus
|
||||
% Pipes (Seconds)
|
||||
\version "2.18.2"
|
||||
composerPipessecnd = "PM Michael J. Evans"
|
||||
pipessecndglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
pipessecndAA = {
|
||||
\grg a4 |
|
||||
\thrwd d4 a4 |
|
||||
\grg c8 [ d8 ] \hdble e8 [ c8 ] |
|
||||
\dbld d4 \grg c8 [ a8 ] |
|
||||
b4 c4 |
|
||||
a8 [ b8 ] \grg c4 |
|
||||
\dblf f2 |
|
||||
g4
|
||||
}
|
||||
pipessecndAB = {
|
||||
A4 |
|
||||
f2 |
|
||||
\grg c8 [ d8 ] \grg e8 [ c8 ] |
|
||||
d4 \grg c8 [ a8 ] |
|
||||
b4 c4 |
|
||||
a8 [ b8 ] \grg c4 |
|
||||
f2 |
|
||||
g4
|
||||
}
|
||||
pipessecndB = {
|
||||
\grg f8 [ g8 ] |
|
||||
A8 [ f8 ] d4~ |
|
||||
d4 c4 |
|
||||
d4 \grg c4 |
|
||||
d4 \grg c8 [ d8 ] |
|
||||
e4 d4 |
|
||||
\grg c4 b4 |
|
||||
c8 [ b8 ] a4 |
|
||||
b4 c4 |
|
||||
|
||||
|
||||
\thrwd d8 [ c8 ] \grg d8 [ e8 ] |
|
||||
\grg d4 \grg c4 |
|
||||
b4 a4 |
|
||||
\wbirl a4 \gre c4 |
|
||||
\grg G8 [ a8 ] \grg b8 [ \gre a8 ] |
|
||||
\grg a4 \dble e4 |
|
||||
f2~ |
|
||||
f4
|
||||
}
|
108
other/wilhelmus/pipes.full.ly
Normal file
108
other/wilhelmus/pipes.full.ly
Normal file
|
@ -0,0 +1,108 @@
|
|||
\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 }
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part
|
||||
\repeat unfold 7 \measure
|
||||
\bar "||"
|
||||
\break
|
||||
\part
|
||||
\repeat unfold 7 \measure
|
||||
\bar "|."
|
||||
\break
|
||||
|
||||
\part
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
\bar "|."
|
||||
}%Format
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s4
|
||||
\pipesA s4
|
||||
|
||||
\pipesB
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
\new Staff = "seconds" {
|
||||
\pipessecndglobal
|
||||
\set Staff.instrumentName = \markup{ \instrumentSecnd }
|
||||
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd}
|
||||
|
||||
\pipessecndAA s4
|
||||
\pipessecndAB s4
|
||||
|
||||
\pipessecndB s4
|
||||
}
|
||||
% \new Staff = "thirds" {
|
||||
% \pipesthrdglobal
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes \instrumentThrd }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentThrd }
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\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
|
||||
\pipesA
|
||||
\pipesA
|
||||
\pipesB
|
||||
}
|
||||
\new Staff = "seconds" {
|
||||
\pipessecndglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%% Seconds
|
||||
\pipessecndAA
|
||||
\pipessecndAB
|
||||
|
||||
\pipessecndB
|
||||
}
|
||||
% \new Staff = "thirds" {
|
||||
% \pipesthrdglobal
|
||||
% \set Staff.midiInstrument = #"bagpipe"
|
||||
% %% Thirds
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
53
other/wilhelmus/pipes.ly
Normal file
53
other/wilhelmus/pipes.ly
Normal file
|
@ -0,0 +1,53 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\repeat unfold 7 \measure
|
||||
}
|
||||
\break
|
||||
|
||||
\part
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
\bar "|."
|
||||
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s4
|
||||
\pipesB s4
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\pipesA
|
||||
\pipesB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
60
other/wilhelmus/pipes.seconds.ly
Normal file
60
other/wilhelmus/pipes.seconds.ly
Normal file
|
@ -0,0 +1,60 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.seconds.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipessecndglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part
|
||||
\repeat unfold 7 \measure
|
||||
\bar "||"
|
||||
\break
|
||||
\part
|
||||
\repeat unfold 7 \measure
|
||||
\bar "|."
|
||||
\break
|
||||
|
||||
\part
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "seconds" {
|
||||
\pipessecndAA s4
|
||||
\pipessecndAB s4
|
||||
|
||||
\pipessecndB s4
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSecnd
|
||||
composer = \composerPipesSecnd
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipessecndglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\pipessecndAA
|
||||
\pipessecndAB
|
||||
|
||||
\pipessecndB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSecnd
|
||||
composer = \composerPipesSecnd
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue