mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 08:13:31 +01:00
New Tunes
----------------------------------------------------- Mairi's Wedding Lochanside My Land PM JK Cairns Cabar Feidh (Reel, Hornpipe, Jig, Strathspey) La Baum Rowan Tree Wings Molly Connell
This commit is contained in:
parent
9f6b002762
commit
560b5621b7
82 changed files with 2747 additions and 236 deletions
17
2-4_marches/mairis_wedding/config.ily
Normal file
17
2-4_marches/mairis_wedding/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 2/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
measure = { \grace {s1} s2 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Mairi's Wedding"
|
||||
meter = "Meter"
|
40
2-4_marches/mairis_wedding/notes.pipes.ily
Normal file
40
2-4_marches/mairis_wedding/notes.pipes.ily
Normal file
|
@ -0,0 +1,40 @@
|
|||
% 2/4 Maries Wedding
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\grg G8 [ \grd a8 ] \wbirl a8. [ b16 ] |
|
||||
\thrwd d8. [ e16 ] \dblf f4 |
|
||||
\dble e8 [ d8 ] \dblb b8 [ d8 ] |
|
||||
\dblf f8 [ e8 ] \dblf f8 [ A8 ] |
|
||||
|
||||
\grg G8 [ \grd a8 ] \wbirl a8. [ b16 ] |
|
||||
\thrwd d8. [ e16 ] \dblf f4 |
|
||||
\dble e8 [ d8 ] \dblb b8 [ \gre G8 ] |
|
||||
\grg a4 \wbirl a4
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
\grg f8 [ A8 ] \grg A4 |
|
||||
\grip A8. [ g16 ] \dblf f4 |
|
||||
\dble e8 [ d8 ] \dblb b8 [ d8 ] |
|
||||
\dblf f8 [ e8 ] \dblf f4
|
||||
}
|
||||
|
||||
pipesBBA = {
|
||||
\grg f8 [ A8 ] \grg A4 |
|
||||
\grip A8. [ g16 ] \dblf f4 |
|
||||
\dble e8 [ d8 ] \dblb b8 [ \gre G8 ] |
|
||||
\grg a4 \wbirl a4
|
||||
}
|
||||
|
||||
pipesBBB = {
|
||||
\grg G8 [ \grd a8 ] \wbirl a8. [ b16 ] |
|
||||
\thrwd d8. [ e16 ] \dblf f4 |
|
||||
\dble e8 [ d8 ] \dblb b8 [ \gre G8 ] |
|
||||
\grg a4 \wbirl a4
|
||||
}
|
58
2-4_marches/mairis_wedding/pipes.ly
Normal file
58
2-4_marches/mairis_wedding/pipes.ly
Normal file
|
@ -0,0 +1,58 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
} \alternative {
|
||||
\halfline
|
||||
\halfline
|
||||
}\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
|
||||
\pipesBA
|
||||
\pipesBBA
|
||||
\pipesBBB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
\pipesBA \pipesBBA
|
||||
\pipesBA \pipesBBB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
17
3-4_marches/lochanside/config.ily
Normal file
17
3-4_marches/lochanside/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 3/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Lochanside"
|
||||
meter = "Retreat"
|
42
3-4_marches/lochanside/notes.pipes.ily
Normal file
42
3-4_marches/lochanside/notes.pipes.ily
Normal file
|
@ -0,0 +1,42 @@
|
|||
% 3/4 Lochanside
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "PM J. MacLellan, DCM"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\thrwd d8. [ e16 ] \grg f4 \dblf f8 [ A8 ] |
|
||||
\grf g8 [ \grA e8 ] \dblf f4 \thrwd d4 |
|
||||
A8. [ f16 ] \thrwd d4 \dbld d8. [ e16 ] |
|
||||
\grg f8 [ \birl a8 ] \grg f4 \dble e4 |
|
||||
|
||||
\grg e8. [ d16 ] \dblc c4 \grip c8 [ A8 ] |
|
||||
\grf g8 [ \grA e8 ] \thrwd d4 \gre a4 |
|
||||
\grg e8. [ f16 ] \dblg g4 \grA g8 [ b8 ] |
|
||||
\dblc c8 [ \gre a8 ] \thrwd d4 \dbld d4 |
|
||||
}
|
||||
|
||||
pipesB = {
|
||||
\dbld d8. [ f16 ] \dblA A4 \grg A8. [ g16 ] |
|
||||
\grA f8. [ g16 ] \dblA A4 \hdblf f4 |
|
||||
\thrwd d8 [ \gre a8 ] \grip b4 \dblg g8. [ f16 ] |
|
||||
\grg e8 [ \thrwd d8 ] \grg f4 \dble e4 |
|
||||
|
||||
\grg e8. [ d16 ] \dblc c4 \grip c8 [ A8 ] |
|
||||
\grf g8 [ \grA e8 ] \thrwd d4 \gre a4 |
|
||||
\grg e8. [ f16 ] \dblg g4 \grA g8 [ b8 ] |
|
||||
\dblc c8 [ \gre a8 ] \thrwd d4 \dbld d4 |
|
||||
}
|
||||
pipesC = {
|
||||
\dblc c8. [ b16 ] \grb a4 \wbirl a8 [ \grd c8 ] |
|
||||
\grg e8 [ g8 ] \hdblf f4 \thrwd d4 |
|
||||
\dblc c8. [ b16 ] \grb a4 \wbirl a8 [ \grd c8 ] |
|
||||
\dblA A8. [ g16 ] \hdblf f4 \dble e8 [ a8 ] |
|
||||
|
||||
\thrwd d8. [ f16 ] \dblA A4 \hdblf f8 [ A8 ] |
|
||||
g16. [ f32 ] \grg e16. [ d32 ] \dblc c4 \slurb b4 |
|
||||
\grg e8. [ f16 ] \dblg g4 \grA g8 [ b8 ] |
|
||||
\dblc c8 [ \gre a8 ] \thrwd d4 \dbld d4 |
|
||||
}
|
59
3-4_marches/lochanside/pipes.ly
Normal file
59
3-4_marches/lochanside/pipes.ly
Normal file
|
@ -0,0 +1,59 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
|
||||
\pipesC
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\pipesA
|
||||
\pipesA
|
||||
\pipesB
|
||||
\pipesB
|
||||
\pipesC
|
||||
\pipesC
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
17
3-4_marches/my_land/config.ily
Normal file
17
3-4_marches/my_land/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 3/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "My Land"
|
||||
meter = "Retreat"
|
32
3-4_marches/my_land/notes.pipes.ily
Normal file
32
3-4_marches/my_land/notes.pipes.ily
Normal file
|
@ -0,0 +1,32 @@
|
|||
% 3/4 My Land
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "N. MacLean"
|
||||
arrangerPipes = "Seaforth Highlanders (1936)"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\grg a8. [ c16 ] \dble e4 \gra e4 |
|
||||
\dblA A8 [ c8 ] \dble e4 \gra e4 |
|
||||
\thrwd d8. [ c16 ] \grg b4~ b8 [ f8 ] |
|
||||
\dble e8. [ d16 ] \dblc c2 |
|
||||
|
||||
\grg a8. [ c16 ] \dble e4 \gra e4 |
|
||||
\dblA A8 [ c8 ] \dble e4 \gra e4 |
|
||||
\thrwd d8. [ c16 ] \grg b4 f4 |
|
||||
\dble e4 \birl a2
|
||||
}
|
||||
|
||||
pipesB = {
|
||||
\grg c8 [ \grG a8 ] \dble e4 \gra e4 |
|
||||
\grg f8. [ g16 ] \dblA A4 \grg A4 |
|
||||
\thrwd d8. [ f16 ] \dble e4~ e8 [ c8 ] |
|
||||
\thrwd d8. [ c16 ] \grg b2 |
|
||||
|
||||
\grg a8. [ c16 ] \dble e4 \gra e4 |
|
||||
\dblA A8 [ c8 ] \dble e4 \gra e4 |
|
||||
\thrwd d8. [ c16 ] \grg b4 f4 |
|
||||
\dble e4 \birl a2
|
||||
}
|
52
3-4_marches/my_land/pipes.ly
Normal file
52
3-4_marches/my_land/pipes.ly
Normal file
|
@ -0,0 +1,52 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
\pipesB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
17
3-4_marches/pipe_major_jk_cairns/config.ily
Normal file
17
3-4_marches/pipe_major_jk_cairns/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 3/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Pipe Major J. K. Cairns"
|
||||
meter = "Retreat"
|
49
3-4_marches/pipe_major_jk_cairns/notes.pipes.ily
Normal file
49
3-4_marches/pipe_major_jk_cairns/notes.pipes.ily
Normal file
|
@ -0,0 +1,49 @@
|
|||
% 3/4 Pipe Major J. K. Cairns
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = " PM A. M. Cairns, MMM, CD"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesAA = {
|
||||
\grg a8. [ b16 ] \grip c4~ c8 [ e8 ] |
|
||||
\grg \tuplet 3/2 { d8 c8 b8 } \grG a2 |
|
||||
\thrwd d8. [ e16 ] \grg f4~ f8 [ A8 ] |
|
||||
\thrwd d8 [ f8 ] \dblf f8 [ e8~ ] e4 |
|
||||
}
|
||||
pipesABA = {
|
||||
\grg c8. [ d16 ] \dble e4~ e8 [ f8 ] |
|
||||
\dble e8 [ c8 ] \dblb b8 [ \gre a8 ] a4 |
|
||||
\grg b8 [ c8 ] \dble e8 [ f8 ] A8. [ f16 ] |
|
||||
\dble e8 [ a8 ] \dble c8 [ \gre b8~ ] b4
|
||||
}
|
||||
pipesABB = {
|
||||
\grg c8 [ e8 ] \dblA A4~ A8 [ g8 ] |
|
||||
A8. [ f16 ] \dble e8 [ a8 ] a4 |
|
||||
\grg \tuplet 3/2 { f8 e8 d8 } \dblc c4~ c8 [ e8 ] |
|
||||
\grg \tuplet 3/2 { d8 c8 b8 } \grG a2
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
\grg e8. [ f16 ] \dble e4~ e8 [ c8 ] |
|
||||
\grg a8 [ c8 ] \dblf f8 [ e8 ] e4 |
|
||||
A8. [ g16 ] \dblA A4 A8 [ f8 ] |
|
||||
\thrwd d8 [ f8 ] \dblf f8 [ e8~ ] e4 |
|
||||
|
||||
\grg c8. [ d16 ] \dble e4~ e8 [ f8 ] |
|
||||
\dble e8 [ c8 ] \dblb b8 [ \gre a8 ] a4 |
|
||||
\grg b8 [ c8 ] \dble e8 [ f8 ] A8. [ f16 ] |
|
||||
\dble e8 [ a8 ] \dble c8 [ \gre b8 ] b4 |
|
||||
}
|
||||
pipesBB = {
|
||||
\grg a8. [ b16 ] \grip c4~ c8 [ e8 ] |
|
||||
\grg \tuplet 3/2 { d8 c8 b8 } \grG a2 |
|
||||
\thrwd d8. [ e16 ] \grg f4~ f8 [ A8 ] |
|
||||
\thrwd d8 [ f8 ] \dblf f8 [ e8~ ] e4 |
|
||||
|
||||
\grg c8 [ e8 ] \dblA A4~ A8 [ g8 ] |
|
||||
A8. [ f16 ] \dble e8 [ a8~ ] a4 |
|
||||
\grg \tuplet 3/2 { f8 e8 d8 } \dblc c4~ c8 [ e8 ] |
|
||||
\grg \tuplet 3/2 { d8 c8 b8 } \grG a2
|
||||
}
|
61
3-4_marches/pipe_major_jk_cairns/pipes.ly
Normal file
61
3-4_marches/pipe_major_jk_cairns/pipes.ly
Normal file
|
@ -0,0 +1,61 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
} \alternative {
|
||||
\halfline
|
||||
\halfline
|
||||
}\bar "|."
|
||||
|
||||
\break
|
||||
\line \bar "||"
|
||||
\break
|
||||
\line \bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesAA
|
||||
\pipesABA
|
||||
\pipesABB
|
||||
|
||||
\pipesBA
|
||||
\pipesBB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\pipesAA
|
||||
\pipesABA
|
||||
\pipesAA
|
||||
\pipesABB
|
||||
|
||||
\pipesBA
|
||||
\pipesBB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
|
@ -13,5 +13,5 @@ halfline = { \repeat unfold 4 \measure }
|
|||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Cabar Feidh"
|
||||
title = "Cabar Fèidh"
|
||||
meter = "March"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
% 4/4 Cabar Feidh (Agira Version)
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipesAgira = ""
|
||||
composerPipesAgira = "Cpl 'Dewey' Uren"
|
||||
titleAgira = "Cabar Feidh (Agira Version)"
|
||||
meterAgira = "March"
|
||||
instrumentPipesAgira = "Pipes"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
}
|
||||
% Music
|
||||
pipesAgiraA = {
|
||||
e8 |
|
||||
|
|
|
@ -1,90 +0,0 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
\include "notes.pipes.agira.ily"
|
||||
\include "notes.pipes.charge.ily"
|
||||
\include "notes.pipes.strathspey.ily"
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new Staff = "pipes" {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set Staff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat unfold 4 {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
\break
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s8
|
||||
|
||||
\pipesB s8
|
||||
|
||||
\pipesC s8
|
||||
|
||||
\pipesD s8
|
||||
}
|
||||
>>
|
||||
}
|
||||
\new Staff = "agira" {
|
||||
\pipeglobal
|
||||
\set Staff.instrumentName = \markup{ "Agira" }
|
||||
\set Staff.shortInstrumentName = \markup{ "A."}
|
||||
|
||||
\pipesAgiraA s8
|
||||
|
||||
\pipesAgiraB s8
|
||||
|
||||
\pipesAgiraC s8
|
||||
|
||||
\pipesAgiraD s8
|
||||
}
|
||||
\new Staff = "strath" {
|
||||
\pipeglobal
|
||||
\set Staff.instrumentName = \markup{ "Strathspey" }
|
||||
\set Staff.shortInstrumentName = \markup{ "S."}
|
||||
|
||||
s16 \pipesStrathspeyA s16
|
||||
|
||||
s16 \pipesStrathspeyB s16
|
||||
|
||||
s16 \pipesStrathspeyC s16
|
||||
|
||||
s16 \pipesStrathspeyD s16
|
||||
}
|
||||
\new Staff = "charge" {
|
||||
\pipeglobal
|
||||
\set Staff.instrumentName = \markup{ "Charge" }
|
||||
\set Staff.shortInstrumentName = \markup{ "C."}
|
||||
|
||||
\pipesChargeA s8
|
||||
|
||||
\pipesChargeB s8
|
||||
}
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
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 }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,57 +0,0 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.strathspey.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat unfold 4 {
|
||||
\repeat volta 2 {
|
||||
\partial 16 s16
|
||||
\line
|
||||
}
|
||||
\break
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesStrathspeyA s16
|
||||
|
||||
\pipesStrathspeyB s16
|
||||
|
||||
\pipesStrathspeyC s16
|
||||
|
||||
\pipesStrathspeyD s16
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \titleStrathspey
|
||||
meter = \meterStrathspey
|
||||
instrument = \instrumentPipesStrathspey
|
||||
composer = \composerPipesStrathspey
|
||||
arranger = \arrangerPipesStrathspey
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 16
|
||||
\pipesStrathspeyA
|
||||
\pipesStrathspeyB
|
||||
\pipesStrathspeyC
|
||||
\pipesStrathspeyD
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \titleStrathspey
|
||||
meter = \meterStrathspey
|
||||
instrument = \instrumentPipesStrathspey
|
||||
composer = \composerPipesStrathspey
|
||||
}
|
||||
}
|
17
4-4_marches/la_baum/config.ily
Normal file
17
4-4_marches/la_baum/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "La Baum"
|
||||
meter = "March"
|
26
4-4_marches/la_baum/notes.pipes.ily
Normal file
26
4-4_marches/la_baum/notes.pipes.ily
Normal file
|
@ -0,0 +1,26 @@
|
|||
% 4/4 La Baum
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = "J. Roberts"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
a16 [ b16 ] |
|
||||
\grip c4 \gre a4 \thrwd d4~ d8 [ \grg c16 b16 ] |
|
||||
\grg c8 [ \grG a8~ ] a4~ a4~ a8 [ \grg c16 d16 ] |
|
||||
\grg e4 \birl a4 \grg e16 [ f8.~ ] f8 [ e8 ] |
|
||||
\grg b4~ b4~ b4~ b8 [ \grg a16 b16 ] |
|
||||
|
||||
\grip c4~ c8 [ \grg b16 a16 ] \grg b4 \grG b4 |
|
||||
\thrwd d4~ d8 [ \gre c8 ] \grG c4~ c8 [ \grg a16 b16 ] |
|
||||
\grip c4 \gre a4 \grip b4~ b8 [ \grG a8 ] |
|
||||
}
|
||||
pipesAendA = {
|
||||
\birl a4~ a~ a~ a8
|
||||
}
|
||||
pipesAendB = {
|
||||
\grip b4~ b~ b~ b8
|
||||
}
|
22
4-4_marches/la_baum/notes.pipes.seconds.ily
Normal file
22
4-4_marches/la_baum/notes.pipes.seconds.ily
Normal file
|
@ -0,0 +1,22 @@
|
|||
% 4/4 La Baum
|
||||
% Pipes (Seconds)
|
||||
\version "2.18.2"
|
||||
composerPipesSecnd = "PM FJ de Boone"
|
||||
arrangerPipesSecnd = ""
|
||||
pipessecndglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
pipessecndA = {
|
||||
\grg a16 [ b16 ] |
|
||||
A4 e4 \grg f4. e16 [ d16 ] |
|
||||
A8 [ e8 ] \grg e16 [ d16 e8~ ] e4~ e8 [ \gra e8 ] |
|
||||
A4 e4 \grg d4. e16 [ f16 ] |
|
||||
e2 e4. \gra d16 [ e16 ] |
|
||||
|
||||
A2 e2 |
|
||||
\grg f4. e16 [ d16 ] e4. \gra e8 |
|
||||
A4 e16 [ d16 e8 ] f4. e8 |
|
||||
}
|
||||
pipessecndAend = {
|
||||
\gra e4~ 4~ 4~ 8
|
||||
}
|
104
4-4_marches/la_baum/pipes.full.ly
Normal file
104
4-4_marches/la_baum/pipes.full.ly
Normal file
|
@ -0,0 +1,104 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
\include "notes.pipes.seconds.ily"
|
||||
%\include "notes.pipes.thirds.ily"
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new Staff = "pipes" {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set Staff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\halfline
|
||||
\repeat unfold 3 {
|
||||
\measure
|
||||
}
|
||||
} \alternative {
|
||||
\measure
|
||||
\measure
|
||||
}\bar "|."
|
||||
}%Format
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
\pipesAendA s8
|
||||
\pipesAendB s8
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
\new Staff = "seconds" {
|
||||
\pipessecndglobal
|
||||
\set Staff.instrumentName = \markup{ \instrumentSecnd }
|
||||
\set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd}
|
||||
|
||||
\pipessecndA
|
||||
\pipessecndAend s8
|
||||
\pipessecndAend s8
|
||||
}
|
||||
% \new Staff = "thirds" {
|
||||
% \pipesthrdglobal
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes \instrumentThrd }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentThrd }
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\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" {
|
||||
\pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
|
||||
\pipesA
|
||||
\pipesAendA
|
||||
\pipesA
|
||||
\pipesAendB s8
|
||||
}
|
||||
\new Staff = "seconds" {
|
||||
\pipessecndglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%% Seconds
|
||||
\pipessecndA \pipessecndAend
|
||||
\pipessecndA \pipessecndAend
|
||||
|
||||
}
|
||||
% \new Staff = "thirds" {
|
||||
% \pipesthrdglobal
|
||||
% \set Staff.midiInstrument = #"bagpipe"
|
||||
% %% Thirds
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
55
4-4_marches/la_baum/pipes.ly
Normal file
55
4-4_marches/la_baum/pipes.ly
Normal file
|
@ -0,0 +1,55 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\halfline
|
||||
\repeat unfold 3 {
|
||||
\measure
|
||||
}
|
||||
} \alternative {
|
||||
\measure
|
||||
\measure
|
||||
}\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
\pipesAendA s8
|
||||
\pipesAendB s8
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\pipesA
|
||||
\pipesAendA
|
||||
\pipesA
|
||||
\pipesAendB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
46
4-4_marches/la_baum/pipes.seconds.ly
Normal file
46
4-4_marches/la_baum/pipes.seconds.ly
Normal file
|
@ -0,0 +1,46 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.seconds.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipessecndglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "seconds" {
|
||||
\pipessecndA \pipessecndAend
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSecnd
|
||||
composer = \composerPipesSecnd
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipessecndglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\pipessecndA \pipessecndAend
|
||||
\pipessecndA \pipessecndAend
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSecnd
|
||||
composer = \composerPipesSecnd
|
||||
}
|
||||
|
||||
}
|
17
4-4_marches/maple_leaf_forever/config.ily
Normal file
17
4-4_marches/maple_leaf_forever/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "The Maple Leaf Forever"
|
||||
meter = "March"
|
44
4-4_marches/maple_leaf_forever/notes.pipes.ily
Normal file
44
4-4_marches/maple_leaf_forever/notes.pipes.ily
Normal file
|
@ -0,0 +1,44 @@
|
|||
% 4/4 The Maple Leaf Forever
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "Alexander Muir"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
tb = { \pgrace { A32[ b ] } }
|
||||
% Music
|
||||
pipesA = {
|
||||
\grg a4 \wbirl a4 \grg f4. d8 |
|
||||
\dblb b4 d4 \gre a2 |
|
||||
\grg c4. d8 \dble e4 d4 |
|
||||
\dblc c4 b4 \grg a4. G8 |
|
||||
|
||||
\grg a4 \wbirl a4 \thrwd d4. \grd d8 |
|
||||
\grg f4 d4 \dblb b4 \grg c8 [ d8 ] |
|
||||
\dble e4 d4 \dblc c4 \grg b8 [ \grG a8 ] |
|
||||
\grg a2. \wbirl a4 |
|
||||
}
|
||||
|
||||
pipesB = {
|
||||
\dblb b4 \gre a4 \thrwd d4. a8|
|
||||
\grg b4 \thrwd d4 \grg a4. \wbirl a8 |
|
||||
\grg b4 \grip b4 \dblg g4. f8 |
|
||||
\grg f8 e4. \gra e4 a4 |
|
||||
|
||||
\dblA A4 f4 \thrwd d4 c4 |
|
||||
\grg b4 d4 \gre a4. \wbirl a8 |
|
||||
\grg b4 \dblg g4 \tb f4. e8 |
|
||||
\grg e8 d4.~ d4. a8 |
|
||||
}
|
||||
|
||||
pipesC = {
|
||||
\dblb b4 \gre a4 \thrwd d4. a8 |
|
||||
\grg b4 \thrwd d4 \grg a4. \wbirl a8 |
|
||||
\grg a4 \wbirl a4 \dblg g4. f8 |
|
||||
\grg f8 e4. \gra e4 a4 |
|
||||
|
||||
\dblA A4 f4 \thrwd d4 c4 |
|
||||
\grg b4 d4 \gre a4. \wbirl a8 |
|
||||
\grg b4 \dblg g4 \tb f4. e8 |
|
||||
\grg e8 d4.~ d2 |
|
||||
}
|
55
4-4_marches/maple_leaf_forever/pipes.ly
Normal file
55
4-4_marches/maple_leaf_forever/pipes.ly
Normal file
|
@ -0,0 +1,55 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
}
|
||||
|
||||
\break
|
||||
\line
|
||||
|
||||
\break
|
||||
\line
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
|
||||
\pipesC
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\pipesA \pipesA
|
||||
\pipesB \pipesB
|
||||
\pipesC \pipesC
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
|
@ -2,21 +2,16 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
\eighthBeaming
|
||||
}
|
||||
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 4 s4 }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Rowan Tree"
|
||||
meter = "March"
|
||||
|
||||
|
||||
composerSide = ""
|
||||
composerTenor = ""
|
||||
composerBass = ""
|
||||
composerPipes = ""
|
||||
|
|
93
4-4_marches/rowan_tree/full.ly
Normal file
93
4-4_marches/rowan_tree/full.ly
Normal file
|
@ -0,0 +1,93 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "config.ily"
|
||||
%\include "notes.bass.ily"
|
||||
%\include "notes.tenor.ily"
|
||||
\include "notes.side.ily"
|
||||
\include "notes.pipes.ily"
|
||||
%\include "notes.pipes.seconds.ily"
|
||||
%\include "notes.lyrics.ily"
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part \line \bar "|."
|
||||
\part \line \bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesAA \pipesAB s4
|
||||
\pipesBA \pipesAB s4
|
||||
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
% \new Staff = "song" {
|
||||
% \lyricsglobal
|
||||
% \new Voice = "lyrics" {
|
||||
%
|
||||
% }
|
||||
% }
|
||||
% \new Lyrics = "verse1" {
|
||||
% \lyricsglobal
|
||||
% \lyricsto "lyrics" {
|
||||
% \verseA
|
||||
% }
|
||||
% }
|
||||
% \new Staff = "seconds" {
|
||||
% \pipessecndglobal
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentTrd}
|
||||
%
|
||||
%
|
||||
% }
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
\snareA \snareA s4
|
||||
\snareBA \snareA s4
|
||||
}
|
||||
% \new PipeBandDrumStaff = "tenor" {
|
||||
% \tenorglobal
|
||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
%
|
||||
% }
|
||||
% \new PipeBandDrumStaff = "bass" {
|
||||
% \bassglobal
|
||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
composer = \markup \large {
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics ":" } } #} )
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
|
||||
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
|
||||
$(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=? "" composerLyrics)) #{ \markup { \line { "Lyrics" } } #} )
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
||||
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
|
||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
|
||||
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
||||
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
32
4-4_marches/rowan_tree/notes.pipes.ily
Normal file
32
4-4_marches/rowan_tree/notes.pipes.ily
Normal file
|
@ -0,0 +1,32 @@
|
|||
% 4/4 The Rowan Tree
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesAA = {
|
||||
\grg a8. [ b16 ] |
|
||||
\grip c4~ c8 [ \grG c8 ] \grg c4 b4 |
|
||||
\grg c8 [ e8~ ] e4 \gra e4 A4 |
|
||||
\hdblf f4~ f8 [ e8 ] \grg f4 A4 |
|
||||
\hdblf f4~ f8 [ e8 ] \gra e4
|
||||
}
|
||||
|
||||
pipesAB = {
|
||||
\grg a8. [ b16 ] |
|
||||
\grip c4~ c8 [ \grG c8 ] \grg c4 b4 |
|
||||
\grg c8 [ e8~ ] e4 \dblf f4~ f8 [ e8 ] |
|
||||
\dble e8 [ c8~ ] c4 \dblb b4~ b8 [ \grG a8 ] |
|
||||
\grg a2 \wbirl a4
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
e4 |
|
||||
\gra e4 A4 \grg A4~ A8 [ g8 ] |
|
||||
\slurf g4 f4 \dblf f4 A4 |
|
||||
\hdble e4~ e8 [ f8 ] \grg f8 [ e8 ] \grg d8 [ c8 ] |
|
||||
\dblc c2 \gre b4
|
||||
}
|
|
@ -2,22 +2,23 @@
|
|||
% Snare
|
||||
\version "2.18.2"
|
||||
composerSide = ""
|
||||
sideglobal = {}
|
||||
|
||||
%%music
|
||||
snareEnding = \drummode {
|
||||
\flamd d8[ d8]:32( g8[) d8]:32( \tuplet 3/2 { g16) d g } \flamd d16. g32 d16. g32-> d g d \flamd d |
|
||||
d4 d4:32( d4)
|
||||
\flam d8[ d8]:32( g8[) d8]:32( \tuplet 3/2 { g16) d g } \flam d16. g32 d16. g32-> d g d g |
|
||||
\flam d4 d4:32( d4)
|
||||
}
|
||||
snareA = \drummode {
|
||||
r8 d8 |
|
||||
d4:32( d8) g8 d4:32( d8) g8 |
|
||||
\flamd d8 g16. d32-> g16. g32 \flamd d16. g32 \flamd d16. d32:128( d16.) g32-> d32 g d \flamd d g8 |
|
||||
\flam d16 g8 d16-> g16. g32 \flam d16. g32 \flam d16. d32:128( d16.) g32-> d32 g d g \flam d8 |
|
||||
\snareEnding
|
||||
}
|
||||
% Part 2
|
||||
snareBA = \drummode {
|
||||
d8. g16 |
|
||||
d8[:32(-> g8]:32)(-> g8[:32)( d8]:32)(-> g8[:32)( d8]:32)(-> g8[)-> d8]:32( |
|
||||
g8.) g16 d8:32( g8) \flamd d8 d8:32( g8.) g16 |
|
||||
g8.) g16 d8:32( g8) \flam d8 d8:32( g8.) g16 |
|
||||
\snareEnding
|
||||
}
|
||||
}
|
||||
|
|
48
4-4_marches/rowan_tree/pipes.ly
Normal file
48
4-4_marches/rowan_tree/pipes.ly
Normal file
|
@ -0,0 +1,48 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part \line \bar "|."
|
||||
\break
|
||||
\part \line \bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesAA
|
||||
\pipesAB s4
|
||||
|
||||
\pipesBA
|
||||
\pipesAB s4
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 4
|
||||
\pipesAA \pipesAB
|
||||
\pipesBA \pipesAB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
|
@ -6,15 +6,20 @@
|
|||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
{
|
||||
\repeat volta 2 { \part \line \break }
|
||||
\part \line \bar "||"
|
||||
}
|
||||
{
|
||||
\snareA s4
|
||||
\sideglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\part \halfline
|
||||
}
|
||||
\break
|
||||
\part \halfline \bar "||"
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
\snareA s4
|
||||
|
||||
\snareBA
|
||||
\snareBA
|
||||
}
|
||||
>>
|
||||
}
|
||||
|
@ -24,4 +29,4 @@
|
|||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,14 +2,14 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
\eighthBeaming
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 90
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
part = { \partial 4 s4 }
|
||||
measure = { \grace { s4 } s1 | }
|
||||
quartline = { \repeat unfold 2 { \measure } }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
|
|
96
4-4_marches/wings/full.ly
Normal file
96
4-4_marches/wings/full.ly
Normal file
|
@ -0,0 +1,96 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "config.ily"
|
||||
%\include "notes.bass.ily"
|
||||
%\include "notes.tenor.ily"
|
||||
\include "notes.side.ily"
|
||||
\include "notes.pipes.ily"
|
||||
%\include "notes.pipes.seconds.ily"
|
||||
%\include "notes.lyrics.ily"
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part \line \bar "|."
|
||||
\break
|
||||
\part \line \bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesAA \pipesAB s4
|
||||
|
||||
\pipesBA \pipesAB s4
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
% \new Staff = "song" {
|
||||
% \lyricsglobal
|
||||
% \new Voice = "lyrics" {
|
||||
%
|
||||
% }
|
||||
% }
|
||||
% \new Lyrics = "verse1" {
|
||||
% \lyricsglobal
|
||||
% \lyricsto "lyrics" {
|
||||
% \verseA
|
||||
% }
|
||||
% }
|
||||
% \new Staff = "seconds" {
|
||||
% \pipessecndglobal
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentTrd}
|
||||
%
|
||||
%
|
||||
% }
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
r8 \snareAA \snareABA
|
||||
\snareAAI \snareABB s4
|
||||
r8 \snareBA
|
||||
\snareAAI \snareABB s4
|
||||
}
|
||||
% \new PipeBandDrumStaff = "tenor" {
|
||||
% \tenorglobal
|
||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
%
|
||||
% }
|
||||
% \new PipeBandDrumStaff = "bass" {
|
||||
% \bassglobal
|
||||
% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
%
|
||||
% }
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
composer = \markup \large {
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics ":" } } #} )
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
|
||||
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
|
||||
$(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=? "" composerLyrics)) #{ \markup { \line { "Lyrics" } } #} )
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
||||
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
|
||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
|
||||
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
||||
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
30
4-4_marches/wings/notes.pipes.ily
Normal file
30
4-4_marches/wings/notes.pipes.ily
Normal file
|
@ -0,0 +1,30 @@
|
|||
% 4/4 Wings
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesAA = {
|
||||
a8 e8 |
|
||||
\grg a4 \taor a8 [ b8 ] \grip c4~ c8 [ e8 ] |
|
||||
\grg f8. [ e16 ] \grg f8 [ A8 ] e4 \dblc c8 [ e8 ] |
|
||||
\grg f8. [ g16 ] A8 [ f8 ] \dble e16 [ c8. ] \grg b8 [ a8 ] |
|
||||
\grg b8. [ c16 ] \thrwd d8 [ c8 ] \grg b8 [ e8 ] \grg d8 [ b8 ] |
|
||||
}
|
||||
pipesAB = {
|
||||
\grg a4 \taor a8 [ b8 ] \grip c4~ c8 [ e8 ] |
|
||||
\grg f8. [ e16 ] \grg f8 [ A8 ] e4 \dblc c8 [ e8 ] |
|
||||
\grg f8. [ g16 ] A8 [ f8 ] \dble e16 [ c8. ] \grg b8. [ c16 ] |
|
||||
\grg a2 \wbirl a4~
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
a8 [ e8 ] |
|
||||
A4 \grg A4 \grip A8 [ g8 ] \hdblf f8 [ e8 ] |
|
||||
\grg f8. [ e16 ] \grg f8 [ A8 ] \hdblf f8 [ e8 ] \dblc c8 [ e8 ] |
|
||||
\grg f8. [ g16 ] A8 [ f8 ] \dble e16 [ c8. ] \grg b8 [ a8 ] |
|
||||
\grg b8. [ c16 ] \thrwd d8. [ c16 ] \grg b8 [ e8 ] \grg d8 [ b8 ] |
|
||||
}
|
|
@ -1,21 +1,29 @@
|
|||
% 4/4 Wings
|
||||
% Snare
|
||||
\version "2.18.2"
|
||||
composerSide = "K. Westerkamp, 2003"
|
||||
composerSide = ""
|
||||
sideglobal = {
|
||||
\eighthBeaming
|
||||
}
|
||||
|
||||
%%music
|
||||
snareAAI = \drummode {
|
||||
g8.) \parenthesize d16 d8:32( g8) r8 d32-> \< g d g d-> g d g d8-> \! |
|
||||
\flamd d16 \f g8 d16-> g16. g32 \flamd d8 d4:32( \< d8) \! d16. g32 |
|
||||
}
|
||||
|
||||
|
||||
snareAA = \drummode {
|
||||
d8:32( \mf |
|
||||
g8.) \parenthesize d16 d8:32( g8) r8 d32-> \< g d g d-> g d g d8-> \! |
|
||||
\flamd d8 \f g16. d32-> g16. g32 \flamd d8 d4:32( \< d8) \! d16. g32 |
|
||||
\snareAAI
|
||||
}
|
||||
snareABA = \drummode {
|
||||
d4:32( \< d8) \! \flamg g8 d16 \flamg g8 g16 \flamd d8 d8:32( |
|
||||
\tuplet 3/2 { g16) d g } \flamd d8 d16.[ g32 \dragd d8] d32 g d g d8 d4:32(
|
||||
\tuplet 3/2 { g16) d g } \flamd d8 d16.[ g32 \dragd d8] d32 g d g d8 \afterGrace d4:32( {s8)}
|
||||
}
|
||||
snareABB = \drummode {
|
||||
d4:32)( \< d8) \! \flamg g8 d32 g d g d8 d16.[ g32 \dragd d8] |
|
||||
d32 g d g d8 d4:32( d4) r8
|
||||
d32 g d g d8 d4:32( d4)
|
||||
}
|
||||
% Part 2
|
||||
snareBA = \drummode {
|
||||
|
@ -24,5 +32,5 @@ snareBA = \drummode {
|
|||
d8.)-> \! g16 d8:32( g16.) g32 d8:32( g16.) g32 \tuplet 3/2 { d16 g d-> } \tuplet 3/2 { g d g } |
|
||||
|
||||
\flamd d8 d16. g32-> d16. d32 \flamg g8 \flamd d4 \tuplet 3/2 { d16 \p g d } \flamg g8 |
|
||||
\flamd d4 r4 d8[:32(-> \< g8]:32)(-> d8[:32)(-> g8]:32)(-> | s256) \!
|
||||
}
|
||||
\flamd d4 r4 d8[:32(-> \< g8]:32)(-> d8[:32)(-> \afterGrace g8]:32)(-> {s8)\!}
|
||||
}
|
||||
|
|
46
4-4_marches/wings/pipes.ly
Normal file
46
4-4_marches/wings/pipes.ly
Normal file
|
@ -0,0 +1,46 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\part \line \bar "|."
|
||||
\break
|
||||
\part \line \bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesAA \pipesAB s4
|
||||
|
||||
\pipesBA \pipesAB s4
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\pipesAA \pipesAB
|
||||
|
||||
\pipesBA \pipesAB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
38
4-4_marches/wings/side.bak
Normal file
38
4-4_marches/wings/side.bak
Normal file
|
@ -0,0 +1,38 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
{
|
||||
\partial 8 s8
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
}
|
||||
\alternative {
|
||||
{ \halfline }
|
||||
{ \measure | s2^"Fine" s4 s8 \bar "|."}
|
||||
}
|
||||
\partial 8 s8
|
||||
\halfline
|
||||
\measure
|
||||
s1^"D.C. al Fine" \bar "||"
|
||||
}
|
||||
{
|
||||
\snareAA
|
||||
\snareABA
|
||||
\snareABB
|
||||
\snareBA
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
}
|
||||
}
|
|
@ -6,26 +6,27 @@
|
|||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
<<
|
||||
{
|
||||
\sideglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\partial 8 s8
|
||||
\repeat volta 2 {
|
||||
\halfline
|
||||
}
|
||||
\alternative {
|
||||
{ \halfline }
|
||||
{ \measure | s2^"Fine" s4 s8 \bar "|."}
|
||||
}
|
||||
\quartline
|
||||
} \alternative {
|
||||
\quartline
|
||||
\quartline
|
||||
}\bar "|."
|
||||
\break
|
||||
|
||||
\partial 8 s8
|
||||
\halfline
|
||||
\measure
|
||||
s1^"D.C. al Fine" \bar "||"
|
||||
}
|
||||
{
|
||||
\line \bar "||"
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
\snareAA
|
||||
\snareABA
|
||||
\snareABA s4
|
||||
\snareABB
|
||||
\snareBA
|
||||
\snareBA
|
||||
}
|
||||
>>
|
||||
}
|
||||
|
|
17
6-8_marches/farewell_to_the_creeks/config.ily
Normal file
17
6-8_marches/farewell_to_the_creeks/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 6/8
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4. = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Farewell to the Creeks"
|
||||
meter = "March"
|
60
6-8_marches/farewell_to_the_creeks/notes.pipes.ily
Normal file
60
6-8_marches/farewell_to_the_creeks/notes.pipes.ily
Normal file
|
@ -0,0 +1,60 @@
|
|||
% 6/8 Farewell to the Creeks
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "PM J. Robertson"
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
A8 |
|
||||
\hdble e4 c8 \grg c8. [ b16 \grd c8 ] |
|
||||
\thrwd d8. [ e16 f8 ] \dble e4 d8 |
|
||||
\grg c4 \grip e8 \grg a8. [ \grd c16 e8 ] |
|
||||
\dble e8. [ d16 c8 ] \dblb b4 A8 |
|
||||
|
||||
\hdble e4 c8 \grg c8. [ b16 \grd c8 ] |
|
||||
\thrwd d8. [ e16 f8 ] \dble e4 d8 |
|
||||
\grg c4 \grip e8 \dble e8. [ d16 c8 ] |
|
||||
\dblb b4. \grG a4
|
||||
}
|
||||
|
||||
pipesB = {
|
||||
f8 |
|
||||
\dble e8. [ c16 e8 ] \grg f16 [ A8. g8 ] |
|
||||
\hdblf f8. [ d16 f8 ] \grg e8. [ c16 \grd a8 ] |
|
||||
\grg c4 \taor c8 \grg c16 [ e8. c8 ] |
|
||||
\grg d8. [ c16 d8 ] \dblb b4 f8 |
|
||||
|
||||
\dble e8. [ c16 e8 ] \grg f16 [ A8. g8 ] |
|
||||
\hdblf f8. [ d16 f8 ] \grg e8. [ c16 \grd a8 ] |
|
||||
\grg c4 \grip e8 \dble e8. [ d16 c8 ] |
|
||||
\dblb b4. \grG a4
|
||||
}
|
||||
|
||||
pipesC = {
|
||||
A8 |
|
||||
\hdblc c4. \thrwd d4 f8 |
|
||||
\grg c16 [ e8. c8 ] \grg c8. [ b16 \grd a8 ] |
|
||||
\thrwd d4 f8 \dblc c4 e8 |
|
||||
\dble e8. [ d16 c8 ] \dblb b4 A8 |
|
||||
|
||||
\hdblc c4. \thrwd d4 f8 |
|
||||
\grg c16 [ e8. c8 ] \grg c8. [ b16 \grd a8 ] |
|
||||
\grg c4 \grip e8 \dble e8. [ d16 c8 ] |
|
||||
\dblb b4. \grG a4
|
||||
}
|
||||
|
||||
pipesD = {
|
||||
e8 |
|
||||
\dblA A4 e8 \grg f4 A8 |
|
||||
\dble e8 [ e8. f16 ] \grg e8. [ c16 \grd a8 ] |
|
||||
\thrwd d4 f8 \dblc c4 e8 |
|
||||
\dble e8. [ d16 c8 ] \dblb b4 e8 |
|
||||
|
||||
\dblA A4 e8 \grg f4 A8 |
|
||||
\dble e8 [ e8. f16 ] \grg e8. [ c16 \grd a8 ] |
|
||||
\grg c4 \grip e8 \dble e8. [ d16 c8 ] |
|
||||
\dblb b4. \grG a4
|
||||
}
|
63
6-8_marches/farewell_to_the_creeks/pipes.ly
Normal file
63
6-8_marches/farewell_to_the_creeks/pipes.ly
Normal file
|
@ -0,0 +1,63 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat unfold 4 {
|
||||
\repeat volta 2 {
|
||||
\part \line
|
||||
}
|
||||
\break
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s8
|
||||
|
||||
\pipesB s8
|
||||
|
||||
\pipesC s8
|
||||
|
||||
\pipesD s8
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
|
||||
\pipesB
|
||||
\pipesB
|
||||
|
||||
\pipesC
|
||||
\pipesC
|
||||
|
||||
\pipesD
|
||||
\pipesD
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
17
6-8_marches/glendaruel_highlanders/config.ily
Normal file
17
6-8_marches/glendaruel_highlanders/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 6/8
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4. = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "the Glendaruel Highlanders"
|
||||
meter = "March"
|
78
6-8_marches/glendaruel_highlanders/notes.pipes.ily
Normal file
78
6-8_marches/glendaruel_highlanders/notes.pipes.ily
Normal file
|
@ -0,0 +1,78 @@
|
|||
% 6/8 Glendaruel Highlendars
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "PM A. Fettes"
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
e8 |
|
||||
\grg a4 \taor a8 \grg a8. [ b16 \grip c8 ] |
|
||||
\dble e4 \grip e8 \dblf f4 \grg e8 |
|
||||
\dblc c8. [ \grg b16 \grd a8 ] \grg f16 [ A8. f8 ] |
|
||||
\dble e4. \gra e8. [ \grg f16 A8 ] |
|
||||
|
||||
a4 \taor a8 \grg a8. [ b16 \grip c8 ] |
|
||||
\dble e4 \grip e8 \dblf f4 \grg e8 |
|
||||
\grg f16 [ A8. c8 ] \dble e8. [ d16 b8 ] |
|
||||
\grg a4. \wbirl a4
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
\dble e16 [ d16 ] |
|
||||
\dblc c4 \gre a8 \grg c16 [ e8. b8 ] |
|
||||
\dblc c4 \gre a8 \wbirl a8. [ \grg c16 e8 ] |
|
||||
\grg f4 \birl a8 \grg f16 [ A8. f8 ] |
|
||||
\dble e4. \gra e8. [ \grg f16 ]
|
||||
}
|
||||
pipesBBA = {
|
||||
A8 |
|
||||
\hdblc c4 \gre a8 \grg c16 [ e8. b8 ] |
|
||||
\dblc c4 \gre a8 \wbirl a8. [ \grg c16 e8 ] |
|
||||
\grg f8. [ e16 \grg c8 ] \dble e8. [ d16 b8 ] |
|
||||
\grg a4. \wbirl a4
|
||||
}
|
||||
pipesBBB = {
|
||||
\dblg g8 |
|
||||
A8. [ c16 \grG c8 ] \grg c8. [ f16 e8 ] |
|
||||
\grg f8. [ b16 \grG b8 ] \grg b8. [ f16 e8 ] |
|
||||
\grg f16 [ A8. c8 ] \dble e8. [ d16 b8 ] |
|
||||
\grg a4. \wbirl a4
|
||||
}
|
||||
|
||||
pipesC = {
|
||||
b8 |
|
||||
\grip c4. \dble e8. [ c16 b8 ] |
|
||||
\grg a8. [ b16 \grip c8 ] \dble e4 \grg c8 |
|
||||
\grip f4. A8. [ g16 f8 ] |
|
||||
\dble e4. \gra e8. [ \grg f16 A8 ] |
|
||||
|
||||
\grip c4. \dble e8. [ c16 b8 ] |
|
||||
\grg a8. [ b16 \grip c8 ] \dble e4 \dblg g8 |
|
||||
\grA f16 [ A8. c8 ] \dble e8. [ d16 b8 ] |
|
||||
\grg a4. \wbirl a4
|
||||
}
|
||||
|
||||
pipesDA = {
|
||||
\dblg g8 |
|
||||
\dblA A4. \hdblf f8. [ e16 c8 ] |
|
||||
\grg a8. [ b16 \grip c8 ] \dble e4 \grg c8 |
|
||||
\grip f4. \dble e8. [ d16 c8 ] |
|
||||
\grg b4. \taor b4
|
||||
}
|
||||
pipesDBA = {
|
||||
\dblg g8 |
|
||||
\dblA A4. \hdblf f8. [ e16 \grg c8 ] |
|
||||
\grg a8. [ b16 \grip c8 ] \dble e4 \dblg g8 |
|
||||
\grA f16 [ A8. c8 ] \dble e8. [ d16 b8 ] |
|
||||
\grg a4. \wbirl a4
|
||||
}
|
||||
pipesDBB = {
|
||||
\dble e16 [ d16 ] |
|
||||
\grg c16 [ e8. c8 ] \dbld d8. [ c16 b8 ] |
|
||||
\grg a8. [ b16 \grip c8 ] \dble e4 \dblg g8 |
|
||||
\grA f16 [ A8. c8 ] \dble e8. [ d16 b8 ] |
|
||||
\grg a4. \wbirl a4
|
||||
}
|
81
6-8_marches/glendaruel_highlanders/pipes.ly
Normal file
81
6-8_marches/glendaruel_highlanders/pipes.ly
Normal file
|
@ -0,0 +1,81 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat unfold 2 {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\repeat unfold 3 {
|
||||
\measure
|
||||
}
|
||||
\grace{s1} s4. s4
|
||||
} \alternative {
|
||||
{\grace{s1} s8 \halfline}
|
||||
{\grace{s1} s8 \halfline}
|
||||
}
|
||||
\bar "|."
|
||||
\break
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s8
|
||||
|
||||
\pipesBA
|
||||
\pipesBBA s8
|
||||
\pipesBBB s8
|
||||
|
||||
\pipesC s8
|
||||
|
||||
\pipesDA
|
||||
\pipesDBA s8
|
||||
\pipesDBB s8
|
||||
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
\pipesBA \pipesBBA
|
||||
\pipesBA \pipesBBB
|
||||
|
||||
\pipesC
|
||||
\pipesC
|
||||
|
||||
\pipesDA \pipesDBA
|
||||
\pipesDA \pipesDBB
|
||||
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
17
hornpipes/cabar_feidh/config.ily
Normal file
17
hornpipes/cabar_feidh/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 2/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 16 \grace{s1} s16}
|
||||
measure = { \grace {s1} s2 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Cabar Fèidh"
|
||||
meter = "Hornpipe"
|
60
hornpipes/cabar_feidh/notes.pipes.ily
Normal file
60
hornpipes/cabar_feidh/notes.pipes.ily
Normal file
|
@ -0,0 +1,60 @@
|
|||
% 4/4 Cabar Feidh
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = "Paul Ward"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
e16 |
|
||||
\dblg g8 [ A16 e16 ] \dblg g8 [ \grA d16 e16 ] |
|
||||
\dblg g8 [ \grA d16 c16 ] \grg b16 [ \grd G16 G16 ] \grd b16 ] |
|
||||
\grg a16 [ b16 \grg c16 \grd a16 ] \dblA A8 [ e16 f16 ] |
|
||||
\dblA A8 [ e16 d16 ] \grg c16 [ \grd a16 a16 \grd b16 ] |
|
||||
|
||||
\grA g16 [ A16 g16 e16 ] \dblg g8 [ \grA d16 e16 ] |
|
||||
\dblg g16 [ d16 \grg d16 c16 ] \grg b16 [ \grd G16 G16 \grd b16 ] |
|
||||
\gbirl a8 [ \grg b16 c16 ] \grg e16 [ c16 A16 e16 ] |
|
||||
\grg f16 [ A16 e16 d16 ] \grg c16 [ \grd a16 \gre a16 ]
|
||||
}
|
||||
|
||||
pipesB = {
|
||||
b16 |
|
||||
\grg G16 [ \grd G16 \grg d16 G16 ] \grg b16 [ \grd G16 \grg d16 b16 ] |
|
||||
\grg G16 [ \grd G16 d16 G16 ] \grg b16 [ \grd G16 G16 \grd b16 ] |
|
||||
\gbirl a8 [ \grg e16 a16 ] \grg f16 [ a16 ] \grg e16 [ a16 ] |
|
||||
\gbirl a8 [ \grg e16 d16 ] \grg c16 [ \grd a16 a16 g16 ] |
|
||||
|
||||
\grA G16 [ \grd G16 \grg d16 G16 ] \grg b16 [ \grd G16 \grg d16 b16 ] |
|
||||
\grg G16 [ g16 d16 c16 ] \grg b16 [ \grd G16 G16 \grd b16 ] |
|
||||
\gbirl a8 [ \grg b16 c16 ] \grg e16 [ c16 A16 e16 ] |
|
||||
\grg f16 [ A16 e16 d16 ] \grg c16 [ \grd a16 \gre a16 ]
|
||||
}
|
||||
|
||||
pipesC = {
|
||||
e16 |
|
||||
\pelc c8 [ g16 c16 ] \dble e16 [ c16 g16 e16 ] |
|
||||
\pelc c8 [ g16 e16 ] \grg c16 [ \grd a16 \grd a16 c16 ] |
|
||||
\thrwd d8 [ A16 d16 ] \grg f16 [ d16 A16 f16 ] |
|
||||
\lpeld d8 [ \grg f16 d16 ] A16 [ g16 \grA f16 A16 ] |
|
||||
|
||||
\hpelc c8 [ g16 c16 ] \dble e16 [ c16 g16 e16 ] |
|
||||
\pelc c8 [ g16 e16 ] \grg c16 [ \grd a16 \grd a16 e16 ] |
|
||||
A16 [ f16 \grA g16 e16 ] \grg f16 [ d16 \dble e16 d16 ] |
|
||||
\grg c16 [ A16 \hdble e16 d16 ] \grg c16 [ \grd a16 \gre a16 ]
|
||||
}
|
||||
|
||||
pipesD = {
|
||||
\grd b16 |
|
||||
\grg G16 [ \grd G16 G16 \grd b16 ] \grg G16 [ \grd G16 G16 \grd b16 ] |
|
||||
\grg G16 [ g16 d16 c16 ] \grg b16 [ \grd G16 G16 \grd b16 ] |
|
||||
\gbirl a8 [ \grg b16 a16 ] \grg c16 [ a16 \grg d16 a16 ] |
|
||||
\grg e16 [ a16 f16 e16 ] \grg c16 [ \grd a16 a16 g16 ] |
|
||||
|
||||
\grA G16 [ \grd G16 G16 \grd b16 ] \grg G16 [ \grd G16 G16 \grd b16 ] |
|
||||
\grg G16 [ g16 d16 c16 ] \grg b16 [ \grd G16 G16 \grd b16 ] |
|
||||
\gbirl a8 [ \grg b16 c16 ] \grg e16 [ c16 A16 e16 ] |
|
||||
\grg f16 [ A16 e16 d16 ] \grg c16 [ \grd a16 \gre a16 ]
|
||||
}
|
61
hornpipes/cabar_feidh/pipes.ly
Normal file
61
hornpipes/cabar_feidh/pipes.ly
Normal file
|
@ -0,0 +1,61 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat unfold 4 {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
\break
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s16
|
||||
|
||||
\pipesB s16
|
||||
|
||||
\pipesC s16
|
||||
|
||||
\pipesD s16
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 16
|
||||
\pipesA
|
||||
\pipesA
|
||||
\pipesB
|
||||
\pipesB
|
||||
\pipesC
|
||||
\pipesC
|
||||
\pipesD
|
||||
\pipesD
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
17
hornpipes/the_jolly_beggarman/config.ily
Normal file
17
hornpipes/the_jolly_beggarman/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 2/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace {s1} s8 }
|
||||
measure = { \grace {s1} s2 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "The Jolly Beggarman"
|
||||
meter = "Hornpipe"
|
43
hornpipes/the_jolly_beggarman/notes.pipes.ily
Normal file
43
hornpipes/the_jolly_beggarman/notes.pipes.ily
Normal file
|
@ -0,0 +1,43 @@
|
|||
% 2/4 The Jolly Beggarman
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = ""
|
||||
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 ] |
|
||||
\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 ] |
|
||||
\grg e16. [ A32 \grg A16. g32 ] A16. [ f32 \dble e16. d32 ] |
|
||||
\dblc c8 [ \gre a8 ] \wbirl a8
|
||||
}
|
||||
pipesBBB = {
|
||||
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
|
||||
}
|
62
hornpipes/the_jolly_beggarman/pipes.ly
Normal file
62
hornpipes/the_jolly_beggarman/pipes.ly
Normal file
|
@ -0,0 +1,62 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\repeat unfold 3 \measure
|
||||
\grace{s1} s4 s8
|
||||
} \alternative {
|
||||
{\part \halfline}
|
||||
{\part \halfline}
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s8
|
||||
|
||||
\pipesBA \pipesBBA s8
|
||||
\pipesBA \pipesBBB s8
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
\pipesBA \pipesBBA
|
||||
\pipesBA \pipesBBB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
|
@ -115,8 +115,9 @@ strathspeys/keel_row/$f.ly \
|
|||
;
|
||||
|
||||
$COM $D/set_20.$f.ly \
|
||||
9-8_marches/heights_of_dargai/$f.ly
|
||||
9-8_marches/battle_of_the_somme/$f.ly
|
||||
9-8_marches/heights_of_dargai/$f.ly \
|
||||
9-8_marches/battle_of_the_somme/$f.ly \
|
||||
;
|
||||
|
||||
$COM $D/set_21.$f.ly \
|
||||
airs/alexander_mackenzie/$f.ly \
|
||||
|
|
17
jigs/cabar_feidh/config.ily
Normal file
17
jigs/cabar_feidh/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 6/8
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4. = 130
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace{s1} s8 }
|
||||
measure = { \grace {s1} s2. | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Cabar Fèidh"
|
||||
meter = "Jig"
|
91
jigs/cabar_feidh/notes.pipes.ily
Normal file
91
jigs/cabar_feidh/notes.pipes.ily
Normal file
|
@ -0,0 +1,91 @@
|
|||
% 4/4 Cabar Feidh
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = "D. Johnstone"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesAA = {
|
||||
e8 |
|
||||
\grA g8 [ A8 g8 ] \grA e8 [ g8 \grA e8 ] |
|
||||
\dblg g4. \tdbld d4 e8 |
|
||||
g8 [ \grA f8 g8 ] \grA d8 [ g8 \grA d8 ] |
|
||||
\grg b8 [ \grd G8 \gre G8 ] \grg G4 \grd b8 |
|
||||
}
|
||||
pipesABA = {
|
||||
\grg a8 [ \grd a8 \gre a8 ] A8 [ a8 \grA g8 ] |
|
||||
\dblA A4. e4 \grA g8 |
|
||||
A8 [ e8 A8 ] e8 [ A8 e8 ] |
|
||||
\grg c8 [ \grd a8 \gre a8 ] \wbirl a4
|
||||
}
|
||||
pipesABB = {
|
||||
\grg a8 [ \grd a8 \gre a8 ] \dblc c4 d8 |
|
||||
\grg e4 \birl a8 \dblA A4 e8 |
|
||||
\dblf f4 A8 e8 [ f8 \slure f8 ] |
|
||||
\grg c8 [ \grd a8 \gre a8 ] \wbirl a4
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
g8 |
|
||||
\grA b8 [ \grd G8 \gre G8 ] \whslurd d4 e8 |
|
||||
\gra e8 [ d8 \gre b8 ] \thrwd d4 e8 |
|
||||
\grg G8 [ \grd G8 \gre G8 ] \grg d8 [ e8 \gra e8 ] |
|
||||
\grg b8 [ \grd G8 \gre G8 ] \grg G4 A8 |
|
||||
}
|
||||
pipesBBA = {
|
||||
c8 [ \grd a8 \gre a8 ] \dble e4 f8 |
|
||||
\slure f8 [ e8 c8 ] \dble e4 f8 |
|
||||
\grg a8 [ \grd a8 \gre a8 ] \grg e8 [ f8 \slure f8 ] |
|
||||
\grg c8 [ \grd a8 \gre a8 ] \wbirl a4
|
||||
}
|
||||
pipesBBB = {
|
||||
\grg a8 [ \grd a8 \gre a8 ] \dblc c4 d8 |
|
||||
\grg e4 \birl a8 \dblA A4 e8 |
|
||||
\dblf f4 A8 e8 [ f8 \slure f8 ] |
|
||||
\grg c8 [ \grd a8 \gre a8 ] \wbirl a4
|
||||
}
|
||||
|
||||
pipesCA = {
|
||||
g8 |
|
||||
\grA c8 [ \gre c8 \grG c8 ] \dblg g4 \grA c8 |
|
||||
e8 [ \grg c8 \grG c8 ] \dblg g4 e8 |
|
||||
\grg c8 [ \gre c8 \grG c8 ] \dblg g4 e8 |
|
||||
\grg c8 [ \grd a8 \gre a8 ] \wbirl a4 \grd c8 |
|
||||
|
||||
}
|
||||
pipesCBA = {
|
||||
\grg d8 [ \gre d8 \slurc d8 ] \dblA A4 d8 |
|
||||
f8 [ \grg d8 \slurc d8 ] \dblA A4 f8 |
|
||||
\grg d8 [ \gre d8 \slurc d8 ] \dblA A4 g8 |
|
||||
\grA f8 [ d8 \slurc d8 ] \dbld d4
|
||||
}
|
||||
pipesCBB = {
|
||||
\dblA A4 f8 \dblg g4 e8 |
|
||||
\grg f8 [ d8 \slurc d8 ] \dble e4 d8 |
|
||||
\grg c8 [ A8 \grg A8 ] e8 [ f8 \slure f8 ] |
|
||||
\grg c8 [ \grd a8 \gre a8 ] \wbirl a4
|
||||
}
|
||||
|
||||
pipesDA = {
|
||||
g8 |
|
||||
\grA G8 [ \grd G8 \gre G8 ] \grg G4 \grd b8 |
|
||||
\grg G8 [ \grd G8 \gre G8 ] \grd b8 [ \gre a8 \grd b8 ] |
|
||||
\grg G8 [ d8 \slurc d8 ] \grg d8 [ e8 \gra e8 ] |
|
||||
\grg b8 [ \grd G8 \gre G8 ] \grg G4 \grd b8 |
|
||||
|
||||
|
||||
}
|
||||
pipesDBA = {
|
||||
\grg a8 [ \grd a8 \gre a8 ] \grg a4 \grd c8 |
|
||||
\grg a8 [ \grd a8 \gre a8 ] \grd c8 [ \gre b8 \grd c8 ] |
|
||||
\grg a8 [ e8 \gra e8 ] \grg e8 [ f8 \slure f8 ] |
|
||||
\grg c8 [ \grd a8 \gre a8 ] \wbirl a4
|
||||
}
|
||||
pipesDBB = {
|
||||
\grg a8 [ \grd a8 \gre a8 ] \dblc c4 d8 |
|
||||
\grg e4 \birl a8 \dblA A4 e8 |
|
||||
\dblf f4 A8 e8 [ f8 \slure f8 ] |
|
||||
\grg c8 [ \grd a8 \gre a8 ] \wbirl a4
|
||||
}
|
76
jigs/cabar_feidh/pipes.ly
Normal file
76
jigs/cabar_feidh/pipes.ly
Normal file
|
@ -0,0 +1,76 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat unfold 4 {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\halfline
|
||||
} \alternative {
|
||||
\halfline
|
||||
\halfline
|
||||
} \bar "|."
|
||||
\break
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesAA
|
||||
\pipesABA s8
|
||||
\pipesABB s8
|
||||
|
||||
\pipesBA
|
||||
\pipesBBA s8
|
||||
\pipesBBB s8
|
||||
|
||||
\pipesCA
|
||||
\pipesCBA s8
|
||||
\pipesCBB s8
|
||||
|
||||
\pipesDA
|
||||
\pipesDBA s8
|
||||
\pipesDBB s8
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\pipesAA \pipesABA
|
||||
\pipesAA \pipesABB
|
||||
|
||||
\pipesBA \pipesBBA
|
||||
\pipesBA \pipesBBB
|
||||
|
||||
\pipesCA \pipesCBA
|
||||
\pipesCA \pipesCBB
|
||||
|
||||
\pipesDA \pipesDBA
|
||||
\pipesDA \pipesDBB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
109
other/band_of_brothers/pipes.ly
Normal file
109
other/band_of_brothers/pipes.ly
Normal file
|
@ -0,0 +1,109 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
|
||||
#(set-default-paper-size "a4" 'landscape)
|
||||
#(set-global-staff-size 19)
|
||||
\layout {
|
||||
indent = 0
|
||||
\set Score.markFormatter = #format-mark-box-alphabet
|
||||
}
|
||||
\score {
|
||||
\new Staff = "staff_pipes" {
|
||||
\numericTimeSignature
|
||||
\hideKeySignature
|
||||
|
||||
\compressMMRests {
|
||||
\tempo 2. = 32
|
||||
\time 3/4
|
||||
\override MultiMeasureRest.expand-limit = #3
|
||||
R2.*4
|
||||
|
||||
\bar "||"
|
||||
\mark \default
|
||||
R2.*35
|
||||
|
||||
\bar "||"
|
||||
\mark \default
|
||||
\tempo 4 = 108
|
||||
\time 4/4
|
||||
R1*3
|
||||
|
||||
\time 2/4
|
||||
R2
|
||||
|
||||
\time 4/4
|
||||
R1
|
||||
|
||||
\bar "||"
|
||||
\mark \default
|
||||
r4 \grg c4 e4 c4 \grG a1 |
|
||||
a4. \grg a16 [ b16 ] c4. a8 |
|
||||
e1~ |
|
||||
e4 \grg c4 e4 c4 |
|
||||
\grG a1~ |
|
||||
a4~ a4 b2 |
|
||||
\grg c1 |
|
||||
|
||||
c4 \grg c4 e4 c4 |
|
||||
\grG a1~ |
|
||||
a4. \grg a16 [ b16 ] c4. a8 |
|
||||
e1~ |
|
||||
e2 \grg c4 e4 |
|
||||
\grg f1~ |
|
||||
f1 |
|
||||
\grg e1~ |
|
||||
e4 \grg c4 e4 c4 |
|
||||
|
||||
\grG a1~ |
|
||||
a4. \grg a16 [ b16 ] c4. a8 |
|
||||
e1~ |
|
||||
e8 r8 r4 r2 |
|
||||
|
||||
\bar "||"
|
||||
\mark \default
|
||||
R1*12
|
||||
|
||||
A1~ |
|
||||
A4 g4 \tuplet 3/2 { f4 d4 a4 } |
|
||||
f2 e2 |
|
||||
e4 d4 \tuplet 3/2 { c4 a4 c4 } |
|
||||
b2 a2 |
|
||||
a4 d4 \tuplet 3/2 { c4 a4 c4 } |
|
||||
b1 |
|
||||
|
||||
|
||||
\bar "||"
|
||||
\mark \default
|
||||
R1*4
|
||||
}
|
||||
|
||||
\bar "||"
|
||||
\mark \default
|
||||
\grg b1~ |
|
||||
b4. \grg a16 [ b16 ] d4. c8 |
|
||||
\grg a1~ |
|
||||
a1 |
|
||||
\grg b1 |
|
||||
b4. \grg a16 [ b16 ] d4. c8 |
|
||||
\grg e1~ |
|
||||
e2 \tuplet 3/2 { e4 a4 A4 } |
|
||||
\grg A1~ |
|
||||
A4 g4 \grg \tuplet 3/2 { f4 d4 a4 } |
|
||||
|
||||
\grg f2 \grg e2~ |
|
||||
e4 d4 \grg \tuplet 3/2 { c4 a4 c4 } |
|
||||
\grg b2 \grG a2~ |
|
||||
a4 d4 \grg \tuplet 3/2 { c4 a4 c4 } |
|
||||
\grg b1~ |
|
||||
b1
|
||||
\grG a1 |
|
||||
}
|
||||
\header {
|
||||
title = "Band of Brothers"
|
||||
subtitle = "for the Edinburgh Military Tattoo 2005"
|
||||
arranger = "Michael Kamen, arr. Richard Barriball"
|
||||
instrument = "Bagpipe"
|
||||
meter = ""
|
||||
}
|
||||
}
|
17
reels/cabar_feidh/config.ily
Normal file
17
reels/cabar_feidh/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 2/2
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 2 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 16 \grace{s1} s16 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Cabar Fèidh"
|
||||
meter = "Reel"
|
59
reels/cabar_feidh/notes.pipes.ily
Normal file
59
reels/cabar_feidh/notes.pipes.ily
Normal file
|
@ -0,0 +1,59 @@
|
|||
% 4/4 Cabar Feidh
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
f16 |
|
||||
\dblg g4 A8. [ e16 ] \dblg g4 \grA d8. [ e16 ] |
|
||||
\dblg g4 \grA d8. [ c16 ] \grg b8. [ \grd G16 G8. ] \grd b16 ] |
|
||||
\grg a8. [ b16 \grg c16 \grd a8. ] \dblA A4 e8. [ f16 ] |
|
||||
\dblA A4 e8. [ d16 ] \grg c4 \grip e8. [ f16 ] |
|
||||
|
||||
\dblg g4 A8. [ e16 ] \dblg g4 \grA d8. [ e16 ] |
|
||||
\dblg g4 \grA d8. [ c16 ] \grg b8. [ \grd G16 G8. ] \grd b16 ] |
|
||||
\grg a8. [ b16 ] \grip c8. [ d16 ] \grg e8. [ f16 ] \grA g8. [ e16 ] |
|
||||
\dblA A4 e8. [ d16 ] \grg c4 \taor a8.
|
||||
}
|
||||
|
||||
pipesB = {
|
||||
g16 |
|
||||
\grA G16 [ \grd G8. ] \dbld d8. [ G16 ] \grg b16 [ \grd G8. ] \dbld d8. [ b16 ] |
|
||||
\grg G16 [ g8. d8. ] c16 ] \grg b8. [ \grd G16 G8. ] \grd b16 ] |
|
||||
\grg a16 [ \grd a8. ] \dble e8. [ a16 ] \grg c16 [ \grd a8. ] \dble e8. [ a16 ] |
|
||||
\grg a16 [ A8. ] e8. [ d16 ] \grg c8. [ \grd a16 a8. ] g16 ] |
|
||||
|
||||
\grA G16 [ \grd G8. ] \dbld d8. [ G16 ] \grg b16 [ \grd G8. ] \dbld d8. [ b16 ] |
|
||||
\grg G16 [ g8. d8. ] c16 ] \grg b8. [ \grd G16 G8. ] \grd b16 ] |
|
||||
\grg a8. [ b16 ] \grip c8. [ d16 ] \grg e8. [ f16 ] \grA g8. [ e16 ] |
|
||||
\dblA A4 e8. [ d16 ] \grg c4 \taor a8.
|
||||
}
|
||||
|
||||
pipesC = {
|
||||
e16 |
|
||||
\hcatchc c4 g8. [ c16 ] \dble e8. [ c16 ] g8. [ e16 ] |
|
||||
\grg c4 \grip e8. [ f16 ] g8. [ e16 \grg c16 e8. ] |
|
||||
\thrwd d4 A8. [ d16 ] \grg f8. [ d16 ] A8. [ f16 ] |
|
||||
\thrwd d8. [ e16 ] \grg f8. [ g16 ] A8. [ g16 \grA f16 A8. ] |
|
||||
|
||||
\hcatchc c4 g8. [ c16 ] \dble e8. [ c16 ] g8. [ e16 ] |
|
||||
\grg c4 \grip e8. [ f16 ] g8. [ e16 \grg c16 e8. ] |
|
||||
A8. [ f16 ] g8. [ e16 ] \grg f8. [ d16 ] \dble e8. [ d16 ] |
|
||||
\grg c16 [ A8. ] e8. [ d16 ] \grg c4 \taor a8.
|
||||
}
|
||||
|
||||
pipesD = {
|
||||
g16 |
|
||||
\grA G8. [ \grd G16 G8. ] \grd b16 ] \grg G8. [ \grd G16 G8. ] \grd b16 ] |
|
||||
\grg G16 [ g8. d8. ] c16 ] \grg b8. [ \grd G16 G8. ] \grd b16 ] |
|
||||
\grg a8. [ \grd a16 a8. ] \grd c16 ] \grg a8. [ \grd a16 a8. ] \grd c16 ] |
|
||||
\grg a16 [ A8. ] e8. [ d16 ] \grg c8. [ \grd a16 a8. ] g16 ] |
|
||||
|
||||
\grA G8. [ \grd G16 G8. ] \grd b16 ] \grg G8. [ \grd G16 G8. ] \grd b16 ] |
|
||||
\grg G16 [ g8. d8. ] c16 ] \grg b8. [ \grd G16 G8. ] \grd b16 ] |
|
||||
\grg a8. [ b16 ] \grip c8. [ d16 ] \grg e8. [ f16 ] \grA g8. [ e16 ] |
|
||||
\dblA A4 e8. [ d16 ] \grg c4 \taor a8.
|
||||
}
|
56
reels/cabar_feidh/pipes.ly
Normal file
56
reels/cabar_feidh/pipes.ly
Normal file
|
@ -0,0 +1,56 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat unfold 4 {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
\break
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s16
|
||||
|
||||
\pipesB s16
|
||||
|
||||
\pipesC s16
|
||||
|
||||
\pipesD s16
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 8
|
||||
\pipesA
|
||||
\pipesB
|
||||
\pipesC
|
||||
\pipesD
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
17
reels/piobaireachd_of_donald_dubh/config.ily
Normal file
17
reels/piobaireachd_of_donald_dubh/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 2/2
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 2 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace{s4.} s8 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 2 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "the Piobaireachd of Donald Dubh"
|
||||
meter = "Reel"
|
32
reels/piobaireachd_of_donald_dubh/notes.pipes.ily
Normal file
32
reels/piobaireachd_of_donald_dubh/notes.pipes.ily
Normal file
|
@ -0,0 +1,32 @@
|
|||
% 2/2 Piobaireachd of Donald Dubh
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = "J. MacInnis"
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\grg e8 [ c8 ] \pelc c4 \grg f8 [ g8 A8 f8 ] |
|
||||
\grg e8 [ c8 ] \pelc c4 \grg c8 [ b8 a8 \grd c8 ] |
|
||||
\grg e8 [ c8 ] \pelc c4 \grg f8 [ g8 A8 f8 ] |
|
||||
\grg e8 [ c8 a8 c8 ] \dblb b4 \grG a4 |
|
||||
|
||||
\grg e8 [ c8 ] \pelc c4 \grg f8 [ g8 A8 f8 ] |
|
||||
\grg e8 [ c8 ] \pelc c4 \grg c8 [ b8 a8 \grd c8 ] |
|
||||
\grg b8 [ \grd b8 b8 c8 ] \grg d8 [ \gre d8 d8 f8 ] |
|
||||
\grg e8 [ c8 a8 c8 ] \dblb b4 \grG a4
|
||||
}
|
||||
|
||||
pipesB = {
|
||||
\grg e8 [ c8 ] \pelc c4 \grg f8 [ d8 ] \lpeld d4 |
|
||||
\grg e8 [ c8 ] \pelc c4 \grg c8 [ b8 a8 \grd c8 ] |
|
||||
\grg e8 [ c8 ] \pelc c4 \grg f8 [ d8 ] \lpeld d4 |
|
||||
\grg e8 [ c8 a8 c8 ] \dblb b4 \grG a4 |
|
||||
|
||||
\grg e8 [ c8 ] \pelc c4 \grg f8 [ d8 ] \lpeld d4 |
|
||||
\grg e8 [ c8 ] \pelc c4 \grg c8 [ b8 a8 \grd c8 ] |
|
||||
\grg b8 [ \grd b8 b8 c8 ] \grg d8 [ \gre d8 d8 f8 ] |
|
||||
\grg e8 [ c8 a8 ] c8 ] \dblb b4 \grG a4
|
||||
}
|
50
reels/piobaireachd_of_donald_dubh/pipes.ly
Normal file
50
reels/piobaireachd_of_donald_dubh/pipes.ly
Normal file
|
@ -0,0 +1,50 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\line \break
|
||||
\line \bar "|."
|
||||
\break
|
||||
\line \break
|
||||
\line \bar "|."
|
||||
|
||||
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
|
||||
\pipesB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
|
||||
\pipesA
|
||||
\pipesB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
17
strathspeys/cabar_feidh/config.ily
Normal file
17
strathspeys/cabar_feidh/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 110
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 16 \grace{s1} s16 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Cabar Fèidh"
|
||||
meter = "Strathspey"
|
|
@ -1,16 +1,13 @@
|
|||
% 4/4 Cabar Feidh (Strathspey)
|
||||
% 4/4 Cabar Feidh ()
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
arrangerPipesStrathspey = "PM William Ross"
|
||||
composerPipesStrathspey = ""
|
||||
instrumentPipesStrathspey = "Pipes"
|
||||
meterStrathspey = "Strathspey"
|
||||
titleStrathspey = "Cabar Feidh"
|
||||
arrangerPipes = "PM William Ross"
|
||||
composerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
}
|
||||
% Music
|
||||
pipesStrathspeyA = {
|
||||
pipesA = {
|
||||
e16 |
|
||||
\dblg g8. [ A16 ] g16 [ f16 e8 ] \dblg g4 \thrwd d8. [ e16 ] |
|
||||
\dblg g4 \thrwd d16 [ g8. ] \hdblb b8. [ \grg a16 ] \grd G8. [ \grd b16 ] |
|
||||
|
@ -23,7 +20,7 @@ pipesStrathspeyA = {
|
|||
\dblA A4 \hdble e8. [ A16 ] \hdblc c16 [ \gre a8. ] \wbirl a8.
|
||||
}
|
||||
|
||||
pipesStrathspeyB = {
|
||||
pipesB = {
|
||||
g16 |
|
||||
\grA G16 [ \grd G16 \gre G8 ] \whslurd d16 [ \gre G8. ] \dblb b16 [ \gre G8. ] \whslurd d8. [ b16 ] |
|
||||
\grA G16 [ \grd G16 \gre G8 ] \whslurd d16 [ \gre G8. ] \hdblb b8. [ \grg a16 ] \grd G8. [ \grd b16 ] |
|
||||
|
@ -36,7 +33,7 @@ pipesStrathspeyB = {
|
|||
\dblA A4 \hdble e8. [ A16 ] \hdblc c16 [ \gre a8. ] \wbirl a8.
|
||||
}
|
||||
|
||||
pipesStrathspeyC = {
|
||||
pipesC = {
|
||||
g16 |
|
||||
\hcatchc c4 \dblg g8. [ c16 ] \dble e8. [ c16 ] \dblg g8. [ e16 ] |
|
||||
\grg c4 \grip e8. [ f16 ] \dblg g8. [ e16 ] \dblc c16 [ e8. ] |
|
||||
|
@ -49,7 +46,7 @@ pipesStrathspeyC = {
|
|||
\dblc c16 [ A8. ] \hdble e8. [ A16 ] \hdblc c16 [ \gre a8. ] \wbirl a8.
|
||||
}
|
||||
|
||||
pipesStrathspeyD = {
|
||||
pipesD = {
|
||||
g16 |
|
||||
\grg G8. [ \grd G16 ] \gre G8. [ \grd b16 ] \grg G8. [ \grd G16 ] \gre G8. [ \grd b16 ] |
|
||||
\grg G16 [ \grd G16 \gre G8 ] \whslurd d16 [ \gre G8. ] \dblb b8. [ \grg a16 ] \grd G8. [ \grd b16 ] |
|
57
strathspeys/cabar_feidh/pipes.ly
Normal file
57
strathspeys/cabar_feidh/pipes.ly
Normal file
|
@ -0,0 +1,57 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat unfold 4 {
|
||||
\repeat volta 2 {
|
||||
\partial 16 s16
|
||||
\line
|
||||
}
|
||||
\break
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA s16
|
||||
|
||||
\pipesB s16
|
||||
|
||||
\pipesC s16
|
||||
|
||||
\pipesD s16
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\partial 16
|
||||
\pipesA
|
||||
\pipesB
|
||||
\pipesC
|
||||
\pipesD
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
|
@ -2,14 +2,18 @@
|
|||
%% Globals
|
||||
global = {
|
||||
\time 4/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 120
|
||||
}
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
measure = { \grace {s4} s1 | }
|
||||
halfline = { \repeat unfold 2 { \measure } }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
emptyline = { R1*4}
|
||||
|
||||
%% Headers
|
||||
title = "Molly Connell"
|
||||
meter = "Strathspey"
|
||||
dedication = "Dedicated to the wife of the Strathclyde tipper"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
\include "config.ily"
|
||||
\include "notes.bass.ily"
|
||||
\include "notes.tenor.ily"
|
||||
\include "notes.side.v1.1.ily"
|
||||
\include "notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
|
@ -21,9 +21,8 @@
|
|||
\part \line \break
|
||||
\part \line \break
|
||||
\bar "|."
|
||||
}%End of Format
|
||||
}%End of Format
|
||||
{
|
||||
\set Score.proportionalNotationDuration = #(ly:make-moment 1/8)
|
||||
\snareA
|
||||
s8
|
||||
\snareA
|
||||
|
@ -75,4 +74,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
141
strathspeys/molly_connell/full.ly
Normal file
141
strathspeys/molly_connell/full.ly
Normal file
|
@ -0,0 +1,141 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.bass.ily"
|
||||
\include "notes.tenor.ily"
|
||||
\include "notes.side.ily"
|
||||
\include "notes.pipes.ily"
|
||||
%\include "notes.pipes.seconds.ily"
|
||||
%\include "notes.lyrics.ily"
|
||||
\score {
|
||||
<<
|
||||
\new PipeBandDrumStaff = "intro" {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
\intro
|
||||
}
|
||||
\new StaffGroup <<
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\emptyline
|
||||
\line \break
|
||||
\line \break
|
||||
\bar "|."
|
||||
|
||||
\part \line \break
|
||||
\line \break
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\emptyline
|
||||
|
||||
\pipesA \pipesA
|
||||
|
||||
s8 \pipesBA
|
||||
\pipesBB
|
||||
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
% \new Staff = "song" {
|
||||
% \lyricsglobal
|
||||
% \new Voice = "lyrics" {
|
||||
%
|
||||
% }
|
||||
% }
|
||||
% \new Lyrics = "verse1" {
|
||||
% \lyricsglobal
|
||||
% \lyricsto "lyrics" {
|
||||
% \verseA
|
||||
% }
|
||||
% }
|
||||
% \new Staff = "seconds" {
|
||||
% \pipessecndglobal
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentTrd}
|
||||
%
|
||||
%
|
||||
% }
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
\emptyline
|
||||
\snareA s8
|
||||
\snareA s8
|
||||
|
||||
\snareBA
|
||||
\snareBB
|
||||
}
|
||||
\new PipeBandDrumStaff = "tenor" {
|
||||
\tenorglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
|
||||
\emptyline
|
||||
|
||||
\tenorA
|
||||
\tenorA
|
||||
|
||||
s8 \tenorBA
|
||||
\tenorBB
|
||||
}
|
||||
\new PipeBandDrumStaff = "bass" {
|
||||
\bassglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
|
||||
\emptyline
|
||||
|
||||
\bassAA
|
||||
\bassAB
|
||||
|
||||
s8 \bassAA
|
||||
\bassAB
|
||||
}
|
||||
>>
|
||||
>>
|
||||
\layout {
|
||||
\context {
|
||||
\PipeBandDrumStaff
|
||||
\RemoveEmptyStaves
|
||||
\override VerticalAxisGroup.remove-first = ##t
|
||||
}
|
||||
\context {
|
||||
\Staff
|
||||
\RemoveEmptyStaves
|
||||
\override VerticalAxisGroup.remove-first = ##t
|
||||
}
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
composer = \markup \large {
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerLyrics)) #{ \markup { \line { \composerLyrics ":" } } #} )
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
|
||||
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
|
||||
$(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=? "" composerLyrics)) #{ \markup { \line { "Lyrics" } } #} )
|
||||
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
||||
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
|
||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
|
||||
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
||||
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -2,6 +2,7 @@
|
|||
% Bass
|
||||
\version "2.18.2"
|
||||
composerBass = "W.H. de Boone / E.T. de Boone, 2014"
|
||||
bassglobal = {}
|
||||
bassAA = \drummode {
|
||||
d4-> g4-> d4 g4 |
|
||||
d4 g4 d4 g4 |
|
||||
|
@ -13,4 +14,4 @@ bassAB = \drummode {
|
|||
r8 d8 r8 g8 r8 d8 r8 g8 |
|
||||
d4-> g4 d4 g4 |
|
||||
d4-> g4 r8. g16 d4 |
|
||||
}
|
||||
}
|
||||
|
|
28
strathspeys/molly_connell/notes.pipes.ily
Normal file
28
strathspeys/molly_connell/notes.pipes.ily
Normal file
|
@ -0,0 +1,28 @@
|
|||
% 4/4 Molly Connell
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "J. Wark (Strathclyde Police), 1978"
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
\dblc c4 \gre a8. [ \grd c16 ] \grg e8. [ f16 ] \dblA A8. [ e16 ] |
|
||||
\grg f16 [ A8. ] f16 [ e16 c8 ] \dble e8. [ c16 ] \grg b4 |
|
||||
\dblc c4 \gre a8. [ \grd c16 ] \grg e8. [ f16 ] \dblA A8. [ e16 ] |
|
||||
\grg f16 [ e16 c8 ] \grg e8. [ c16 ] \dblb b4 \grG a4
|
||||
}
|
||||
|
||||
pipesBA = {
|
||||
\dblA A4 e16 [ A8. ] f16 [ e16 c8 ] \grg e4 |
|
||||
\grg c16 [ e8. ] \gra e8. [ f16 ] \dble e8. [ c16 ] \grg b4 |
|
||||
\dblA A4 e16 [ A8. ] f16 [ e16 c8 ] \grg e4 |
|
||||
\grg f8. [ e16 ] \gra e8. [ c16 ] \dblb b4 \grG a4 |
|
||||
}
|
||||
pipesBB = {
|
||||
\dblA A4 e16 [ A8. ] f16 [ e16 c8 ] \grg e4 |
|
||||
\grg c16 [ e8. ] \gra e8. [ f16 ] \dble e8. [ c16 ] \grg b4 |
|
||||
\dblc c4 \gre a8. [ \grd c16 ] \grg e8. [ f16 ] \dblA A8. [ e16 ] |
|
||||
\grg f16 [ e16 c8 ] \grg e8. [ c16 ] \dblb b4 \grG a4
|
||||
}
|
|
@ -2,8 +2,10 @@
|
|||
% Side
|
||||
\version "2.18.2"
|
||||
composerSide = "v1.1, 2015"
|
||||
sideglobal = {}
|
||||
intro = \drummode {% by Dean Hall, 2006
|
||||
\flam d4 \triplet { d8:32( g8:32 g8) }
|
||||
\flam d4
|
||||
\triplet { d8:32( g8:32 g8) }
|
||||
d8. d16
|
||||
\flam g8. d16:64(
|
||||
|
|
||||
|
@ -13,14 +15,15 @@ intro = \drummode {% by Dean Hall, 2006
|
|||
d4:32(
|
||||
|
|
||||
d4)->
|
||||
g8. \flam g16->
|
||||
\triplet { d16 g d g d8-> }
|
||||
\triplet { g8 d g }
|
||||
\triplet { d8:32( g8:32 g8) }
|
||||
d8. d16
|
||||
\flam g8. d16:64(
|
||||
|
|
||||
\triplet { d16 g d g d8-> }
|
||||
\triplet { g8 d g }
|
||||
d16)-> g8.->
|
||||
\tuplet 3/2 { d16 g d g d g }
|
||||
d4:32(
|
||||
d4)
|
||||
|
|
||||
}
|
||||
snareA = \drummode {
|
||||
\flamddr d4 \flam g8.[\fr d16:64(] d8.[) \dragddr d16] d8.[ \fr g16] |
|
||||
|
@ -36,7 +39,7 @@ snareBA = \drummode {
|
|||
\drag d16[ d8.] \flam d8.[ \flam g16] \fr \triplet { d16[ g d g d8] } \triplet { g8[ d g] } |
|
||||
|
||||
\flamddr \triplet { d8[ \fr g16 g16 d8] } g8.[ g16] \flamddr \triplet { d8[\fr g16 g16 d8] } g8.[ g16] |
|
||||
\flamddr \triplet { d8[ \fr g d] } \flamddr g8.[ \flam g16] \triplet { d16[ g d g d8] } g8 s8 \fr |
|
||||
\flamddr \triplet { d8[ \fr g d] } \flamddr g8.[ \flam g16] \triplet { d16[ g d g d8] } g8 \fr
|
||||
}
|
||||
snareBB = \drummode {
|
||||
\partial 8 g8 |
|
||||
|
@ -44,5 +47,5 @@ snareBB = \drummode {
|
|||
\drag d16[ d8.] \flam d8.[ \flam g16] \triplet { d16[ g d g d8] } \triplet { g8[\> d g]\! } |
|
||||
|
||||
\flam d4 \flam g8.[ d16:64]( d8.[) \drag d16] d8.[ g16] |
|
||||
\flamd \triplet { d8[ g d] } \flam g8.[ \flam g16] \triplet { d16[ g d g d8] } g8 s8 |
|
||||
\flamd \triplet { d8[ g d] } \flam g8.[ \flam g16] \triplet { d16[ g d g d8] } g8
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
% Side
|
||||
\version "2.18.2"
|
||||
composerSide = "v1.0, 21-2-2014"
|
||||
sideglobal = {}
|
||||
snareA = \drummode {
|
||||
\flam d4 \flam g8.[ d16:64(] d8.[) \drag d16] d8.[ g16] |
|
||||
d8.:64[( g16]) \triplet { d16[ g d g d8]} \triplet { g8[ d8 \flam g8] } \flam d8.[ g16] |
|
||||
|
@ -25,4 +26,4 @@ snareBB = \drummode {
|
|||
|
||||
\flam d4 \flam g8.[ d16:64]( d8.[) \drag g16] d8.[ g16] |
|
||||
\flamd \triplet { d8[ g d] } \flam g8.[ \flam g16] \triplet { d16[ g d g d8] } g8 s8|
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
% Tenor
|
||||
\version "2.18.2"
|
||||
composerTenor = "S.J. de Boone / M. Jansen / N. Kuijkhoven / E.T. de Boone, 2014"
|
||||
tenorglobal = {}
|
||||
tenorA = \drummode {
|
||||
d4 g4 d8. g16 d4
|
||||
d4 g4 r8. g16 d4 |
|
||||
|
@ -19,4 +20,4 @@ tenorBB = \drummode {
|
|||
d4 \parenthesize d8. g16 r8. g16 d4 |
|
||||
d4 g4 d8. g16 d4 |
|
||||
\flourish d4 \flourish g4 d4^\up g4^\up |
|
||||
}
|
||||
}
|
||||
|
|
53
strathspeys/molly_connell/pipes.ly
Normal file
53
strathspeys/molly_connell/pipes.ly
Normal file
|
@ -0,0 +1,53 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "config.ily"
|
||||
\include "notes.pipes.ily"
|
||||
|
||||
\score {
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\line \bar "||"
|
||||
\break
|
||||
\line \bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesA
|
||||
|
||||
\pipesBA
|
||||
\pipesBB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
||||
\score {
|
||||
\new Staff { \global \pipeglobal
|
||||
\set Staff.midiInstrument = #"bagpipe"
|
||||
%%Tune
|
||||
\pipesA
|
||||
\pipesA
|
||||
|
||||
\pipesBA
|
||||
\pipesBB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
}
|
||||
}
|
|
@ -8,11 +8,17 @@
|
|||
\global
|
||||
<<
|
||||
{
|
||||
\mark "Intro"
|
||||
\line
|
||||
\mark "Tune"
|
||||
\repeat volta 2 { \line } \break \part \line \break \bar "||" \part \line \bar "|." }
|
||||
{\intro \snareA s8 \snareBA \snareBB }
|
||||
\mark \markup { \normalsize {Intro } }
|
||||
\line
|
||||
\break
|
||||
\mark \markup { \normalsize {Tune } }
|
||||
\repeat volta 2 { \line } \break \part \line \break \bar "||" \part \line \bar "|."
|
||||
}
|
||||
{
|
||||
\intro
|
||||
\snareA s8
|
||||
\snareBA \snareBB
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
|
|
|
@ -7,7 +7,7 @@ confTempo = {
|
|||
\tempo 4 = 80
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 s8 }
|
||||
part = { \partial 8 \grace{s4.} s8 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
% Bass
|
||||
\version "2.18.2"
|
||||
composerBass = ""
|
||||
arrangerBass = ""
|
||||
bassglobal = {}
|
||||
% Music
|
||||
bassA = \drummode {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
% Lyrics
|
||||
\version "2.18.2"
|
||||
composerLyrics = ""
|
||||
arrangerLyrics = ""
|
||||
lyricsglobal = {}
|
||||
% Music
|
||||
lyricsA = \drummode {
|
||||
|
|
|
@ -2,9 +2,10 @@
|
|||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = ""
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
}
|
||||
% Music
|
||||
pipesA = {
|
||||
}
|
||||
|
|
|
@ -2,9 +2,11 @@
|
|||
% Pipes (Seconds)
|
||||
\version "2.18.2"
|
||||
composerPipesSecnd = ""
|
||||
arrangerPipesSecnd = ""
|
||||
pipessecndglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
}
|
||||
% Music
|
||||
pipessecndA = {
|
||||
|
||||
}
|
||||
|
|
|
@ -2,9 +2,11 @@
|
|||
% Pipes (Thirds)
|
||||
\version "2.18.2"
|
||||
composerPipesthrd = ""
|
||||
arrangerPipesthrd = ""
|
||||
pipesthrdglobal = {
|
||||
\bagpipeKey
|
||||
}
|
||||
}
|
||||
% Music
|
||||
pipesthrdA = {
|
||||
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
% Side
|
||||
\version "2.18.2"
|
||||
composerSide = ""
|
||||
arrangerSide = ""
|
||||
sideglobal = {}
|
||||
% Music
|
||||
\snareA = \drummode {
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
% Tenor
|
||||
\version "2.18.2"
|
||||
composerTenor = ""
|
||||
arrangerTenor = ""
|
||||
tenorglobal = {}
|
||||
% Music
|
||||
tenorA = \drummode {
|
||||
|
|
Loading…
Reference in a new issue