mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
New Tune: The Soldier's Return
Changed Side for Cabar Feidh and Mackenzie Highlanders Added Parts to Jolly Beggarman
This commit is contained in:
parent
636120eaf9
commit
c46910bdfc
10 changed files with 208 additions and 39 deletions
|
@ -28,11 +28,17 @@ pipesPartB = {
|
|||
\grA g16. [ f32 \grg e16. c32 ] \thrwd d8
|
||||
}
|
||||
pipesPartC = {
|
||||
e8 |
|
||||
\grg a16. e32 e16. a32 \grg e16. a32 a16. a32 |
|
||||
\grg a16. e32 e16. c32 \thrwd d8
|
||||
}
|
||||
pipesPartD = {
|
||||
\grg e16. f32 |
|
||||
\dblg g16. f32 e16. f32 g8 A16. g32 |
|
||||
\grA f16. d32 f16. e32 \thrwd d8
|
||||
}
|
||||
|
||||
%A
|
||||
pipesAA = {
|
||||
\pipesPartA
|
||||
\pipesMid
|
||||
|
@ -41,7 +47,7 @@ pipesAB = {
|
|||
\pipesPartA
|
||||
\pipesEnd
|
||||
}
|
||||
|
||||
% B
|
||||
pipesBA = {
|
||||
\pipesPartB
|
||||
\pipesMid
|
||||
|
@ -53,14 +59,24 @@ pipesBBA = {
|
|||
pipesBBB = {
|
||||
\pipesAB
|
||||
}
|
||||
% C
|
||||
pipesCA = {
|
||||
\pipesPartC
|
||||
\pipesMid
|
||||
}
|
||||
pipesCBA = {
|
||||
pipesCB = {
|
||||
\pipesPartC
|
||||
\pipesEnd
|
||||
}
|
||||
pipesCBB = {
|
||||
% D
|
||||
pipesDA = {
|
||||
\pipesPartD
|
||||
\pipesMid
|
||||
}
|
||||
pipesDBA = {
|
||||
\pipesPartD
|
||||
\pipesEnd
|
||||
}
|
||||
pipesDBB = {
|
||||
\pipesBBB
|
||||
}
|
||||
}
|
||||
|
|
|
@ -27,9 +27,15 @@
|
|||
\repeat volta 2 {
|
||||
\partial 8
|
||||
\pipesCA
|
||||
\pipesCB
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\partial 8
|
||||
\pipesDA
|
||||
} \alternative {
|
||||
{\partial 8 \pipesCBA }
|
||||
{\partial 8 \pipesCBB }
|
||||
{\partial 8 \pipesDBA }
|
||||
{\partial 8 \pipesDBB }
|
||||
}
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
@ -52,8 +58,11 @@
|
|||
\pipesBA \pipesBBA
|
||||
\pipesBA \pipesBBB
|
||||
|
||||
\pipesCA \pipesCBA
|
||||
\pipesCA \pipesCBB
|
||||
\pipesCA \pipesCB
|
||||
\pipesCA \pipesCB
|
||||
|
||||
\pipesDA \pipesDBA
|
||||
\pipesDA \pipesDBB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue