mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
CMPD: added tunes
Bloody Fields of Flanders I See Mull (Land of My Youth) 48th Highlanders of Holland The Battle of Waterloo Bonnie Black Isle Rose of Kelvingrove Highland Laddie
This commit is contained in:
parent
067544c5ee
commit
ae5d3758ce
25 changed files with 1355 additions and 6 deletions
126
2-4_marches/highland_laddie/full.ly
Normal file
126
2-4_marches/highland_laddie/full.ly
Normal file
|
@ -0,0 +1,126 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
|
||||||
|
\include "bagpipe.ly"
|
||||||
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
|
\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"
|
||||||
|
|
||||||
|
\layout {
|
||||||
|
indent = 5.0
|
||||||
|
short-indent = 2.0
|
||||||
|
}
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\new Staff \with {
|
||||||
|
instrumentName = \markup{ \instrumentPipes }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
|
} {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \line
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \line
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \line
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \line
|
||||||
|
}
|
||||||
|
|
||||||
|
}%Format
|
||||||
|
\new Voice = "pipes" {
|
||||||
|
\pipesA s8
|
||||||
|
\pipesB s8
|
||||||
|
\pipesC s8
|
||||||
|
\pipesD s8
|
||||||
|
}%Pipes
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
%{ \new Staff = "song" {
|
||||||
|
\lyricsglobal
|
||||||
|
\new Voice = "lyrics" {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}%
|
||||||
|
%{ \new Lyrics = "verse1" {
|
||||||
|
\lyricsglobal
|
||||||
|
\lyricsto "lyrics" {
|
||||||
|
\verseA
|
||||||
|
}
|
||||||
|
}
|
||||||
|
%}
|
||||||
|
%{ \new Staff = "seconds" \with {
|
||||||
|
instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd }
|
||||||
|
} {
|
||||||
|
\pipessecndglobal
|
||||||
|
|
||||||
|
}
|
||||||
|
%}
|
||||||
|
\new PipeBandDrumStaff = "side" \with {
|
||||||
|
instrumentName = \markup { \instrumentSide }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentSide }
|
||||||
|
} {
|
||||||
|
\sideglobal
|
||||||
|
|
||||||
|
\snareA s8
|
||||||
|
\snareB s8
|
||||||
|
}
|
||||||
|
%{
|
||||||
|
\new PipeBandDrumStaff = "tenor" \with {
|
||||||
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
} {
|
||||||
|
\tenorglobal
|
||||||
|
|
||||||
|
}
|
||||||
|
%}
|
||||||
|
%{
|
||||||
|
\new PipeBandDrumStaff = "bass" \with {
|
||||||
|
instrumentName = \markup{ \instrumentBass }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentBass }
|
||||||
|
} {
|
||||||
|
\bassglobal
|
||||||
|
|
||||||
|
}
|
||||||
|
%}
|
||||||
|
>>
|
||||||
|
\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 }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
57
2-4_marches/highland_laddie/notes.pipes.ily
Normal file
57
2-4_marches/highland_laddie/notes.pipes.ily
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
% 2/4 Highland Laddie
|
||||||
|
% Pipes
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipes = ""
|
||||||
|
arrangerPipes = ""
|
||||||
|
pipeglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
% Music
|
||||||
|
pipesA = {
|
||||||
|
\grg a16. [ b32 ] |
|
||||||
|
\thrwd d8. [ e16 ] \grg f8 [ A8 ] |
|
||||||
|
g16 [ f16 e16 d16 ] \grg f4 |
|
||||||
|
\dblf f8 [ e8 ] \grg e8 [ \grip e8 ] |
|
||||||
|
\dblf f8 [ e8 ] \dble e8 [ d32 b16. ] |
|
||||||
|
|
||||||
|
\thrwd d8. [ e16 ] \grg f8 [ A8 ] |
|
||||||
|
g16 [ f16 e16 d16 ] \grg f8 [ \grg e16. f32 ] |
|
||||||
|
\thrwd d8 [ \grd b8 ] \dblb b8 [ \gre a16. \gre b32 ] |
|
||||||
|
\thrwd d8 [ \gre b8 ] \dblb b8
|
||||||
|
}
|
||||||
|
pipesB = {
|
||||||
|
\grg f16. [ g32 ] |
|
||||||
|
\dblA A8. [ g16 ] \hdblf f8 [ \grg e16. f32 ] |
|
||||||
|
\grg d32 [ b16. \grip e8 ] \grg f4 |
|
||||||
|
\dblf f8 [ e8 ] \grg e8 [ \grip e8 ] |
|
||||||
|
\dblf f8 [ e8 ] \grg e8 [ f32 g16. ] |
|
||||||
|
|
||||||
|
\dblA A8. [ g16 ] \hdblf f8 [ \grg e16. f32 ] |
|
||||||
|
\grg d32 [ b16. \grip e8 ] \grg f8 [ \grg e16. f32 ] |
|
||||||
|
\thrwd d8 [ \gre b8 ] \dblb b8 [ \gre a16. b32 ] |
|
||||||
|
\thrwd d8 [ \grd b8 ] \dblb b8
|
||||||
|
}
|
||||||
|
pipesC = {
|
||||||
|
\grg a16. [ b32 ] |
|
||||||
|
\thrwd d8. [ e16 ] \dblf f8 [ a8 ] |
|
||||||
|
\dblb b8 [ \gre a8 ] \grg f4 |
|
||||||
|
\dblf f8 [ e8 ] \grg e8 [ \grip e8 ] |
|
||||||
|
\dblf f8 [ e8 ] \dble e8 [ d32 b16. ] |
|
||||||
|
|
||||||
|
\thrwd d8. [ e16 ] \dblf f8 [ a8 ] |
|
||||||
|
\dblb b8 [ a16. b32 ] \grg f32 [ A16. e16. f32 ] |
|
||||||
|
\thrwd d8 [ \gre b8 ] \dblb b8 [ \grg a16. b32 ] |
|
||||||
|
\thrwd d8 [ \gre b8 ] \dblb b8
|
||||||
|
}
|
||||||
|
pipesD = {
|
||||||
|
\dblg g8 |
|
||||||
|
\dblA A8 [ g32 f16. ] \dblg g8 [ f32 e16. ] |
|
||||||
|
\dblf f8 [ e32 d16. ] \grg f4 |
|
||||||
|
\dblf f8 [ e8 ] \grg e8 [ \grip e8 ] |
|
||||||
|
\dblf f8 [ e8 ] \grg e8 [ f32 g16. ] |
|
||||||
|
|
||||||
|
\dblA A8 [ g32 f16. ] \dblg g8 [ f32 e16. ] |
|
||||||
|
\dblf f8 [ e32 d16. ] \grg f8 [ \grg e16. f32 ] |
|
||||||
|
\thrwd d8 [ \gre b8 ] \dblb b8 [ \gre a16. \grd b32 ] |
|
||||||
|
\thrwd d8 [ \grd b8 ] \dblb b8
|
||||||
|
}
|
74
2-4_marches/highland_laddie/pipes.ly
Normal file
74
2-4_marches/highland_laddie/pipes.ly
Normal file
|
@ -0,0 +1,74 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "bagpipe.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
hbreak = \break
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \halfline
|
||||||
|
\hbreak
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \halfline
|
||||||
|
\hbreak
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \halfline
|
||||||
|
\hbreak
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \halfline
|
||||||
|
\hbreak
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
}%Format
|
||||||
|
|
||||||
|
\new Voice = "pipes" {
|
||||||
|
\pipesA s8
|
||||||
|
\pipesB s8
|
||||||
|
\pipesC s8
|
||||||
|
\pipesD 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
|
||||||
|
\pipesB \pipesB
|
||||||
|
\pipesC \pipesC
|
||||||
|
\pipesD \pipesD
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
|
}
|
||||||
|
}
|
18
3-4_marches/bloody_fields_of_flanders/config.ily
Normal file
18
3-4_marches/bloody_fields_of_flanders/config.ily
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
%% Globals
|
||||||
|
global = {
|
||||||
|
\key d \major
|
||||||
|
\time 3/4
|
||||||
|
}
|
||||||
|
confTempo = {
|
||||||
|
\tempo 4 = 80
|
||||||
|
}
|
||||||
|
%% Format
|
||||||
|
part = { \partial 8 \grace{s4.} s8 }
|
||||||
|
measure = { \grace {s1} s2. | }
|
||||||
|
halfline = { \repeat unfold 4 \measure }
|
||||||
|
line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
||||||
|
%% Headers
|
||||||
|
title = "The Bloody Fields of Flanders"
|
||||||
|
meter = "Retreat"
|
34
3-4_marches/bloody_fields_of_flanders/notes.pipes.ily
Normal file
34
3-4_marches/bloody_fields_of_flanders/notes.pipes.ily
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
% 3/4 Bloody Fields of Flanders
|
||||||
|
% Pipes
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipes = "John MacLellan"
|
||||||
|
arrangerPipes = ""
|
||||||
|
pipeglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
% Music
|
||||||
|
pipesAA = {
|
||||||
|
\dble e8. [ c16 ] \grg a4 \taor a8. [ b16 ] |
|
||||||
|
\dblc c8 [ e8 ] \dblf f4 \dble e4 |
|
||||||
|
\grg \tuplet 3/2 { f8 [ g8 A8 ] } \hdble e4 \thrwd d8. [ e16 ] |
|
||||||
|
\dblc c8 [ \gre a8 ] \grg c8 [ \grg d16. c32 ] \dblb b4 |
|
||||||
|
}
|
||||||
|
pipesAB = {
|
||||||
|
\dble e8. [ c16 ] \grg a4 \taor a8. [ b16 ] |
|
||||||
|
\grip c8 [ e8 ] \dblf f4 \grg e4 |
|
||||||
|
\grg \tuplet 3/2 { f8 [ g8 A8 ] } \hdble e4 \gra e16. [ f32 ] \grg a16. [ b32 ] |
|
||||||
|
\grip c8. [ b16 ] \grG a4 \wbirl a4 |
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesBA = {
|
||||||
|
\grg f8. [ g16 ] \dblA A4 \grg A8 [ e8 ] |
|
||||||
|
\grg f8 [ A8 ] \hdble e4 \dblc c4 |
|
||||||
|
\grg \tuplet 3/2 { f8 [ g8 A8 ] } \hdble e4 \thrwd d8. [ e16 ] |
|
||||||
|
\dblc c8 [ \gre a8 ] \grg c8 [ \grg d16. c32 ] \dblb b4 |
|
||||||
|
}
|
||||||
|
pipesBBA = {
|
||||||
|
\grg f8. [ g16 ] \dblA A4 \grg A8 [ e8 ] |
|
||||||
|
\grg f8 [ A8 ] \hdble e4 \dblc c4 |
|
||||||
|
\grg \tuplet 3/2 { f8 [ g8 A8 ] } \hdble e4 \gra e16. [ f32 ] \grg a16. [ b32 ] |
|
||||||
|
\grip c8. [ b16 ] \grG a4 \wbirl a4 |
|
||||||
|
}
|
74
3-4_marches/bloody_fields_of_flanders/pipes.ly
Normal file
74
3-4_marches/bloody_fields_of_flanders/pipes.ly
Normal file
|
@ -0,0 +1,74 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "bagpipe.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\halfline
|
||||||
|
\break
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\halfline
|
||||||
|
\break
|
||||||
|
} \alternative {
|
||||||
|
{\halfline \break}
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
\bar "|."
|
||||||
|
}%Format
|
||||||
|
|
||||||
|
\new Voice = "pipes" {
|
||||||
|
\pipesAA
|
||||||
|
\pipesAB
|
||||||
|
|
||||||
|
\pipesBA
|
||||||
|
\pipesBBA
|
||||||
|
\pipesAB
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
\unfoldRepeats {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\pipesAA
|
||||||
|
\pipesAB
|
||||||
|
}
|
||||||
|
\repeat volta 2 {
|
||||||
|
\pipesBA
|
||||||
|
} \alternative {
|
||||||
|
\pipesBBA
|
||||||
|
\pipesAB
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
|
}
|
||||||
|
}
|
17
3-4_marches/i_see_mull/config.ily
Normal file
17
3-4_marches/i_see_mull/config.ily
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
%% Globals
|
||||||
|
global = {
|
||||||
|
\key d \major
|
||||||
|
\time 3/4
|
||||||
|
}
|
||||||
|
confTempo = {
|
||||||
|
\tempo 4 = 80
|
||||||
|
}
|
||||||
|
%% Format
|
||||||
|
measure = { \grace {s1} s2. | }
|
||||||
|
halfline = { \repeat unfold 4 \measure }
|
||||||
|
line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
||||||
|
%% Headers
|
||||||
|
title = "I See Mull (Land of My Youth)"
|
||||||
|
meter = "Retreat"
|
31
3-4_marches/i_see_mull/notes.pipes.ily
Normal file
31
3-4_marches/i_see_mull/notes.pipes.ily
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
% 3/4 I See Mull
|
||||||
|
% Pipes
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipes = ""
|
||||||
|
arrangerPipes = "PM M.D. Roy"
|
||||||
|
pipeglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
% Music
|
||||||
|
pipesA = {
|
||||||
|
\grg f8 [ A8 ] \hdblf f4 \thrwd d4 |
|
||||||
|
\grg e8 [ d8 ] \grg b4 \grG a4 |
|
||||||
|
\grg f8 [ A8 ] \hdblf f4 \thrwd d4 |
|
||||||
|
\grg f8 [ g8 ] \grA e4~ e4 |
|
||||||
|
|
||||||
|
\grg f8 [ A8 ] \hdblf f4 \thrwd d4 |
|
||||||
|
\grg e8 [ d8 ] \grg b4 \grG a4 |
|
||||||
|
\grg f8 [ g8 ] \hdble e4 \birl a4 |
|
||||||
|
\grg e8 [ f8 ] \thrwd d4~ d4
|
||||||
|
}
|
||||||
|
pipesB = {
|
||||||
|
\grg f8 [ A8 ] \grg A4 \hdblf f8 [ d8 ] |
|
||||||
|
\grg e8 [ d8 ] \grg b4 \grG a4 |
|
||||||
|
\grg f8 [ A8 ] \grg A4 \hdblf f8 [ d8 ] |
|
||||||
|
\grg f8 [ g8 ] \grA e4~ e4 |
|
||||||
|
|
||||||
|
\grg f8 [ A8 ] \grg A4 \hdblf f8 [ d8 ] |
|
||||||
|
e8 [ d8 ] \grg b4 \grG a4 |
|
||||||
|
\grg f8 [ g8 ] \hdble e4 \birl a4 |
|
||||||
|
\grg e8 [ f8 ] \thrwd d4~ d4
|
||||||
|
}
|
54
3-4_marches/i_see_mull/notes.pipes.seconds.ily
Normal file
54
3-4_marches/i_see_mull/notes.pipes.seconds.ily
Normal file
|
@ -0,0 +1,54 @@
|
||||||
|
% 3/4 I See Mull
|
||||||
|
% Pipes (Seconds)
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipesSecnd = ""
|
||||||
|
arrangerPipesSecnd = "PM M.D. Roy"
|
||||||
|
pipessecndglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
% Music
|
||||||
|
pipessecndAA = {
|
||||||
|
\grg f8 [ A8 ] \hdblf f4 \thrwd d4 |
|
||||||
|
\grg e8 [ d8 ] \grg b4 \grG a4 |
|
||||||
|
\grg f8 [ A8 ] \hdblf f4 \thrwd d4 |
|
||||||
|
\grg f8 [ g8 ] \grA e4~ e4 |
|
||||||
|
|
||||||
|
\grg f8 [ A8 ] \hdblf f4 \thrwd d4 |
|
||||||
|
\grg e8 [ d8 ] \grg b4 \grG a4 |
|
||||||
|
\grg f8 [ g8 ] \hdble e4 \birl a4 |
|
||||||
|
\grg e8 [ f8 ] \thrwd d4~ d4
|
||||||
|
}
|
||||||
|
pipessecndAB = {
|
||||||
|
\grg d8 [ f8 ] \thrwd d4 \gre b4 |
|
||||||
|
\grg c8 [ b8 ] \grg G4 \grg f4 |
|
||||||
|
\grg d8 [ f8 ] \thrwd d4 \dblf f4 |
|
||||||
|
\grg d8 [ e8 ] \grg c4~ c4 |
|
||||||
|
|
||||||
|
\grg d8 [ f8 ] \thrwd d4 \gre b4 |
|
||||||
|
\grg c8 [ b8 ] \grg G4 \grg f4 |
|
||||||
|
\grg d8 [ e8 ] \grg c4 \grip c4 |
|
||||||
|
\dblg g8 [ A8 ] \hdblf f4~ f4
|
||||||
|
}
|
||||||
|
|
||||||
|
pipessecndBA = {
|
||||||
|
\grg f8 [ A8 ] \grg A4 \hdblf f8 [ d8 ] |
|
||||||
|
\grg e8 [ d8 ] \grg b4 \grG a4 |
|
||||||
|
\grg f8 [ A8 ] \grg A4 \hdblf f8 [ d8 ] |
|
||||||
|
\grg f8 [ g8 ] \grA e4~ e4 |
|
||||||
|
|
||||||
|
\grg f8 [ A8 ] \grg A4 \hdblf f8 [ d8 ] |
|
||||||
|
e8 [ d8 ] \grg b4 \grG a4 |
|
||||||
|
\grg f8 [ g8 ] \hdble e4 \birl a4 |
|
||||||
|
\grg e8 [ f8 ] \thrwd d4~ d4
|
||||||
|
}
|
||||||
|
pipessecndBB = {
|
||||||
|
\grg d8 [ f8 ] \gre f4 \dbld d8 [ b8 ] |
|
||||||
|
\grg c8 [ b8 ] \grg G4 \grg f4 |
|
||||||
|
\grg d8 [ f8 ] \gre f4 \dble e8 [ b8 ] |
|
||||||
|
\grg d8 [ e8 ] \grg c4~ c4 |
|
||||||
|
|
||||||
|
\grg d8 [ f8 ] \gre f4 \dbld d8 [ b8 ] |
|
||||||
|
\grg c8 [ b8 ] \grg G4 \grg f4 |
|
||||||
|
\grg d8 [ e8 ] \grg c4 \grip c4 |
|
||||||
|
\dblg g8 [ A8 ] \hdblf f4~ f4
|
||||||
|
}
|
129
3-4_marches/i_see_mull/pipes.full.ly
Normal file
129
3-4_marches/i_see_mull/pipes.full.ly
Normal file
|
@ -0,0 +1,129 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
|
||||||
|
\include "bagpipe.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.pipes.ily"
|
||||||
|
\include "./notes.pipes.seconds.ily"
|
||||||
|
%\include "./notes.pipes.thirds.ily"
|
||||||
|
|
||||||
|
\layout {
|
||||||
|
indent = 8.0
|
||||||
|
short-indent = 2.0
|
||||||
|
}
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new StaffGroup \with {
|
||||||
|
\override VerticalAxisGroup #'remove-first = ##t
|
||||||
|
} <<
|
||||||
|
\new Staff = "pipes" \with {
|
||||||
|
instrumentName = \markup{ \instrumentPipes }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
|
} {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\line
|
||||||
|
\line \bar "||"
|
||||||
|
\break
|
||||||
|
\line
|
||||||
|
\line \bar "|."
|
||||||
|
|
||||||
|
}%Format
|
||||||
|
\new Voice = "pipes" {
|
||||||
|
\pipesA
|
||||||
|
\pipesA
|
||||||
|
|
||||||
|
\pipesB
|
||||||
|
\pipesB
|
||||||
|
}%Pipes
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\new Staff = "seconds" \with {
|
||||||
|
instrumentName = \markup{ \instrumentPipesSecnd }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
|
||||||
|
\RemoveEmptyStaves
|
||||||
|
} {
|
||||||
|
\pipessecndglobal
|
||||||
|
|
||||||
|
R2.*8
|
||||||
|
\pipessecndAB
|
||||||
|
|
||||||
|
R2.*8
|
||||||
|
\pipessecndBB
|
||||||
|
}
|
||||||
|
%{ \new Staff = "thirds" \with {
|
||||||
|
instrumentName = \markup{ \instrumentPipesThrd }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipeTthrd }
|
||||||
|
} {
|
||||||
|
\pipesthrdglobal
|
||||||
|
|
||||||
|
}
|
||||||
|
%}
|
||||||
|
>>
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
composer = \markup \large {
|
||||||
|
\column \right-align {
|
||||||
|
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} )
|
||||||
|
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \composerPipessecnd ":" }} #} )
|
||||||
|
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \composerPipesthrd ":" }} #} )
|
||||||
|
}
|
||||||
|
\column \right-align {
|
||||||
|
$(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} )
|
||||||
|
$(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} )
|
||||||
|
$(if (not (string=? "" composerPipesthrd)) #{ \markup {\line { \instrumentPipesthrd }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\global
|
||||||
|
\new Staff = "pipes" \with {
|
||||||
|
midiInstrument = #"bagpipe"
|
||||||
|
instrumentName = \markup{ \instrumentPipes }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
|
} {
|
||||||
|
\pipeglobal
|
||||||
|
%%Tune
|
||||||
|
|
||||||
|
\pipesA
|
||||||
|
\pipesA
|
||||||
|
\pipesB
|
||||||
|
\pipesB
|
||||||
|
|
||||||
|
}
|
||||||
|
\new Staff = "seconds" \with {
|
||||||
|
midiInstrument = #"bagpipe"
|
||||||
|
instrumentName = \markup{ \instrumentPipesSecnd }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipesSecnd }
|
||||||
|
} {
|
||||||
|
\pipessecndglobal
|
||||||
|
%% Seconds
|
||||||
|
\pipessecndAA
|
||||||
|
\pipessecndAB
|
||||||
|
\pipessecndBA
|
||||||
|
\pipessecndBB
|
||||||
|
|
||||||
|
}
|
||||||
|
%{ \new Staff = "thirds" \with {
|
||||||
|
midiInstrument = #"bagpipe"
|
||||||
|
instrumentName = \markup{ \instrumentPipesThrd }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipeThrd }
|
||||||
|
} {
|
||||||
|
\pipesthrdglobal
|
||||||
|
%% Thirds
|
||||||
|
}
|
||||||
|
%}
|
||||||
|
>>
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
}
|
||||||
|
}
|
55
3-4_marches/i_see_mull/pipes.ly
Normal file
55
3-4_marches/i_see_mull/pipes.ly
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "bagpipe.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\line
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\line
|
||||||
|
}
|
||||||
|
}%Format
|
||||||
|
|
||||||
|
\new Voice = "pipes" {
|
||||||
|
\pipesA
|
||||||
|
|
||||||
|
\pipesB
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
|
||||||
|
\pipesA
|
||||||
|
\pipesB
|
||||||
|
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
|
}
|
||||||
|
}
|
54
3-4_marches/i_see_mull/pipes.seconds.ly
Normal file
54
3-4_marches/i_see_mull/pipes.seconds.ly
Normal file
|
@ -0,0 +1,54 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "bagpipe.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.pipes.seconds.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipessecndglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\line
|
||||||
|
\line \bar "||"
|
||||||
|
\break
|
||||||
|
\line
|
||||||
|
\line \bar "|."
|
||||||
|
|
||||||
|
}%Format
|
||||||
|
|
||||||
|
\new Voice = "seconds" {
|
||||||
|
\pipessecndAA
|
||||||
|
\pipessecndAB
|
||||||
|
|
||||||
|
\pipessecndBA
|
||||||
|
\pipessecndBB
|
||||||
|
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentSecnd
|
||||||
|
composer = \composerPipesSecnd
|
||||||
|
arranger = \arrangerPipesSecnd
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipessecndglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentSecnd
|
||||||
|
composer = \composerPipesSecnd
|
||||||
|
arranger = \arrangerPipesSecnd
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
18
4-4_marches/48th_highlanders_of_holland/config.ily
Normal file
18
4-4_marches/48th_highlanders_of_holland/config.ily
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
%% Globals
|
||||||
|
global = {
|
||||||
|
\key d \major
|
||||||
|
\time 4/4
|
||||||
|
}
|
||||||
|
confTempo = {
|
||||||
|
\tempo 4 = 80
|
||||||
|
}
|
||||||
|
%% Format
|
||||||
|
part = { \partial 4 \grace{s4.} s4 }
|
||||||
|
measure = { \grace {s1} s1 | }
|
||||||
|
halfline = { \repeat unfold 4 \measure }
|
||||||
|
line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
||||||
|
%% Headers
|
||||||
|
title = "The 48th Highlanders of Holland"
|
||||||
|
meter = "March"
|
60
4-4_marches/48th_highlanders_of_holland/notes.pipes.ily
Normal file
60
4-4_marches/48th_highlanders_of_holland/notes.pipes.ily
Normal file
|
@ -0,0 +1,60 @@
|
||||||
|
% 4/4 48th Highlanders of Holland
|
||||||
|
% Pipes
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipes = "PM Rev. Dr. K. B. Bice, 2015"
|
||||||
|
arrangerPipes = ""
|
||||||
|
pipeglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
% Music
|
||||||
|
pipesA = {
|
||||||
|
\grg f8. [ e16 ] |
|
||||||
|
\thrwd d4 \grg d8 [ f8 ] \grg a4. d8 |
|
||||||
|
\slurb b4~ b8 [ d8 ] \dble e4 b4 |
|
||||||
|
\grg c4~ c8 [ b8 ] \grG a4 g4 |
|
||||||
|
\grA f4~ f16 [ e16 d8 ] \dble e8 [ a8 ] \grg a16 [ b16 c8 ]
|
||||||
|
|
||||||
|
\thrwd d4 \grg d8 [ f8 ] \grg a4. d8 |
|
||||||
|
\slurb b4~ b8 [ d8 ] \dble e2 |
|
||||||
|
\grg c4~ c8 [ b8 ] \grG a4~ a8 [ e8 ] |
|
||||||
|
\grg a16 [ b16 c8 ] \grg f8. [ e16 ] \thrwd d4
|
||||||
|
}
|
||||||
|
pipesB = {
|
||||||
|
\grg a8. [ d16 ] |
|
||||||
|
\grg f4 a4 \thrwd d4 \grg f16 [ e16 d8 ] |
|
||||||
|
\grg G4~ G8 [ b8 ] \slurb b4. d8 |
|
||||||
|
\grg c4~ c8 [ d8 ] \dble e4 a4 |
|
||||||
|
\thrwd d4~ d16 [ e16 f8 ] \grg f8 [ e8 ] \grg d8 [ e8 ] |
|
||||||
|
|
||||||
|
\grg f4 a4 \thrwd d4 \grg f16 [ e16 d8 ] |
|
||||||
|
\grg G4~ G8 [ b8 ] \slurb b2 |
|
||||||
|
\grg c4~ c8 [ b8 ] \grG a4~ a8 [ e8 ] |
|
||||||
|
\grg a16 [ b16 c8 ] \grg f8. [ e16 ] \thrwd d4
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesC = {
|
||||||
|
\grg f8. [ e16 ] |
|
||||||
|
\thrwd d4 \grg d8 [ f8 ] \grg a4. f8 |
|
||||||
|
\grg e4~ e8 [ f8 ] \grA g4 b4 |
|
||||||
|
\grg c4~ c8 [ b8 ] \grG a4 g4 |
|
||||||
|
\grA f4~ f16 [ e16 d8 ] \dble e8 [ a8 ] \grg a16 [ b16 c8 ] |
|
||||||
|
|
||||||
|
\thrwd d4 \grg d8 [ f8 ] \grg a4. f8 |
|
||||||
|
\grg e4~ e8 [ f8 ] \grA g2 |
|
||||||
|
\grg c4~ c8 [ b8 ] \grG a4~ a8 [ e8 ] |
|
||||||
|
\grg a16 [ b16 c8 ] \grg f8. [ e16 ] \thrwd d4
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesD = {
|
||||||
|
\grg a8. [ d16 ] |
|
||||||
|
\grg f4 a4 \thrwd d4 \grg d16 [ e16 f8 ] |
|
||||||
|
\grg g4~ g8 [ f8 ] \dble e4. a8 |
|
||||||
|
\grg c4~ c8 [ d8 ] \dble e4 a4 |
|
||||||
|
\thrwd d4~ d16 [ e16 f8 ] \grg f8 [ e8 ] \grg d8 [ e8 ] |
|
||||||
|
|
||||||
|
\grg f4 a4 \thrwd d4 \grg d16 [ e16 g8 ] |
|
||||||
|
\grg g4~ g8 [ f8 ] \dble e2 |
|
||||||
|
\grg c4~ c8 [ b8 ] \grG a4~ a8 [ e8 ] |
|
||||||
|
\grg a16 [ b16 c8 ] \grg f8. [ e16 ] \thrwd d4
|
||||||
|
|
||||||
|
}
|
58
4-4_marches/48th_highlanders_of_holland/pipes.ly
Normal file
58
4-4_marches/48th_highlanders_of_holland/pipes.ly
Normal file
|
@ -0,0 +1,58 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "bagpipe.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\part \line
|
||||||
|
\bar "||" \break
|
||||||
|
\part \line
|
||||||
|
\bar "||" \break
|
||||||
|
\part \line
|
||||||
|
\bar "||" \break
|
||||||
|
\part \line
|
||||||
|
\bar "|." \break
|
||||||
|
}%Format
|
||||||
|
|
||||||
|
\new Voice = "pipes" {
|
||||||
|
\pipesA s4
|
||||||
|
\pipesB s4
|
||||||
|
\pipesC s4
|
||||||
|
\pipesD s4
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
\partial 4
|
||||||
|
\pipesA
|
||||||
|
\pipesB
|
||||||
|
\pipesC
|
||||||
|
\pipesD
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
|
}
|
||||||
|
}
|
18
4-4_marches/battle_of_waterloo/config.ily
Normal file
18
4-4_marches/battle_of_waterloo/config.ily
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
%% Globals
|
||||||
|
global = {
|
||||||
|
\key d \major
|
||||||
|
\time 4/4
|
||||||
|
}
|
||||||
|
confTempo = {
|
||||||
|
\tempo 4 = 80
|
||||||
|
}
|
||||||
|
%% Format
|
||||||
|
part = { \partial 4 \grace{s4.} s4 }
|
||||||
|
measure = { \grace {s1} s1 | }
|
||||||
|
halfline = { \repeat unfold 4 \measure }
|
||||||
|
line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
||||||
|
%% Headers
|
||||||
|
title = "The Battle of Waterloo"
|
||||||
|
meter = "March"
|
33
4-4_marches/battle_of_waterloo/notes.pipes.ily
Normal file
33
4-4_marches/battle_of_waterloo/notes.pipes.ily
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
% 4/4 Battle of Waterloo
|
||||||
|
% Pipes
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipes = ""
|
||||||
|
arrangerPipes = ""
|
||||||
|
pipeglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
% Music
|
||||||
|
pipesA = {
|
||||||
|
\grg e8 [ d16 b16 ] |
|
||||||
|
\grg a4 \taor a8 [ \grd b8 ] \dbla a8 [ \gre G8 ] \grd G8 [ a8 ] |
|
||||||
|
\grip c8. [ d16 ] \dble e8 [ c8 ] \thrwd d4 \grg e8 [ f16 g16 ] |
|
||||||
|
\dblA A8. [ g16 ] \hdble e8 [ d8 ] \dble e8. [ d16 ] \dblb b8 [ \gre a8 ] |
|
||||||
|
\grg G8. [ \grd G16 ] \gre G8 [ \grd a8 ] \dblG G4 \dble e8 [ d16 b16 ] |
|
||||||
|
|
||||||
|
\grg a4 \taor a8 [ \grd b8 ] \dbla a8 [ \gre G8 ] \grd G8 [ a8 ] |
|
||||||
|
\grip c8. [ d16 ] \dble e8 [ c8 ] \thrwd d4 \grg e8 [ f16 g16 ] |
|
||||||
|
\dblA A8. [ g16 ] \hdble e8 [ d8 ] \dble e8. [ d16 ] \dblb b8 [ \gre G8 ] |
|
||||||
|
\grg a2 \wbirl a4.
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesB = {
|
||||||
|
\dblg g8 |
|
||||||
|
\dblA A8. [ g16 ] \grA e8 [ d8 ] \grg c4 \grip e8. [ f16 ] |
|
||||||
|
\dblg g8. [ A16 ] \slurf g8 [ \grA e8 ] \dblg g4 \grA e8 [ f16 g16 ] |
|
||||||
|
\dblA A8. [ g16 ] \hdble e8 [ d8 ] \dble e8. [ d16 ] \dblb b8 [ \gre a8 ] |
|
||||||
|
\grg G8. [ \grd G16 ] \gre G8 [ \grd a8 ] \dblG G4 \dble e8 [ d16 b16 ] |
|
||||||
|
|
||||||
|
\grg a4 \taor a8 [ \grd b8 ] \dbla a8 [ \gre G8 ] \grd G8 [ a8 ] |
|
||||||
|
\grip c8. [ d16 ] \dble e8 [ c8 ] \thrwd d4 \grg e8 [ f16 g16 ] |
|
||||||
|
\dblA A8. [ g16 ] \hdble e8 [ d8 ] \dble e8. [ d16 ] \dblb b8 [ \gre G8 ] |
|
||||||
|
\grg a2 \wbirl a4. }
|
54
4-4_marches/battle_of_waterloo/pipes.ly
Normal file
54
4-4_marches/battle_of_waterloo/pipes.ly
Normal file
|
@ -0,0 +1,54 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "bagpipe.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\part \line
|
||||||
|
\bar "||"
|
||||||
|
\break
|
||||||
|
\partial 8 \grace{ s1} s8 \line
|
||||||
|
\bar "|."
|
||||||
|
}%Format
|
||||||
|
|
||||||
|
\new Voice = "pipes" {
|
||||||
|
\pipesA s8
|
||||||
|
|
||||||
|
|
||||||
|
\pipesB s8
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
\partial 4
|
||||||
|
\pipesA
|
||||||
|
\pipesB
|
||||||
|
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
|
}
|
||||||
|
}
|
18
airs/bonnie_black_isle/config.ily
Normal file
18
airs/bonnie_black_isle/config.ily
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
%% Globals
|
||||||
|
global = {
|
||||||
|
\key d \major
|
||||||
|
\time 12/8
|
||||||
|
}
|
||||||
|
confTempo = {
|
||||||
|
\tempo 4. = 80
|
||||||
|
}
|
||||||
|
%% Format
|
||||||
|
part = { \partial 4. \grace{s4.} s4. }
|
||||||
|
measure = { \grace {s1} s1. | }
|
||||||
|
halfline = { \repeat unfold 4 \measure }
|
||||||
|
line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
||||||
|
%% Headers
|
||||||
|
title = "Bonnie Black Isle"
|
||||||
|
meter = "Slow March"
|
38
airs/bonnie_black_isle/notes.pipes.ily
Normal file
38
airs/bonnie_black_isle/notes.pipes.ily
Normal file
|
@ -0,0 +1,38 @@
|
||||||
|
% 12/8 Bonnie Black Isle
|
||||||
|
% Pipes
|
||||||
|
\version "2.18.2"
|
||||||
|
composerPipes = "D. Knox"
|
||||||
|
arrangerPipes = ""
|
||||||
|
pipeglobal = {
|
||||||
|
\bagpipeKey
|
||||||
|
}
|
||||||
|
% Music
|
||||||
|
pipesA = {
|
||||||
|
\grg a8 [ d8 e8 ] |
|
||||||
|
\dblf f4. \grg d2. \grA g8 [ f8 e8 ] |
|
||||||
|
\dblf f4. \grg d2. \grg a8 [ d8 e8 ] |
|
||||||
|
\dblf f4. \grg d2. \grA g8 [ f8 d8 ] |
|
||||||
|
\dble e2.~ e4. \grg e8 [ f8 g8 ] |
|
||||||
|
|
||||||
|
\dblA A4. \hdblf f4.~ f4 A8 [ g8 f8 e8 ] |
|
||||||
|
\dblf f4. \grg d4.~ d4 f8 [ \grg a8 d8 e8 ] |
|
||||||
|
\dblf f4. \dblA A4.~ A4 a8 [ \grg a8 f8 e8 ] |
|
||||||
|
\thrwd d2. \dbld d4.
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesB = {
|
||||||
|
\grg d4 c8 |
|
||||||
|
\dblb b4. \grg b8 [ c8 d8 ] \grg c4. \grg c8 [ b8 a8 ] |
|
||||||
|
\grg b4. \grg b8 [ a8 G8 ] \grg a4. \grg d4 c8 |
|
||||||
|
\dblb b4. \grg b8 [ c8 d8 ] \grg e4. \gra e8 [ d8 e8 ] |
|
||||||
|
\hdblf f4. \grg f8 [ e8 d8 ] \dble e4. \grg e8 [ f8 g8 ] |
|
||||||
|
|
||||||
|
\dblA A4. \hdblf f4.~ f4 A8 [ g8 f8 e8 ] |
|
||||||
|
\dblf f4. \grg d4.~ d4 f8 [ \grg a8 g8 e8 ] |
|
||||||
|
\dblf f4. \dblA A4.~ A4 a8 [ \grg a8 g8 e8 ] |
|
||||||
|
\thrwd d2. \dbld d4.
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesC = {
|
||||||
|
\pipesA
|
||||||
|
}
|
69
airs/bonnie_black_isle/pipes.ly
Normal file
69
airs/bonnie_black_isle/pipes.ly
Normal file
|
@ -0,0 +1,69 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "bagpipe.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
markTextEol = #(define-music-function (parser location text) (string?) #{
|
||||||
|
\once \override Score.RehearsalMark #'break-visibility = #end-of-line-visible
|
||||||
|
\once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
|
||||||
|
\mark \markup $text
|
||||||
|
#})
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part
|
||||||
|
\line
|
||||||
|
\markTextEol "Fine"
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\part
|
||||||
|
\line
|
||||||
|
\markTextEol "D.C. al Fine"
|
||||||
|
\bar "||"
|
||||||
|
}%Format
|
||||||
|
|
||||||
|
\new Voice = "pipes" {
|
||||||
|
\pipesA s4.
|
||||||
|
|
||||||
|
\pipesB s4.
|
||||||
|
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
\partial 4.
|
||||||
|
\pipesA
|
||||||
|
\pipesA
|
||||||
|
|
||||||
|
\pipesB
|
||||||
|
|
||||||
|
\pipesA
|
||||||
|
\pipesA
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
|
}
|
||||||
|
}
|
|
@ -8,11 +8,12 @@ confTempo = {
|
||||||
\tempo 4 = 80
|
\tempo 4 = 80
|
||||||
}
|
}
|
||||||
%% Format
|
%% Format
|
||||||
part = { \partial 8 \grace{s4.} s8 }
|
part = { \partial 4 \grace{s4.} s4 }
|
||||||
measure = { \grace {s1} s1 | }
|
measure = { \grace {s1} s1 | }
|
||||||
halfline = { \repeat unfold 4 \measure }
|
quartline = { \repeat unfold 2 \measure }
|
||||||
line = { \repeat unfold 2 { \halfline } }
|
halfline = { \repeat unfold 2 \quartline }
|
||||||
|
line = { \repeat unfold 2 \halfline }
|
||||||
|
|
||||||
%% Headers
|
%% Headers
|
||||||
title = "Rose of Kelvingrove"
|
title = "The Rose of Kelvingrove"
|
||||||
meter = "Air"
|
meter = "Air"
|
||||||
|
|
147
airs/rose_of_kelvingrove/full.ly
Normal file
147
airs/rose_of_kelvingrove/full.ly
Normal file
|
@ -0,0 +1,147 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
|
||||||
|
\include "bagpipe.ly"
|
||||||
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
|
\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"
|
||||||
|
|
||||||
|
\layout {
|
||||||
|
indent = 5.0
|
||||||
|
short-indent = 2.0
|
||||||
|
}
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\new Staff \with {
|
||||||
|
instrumentName = \markup{ \instrumentPipes }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
|
} {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\part
|
||||||
|
\line
|
||||||
|
\bar "||"
|
||||||
|
\line
|
||||||
|
\bar ".|:-||"
|
||||||
|
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \line
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \halfline
|
||||||
|
\quartline
|
||||||
|
} \alternative {
|
||||||
|
\quartline
|
||||||
|
{ \halfline \quartline }
|
||||||
|
}
|
||||||
|
\bar "|."
|
||||||
|
}%Format
|
||||||
|
|
||||||
|
\new Voice = "pipes" {
|
||||||
|
\pipesAA \pipesABA
|
||||||
|
\pipesAA \pipesABB s4
|
||||||
|
|
||||||
|
\pipesBA s4
|
||||||
|
|
||||||
|
\pipesBA s4
|
||||||
|
\pipesBEnding
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}%Pipes
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
%{
|
||||||
|
\new Staff = "song" {
|
||||||
|
\lyricsglobal
|
||||||
|
\new Voice = "lyrics" {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}%
|
||||||
|
%{
|
||||||
|
\new Lyrics = "verse1" {
|
||||||
|
\lyricsglobal
|
||||||
|
\lyricsto "lyrics" {
|
||||||
|
\verseA
|
||||||
|
}
|
||||||
|
}
|
||||||
|
%}
|
||||||
|
%{
|
||||||
|
\new Staff = "seconds" \with {
|
||||||
|
instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd }
|
||||||
|
} {
|
||||||
|
\pipessecndglobal
|
||||||
|
|
||||||
|
}
|
||||||
|
%}
|
||||||
|
\new PipeBandDrumStaff = "side" \with {
|
||||||
|
instrumentName = \markup { \instrumentSide }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentSide }
|
||||||
|
} {
|
||||||
|
\sideglobal
|
||||||
|
|
||||||
|
\unfoldRepeats {
|
||||||
|
s4 \snareA
|
||||||
|
\snareA
|
||||||
|
|
||||||
|
s4 \snareB
|
||||||
|
|
||||||
|
s4 \snareC
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
%{
|
||||||
|
\new PipeBandDrumStaff = "tenor" \with {
|
||||||
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
} {
|
||||||
|
\tenorglobal
|
||||||
|
|
||||||
|
}
|
||||||
|
%}
|
||||||
|
%{
|
||||||
|
\new PipeBandDrumStaff = "bass" \with {
|
||||||
|
instrumentName = \markup{ \instrumentBass }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentBass }
|
||||||
|
} {
|
||||||
|
\bassglobal
|
||||||
|
|
||||||
|
}
|
||||||
|
%}
|
||||||
|
>>
|
||||||
|
\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 }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,4 +1,4 @@
|
||||||
% 4/4 The Rose of Kelvingrove
|
% 4/4 Rose of Kelvingrove
|
||||||
% Pipes
|
% Pipes
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerPipes = "D. Knox"
|
composerPipes = "D. Knox"
|
||||||
|
@ -7,5 +7,48 @@ pipeglobal = {
|
||||||
\bagpipeKey
|
\bagpipeKey
|
||||||
}
|
}
|
||||||
% Music
|
% Music
|
||||||
pipesA = {
|
pipesAA = {
|
||||||
|
\grg a8. [ d16 ] |
|
||||||
|
\grg f8 [ e8 ] \grg d8 [ c8 ] \thrwd d4 \grg a8. [ d16 ] |
|
||||||
|
\dblb b2~ b4 \grg b4 |
|
||||||
|
\grA g8 [ f8 ] \grg e8 [ d8 ] \dblb b4 \grg G8. [ d16 ] |
|
||||||
|
\dblc c2~ c4 \grg c8. [ b16 ] |
|
||||||
|
|
||||||
|
\grg a4~ a8 [ d8 ] \grg f4 A8. [ g16 ] |
|
||||||
|
\grA g2~ g4 d4 |
|
||||||
|
}
|
||||||
|
pipesABA = {
|
||||||
|
\dble e4 \gra e4 \grg f4 \grg e8. [ d16 ] |
|
||||||
|
\dble e2~ e4
|
||||||
|
}
|
||||||
|
pipesABB = {
|
||||||
|
\dble e4~ e8 [ \gra e8 ] \grg f8 [ e8 ] \grg d8 [ c8 ] |
|
||||||
|
\thrwd d2.
|
||||||
|
}
|
||||||
|
|
||||||
|
pipesBAA = {
|
||||||
|
a4 |
|
||||||
|
\dblA A4~ A8 [ g8 ] \grA f4 \grg e4 |
|
||||||
|
\thrwd d2~ d4 b4 |
|
||||||
|
\grA g4~ g8 [ f8 ] \grg e4 d4 |
|
||||||
|
\dbld d2 \dblc c4 \gre a4 |
|
||||||
|
|
||||||
|
\dblA A4~ A8 [ g8 ] \grA f4 \grg e4 |
|
||||||
|
\thrwd d4~ d8 [ g8 ] \grf g2 |
|
||||||
|
}
|
||||||
|
pipesBAB = {
|
||||||
|
\grA f4~ f8 [ \birl a8 ] \grg f8 [ e8 ] \grg d8 [ c8 ] |
|
||||||
|
\thrwd d2~ d4
|
||||||
|
}
|
||||||
|
pipesBA = {
|
||||||
|
\pipesBAA
|
||||||
|
\pipesBAB
|
||||||
|
}
|
||||||
|
pipesBEnding = {
|
||||||
|
\grA f2~ f4 \birl a4 |
|
||||||
|
\grg f4 e4 \grg d4 c4 |
|
||||||
|
\thrwd d1~ |
|
||||||
|
d1~ |
|
||||||
|
d1~ |
|
||||||
|
d1~
|
||||||
}
|
}
|
||||||
|
|
69
airs/rose_of_kelvingrove/pipes.ly
Normal file
69
airs/rose_of_kelvingrove/pipes.ly
Normal file
|
@ -0,0 +1,69 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "bagpipe.ly"
|
||||||
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.pipes.ily"
|
||||||
|
|
||||||
|
\pbreak = \break
|
||||||
|
\score {
|
||||||
|
\new Staff {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part \halfline
|
||||||
|
\pbreak
|
||||||
|
\quartline
|
||||||
|
} \alternative {
|
||||||
|
\quartline
|
||||||
|
\quartline
|
||||||
|
}
|
||||||
|
\bar ".|:-||"
|
||||||
|
\break
|
||||||
|
\repeat volta 4 {
|
||||||
|
\part \halfline
|
||||||
|
\pbreak
|
||||||
|
\quartline
|
||||||
|
} \alternative {
|
||||||
|
{\quartline \pbreak}
|
||||||
|
{ \halfline \quartline }
|
||||||
|
}
|
||||||
|
\bar "|."
|
||||||
|
}%Format
|
||||||
|
|
||||||
|
\new Voice = "pipes" {
|
||||||
|
\pipesAA
|
||||||
|
\pipesABA s4
|
||||||
|
\pipesABB s4
|
||||||
|
|
||||||
|
\pipesBA s4
|
||||||
|
\pipesBEnding
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\score {
|
||||||
|
\new Staff { \global \pipeglobal
|
||||||
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
|
%%Tune
|
||||||
|
|
||||||
|
}
|
||||||
|
\midi { \confTempo }
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentPipes
|
||||||
|
composer = \composerPipes
|
||||||
|
arranger = \arrangerPipes
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue