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 = 80
}
%% Format
part = { \partial 8 \grace{s32} s8 }
measure = { \grace {s1} s2. | }
halfline = { \repeat unfold 4 \measure }
line = { \repeat unfold 2 { \halfline } }
%% Headers
title = "Lillibullero"
meter = "March"

View file

@ -0,0 +1,40 @@
% 6/8 Lillibullero
% Pipes
\version "2.18.2"
composerPipes = ""
arrangerPipes = ""
pipeglobal = {
\key a \mixolydian
}
% Music
pipesAA = {
\repeat unfold 2 {
\grg a8. b16 a8 \grg c4 \grG c8 |
\grg b8. c16 b8 \thrwd d4. |
\grg c8 e8 a8 \grg d4 c8 |
\grg b8. a16 G8 \grg a4. |
}
}
pipesABAA = {
A4 g8 \dblA A4 e8 |
\grg e8. f16 g8 \grA f4 e8 |
\grg e8 f g A8 g f |
\grg e8 d8 c \grg b4
e8 |
}
pipesABABA = {
\grg f8 e d \grg c8 d e |
\grg f8 e d \grg c8 d e |
\grg f16 A8. a8 \grg d4 c8 |
\grg b8. a16 G8 \grg a4.
}
pipesABABB = {
\grg f8 e d \grg c8 d e |
\grg e8 d c \grg b8 c d |
\grg e4 a8 \grg d4 c8 |
\grg b8. a16 G8 \grg a4.
}

View file

@ -0,0 +1,32 @@
% 6/8 Lillibullero
% Pipes (Seconds)
\version "2.18.2"
\include "./notes.pipes.ily"
composerPipesSecnd = ""
arrangerPipesSecnd = ""
pipessecndglobal = {
\key a \mixolydian
}
% Music
pipessecndAA = {
\pipesAA
}
pipessecndABAA = {
\pipesABAA
}
pipessecndABABA = {
A8 g f \grg e8 f g |
A8 g f \grg e8 f g |
f16 A8. a8 \grg d4 c8 |
\grg b8. a16 G8 \grg a4.
}
pipessecndABABB = {
f8 e d \grg c8 d e |
\grg e8 d c \grg b8 c d |
\grg e4 a8 \grg d4 c8 |
\grg b8. a16 G8 \grg a4.
}

View file

@ -0,0 +1,140 @@
\version "2.19.0"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\include "./notes.pipes.seconds.ily"
%\include "./notes.pipes.thirds.ily"
\layout {
indent = 8.0
short-indent = 2.0
}
\score {
\new StaffGroup \with {
\override VerticalAxisGroup #'remove-first = ##t
} <<
\new Staff = "pipes" \with {
instrumentName = \markup{ \instrumentPipes }
shortInstrumentName = \markup{ \shortInstrumentPipes }
} {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\line
\break
\halfline
\break
} \alternative {
\halfline
\halfline
}
\bar "|."
}%Format
\new Voice = "pipes" {
\pipesAA
\pipesABAA
\pipesABABA
\pipesABABB
}%Pipes
>>
}
\new Staff = "seconds" \with {
instrumentName = \markup{ \instrumentPipesSecnd }
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
\RemoveEmptyStaves
} {
\global
\pipessecndglobal
\line \halfline
\pipessecndABABA
\pipessecndABABB
}
%{ \new Staff = "thirds" \with {
instrumentName = \markup{ \instrumentPipesThrd }
shortInstrumentName = \markup{ \shortInstrumentPipeTthrd }
} {
\pipesthrdglobal
}
%}
>>
\header {
title = \title
meter = \meter
composer = \markup \large {
\column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \composerPipesthrd ":" }} #} )
}
\column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \instrumentPipesthrd }}#} )
}
}
}
}
\score {
\new StaffGroup <<
\global
\new Staff = "pipes" \with {
midiInstrument = #"bagpipe"
instrumentName = \markup{ \instrumentPipes }
shortInstrumentName = \markup{ \shortInstrumentPipes }
} {
\global
\pipeglobal
%%Tune
\pipesAA
\pipesABAA
\pipesABABA
\pipesAA
\pipesABAA
\pipesABABB
}
\new Staff = "seconds" \with {
midiInstrument = #"bagpipe"
instrumentName = \markup{ \instrumentPipesSecnd }
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
} {
\global
\pipessecndglobal
%% Seconds
\pipessecndAA
\pipessecndABAA
\pipessecndABABA
\pipessecndAA
\pipessecndABAA
\pipessecndABABB
}
%{ \new Staff = "thirds" \with {
midiInstrument = #"bagpipe"
instrumentName = \markup{ \instrumentPipesThrd }
shortInstrumentName = \markup{ \shortInstrumentPipeThrd }
} {
\pipesthrdglobal
%% Thirds
}
%}
>>
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}

