New Tune: The Soldier's Return

Changed Side for Cabar Feidh and Mackenzie Highlanders
Added Parts to Jolly Beggarman
This commit is contained in:
Eric Teunis de Boone 2019-06-25 09:57:27 +02:00
parent 636120eaf9
commit c46910bdfc
10 changed files with 208 additions and 39 deletions

View File

@ -1,9 +1,27 @@
% 2/4 MacKenzie Highlanders % 2/4 MacKenzie Highlanders
% Snare % Snare
\version "2.18.2" \version "2.18.2"
composerSide = "v1.3, 2016" composerSide = "v1.4, 2019"
sideglobal = { \eighthBeaming } sideglobal = { \eighthBeaming }
%%music %%music
snareEnd = \drummode {
\tutti {
d8:32)(-> \tuplet 3/2 { g16) d g } |
d8[-> \drag d8] r16 \drag d16 d16. g32 |
d4:32( d8)
}
}
snareEndLD = \drummode {
\tutti {
d8:32)(-> \tuplet 3/2 { g16) d g } |
d8[-> \drag d16 d32-> g] d[ g \drag d16 d16. g32] |
d4:32( d8)
}
}
snareA = \drummode { snareA = \drummode {
d8:32( | d8:32( |
g8) \tuplet 3/2 { d16 g d } \flam g16. d32-> g16. g32 | g8) \tuplet 3/2 { d16 g d } \flam g16. d32-> g16. g32 |
@ -16,13 +34,9 @@ snareA = \drummode {
} d8:32( | } d8:32( |
g8) \tuplet 3/2 { d16 g d } \flam g16. d32-> g16. g32 | g8) \tuplet 3/2 { d16 g d } \flam g16. d32-> g16. g32 |
d8-> g8:32(-> d8-> g8:32(->
\tutti {
d8:32)(-> \tuplet 3/2 { g16) d g } |
d8[-> \drag d16 d32-> g] d[ g \drag d16 d16. g32] | \snareEnd
d4:32( d8)
}
} }
% Part 2 % Part 2
snareBA = \drummode { snareBA = \drummode {
@ -39,10 +53,9 @@ snareBA = \drummode {
} g8-> | } g8-> |
d8:32( \tuplet 3/2 { g16) d g-> } d16.-> g32-> d32 g d g-> | d8:32( \tuplet 3/2 { g16) d g-> } d16.-> g32-> d32 g d g-> |
d8-> g8:32(-> d8:32)(\dr-> \tuplet 3/2{ g16) d g } | d8-> g8:32(->
d8[-> \drag d16 d32-> g] d[ g \drag d16 d16. g32] | \snareEnd
d4:32( d8)\fr
} }
snareBB = \drummode { \tutti { snareBB = \drummode { \tutti {
g8 | g8 |
@ -53,9 +66,8 @@ snareBB = \drummode { \tutti {
\flam d4 d8:32(-> \< g8:32)(-> | \flam d4 d8:32(-> \< g8:32)(-> |
d8)-> \! \tuplet 3/2 { g16 d g-> } d8:32(-> \tuplet 3/2 { g16) d g-> } d8)-> \! \tuplet 3/2 { g16 d g-> } d8:32(-> \tuplet 3/2 { g16) d g-> }
d32 g d g-> d16.-> g32 d8:32(-> \tuplet 3/2 { g16) d g } | d32 g d g-> d16.-> g32
\removeWithTag #'tutti \snareEnd
d8[-> \drag d16 d32-> g] d[ g \drag d16 d16. g32] | \grace { s4 }
d4:32( d8)
} }
} }

View File

@ -5,23 +5,46 @@
\include "./config.ily" \include "./config.ily"
\include "./notes.side.ily" \include "./notes.side.ily"
\layout {
\context {
\Score
\consists "Span_bar_engraver"
}
}
\score { \score {
\new PipeBandDrumStaff { \new StaffGroup <<
\global \new PipeBandDrumStaff {
\global
\sideglobal \sideglobal
<< <<
{ {
\repeat volta 2 { \part \line } \break \repeat volta 2 { \part \line } \break
\part \line \bar "||" \break \part \line \bar "||" \break
\line \bar "|." \line \bar "|."
} }
{ {
\snareA s8 \snareA s8
\snareBA \snareBA s8
\snareBB \snareBB s8
} }
{
s8 | s2*5 | s4 <<
{ s4 | s2 | s2 }
\new PipeBandDrumStaff = "LD" \with {
fontSize = #-3
\override StaffSymbol #'staff-space = #(magstep -3)
\override StaffSymbol #'thickness = #(magstep -3)
\remove "Time_signature_engraver"
alignAboveContext = #"main"
} {
\removeWithTag #'tutti {\snareEndLD } s8
}
>>
}
>>
}
>> >>
}
\header { \header {
title = \title title = \title
meter = \meter meter = \meter

View File

@ -7,6 +7,12 @@ arrangerSideSimple = "E.T. de Boone, 2018"
sideglobal = { sideglobal = {
\eighthBeaming \eighthBeaming
} }
%% Optional Flams in Ending
optflamd = \drummode { \drumgrace { \parenthesize g8 } }
optflamg = \drummode { \drumgrace { \parenthesize d8 } }
optflam = #(autohandFunc optflamg optflamd)
% Music % Music
simpleSnarepone = \drummode { simpleSnarepone = \drummode {
g8 | g8 |
@ -43,9 +49,9 @@ simpleSnareEndingI = \drummode { \tutti {
}} }}
simpleSnareEndingII = \drummode { simpleSnareEndingII = \drummode {
g8 | g8 |
\flam d16 g d \flam g \flam d16 g \optflam d \flam g
d16 g \flam d g d16 \optflam g \flam d g
d16 \flam g d g \optflam d16 \flam g d \optflam g
d4:32( d4:32(
| |
d8) \flam g8 d8) \flam g8

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 2 \measure }
line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "The Soldier's Return"
meter = "March"

View File

@ -0,0 +1,31 @@
% 4/4 the Soldier's Return
% Pipes
\version "2.18.2"
composerPipes = ""
arrangerPipes = ""
pipeglobal = {
\bagpipeKey
}
% Music
pipesA = {
\grg d8. [ e16 ] |
\dblf f4 a4 \wbirl a4 \thrwd d8. [ c16 ] |
\dblb b8 [ \gre a8 ] \grg b16 [ d8. ] \dble e4
\thrwd d8. [ e16 ] |
\dblf f4 \wbirl a4 \grA g8 [ f8 ] \dble e8 [ d8 ] |
\dblb b4. c8 \thrwd d4
}
pipesBA = {
a4 |
\thrwd d8. [ e16 ] \grg f8 [ g8 ] \dblA A4. f8 |
\dblg g8. [ f16 ] \grg e8 [ d8 ] \dble e4 \wbirl a4 |
\thrwd d8. [ e16 ] \grg f8 [ g8 ] \dblA A4. g8 |
\grA f4. g8 \dblA A4 \wbirl a4
}
pipesBB = {
\thrwd d8. [ e16 ] \grg f8 [ g8 ] \dblA A4. f8 |
\dblg g8. [ f16 ] \grg e8 [ d8 ] \dble e4 \thrwd d8. [ e16 ] |
\dblf f4 \wbirl a4 \grA g8 [ f8 ] \dble e8 [ d8 ] |
\dblb b4. c8 \thrwd d4
}

View File

@ -0,0 +1,50 @@
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
\repeat volta 2 {
\partial 4
\pipesA s4
}
\break
\partial 4
\pipesBA
\break
\pipesBB
\bar "|."
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\partial 4
\pipesA
\pipesA
\pipesBA
\pipesBB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}

View File

@ -3,8 +3,8 @@
global = { global = {
\time 2/4 \time 2/4
} }
confTempo = { confTempo = {
\tempo 4 = 50 \tempo 4 = 80
} }
%% Format %% Format
part = { \partial 8 \grace{s4.} s8 } part = { \partial 8 \grace{s4.} s8 }
@ -14,4 +14,4 @@ line = { \repeat unfold 2 { \halfline } }
%% Headers %% Headers
title = "Road to the Isles" title = "Road to the Isles"
meter = "Slow March" meter = "March"

View File

@ -3,7 +3,11 @@
Not critical if missing. But there is complaining.. Not critical if missing. But there is complaining..
%} %}
% instrumentName
%$(set-default-paper-size "a4" 'landscape)
%$(set-default-paper-size "a4")
%% instrumentName
instrumentSide = "Side" instrumentSide = "Side"
instrumentTenor = "Tenor" instrumentTenor = "Tenor"
instrumentBass = "Bass" instrumentBass = "Bass"
@ -16,7 +20,7 @@ instrumentPipesthrd = \instrumentPipesThrd %TODO: Remove Me
instrumentSecnd = "Seconds" instrumentSecnd = "Seconds"
instrumentThrd = "Thirds" instrumentThrd = "Thirds"
% shortInstrumentName %% shortInstrumentName
shortInstrumentLyrics = "" shortInstrumentLyrics = ""
shortInstrumentSide = "S.D." shortInstrumentSide = "S.D."
shortInstrumentTenor = "T.D." shortInstrumentTenor = "T.D."
@ -29,7 +33,7 @@ shortInstrumentPipesthrd = \shortInstrumentPipesThrd %TODO: Remove Me
shortInstrumentSecnd = "2nd" shortInstrumentSecnd = "2nd"
shortInstrumentThrd = "3rd" shortInstrumentThrd = "3rd"
% composer %% composer
composerLyrics = "" composerLyrics = ""
composerSide = "" composerSide = ""
composerTenor = "" composerTenor = ""
@ -40,7 +44,7 @@ composerPipessecnd = \composerPipesSecnd %TODO: Remove Me
composerPipesThrd = "" composerPipesThrd = ""
composerPipesthrd = \composerPipesThrd %TODO: Remove Me composerPipesthrd = \composerPipesThrd %TODO: Remove Me
% arranger %% arranger
arrangerLyrics = "" arrangerLyrics = ""
arrangerSide = "" arrangerSide = ""
arrangerTenor = "" arrangerTenor = ""

View File

@ -28,11 +28,17 @@ pipesPartB = {
\grA g16. [ f32 \grg e16. c32 ] \thrwd d8 \grA g16. [ f32 \grg e16. c32 ] \thrwd d8
} }
pipesPartC = { pipesPartC = {
e8 |
\grg a16. e32 e16. a32 \grg e16. a32 a16. a32 |
\grg a16. e32 e16. c32 \thrwd d8
}
pipesPartD = {
\grg e16. f32 | \grg e16. f32 |
\dblg g16. f32 e16. f32 g8 A16. g32 | \dblg g16. f32 e16. f32 g8 A16. g32 |
\grA f16. d32 f16. e32 \thrwd d8 \grA f16. d32 f16. e32 \thrwd d8
} }
%A
pipesAA = { pipesAA = {
\pipesPartA \pipesPartA
\pipesMid \pipesMid
@ -41,7 +47,7 @@ pipesAB = {
\pipesPartA \pipesPartA
\pipesEnd \pipesEnd
} }
% B
pipesBA = { pipesBA = {
\pipesPartB \pipesPartB
\pipesMid \pipesMid
@ -53,14 +59,24 @@ pipesBBA = {
pipesBBB = { pipesBBB = {
\pipesAB \pipesAB
} }
% C
pipesCA = { pipesCA = {
\pipesPartC \pipesPartC
\pipesMid \pipesMid
} }
pipesCBA = { pipesCB = {
\pipesPartC \pipesPartC
\pipesEnd \pipesEnd
} }
pipesCBB = { % D
pipesDA = {
\pipesPartD
\pipesMid
}
pipesDBA = {
\pipesPartD
\pipesEnd
}
pipesDBB = {
\pipesBBB \pipesBBB
} }

View File

@ -27,9 +27,15 @@
\repeat volta 2 { \repeat volta 2 {
\partial 8 \partial 8
\pipesCA \pipesCA
\pipesCB
}
\break
\repeat volta 2 {
\partial 8
\pipesDA
} \alternative { } \alternative {
{\partial 8 \pipesCBA } {\partial 8 \pipesDBA }
{\partial 8 \pipesCBB } {\partial 8 \pipesDBB }
} }
\bar "|." \bar "|."
}%Format }%Format
@ -52,8 +58,11 @@
\pipesBA \pipesBBA \pipesBA \pipesBBA
\pipesBA \pipesBBB \pipesBA \pipesBBB
\pipesCA \pipesCBA \pipesCA \pipesCB
\pipesCA \pipesCBB \pipesCA \pipesCB
\pipesDA \pipesDBA
\pipesDA \pipesDBB
} }
\midi { \confTempo } \midi { \confTempo }
\header { \header {