From 1e2127ced0e33a767e8b8bdb9d500c83cd6e1e2a Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Mon, 6 Jul 2020 00:34:45 +0200 Subject: [PATCH] Update Full Score for Road to the Isles --- 2-4_marches/road_to_the_isles/full.ly | 190 +++++++++++++------ 2-4_marches/road_to_the_isles/notes.side.ily | 10 + 2 files changed, 146 insertions(+), 54 deletions(-) diff --git a/2-4_marches/road_to_the_isles/full.ly b/2-4_marches/road_to_the_isles/full.ly index 6c622f2..c794be5 100644 --- a/2-4_marches/road_to_the_isles/full.ly +++ b/2-4_marches/road_to_the_isles/full.ly @@ -16,6 +16,9 @@ short-indent = 2.0 } +% Force a Break between the Voltas +mbreak = { \break } + \score { \new StaffGroup << \new Staff \with { @@ -31,12 +34,46 @@ \line } \break - \repeat unfold 2 { + + \repeat volta 2 { \part \halfline } \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 @@ -44,11 +81,16 @@ \pipesAA \pipesAB s8 - \pipesBA + \pipesBA s8 \pipesBBA s8 - \pipesBA - \pipesBBB + \pipesBBB s8 + \pipesCA s8 + \pipesCBA s8 + \pipesCBB s8 + + \pipesDA + \pipesDB s8 }%Pipes >> } @@ -74,45 +116,15 @@ } %} - \new PipeBandDrumStaff = "side" \with { - instrumentName = \markup { \instrumentSide } - shortInstrumentName = \markup{ \shortInstrumentSide } - } { - \sideglobal - \sidePI - << - \sideMid - \context PipeBandDrumStaff = "sideLD" { - \sideMidII - } - >> - \sidePI - << - \sideEnd - \context PipeBandDrumStaff = "sideLD" { - \sideEndII - } - >> s8 + << + \new PipeBandDrumStaff = "side" \with { + instrumentName = \markup { \instrumentSide } + shortInstrumentName = \markup{ \shortInstrumentSide } + } { + \sideglobal - %% - \sidePII - << - \sideMid - \context PipeBandDrumStaff = "sideLD" { - \sideMidII - } - >> - \sidePII - << - \sideEnd - \context PipeBandDrumStaff = "sideLD" { - \sideEndII - } - >> s8 - % - <>\dr - \removeWithTag #'tutti { - \sidePII + %% Part 1 + \sidePI << \sideMid \context PipeBandDrumStaff = "sideLD" { @@ -125,17 +137,87 @@ \context PipeBandDrumStaff = "sideLD" { \sideEndII } - >> s8 \fr + >> s8 + + %% Part 2 + \sidePII + << + \sideMid + \context PipeBandDrumStaff = "sideLD" { + \sideMidII + } + >> s8 + \sidePII + << + \sideEnd + \context PipeBandDrumStaff = "sideLD" { + \sideEndII + } + >> s8 + % + <>\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 { + \sidePII + << + \sideEnd + \context PipeBandDrumStaff = "sideLD" { + \sideEndII + } + >> + } s8 \fr + + %% Part 4 + \sidePIV + << + \sideMid + \context PipeBandDrumStaff = "sideLD" { + \sideMidII + } + >> + \sidePIV + << + \sideEnd + \context PipeBandDrumStaff = "sideLD" { + \sideEndII + } + >> s8 + } - } - \new PipeBandDrumStaff = "sideLD" \with { - instrumentName = \markup \center-column { LD \instrumentSide } - shortInstrumentName = \markup{ L.D. } - \RemoveAllEmptyStaves - } { - s8 | s1*4 - s8 | s1*4 - } + \new PipeBandDrumStaff = "sideLD" \with { + instrumentName = \markup \center-column { L.D. \instrumentSide } + shortInstrumentName = \markup{ L.D. } + \RemoveEmptyStaves + } { + s8 | s1 + } + >> %{ \new PipeBandDrumStaff = "tenor" \with { instrumentName = \markup{ \instrumentTenor } diff --git a/2-4_marches/road_to_the_isles/notes.side.ily b/2-4_marches/road_to_the_isles/notes.side.ily index 8af9a14..38ad702 100644 --- a/2-4_marches/road_to_the_isles/notes.side.ily +++ b/2-4_marches/road_to_the_isles/notes.side.ily @@ -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) g16.:64(-> g32) d8 } +sidePIII = \drummode { + s8 | + s2 | + s4 s8 +} +sidePIV = \drummode { + s8 | + s2 | + s4 s8 +}