View file

@ -0,0 +1,140 @@
\version "2.19.0"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\include "./notes.pipes.seconds.ily"
%\include "./notes.pipes.thirds.ily"
\layout {
indent = 8.0
short-indent = 2.0
}
\score {
\new StaffGroup \with {
\override VerticalAxisGroup #'remove-first = ##t
} <<
\new Staff = "pipes" \with {
instrumentName = \markup{ \instrumentPipes }
shortInstrumentName = \markup{ \shortInstrumentPipes }
} {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\line
\break
\halfline
} \alternative {
\halfline
\halfline
}
\bar "|."
}%Format
\new Voice = "pipes" {
\pipesAA
\pipesABAA
\pipesABABA
\pipesABABB
}%Pipes
>>
}
\new Staff = "seconds" \with {
instrumentName = \markup{ \instrumentPipesSecnd }
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
\RemoveEmptyStaves
} {
\global
\pipessecndglobal
\pipessecndAA
\pipessecndABAA
\pipessecndABABA
\pipessecndABABB
}
%{ \new Staff = "thirds" \with {
instrumentName = \markup{ \instrumentPipesThrd }
shortInstrumentName = \markup{ \shortInstrumentPipeTthrd }
} {
\pipesthrdglobal
}
%}
>>
\header {
title = \title
meter = \meter
composer = \markup \large {
\column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \composerPipesthrd ":" }} #} )
}
\column \right-align {
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \instrumentPipesthrd }}#} )
}
}
}
}
\score {
\new StaffGroup <<
\global
\new Staff = "pipes" \with {
midiInstrument = #"bagpipe"
instrumentName = \markup{ \instrumentPipes }
shortInstrumentName = \markup{ \shortInstrumentPipes }
} {
\global
\pipeglobal
%%Tune
\pipesAA
\pipesABAA
\pipesABABA
\pipesAA
\pipesABAA
\pipesABABB
}
\new Staff = "seconds" \with {
midiInstrument = #"bagpipe"
instrumentName = \markup{ \instrumentPipesSecnd }
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
} {
\global
\pipessecndglobal
%% Seconds
\pipessecndAA
\pipessecndABAA
\pipessecndABABA
\pipessecndAA
\pipessecndABAA
\pipessecndABABB
}
%{ \new Staff = "thirds" \with {
midiInstrument = #"bagpipe"
instrumentName = \markup{ \instrumentPipesThrd }
shortInstrumentName = \markup{ \shortInstrumentPipeThrd }
} {
\pipesthrdglobal
%% Thirds
}
%}
>>
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
}
}

View file

@ -0,0 +1,64 @@
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.ily"
\score {
\new Staff {
\global
\pipeglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\line
\break
\halfline
} \alternative {
\halfline
\halfline
}
\bar "|."
}%Format
\new Voice = "pipes" {
\pipesAA
\pipesABAA
\pipesABABA
\pipesABABB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}
\score {
\new Staff { \global \pipeglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
\pipesAA
\pipesABAA
\pipesABABA
\pipesAA
\pipesABAA
\pipesABABB
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentPipes
composer = \composerPipes
arranger = \arrangerPipes
}
}

View file

@ -0,0 +1,58 @@
\version "2.18.2"
\include "bagpipe.ly"
\include "./config.ily"
\include "./notes.pipes.seconds.ily"
\score {
\new Staff {
\global
\pipessecndglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\line
\break
\halfline
} \alternative {
\halfline
\halfline
}
\bar "|."
}%Format
\new Voice = "seconds" {
\pipessecndAA
\pipessecndABAA
\pipessecndABABA
\pipessecndABABB
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSecnd
composer = \composerPipesSecnd
arranger = \arrangerPipesSecnd
}
}
\score {
\new Staff { \global \pipessecndglobal
\set Staff.midiInstrument = #"bagpipe"
%%Tune
}
\midi { \confTempo }
\header {
title = \title
meter = \meter
instrument = \instrumentSecnd
composer = \composerPipesSecnd
arranger = \arrangerPipesSecnd
}
}