1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 20:39:20 +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:
Eric Teunis de Boone 2019-03-29 14:05:51 +01:00
parent d27ca35b85
commit 355e5053cc
22 changed files with 1123 additions and 31 deletions

View file

@ -3,8 +3,8 @@
global = {
\time 2/4
}
confTempo = {
\tempo 4 = 80
confTempo = {
\tempo 4 = 70
}
%% Format
part = { \partial 8 \grace {s1} s8 }

View file

@ -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
}

View file

@ -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 {