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

@ -0,0 +1,18 @@
\version "2.19.0"
%% Globals
global = {
\key a \mixolydian
\time 6/8
}
confTempo = {
\tempo 4. = 90
}
%% Format
part = { \partial 8 \grace{s4.} s8 }
measure = { \grace {s1} s2. | }
halfline = { \repeat unfold 4 \measure }
line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "Pipe Major Donald MacLean of Lewis"
meter = "March"

View file

@ -0,0 +1,66 @@
% 6/8 Pipe Major Donald MacLean of Lewis
% Pipes
\version "2.18.2"
composerPipes = ""
arrangerPipes = ""
pipeglobal = {
\key a \mixolydian
}
% Music
pipesAA = \fixed c'' {
e8 |
\grg a,8. \grd b,16 \gre g,8 \grg a,4. |
\dble e8. d16 g8 \hdble e8. d16 b,8 |
\grg a,8. \grd b,16 \gre a,8 \grg g,4 \grd b,8 |
\thrwd d4 e8 \dble e8. d16 b,8 |
}
pipesAB = \fixed c'' {
\grg a,8. \grd b,16 \gre g,8 \grg a,4. |
\dble e8. d16 g8 \hdble e8. d16 b,8 |
\grg g,8. \grd b,16 g8 \hdble e8. d16 b,8 |
\grg a,4. \wbirl a,4 \tag #'midiRemove { s8 |}
}
pipesBA = \fixed c'' {
\dblg g8 |
\dblA a4 e8 \gra e4 \dblg g8 |
a8. e16 \gra e8 \dble e8. d16 b,8 |
\grg a,8. \grd b,16 \gre a,8 \grg g,4 \grd b,8 |
\thrwd d4 e8 \dble e8. d16 b,8 |
}
pipesBBA = \fixed c'' {
\dblA a4 e8 \gra e4 \dblg g8
a8. e16 \gra e8 \dble e8. d16 b,8
\grg g,8. \grd b,16 g8 \hdble e8. d16 b,8
\grg a,4. \wbirl a,4 \tag #'midiRemove { s8 |}
}
pipesBBB = \pipesAB
pipesCA = \fixed c'' {
e8 |
\grg a,8. e16 \gra e8 \grg d8. e16 \gra e8 |
\grg a,8. e16 \gra e8 \dble e8. d16 b,8 |
\grg a,8. \grd b,16 \gre a,8 \grg g,8. \grd g,16 \gre g,8 |
\grg b,16 d8. e8 \dble e8. d16 b,8 |
}
pipesCB = \fixed c'' {
\grg a,8. e16 \gra e8 \grg d8. e16 \gra e8 |
\grg a,8. e16 \gra e8 \dble e8. d16 b,8 |
\grg g,8. \grd b,16 g8 \hdble e8. d16 b,8 |
\grg a,4. \wbirl a,4 \tag #'midiRemove { s8 |}
}
pipesDA = \fixed c'' {
e8 |
\gbirl a,4 a8 \grg a8. g16 a8 |
g8. e16 \gra e8 \dble e8. d16 b,8 |
\grg a,8. \grd b,16 \gre a,8 \grg g,4 \grd b,8 |
\thrwd d4 e8 \dble e8. d16 b,8 |
}
pipesDBA = \fixed c'' {
\gbirl a,4 a8 \grg a8. g16 a8
g8. e16 \gra e8 \dble e8. d16 b,8
\grg g,8. \grd b,16 g8 \hdble e8. d16 b,8
\grg a,4. \wbirl a,4 \tag #'midiRemove { s8 |}
}
pipesDBB = \pipesAB

View file

@ -0,0 +1,102 @@
\version "2.18.2"
\include "bagpipe-fixed.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\part
\halfline
\break
\halfline
}
\break
\repeat volta 2 {
\part
\halfline
} \alternative {
{ \halfline }
{ \halfline }
}
\bar ".|:-||"
\break
\repeat volta 2 {
\part
\halfline
\break
\halfline
}
\break
\repeat volta 2 {
\part
\halfline
} \alternative {
{ \halfline }
{ \halfline }
}
\bar "|."
}%Format
\new Voice = "pipes" {
\pipesAA
\pipesAB
\pipesBA
\pipesBBA
\pipesAB
\pipesCA
\pipesCB
\pipesDA
\pipesDBA
\pipesAB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\unfoldRepeats \removeWithTag #'midiRemove {
\repeat volta 2 { \partial 8 \pipesAA \pipesAB }
\break
\repeat volta 2 { \partial 8 \pipesBA }
\alternative { \pipesBBA \pipesAB }
\bar "||"
\break
\repeat volta 2 { \partial 8 \pipesCA \pipesCB }
\break
\repeat volta 2 { \partial 8 \pipesDA }
\alternative { \pipesDBA \pipesAB }
\bar "|."
}
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}