1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 20:39:20 +02:00

CMPD: added tunes

Bloody Fields of Flanders
I See Mull (Land of My Youth)
48th Highlanders of Holland
The Battle of Waterloo
Bonnie Black Isle
Rose of Kelvingrove
Highland Laddie
This commit is contained in:
Eric Teunis de Boone 2019-02-12 05:29:41 +01:00
parent 067544c5ee
commit ae5d3758ce
25 changed files with 1355 additions and 6 deletions

View file

@ -0,0 +1,18 @@
\version "2.19.0"
%% Globals
global = {
\key d \major
\time 4/4
}
confTempo = {
\tempo 4 = 80
}
%% Format
part = { \partial 4 \grace{s4.} s4 }
measure = { \grace {s1} s1 | }
halfline = { \repeat unfold 4 \measure }
line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "The 48th Highlanders of Holland"
meter = "March"

View file

@ -0,0 +1,60 @@
% 4/4 48th Highlanders of Holland
% Pipes
\version "2.18.2"
composerPipes = "PM Rev. Dr. K. B. Bice, 2015"
arrangerPipes = ""
pipeglobal = {
\bagpipeKey
}
% Music
pipesA = {
\grg f8. [ e16 ] |
\thrwd d4 \grg d8 [ f8 ] \grg a4. d8 |
\slurb b4~ b8 [ d8 ] \dble e4 b4 |
\grg c4~ c8 [ b8 ] \grG a4 g4 |
\grA f4~ f16 [ e16 d8 ] \dble e8 [ a8 ] \grg a16 [ b16 c8 ]
\thrwd d4 \grg d8 [ f8 ] \grg a4. d8 |
\slurb b4~ b8 [ d8 ] \dble e2 |
\grg c4~ c8 [ b8 ] \grG a4~ a8 [ e8 ] |
\grg a16 [ b16 c8 ] \grg f8. [ e16 ] \thrwd d4
}
pipesB = {
\grg a8. [ d16 ] |
\grg f4 a4 \thrwd d4 \grg f16 [ e16 d8 ] |
\grg G4~ G8 [ b8 ] \slurb b4. d8 |
\grg c4~ c8 [ d8 ] \dble e4 a4 |
\thrwd d4~ d16 [ e16 f8 ] \grg f8 [ e8 ] \grg d8 [ e8 ] |
\grg f4 a4 \thrwd d4 \grg f16 [ e16 d8 ] |
\grg G4~ G8 [ b8 ] \slurb b2 |
\grg c4~ c8 [ b8 ] \grG a4~ a8 [ e8 ] |
\grg a16 [ b16 c8 ] \grg f8. [ e16 ] \thrwd d4
}
pipesC = {
\grg f8. [ e16 ] |
\thrwd d4 \grg d8 [ f8 ] \grg a4. f8 |
\grg e4~ e8 [ f8 ] \grA g4 b4 |
\grg c4~ c8 [ b8 ] \grG a4 g4 |
\grA f4~ f16 [ e16 d8 ] \dble e8 [ a8 ] \grg a16 [ b16 c8 ] |
\thrwd d4 \grg d8 [ f8 ] \grg a4. f8 |
\grg e4~ e8 [ f8 ] \grA g2 |
\grg c4~ c8 [ b8 ] \grG a4~ a8 [ e8 ] |
\grg a16 [ b16 c8 ] \grg f8. [ e16 ] \thrwd d4
}
pipesD = {
\grg a8. [ d16 ] |
\grg f4 a4 \thrwd d4 \grg d16 [ e16 f8 ] |
\grg g4~ g8 [ f8 ] \dble e4. a8 |
\grg c4~ c8 [ d8 ] \dble e4 a4 |
\thrwd d4~ d16 [ e16 f8 ] \grg f8 [ e8 ] \grg d8 [ e8 ] |
\grg f4 a4 \thrwd d4 \grg d16 [ e16 g8 ] |
\grg g4~ g8 [ f8 ] \dble e2 |
\grg c4~ c8 [ b8 ] \grG a4~ a8 [ e8 ] |
\grg a16 [ b16 c8 ] \grg f8. [ e16 ] \thrwd d4
}

View file

@ -0,0 +1,58 @@
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\part \line
\bar "||" \break
\part \line
\bar "||" \break
\part \line
\bar "||" \break
\part \line
\bar "|." \break
}%Format
\new Voice = "pipes" {
\pipesA s4
\pipesB s4
\pipesC s4
\pipesD s4
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 4
\pipesA
\pipesB
\pipesC
\pipesD
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}

View file

@ -0,0 +1,18 @@
\version "2.19.0"
%% Globals
global = {
\key d \major
\time 4/4
}
confTempo = {
\tempo 4 = 80
}
%% Format
part = { \partial 4 \grace{s4.} s4 }
measure = { \grace {s1} s1 | }
halfline = { \repeat unfold 4 \measure }
line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "The Battle of Waterloo"
meter = "March"

View file

@ -0,0 +1,33 @@
% 4/4 Battle of Waterloo
% Pipes
\version "2.18.2"
composerPipes = ""
arrangerPipes = ""
pipeglobal = {
\bagpipeKey
}
% Music
pipesA = {
\grg e8 [ d16 b16 ] |
\grg a4 \taor a8 [ \grd b8 ] \dbla a8 [ \gre G8 ] \grd G8 [ a8 ] |
\grip c8. [ d16 ] \dble e8 [ c8 ] \thrwd d4 \grg e8 [ f16 g16 ] |
\dblA A8. [ g16 ] \hdble e8 [ d8 ] \dble e8. [ d16 ] \dblb b8 [ \gre a8 ] |
\grg G8. [ \grd G16 ] \gre G8 [ \grd a8 ] \dblG G4 \dble e8 [ d16 b16 ] |
\grg a4 \taor a8 [ \grd b8 ] \dbla a8 [ \gre G8 ] \grd G8 [ a8 ] |
\grip c8. [ d16 ] \dble e8 [ c8 ] \thrwd d4 \grg e8 [ f16 g16 ] |
\dblA A8. [ g16 ] \hdble e8 [ d8 ] \dble e8. [ d16 ] \dblb b8 [ \gre G8 ] |
\grg a2 \wbirl a4.
}
pipesB = {
\dblg g8 |
\dblA A8. [ g16 ] \grA e8 [ d8 ] \grg c4 \grip e8. [ f16 ] |
\dblg g8. [ A16 ] \slurf g8 [ \grA e8 ] \dblg g4 \grA e8 [ f16 g16 ] |
\dblA A8. [ g16 ] \hdble e8 [ d8 ] \dble e8. [ d16 ] \dblb b8 [ \gre a8 ] |
\grg G8. [ \grd G16 ] \gre G8 [ \grd a8 ] \dblG G4 \dble e8 [ d16 b16 ] |
\grg a4 \taor a8 [ \grd b8 ] \dbla a8 [ \gre G8 ] \grd G8 [ a8 ] |
\grip c8. [ d16 ] \dble e8 [ c8 ] \thrwd d4 \grg e8 [ f16 g16 ] |
\dblA A8. [ g16 ] \hdble e8 [ d8 ] \dble e8. [ d16 ] \dblb b8 [ \gre G8 ] |
\grg a2 \wbirl a4. }

View file

@ -0,0 +1,54 @@
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\part \line
\bar "||"
\break
\partial 8 \grace{ s1} s8 \line
\bar "|."
}%Format
\new Voice = "pipes" {
\pipesA s8
\pipesB s8
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 4
\pipesA
\pipesB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}