mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
New Tunes: Cuidich 'n Righ, Lillibulero, PM Donald MacLean of Lewis, Lady Madelina Sinclair
New Tenor Score: Rakes of Mallow
This commit is contained in:
parent
d27ca35b85
commit
355e5053cc
22 changed files with 1123 additions and 31 deletions
84
hornpipes/rakes_of_mallow/drums.ly
Normal file
84
hornpipes/rakes_of_mallow/drums.ly
Normal file
|
@ -0,0 +1,84 @@
|
|||
\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
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
\bar "||"
|
||||
\break
|
||||
\part
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
\bar "|."
|
||||
}%End of Format
|
||||
\new DrumVoice = "side" {
|
||||
\snareA
|
||||
\tutti { \removeWithTag #'tutti \snareA s8 }
|
||||
|
||||
\snareB
|
||||
\tutti { \removeWithTag #'tutti \snareB s8 }
|
||||
}%End of side
|
||||
>>
|
||||
}
|
||||
\new PipeBandDrumStaff = "tenor" \with {
|
||||
instrumentName = \markup{ \instrumentTenor }
|
||||
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
} {
|
||||
\tenorglobal
|
||||
|
||||
\repeat unfold 2 {
|
||||
s8 \tenorAA
|
||||
\tenorAB
|
||||
}
|
||||
|
||||
}
|
||||
%{ \new PipeBandDrumStaff = "bass" \with {
|
||||
instrumentName = \markup{ \instrumentBass }
|
||||
shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
} {
|
||||
\bassglobal
|
||||
|
||||
}
|
||||
%}
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
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 }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
30
hornpipes/rakes_of_mallow/notes.tenor.ily
Normal file
30
hornpipes/rakes_of_mallow/notes.tenor.ily
Normal file
|
@ -0,0 +1,30 @@
|
|||
% 2/4 Rakes of Mallow
|
||||
% Tenor
|
||||
\version "2.18.2"
|
||||
composerTenor = "N. Kuijkhoven, 2018"
|
||||
arrangerTenor = ""
|
||||
tenorglobal = {}
|
||||
|
||||
% Special Character
|
||||
click = \andrewStop
|
||||
|
||||
% Music
|
||||
tenorAA = \drummode {
|
||||
d4 g4 d8 g d4 |
|
||||
d4 g4 d8 g d4 |
|
||||
d4 g4 d8 g d4 |
|
||||
d4 g4 d8 g\click d4\click |
|
||||
}
|
||||
|
||||
tenorAB = \drummode {
|
||||
\flourish {
|
||||
d4 d4
|
||||
g g
|
||||
d d
|
||||
g g
|
||||
d d
|
||||
g g
|
||||
d g
|
||||
}
|
||||
d \up g \up
|
||||
}
|
34
hornpipes/rakes_of_mallow/tenor.ly
Normal file
34
hornpipes/rakes_of_mallow/tenor.ly
Normal file
|
@ -0,0 +1,34 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\tenorglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
\break
|
||||
\line
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "tenor" {
|
||||
\tenorAA
|
||||
\tenorAB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentTenor
|
||||
composer = \composerTenor
|
||||
arranger = \arrangerTenor
|
||||
}
|
||||
}
|
|
@ -3,8 +3,8 @@
|
|||
global = {
|
||||
\time 2/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
confTempo = {
|
||||
\tempo 4 = 70
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace {s1} s8 }
|
||||
|
|
|
@ -7,37 +7,60 @@ pipeglobal = {
|
|||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
e8 |
|
||||
\grg a16. [ \grd a32 \gre a16. \grd b32 ] \grg a16. [ b32 \grg c16. d32 ] |
|
||||
\grg e16. [ f32 \grg e16. c32 ] \thrwd d8 [ \grg c16. d32 ] |
|
||||
\grg e16. [ a32 \gbirl a8 ] \grg a16. [ b32 \grg c32 \grd a16. ] |
|
||||
\grg b16. [ \grd G32 \gre G16. a32 ] \dblb b8 [ e8 ] |
|
||||
|
||||
\grg a16. [ \grd a32 \gre a16. \grd b32 ] \grg a16. [ b32 \grg c16. d32 ] |
|
||||
\grg e16. [ f32 \grg e16. c32 ] \thrwd d8 [ \grg c16. d32 ] |
|
||||
\grg e16. [ A32 \grg A16. g32 ] A16. [ f32 \dble e16. d32 ] |
|
||||
\dblc c8 [ \gre a8 ] \wbirl a8
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
\grg e16. [ f32 ] |
|
||||
\dblg g8 [ \slurf g16. A32 ] g16. [ f32 \grg e16. f32 ] |
|
||||
\grA g16. [ f32 \grg e16. c32 ] \thrwd d8 [ \grg c16. d32 ] |
|
||||
pipesMid = {
|
||||
\grg c16. d32 |
|
||||
\grg e16. [ a32 \gbirl a8 ] \grg a16. [ b32 \grg c32 \grd a16. ] |
|
||||
\grg b16. [ \grd G32 \gre G16. a32 ] \dblb b8
|
||||
}
|
||||
pipesBBA = {
|
||||
e16. f32 |
|
||||
\dblg g8 [ \slurf g16. A32 ] g16. [ f32 \grg e16. f32 ] |
|
||||
\grA g16. [ f32 \grg e16. c32 ] \thrwd d8 [ \grg c16. d32 ] |
|
||||
pipesEnd = {
|
||||
\grg c16. d32 |
|
||||
\grg e16. [ A32 \grg A16. g32 ] A16. [ f32 \dble e16. d32 ] |
|
||||
\dblc c8 [ \gre a8 ] \wbirl a8
|
||||
}
|
||||
pipesBBB = {
|
||||
pipesPartA = {
|
||||
e8 |
|
||||
\grg a16. [ \grd a32 \gre a16. \grd b32 ] \grg a16. [ b32 \grg c16. d32 ] |
|
||||
\grg e16. [ f32 \grg e16. c32 ] \thrwd d8 [ \grg c16. d32 ] |
|
||||
\grg e16. [ A32 \grg A16. g32 ] A16. [ f32 \dble e16. d32 ] |
|
||||
\dblc c8 [ \gre a8 ] \wbirl a8
|
||||
\grg e16. [ f32 \grg e16. c32 ] \thrwd d8
|
||||
}
|
||||
pipesPartB = {
|
||||
\grg e16. [ f32 ] |
|
||||
\dblg g8 [ \slurf g16. A32 ] g16. [ f32 \grg e16. f32 ] |
|
||||
\grA g16. [ f32 \grg e16. c32 ] \thrwd d8
|
||||
}
|
||||
pipesPartC = {
|
||||
\grg e16. f32 |
|
||||
\dblg g16. f32 e16. f32 g8 A16. g32 |
|
||||
\grA f16. d32 f16. e32 \thrwd d8
|
||||
}
|
||||
|
||||
pipesAA = {
|
||||
\pipesPartA
|
||||
\pipesMid
|
||||
}
|
||||
pipesAB = {
|
||||
\pipesPartA
|
||||
\pipesEnd
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
\pipesPartB
|
||||
\pipesMid
|
||||
}
|
||||
pipesBBA = {
|
||||
\pipesPartB
|
||||
\pipesEnd
|
||||
}
|
||||
pipesBBB = {
|
||||
\pipesAB
|
||||
}
|
||||
pipesCA = {
|
||||
\pipesPartC
|
||||
\pipesMid
|
||||
}
|
||||
pipesCBA = {
|
||||
\pipesPartC
|
||||
\pipesEnd
|
||||
}
|
||||
pipesCBB = {
|
||||
\pipesBBB
|
||||
}
|
|
@ -11,7 +11,8 @@
|
|||
\pipeglobal
|
||||
\repeat volta 2 {
|
||||
\partial 8
|
||||
\pipesA
|
||||
\pipesAA
|
||||
\pipesAB
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
|
@ -22,7 +23,16 @@
|
|||
{\partial 8 \pipesBBB }
|
||||
}
|
||||
\bar "|."
|
||||
}%Forma }
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\partial 8
|
||||
\pipesCA
|
||||
} \alternative {
|
||||
{\partial 8 \pipesCBA }
|
||||
{\partial 8 \pipesCBB }
|
||||
}
|
||||
\bar "|."
|
||||
}%Format
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
|
@ -36,11 +46,14 @@
|
|||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\pipesA
|
||||
\pipesA
|
||||
\pipesAA \pipesAB
|
||||
\pipesAA \pipesAB
|
||||
|
||||
\pipesBA \pipesBBA
|
||||
\pipesBA \pipesBBB
|
||||
|
||||
\pipesCA \pipesCBA
|
||||
\pipesCA \pipesCBB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue