mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
CMPD: added tune: Green Glens of Antrim
This commit is contained in:
parent
7801ead508
commit
fb5ae068a7
7 changed files with 245 additions and 4 deletions
|
@ -9,7 +9,7 @@ confTempo = {
|
||||||
%% Format
|
%% Format
|
||||||
part = { \partial 4 \grace { s4 } s4 }
|
part = { \partial 4 \grace { s4 } s4 }
|
||||||
measure = { \grace { s4 } s1 | }
|
measure = { \grace { s4 } s1 | }
|
||||||
halfline = { \repeat unfold 2 { \measure } }
|
halfline = { \repeat unfold 4 { \measure } }
|
||||||
line = { \repeat unfold 2 { \halfline } }
|
line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
||||||
%% Headers
|
%% Headers
|
||||||
|
|
57
4-4_marches/green_glens_of_antrim/antrim.ly
Normal file
57
4-4_marches/green_glens_of_antrim/antrim.ly
Normal file
|
@ -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"
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@ confTempo = {
|
||||||
\tempo 4 = 80
|
\tempo 4 = 80
|
||||||
}
|
}
|
||||||
%% Format
|
%% Format
|
||||||
part = { \partial 8 \grace{s4.} s8 }
|
part = { \partial 4 \grace{s4.} s4 }
|
||||||
measure = { \grace {s1} s1 | }
|
measure = { \grace {s1} s1 | }
|
||||||
halfline = { \repeat unfold 4 \measure }
|
halfline = { \repeat unfold 4 \measure }
|
||||||
line = { \repeat unfold 2 { \halfline } }
|
line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
103
4-4_marches/green_glens_of_antrim/full.ly
Normal file
103
4-4_marches/green_glens_of_antrim/full.ly
Normal file
|
@ -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 }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
33
4-4_marches/green_glens_of_antrim/notes.pipes.ily
Normal file
33
4-4_marches/green_glens_of_antrim/notes.pipes.ily
Normal file
|
@ -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
|
||||||
|
}
|
48
4-4_marches/green_glens_of_antrim/pipes.ly
Normal file
48
4-4_marches/green_glens_of_antrim/pipes.ly
Normal file
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
|
@ -28,9 +28,9 @@ markTextEol = #(define-music-function (parser location text) (string?) #{
|
||||||
}%Format
|
}%Format
|
||||||
|
|
||||||
\new DrumVoice = "side" {
|
\new DrumVoice = "side" {
|
||||||
\snareA r8 s8
|
s8 \snareA r8 s8
|
||||||
|
|
||||||
r8 \snareB r8 s8
|
s8 r8 \snareB r8 s8
|
||||||
|
|
||||||
}
|
}
|
||||||
>>
|
>>
|
||||||
|
|
Loading…
Reference in a new issue