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:
parent
d27ca35b85
commit
355e5053cc
22 changed files with 1123 additions and 31 deletions
18
6-8_marches/lillibulero/config.ily
Normal file
18
6-8_marches/lillibulero/config.ily
Normal 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"
|
40
6-8_marches/lillibulero/notes.pipes.ily
Normal file
40
6-8_marches/lillibulero/notes.pipes.ily
Normal 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.
|
||||
}
|
32
6-8_marches/lillibulero/notes.pipes.seconds.ily
Normal file
32
6-8_marches/lillibulero/notes.pipes.seconds.ily
Normal 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.
|
||||
}
|
140
6-8_marches/lillibulero/pipes.full.c.ly
Normal file
140
6-8_marches/lillibulero/pipes.full.c.ly
Normal 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
|
||||
}
|
||||
}
|
140
6-8_marches/lillibulero/pipes.full.ly
Normal file
140
6-8_marches/lillibulero/pipes.full.ly
Normal 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
|
||||
}
|
||||
}
|
64
6-8_marches/lillibulero/pipes.ly
Normal file
64
6-8_marches/lillibulero/pipes.ly
Normal 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
|
||||
}
|
||||
}
|
58
6-8_marches/lillibulero/pipes.seconds.ly
Normal file
58
6-8_marches/lillibulero/pipes.seconds.ly
Normal 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
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue