mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02: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
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
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace{s4.} s8 }
|
||||
part = { \partial 4 \grace{s4.} s4 }
|
||||
measure = { \grace {s1} s1 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
quartline = { \repeat unfold 2 \measure }
|
||||
halfline = { \repeat unfold 2 \quartline }
|
||||
line = { \repeat unfold 2 \halfline }
|
||||
|
||||
%% Headers
|
||||
title = "Rose of Kelvingrove"
|
||||
title = "The Rose of Kelvingrove"
|
||||
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
|
||||
\version "2.18.2"
|
||||
composerPipes = "D. Knox"
|
||||
|
@ -7,5 +7,48 @@ pipeglobal = {
|
|||
\bagpipeKey
|
||||
}
|
||||
% 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…
Add table
Add a link
Reference in a new issue