From c303957ed792c603d3a1708d854f09691028f7d3 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Sat, 23 Jan 2021 22:34:24 +0100 Subject: [PATCH] New Drumscore Old Rustic Bridge --- 4-4_marches/the_old_rustic_bridge/drums.ly | 93 +++++++++++++++++++ 4-4_marches/the_old_rustic_bridge/full.ly | 34 ++++--- .../the_old_rustic_bridge/notes.side.ily | 43 +++++++++ .../the_old_rustic_bridge/notes.tenor.ily | 28 ++++-- 4-4_marches/the_old_rustic_bridge/side.ly | 45 +++++++++ 4-4_marches/the_old_rustic_bridge/tenor.ly | 27 ++++-- 6 files changed, 243 insertions(+), 27 deletions(-) create mode 100644 4-4_marches/the_old_rustic_bridge/drums.ly create mode 100644 4-4_marches/the_old_rustic_bridge/notes.side.ily create mode 100644 4-4_marches/the_old_rustic_bridge/side.ly diff --git a/4-4_marches/the_old_rustic_bridge/drums.ly b/4-4_marches/the_old_rustic_bridge/drums.ly new file mode 100644 index 0000000..d2ca18a --- /dev/null +++ b/4-4_marches/the_old_rustic_bridge/drums.ly @@ -0,0 +1,93 @@ +\version "2.19.0" + +\include "lilydrum.ly" + +\include "./config.ily" +%\include "./notes.bass.ily" +\include "./notes.tenor.ily" +\include "./notes.side.ily" + +\layout { + indent = 5.0 + short-indent = 2.0 +} + +\score { + \new StaffGroup << + \new PipeBandDrumStaff = "side" \with { + instrumentName = \markup{ \instrumentSide } + shortInstrumentName = \markup{ \shortInstrumentSide } + } { + \global + \sideglobal + << + \new NullVoice = "format" { + \part + \repeat volta 2 { + \halfline + } \alternative { + \halfline + { + \halfline + \fine + } + } + \bar "||" + \break + + \part + \line + \dcalfine + \bar "||" + + }%End of Format + \new DrumVoice = "side" { + \drummode { \flam d8. g16 | } + \snareAA + \snareAB \drummode { r8 d16. g32 | } + \snareAB s4 + + r8 \snareBA + }%End of side + >> + } + \new PipeBandDrumStaff = "tenor" \with { + instrumentName = \markup{ \instrumentTenor } + shortInstrumentName = \markup{ \shortInstrumentTenor } + } { + \tenorglobal + + \drummode { g4 | } + \tenorAA + \tenorABA r4 + \tenorABB r4 + + s4 \tenorBA + } +%{ \new PipeBandDrumStaff = "bass" \with { + instrumentName = \markup{ \instrumentBass } + shortInstrumentName = \markup{ \shortInstrumentBass} + } { + \bassglobal + + } +%} + >> + \header { + title = \title + subtitle = \subtitle + meter = \meter + composer = \markup { + \column \right-align { + $(if (not (string=? "" composerSide)) #{ \markup {\line { \composerSide ":" }} #} ) + $(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} ) + $(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} ) + } + \column \right-align { + $(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} ) + $(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} ) + $(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} ) + } + } + } +} diff --git a/4-4_marches/the_old_rustic_bridge/full.ly b/4-4_marches/the_old_rustic_bridge/full.ly index 959230f..4e80759 100644 --- a/4-4_marches/the_old_rustic_bridge/full.ly +++ b/4-4_marches/the_old_rustic_bridge/full.ly @@ -6,7 +6,7 @@ \include "./config.ily" %\include "./notes.bass.ily" \include "./notes.tenor.ily" -%\include "./notes.side.ily" +\include "./notes.side.ily" \include "./notes.pipes.ily" \layout { @@ -26,7 +26,7 @@ { \part \line \break - \line \bar "|." \break + \line \bar "||" \break \part \line \break @@ -41,22 +41,32 @@ }%Pipes >> } -% \new PipeBandDrumStaff = "side" { -% \sideglobal -% \set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide} -% \set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide} -% -% } + \new PipeBandDrumStaff = "side" \with { + instrumentName = \markup{ \instrumentSide } + shortInstrumentName = \markup{ \shortInstrumentSide } + } { + \sideglobal + + \drummode { \flam d8. g16 | } + \snareA \drummode { r8 d16. g32 | } + \snareA s4 + + r8 \snareBA + \snareA s4 + } \new PipeBandDrumStaff = "tenor" \with { instrumentName = \markup{ \instrumentTenor } shortInstrumentName = \markup{ \shortInstrumentTenor } } { \tenorglobal - \repeat unfold 2 { - r8. \tenorA - r8. \tenorA s4 - } + \drummode { g4 | } + \tenorAA \tenorABA r4 + \tenorAA \tenorABB r4 + + s4 \tenorBA + \tenorAA \tenorABB s4 + } % \new PipeBandDrumStaff = "bass" { % \bassglobal diff --git a/4-4_marches/the_old_rustic_bridge/notes.side.ily b/4-4_marches/the_old_rustic_bridge/notes.side.ily new file mode 100644 index 0000000..d1595a0 --- /dev/null +++ b/4-4_marches/the_old_rustic_bridge/notes.side.ily @@ -0,0 +1,43 @@ +% 4/4 Old Rustic Bridge +% Side +\version "2.18.2" +composerSide = "E.T. de Boone, 2021" +arrangerSide = "" +sideglobal = { + \sixteenthBeaming +} +% Music +snareAA = \drummode { + % \flam d8. g16 | + d4:32~ \< d4:32~ d4 \! r8. g16 + | + d8:32( g8) \flam d8 d8:32( g4) r8. g16 + | +} +snareAB = \drummode { + d8:32(-> g16.) d32-> g16. g32 d8:32(-> \triplet { g16) d g } d16. d32-> g16. g32 d8:32( + | + g4:32)(-> d4:32)~ d4 + % r8 d16. g32 | +} +snareA = \drummode { + \snareAA + \snareAB +} + +snareBA = \drummode { + g8 + | + \flam d4 \flam g8. d16:64(\< d16.)\! g32-> d16. d32 g8:32(-> d8) + | + d8:32( g8:32)(-> \< d4:32)~ d4 \! r8 g8 + | + \flam d16. g32 d16. d32 \flam g8 \flam d16. g32 d16. d32 \triplet { g16 d g } \flam d16. d32 g16. g32 + | + d8:32( g16.) d32-> g16. g32 \flam d8 d4:32(\< d8) \! g8 + | +} +snareB = \drummode { + \snareBA + \snareA +} diff --git a/4-4_marches/the_old_rustic_bridge/notes.tenor.ily b/4-4_marches/the_old_rustic_bridge/notes.tenor.ily index f71ffb1..30d0821 100644 --- a/4-4_marches/the_old_rustic_bridge/notes.tenor.ily +++ b/4-4_marches/the_old_rustic_bridge/notes.tenor.ily @@ -1,13 +1,25 @@ -% 4/4 Rustic Bridge +% 4/4 Old Rustic Bridge % Tenor \version "2.18.2" -composerTenor = "" +composerTenor = "E.T. de Boone, 2021" tenorglobal = {} %%music -tenorA = \drummode { - g16 | - d4 g8 d g4 d8. g16 | - d8 g d4 g r | - d4 g8[ d] g[ d] g[ d] | - g4 r4 d4 +tenorAA = \drummode { + % g8 | + d8 g8 d8 g8 d4 r8. g16 | + d8. g16 d8 g8 d4 r8 g8 | +} +tenorABA = \drummode { + d4 g4 d8 g d8 g8 | + d16 g d g d8 g8 d4 % r4 | +} +tenorABB = \drummode { + d4 g4 d4 g4 | + d4 g4 d4 % r4 | +} +tenorBA = \drummode { + d4 g4 d4 g4 | + d8 g-> d g-> d g d g | + d16. g32 d8 g8 d d16. g32 d8 g8 d8 | + d16 g d g d8 g8 d4 g4 | } diff --git a/4-4_marches/the_old_rustic_bridge/side.ly b/4-4_marches/the_old_rustic_bridge/side.ly new file mode 100644 index 0000000..9195a46 --- /dev/null +++ b/4-4_marches/the_old_rustic_bridge/side.ly @@ -0,0 +1,45 @@ +\version "2.18.2" + +\include "lilydrum.ly" + +\include "./config.ily" +\include "./notes.side.ily" + +\score { + \new PipeBandDrumStaff { + \global + \sideglobal + << + \new NullVoice = "format" { + \part + \repeat volta 2 { + \halfline \measure s2. + } \alternative { + { s4 | } + } + \fine + \bar "||" + \break + + \part \line + \dcalfine + \bar "||" + }%Format + \new DrumVoice = "side" { + \drummode { \flam d8. g16 | } + \snareA + \drummode { r8 d16. g32 | } + + r8 \snareBA + } + >> + } + \header { + title = \title + subtitle = \subtitle + meter = \meter + instrument = \instrumentSide + composer = \composerSide + arranger = \arrangerSide + } +} diff --git a/4-4_marches/the_old_rustic_bridge/tenor.ly b/4-4_marches/the_old_rustic_bridge/tenor.ly index c49b052..c1f88e0 100644 --- a/4-4_marches/the_old_rustic_bridge/tenor.ly +++ b/4-4_marches/the_old_rustic_bridge/tenor.ly @@ -10,16 +10,29 @@ \global << { - \repeat unfold 2 { - \repeat volta 2 { - \part \line - } \break + \part \repeat volta 2 { + \halfline + } \alternative { + \halfline + { + \halfline + \fine + } } + \bar "||" + \break + + \line + \dcalfine + \bar "||" } { - \repeat unfold 2 { - r8. \tenorA s4 - } + \drummode { g4 | } + \tenorAA + \tenorABA r4 + \tenorABB r4 + + \tenorBA } >> }