1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-12-23 00:33:31 +01:00

Update Full Score for Road to the Isles

This commit is contained in:
Eric Teunis de Boone 2020-07-06 00:34:45 +02:00
parent de23f0e89b
commit 1e2127ced0
2 changed files with 146 additions and 54 deletions

View file

@ -16,6 +16,9 @@
short-indent = 2.0 short-indent = 2.0
} }
% Force a Break between the Voltas
mbreak = { \break }
\score { \score {
\new StaffGroup << \new StaffGroup <<
\new Staff \with { \new Staff \with {
@ -31,12 +34,46 @@
\line \line
} }
\break \break
\repeat unfold 2 {
\repeat volta 2 {
\part \part
\halfline \halfline
} \alternative { } \alternative {
{ \halfline \break \bar "||" } {
{ \halfline } \mbreak
\part
\halfline
}
{
\mbreak
\part
\halfline
}
}
\bar "||"
\break
\repeat volta 2 {
\part
\halfline
} \alternative {
{
\mbreak
\part
\halfline
}
{
\mbreak
\part
\halfline
}
}
\bar "||"
\break
\repeat volta 2 {
\part
\line
} }
}%Format }%Format
@ -44,11 +81,16 @@
\pipesAA \pipesAA
\pipesAB s8 \pipesAB s8
\pipesBA \pipesBA s8
\pipesBBA s8 \pipesBBA s8
\pipesBA \pipesBBB s8
\pipesBBB
\pipesCA s8
\pipesCBA s8
\pipesCBB s8
\pipesDA
\pipesDB s8
}%Pipes }%Pipes
>> >>
} }
@ -74,11 +116,14 @@
} }
%} %}
<<
\new PipeBandDrumStaff = "side" \with { \new PipeBandDrumStaff = "side" \with {
instrumentName = \markup { \instrumentSide } instrumentName = \markup { \instrumentSide }
shortInstrumentName = \markup{ \shortInstrumentSide } shortInstrumentName = \markup{ \shortInstrumentSide }
} { } {
\sideglobal \sideglobal
%% Part 1
\sidePI \sidePI
<< <<
\sideMid \sideMid
@ -94,14 +139,14 @@
} }
>> s8 >> s8
%% %% Part 2
\sidePII \sidePII
<< <<
\sideMid \sideMid
\context PipeBandDrumStaff = "sideLD" { \context PipeBandDrumStaff = "sideLD" {
\sideMidII \sideMidII
} }
>> >> s8
\sidePII \sidePII
<< <<
\sideEnd \sideEnd
@ -111,31 +156,68 @@
>> s8 >> s8
% %
<>\dr <>\dr
\removeWithTag #'tutti {
\sidePI
<<
\sideEnd
\context PipeBandDrumStaff = "sideLD" {
\sideEndII
}
>>
} s8 \fr
%% Part 3
\sidePIII
<<
\sideMid
\context PipeBandDrumStaff = "sideLD" {
\sideMidII
}
>> s8
\sidePIII
<<
\sideEnd
\context PipeBandDrumStaff = "sideLD" {
\sideEndII
}
>> s8
%
<>\dr
\removeWithTag #'tutti { \removeWithTag #'tutti {
\sidePII \sidePII
<<
\sideEnd
\context PipeBandDrumStaff = "sideLD" {
\sideEndII
}
>>
} s8 \fr
%% Part 4
\sidePIV
<< <<
\sideMid \sideMid
\context PipeBandDrumStaff = "sideLD" { \context PipeBandDrumStaff = "sideLD" {
\sideMidII \sideMidII
} }
>> >>
\sidePI \sidePIV
<< <<
\sideEnd \sideEnd
\context PipeBandDrumStaff = "sideLD" { \context PipeBandDrumStaff = "sideLD" {
\sideEndII \sideEndII
} }
>> s8 \fr >> s8
}
} }
\new PipeBandDrumStaff = "sideLD" \with { \new PipeBandDrumStaff = "sideLD" \with {
instrumentName = \markup \center-column { LD \instrumentSide } instrumentName = \markup \center-column { L.D. \instrumentSide }
shortInstrumentName = \markup{ L.D. } shortInstrumentName = \markup{ L.D. }
\RemoveAllEmptyStaves \RemoveEmptyStaves
} { } {
s8 | s1*4 s8 | s1
s8 | s1*4
} }
>>
%{ %{
\new PipeBandDrumStaff = "tenor" \with { \new PipeBandDrumStaff = "tenor" \with {
instrumentName = \markup{ \instrumentTenor } instrumentName = \markup{ \instrumentTenor }

View file

@ -41,3 +41,13 @@ sidePII = \drummode {
d16.:64(-> d32) \tuplet 3/2 { g16 d g } d16.:64(-> d32) \tuplet 3/2 { g16 d g } | d16.:64(-> d32) \tuplet 3/2 { g16 d g } d16.:64(-> d32) \tuplet 3/2 { g16 d g } |
d16.:64(-> d32) g16.:64(-> g32) d8 d16.:64(-> d32) g16.:64(-> g32) d8
} }
sidePIII = \drummode {
s8 |
s2 |
s4 s8
}
sidePIV = \drummode {
s8 |
s2 |
s4 s8
}