From fb5ae068a7224f989d2644176eb82ec6eef23f7b Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Wed, 6 Feb 2019 00:20:58 +0100 Subject: [PATCH] CMPD: added tune: Green Glens of Antrim --- 4-4_marches/auld_lang_syne/config.ily | 2 +- 4-4_marches/green_glens_of_antrim/antrim.ly | 57 ++++++++++ 4-4_marches/green_glens_of_antrim/config.ily | 2 +- 4-4_marches/green_glens_of_antrim/full.ly | 103 ++++++++++++++++++ .../green_glens_of_antrim/notes.pipes.ily | 33 ++++++ 4-4_marches/green_glens_of_antrim/pipes.ly | 48 ++++++++ 4-4_marches/green_glens_of_antrim/side.ly | 4 +- 7 files changed, 245 insertions(+), 4 deletions(-) create mode 100644 4-4_marches/green_glens_of_antrim/antrim.ly create mode 100644 4-4_marches/green_glens_of_antrim/full.ly create mode 100644 4-4_marches/green_glens_of_antrim/notes.pipes.ily create mode 100644 4-4_marches/green_glens_of_antrim/pipes.ly diff --git a/4-4_marches/auld_lang_syne/config.ily b/4-4_marches/auld_lang_syne/config.ily index 56d6e0f..6e2607a 100644 --- a/4-4_marches/auld_lang_syne/config.ily +++ b/4-4_marches/auld_lang_syne/config.ily @@ -9,7 +9,7 @@ confTempo = { %% Format part = { \partial 4 \grace { s4 } s4 } measure = { \grace { s4 } s1 | } -halfline = { \repeat unfold 2 { \measure } } +halfline = { \repeat unfold 4 { \measure } } line = { \repeat unfold 2 { \halfline } } %% Headers diff --git a/4-4_marches/green_glens_of_antrim/antrim.ly b/4-4_marches/green_glens_of_antrim/antrim.ly new file mode 100644 index 0000000..fb9da5b --- /dev/null +++ b/4-4_marches/green_glens_of_antrim/antrim.ly @@ -0,0 +1,57 @@ +\include "bagpipe.ly" +melody = { + \set Staff.midiInstrument = #"bagpipe" + \hideKeySignature + \cadenzaOn + \once \override Score.BreakAlignment #'break-align-orders = + #(make-vector 3 '(instrument-name + left-edge + ambitus + span-bar + breathing-sign + clef + key-signature + time-signature + staff-bar + custos + span-bar)) + \time 4/4 + %{&D",(F,R,0,0,Times%} %{New%} %{Roman,10,400,0,0,18,0,0,0)%} %{"",(F,C,0,0,Times%} %{New%} %{Roman,10,400,0,0,18,0,0,0)%} %{"januari%} %{2019",(F,L,0,0,Times%} %{New%} \bar ":|:" \break + + a8. [ d16 ] \bar "|" + \grg f4 \dblf f8 [ e8 ] \thrwd d4 \dbld d8 [ c8 ] \bar "|" + \grg b4 \thrwd d8 [ b8 ] \grG a4 \grg f8. [ g16 ] \bar "|" + A4 \grg A8. [ g16 ] \hdblf f4 \dble e8 [ d8 ] \bar "|" + \dbld d4 \grg c8. [ d16 ] \dble e4 \grg a8. [ d16 ] \bar "|" \break + + \grg f4 \dblf f8 [ e8 ] \thrwd d4 \dbld d8 [ c8 ] \bar "|" + \grg b4 \thrwd d8 [ b8 ] \grG a4 \grg f8. [ g16 ] \bar "|" + A4 \grg A8. [ g16 ] \hdblf f8 [ a8~ ] a8 [ d8 ] \bar "|" + \dblc c4 \grg d8 [ e8 ] \thrwd d4 \bar "|" \break + + A4 \grg A8. [ g16 ] \hdblf f4 g8 [ A8 ] \bar "|" + \grf g4 \thrwd d8. [ e16 ] \dblf f4 \grg f8. [ g16 ] \bar "|" + A4 \hdblf f8 [ e8 ] \thrwd d4 \grg c8 [ d8 ] \bar "|" + \dblf f4 \dble e8. [ d16 ] \dble e4 \grg a8. [ d16 ] \bar "|" \break + + \grg f4 \dblf f8 [ e8 ] \thrwd d4 \dbld d8 [ c8 ] \bar "|" + \grg b4 \thrwd d8 [ b8 ] \grG a4 \grg f8. [ g16 ] \bar "|" + A4 \grg A8. [ g16 ] \hdblf f8 [ a8~ ] a8 [ d8 ] \bar "|" + \dblc c4 \grg d8 [ e8 ] \thrwd d4 \bar ":|" \break + + } + +\score { + \melody + \layout { + indent = 0.0\cm + \context { \Score \remove "Bar_number_engraver" } + } + \header { + title = "Green Glens of Antrim" + meter = "March" + arranger = "Traditional" + } + +} + diff --git a/4-4_marches/green_glens_of_antrim/config.ily b/4-4_marches/green_glens_of_antrim/config.ily index 692bf0f..36ebc1c 100644 --- a/4-4_marches/green_glens_of_antrim/config.ily +++ b/4-4_marches/green_glens_of_antrim/config.ily @@ -8,7 +8,7 @@ confTempo = { \tempo 4 = 80 } %% Format -part = { \partial 8 \grace{s4.} s8 } +part = { \partial 4 \grace{s4.} s4 } measure = { \grace {s1} s1 | } halfline = { \repeat unfold 4 \measure } line = { \repeat unfold 2 { \halfline } } diff --git a/4-4_marches/green_glens_of_antrim/full.ly b/4-4_marches/green_glens_of_antrim/full.ly new file mode 100644 index 0000000..503df43 --- /dev/null +++ b/4-4_marches/green_glens_of_antrim/full.ly @@ -0,0 +1,103 @@ +\version "2.19.0" + +\include "bagpipe.ly" +\include "lilydrum.ly" + +\include "./config.ily" +\include "./notes.bass.ily" +\include "./notes.tenor.ily" +\include "./notes.side.ily" +\include "./notes.pipes.ily" +%\include "./notes.pipes.seconds.ily" +%\include "./notes.lyrics.ily" + +\layout { + indent = 5.0 + short-indent = 2.0 +} + +\score { + \new StaffGroup << + \new Staff \with { + instrumentName = \markup{ \instrumentPipes } + shortInstrumentName = \markup{ \shortInstrumentPipes } + } { + \global + \pipeglobal + << + \new NullVoice = "format" { + + }%Format + + \new Voice = "pipes" { + + }%Pipes + >> + } +%{ \new Staff = "song" { + \lyricsglobal + \new Voice = "lyrics" { + + } + } +}% +%{ \new Lyrics = "verse1" { + \lyricsglobal + \lyricsto "lyrics" { + \verseA + } + } +%} +%{ \new Staff = "seconds" \with { + instrumentName = \markup{ \instrumentPipes \instrumentSecnd } + shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd } + } { + \pipessecndglobal + + } +%} + \new PipeBandDrumStaff = "side" \with { + instrumentName = \markup { \instrumentSide } + shortInstrumentName = \markup{ \shortInstrumentSide } + } { + \sideglobal + + } + \new PipeBandDrumStaff = "tenor" \with { + instrumentName = \markup{ \instrumentTenor } + shortInstrumentName = \markup{ \shortInstrumentTenor } + } { + \tenorglobal + + } + \new PipeBandDrumStaff = "bass" \with { + instrumentName = \markup{ \instrumentBass } + shortInstrumentName = \markup{ \shortInstrumentBass } + } { + \bassglobal + + } + >> + \header { + title = \title + meter = \meter + composer = \markup \large { + \column \right-align { + $(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics ":" } } #} ) + $(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} ) + $(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} ) + $(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=? "" composerLyrics)) #{ \markup { \line { "Lyrics" } } #} ) + $(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} ) + $(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} ) + $(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/green_glens_of_antrim/notes.pipes.ily b/4-4_marches/green_glens_of_antrim/notes.pipes.ily new file mode 100644 index 0000000..94463d9 --- /dev/null +++ b/4-4_marches/green_glens_of_antrim/notes.pipes.ily @@ -0,0 +1,33 @@ +% 4/4 Green Glens of Antrim +% Pipes +\version "2.18.2" +composerPipes = "Traditional" +arrangerPipes = "" +pipeglobal = { + \bagpipeKey +} +% Music +pipesA = { + a8. [ d16 ] | + \grg f4 \dblf f8 [ e8 ] \thrwd d4 \dbld d8 [ c8 ] | + \grg b4 \thrwd d8 [ b8 ] \grG a4 \grg f8. [ g16 ] | + A4 \grg A8. [ g16 ] \hdblf f4 \dble e8 [ d8 ] | + \dbld d4 \grg c8. [ d16 ] \dble e4 \grg a8. [ d16 ] | + + \grg f4 \dblf f8 [ e8 ] \thrwd d4 \dbld d8 [ c8 ] | + \grg b4 \thrwd d8 [ b8 ] \grG a4 \grg f8. [ g16 ] | + A4 \grg A8. [ g16 ] \hdblf f8 [ a8~ ] a8 [ d8 ] | + \dblc c4 \grg d8 [ e8 ] \thrwd d2 +} + +pipesB = { + A4 \grg A8. [ g16 ] \hdblf f4 g8 [ A8 ] | + \grf g4 \thrwd d8. [ e16 ] \dblf f4 \grg f8. [ g16 ] | + A4 \hdblf f8 [ e8 ] \thrwd d4 \grg c8 [ d8 ] | + \dblf f4 \dble e8. [ d16 ] \dble e4 \grg a8. [ d16 ] | + + \grg f4 \dblf f8 [ e8 ] \thrwd d4 \dbld d8 [ c8 ] | + \grg b4 \thrwd d8 [ b8 ] \grG a4 \grg f8. [ g16 ] | + A4 \grg A8. [ g16 ] \hdblf f8 [ a8~ ] a8 [ d8 ] | + \dblc c4 \grg d8 [ e8 ] \thrwd d4 +} diff --git a/4-4_marches/green_glens_of_antrim/pipes.ly b/4-4_marches/green_glens_of_antrim/pipes.ly new file mode 100644 index 0000000..928a08b --- /dev/null +++ b/4-4_marches/green_glens_of_antrim/pipes.ly @@ -0,0 +1,48 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + \new NullVoice = "format" { + \part \line + \bar "||" + \break + \line + \bar "|." + }%Format + + \new Voice = "pipes" { + \pipesA \pipesB s4 + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} diff --git a/4-4_marches/green_glens_of_antrim/side.ly b/4-4_marches/green_glens_of_antrim/side.ly index 2073538..f65b214 100644 --- a/4-4_marches/green_glens_of_antrim/side.ly +++ b/4-4_marches/green_glens_of_antrim/side.ly @@ -28,9 +28,9 @@ markTextEol = #(define-music-function (parser location text) (string?) #{ }%Format \new DrumVoice = "side" { - \snareA r8 s8 + s8 \snareA r8 s8 - r8 \snareB r8 s8 + s8 r8 \snareB r8 s8 } >>