mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02:00
Added pipes to Road to the Isles, moved it to 2-4_marches
This commit is contained in:
parent
3f1cd3d02f
commit
3db4cbaa90
8 changed files with 291 additions and 1 deletions
19
2-4_marches/road_to_the_isles/config.ily
Normal file
19
2-4_marches/road_to_the_isles/config.ily
Normal file
|
@ -0,0 +1,19 @@
|
|||
\version "2.19.0"
|
||||
%% Globals
|
||||
global = {
|
||||
\time 2/4
|
||||
}
|
||||
confTempo = {
|
||||
\tempo 4 = 60
|
||||
}
|
||||
%% Format
|
||||
part = { \partial 8 \grace{s4.} s8 }
|
||||
measure = { \grace {s1} s2 | }
|
||||
halfline = { \repeat unfold 4 \measure }
|
||||
line = { \repeat unfold 2 { \halfline } }
|
||||
|
||||
%% Headers
|
||||
title = "Road to the Isles"
|
||||
alttitleI = "Burning Sands of Egypt"
|
||||
alttitleII = "Bens of Jura"
|
||||
meter = "March"
|
180
2-4_marches/road_to_the_isles/full.ly
Normal file
180
2-4_marches/road_to_the_isles/full.ly
Normal file
|
@ -0,0 +1,180 @@
|
|||
\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 unfold 2 {
|
||||
\part
|
||||
\halfline
|
||||
} \alternative {
|
||||
{ \halfline \break \bar "||" }
|
||||
{ \halfline }
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesAA
|
||||
\pipesAB s8
|
||||
|
||||
\pipesBA
|
||||
\pipesBBA s8
|
||||
\pipesBA
|
||||
\pipesBBB
|
||||
|
||||
}%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
|
||||
\sidePI
|
||||
<<
|
||||
\sideMid
|
||||
\context PipeBandDrumStaff = "sideLD" {
|
||||
\sideMidII
|
||||
}
|
||||
>>
|
||||
\sidePI
|
||||
<<
|
||||
\sideEnd
|
||||
\context PipeBandDrumStaff = "sideLD" {
|
||||
\sideEndII
|
||||
}
|
||||
>> s8
|
||||
|
||||
%%
|
||||
\sidePII
|
||||
<<
|
||||
\sideMid
|
||||
\context PipeBandDrumStaff = "sideLD" {
|
||||
\sideMidII
|
||||
}
|
||||
>>
|
||||
\sidePII
|
||||
<<
|
||||
\sideEnd
|
||||
\context PipeBandDrumStaff = "sideLD" {
|
||||
\sideEndII
|
||||
}
|
||||
>> s8
|
||||
%
|
||||
<>\dr
|
||||
\removeWithTag #'tutti {
|
||||
\sidePII
|
||||
<<
|
||||
\sideMid
|
||||
\context PipeBandDrumStaff = "sideLD" {
|
||||
\sideMidII
|
||||
}
|
||||
>>
|
||||
\sidePI
|
||||
<<
|
||||
\sideEnd
|
||||
\context PipeBandDrumStaff = "sideLD" {
|
||||
\sideEndII
|
||||
}
|
||||
>> s8 \fr
|
||||
}
|
||||
}
|
||||
\new PipeBandDrumStaff = "sideLD" \with {
|
||||
instrumentName = \markup \center-column { LD \instrumentSide }
|
||||
shortInstrumentName = \markup{ L.D. }
|
||||
\RemoveAllEmptyStaves
|
||||
} {
|
||||
s8 | s1*4
|
||||
s8 | s1*4
|
||||
}
|
||||
%{
|
||||
\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 }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
41
2-4_marches/road_to_the_isles/notes.pipes.ily
Normal file
41
2-4_marches/road_to_the_isles/notes.pipes.ily
Normal file
|
@ -0,0 +1,41 @@
|
|||
% 2/4 Road to the Isles
|
||||
% Pipes
|
||||
\version "2.18.2"
|
||||
composerPipes = "P.M. J. MacLellan" %John, DCM
|
||||
arrangerPipes = ""
|
||||
pipeglobal = {
|
||||
\key d \major
|
||||
}
|
||||
% Music
|
||||
pipesAA = {
|
||||
\grg a16. d32 |
|
||||
\dblf f4 A16. f32 \grg e16. f32 |
|
||||
\thrwd d16. e32 \grg d16. c32 \dblb b8 \grg d16 c16 |
|
||||
\grg b32 \grd G16. \grg b16. c32 \thrwd d16. e32 \grg f32 A16. |
|
||||
\hdble e4 \gra e8
|
||||
}
|
||||
pipesAB = {
|
||||
\grg a16. d32 |
|
||||
\dblf f4 A16. f32 \grg e16. f32 |
|
||||
\thrwd d16. e32 \grg d16. c32 \dblb b8 [ \dblg g8 ] |
|
||||
\grA f32 [ A16. \hdblf f16. d32 ] \grg a16. [ \grd c32 \dble e16. c32 ] |
|
||||
\thrwd d4 \dbld d8
|
||||
}
|
||||
pipesBA = {
|
||||
\grg f16. g32 |
|
||||
\dblA A16. [ a32 \wbirl a8 ] \dblf f16. [ a32 \wbirl a8 ] |
|
||||
\thrwd d16. e32 \grg d16. c32 \dblb b8 \grg d16 c16 |
|
||||
\grg b32 \grd G16. \grg b16. c32 \thrwd d16. e32 \grg f32 A16. |
|
||||
\hdble e4 \gra e8
|
||||
|
||||
}
|
||||
pipesBBA = {
|
||||
\grg f16. g32 |
|
||||
\dblA A16. [ a32 \wbirl a8 ] \dblf f16. [ a32 \wbirl a8 ] |
|
||||
\thrwd d16. e32 \grg d16. c32 \dblb b8 [ \dblg g8 ] |
|
||||
\grA f32 [ A16. \hdblf f16. d32 ] \grg a16. [ \grd c32 \dble e16. c32 ] |
|
||||
\thrwd d4 \dbld d8
|
||||
}
|
||||
pipesBBB = {
|
||||
\pipesAB
|
||||
}
|
43
2-4_marches/road_to_the_isles/notes.side.ily
Normal file
43
2-4_marches/road_to_the_isles/notes.side.ily
Normal file
|
@ -0,0 +1,43 @@
|
|||
% 2/4 Road to the Isles
|
||||
% Side
|
||||
\version "2.18.2"
|
||||
%composerSide = "E.T. de Boone, 23/05/2017"
|
||||
% Written while giving blood
|
||||
composerSide = "E.T. de Boone, v1.1"
|
||||
arrangerSide = ""
|
||||
sideglobal = { \eighthBeaming }
|
||||
|
||||
% Music
|
||||
sideMid = \drummode { \tutti {
|
||||
d16. g32 |
|
||||
d16.-> g32 d16. g32-> d16. g32-> d16. g32 |
|
||||
d8-> d8:32( g8)
|
||||
} }
|
||||
sideMidII = \drummode { \tutti {
|
||||
d16. g32 |
|
||||
d16.:64([ d32) \tuplet 3/2 { g16 d g] } \flam d16.[ \drag g32 \tuplet 5/2 { d16 g d g d] } |
|
||||
g8 d8:32( g8)
|
||||
} }
|
||||
|
||||
sideEnd = \drummode { \tutti {
|
||||
g8 |
|
||||
\flam d8 \flam g \flam d16. g32 d16. g32 |
|
||||
d4:32( d8)
|
||||
} }
|
||||
sideEndII = \drummode { \tutti {
|
||||
d16. g32 |
|
||||
\dragd \tuplet 3/2 { d16[ d g } \drag d16. g32] \flam d16.[ \drag g32 \tuplet 5/2 { d16 g d g d] } |
|
||||
g8 d8:32( g8)
|
||||
} }
|
||||
|
||||
% parts
|
||||
sidePI = \drummode {
|
||||
d16. g32 |
|
||||
d4:32( d16.) g32 \tuplet 3/2 { d16 g d } |
|
||||
\flam g16. d32-> g16. g32 \flam d8
|
||||
}
|
||||
sidePII = \drummode {
|
||||
d16. g32 |
|
||||
d16.:64(-> d32) \tuplet 3/2 { g16 d g } d16.:64(-> d32) \tuplet 3/2 { g16 d g } |
|
||||
d16.:64(-> d32) g16.:64(-> g32) d8
|
||||
}
|
67
2-4_marches/road_to_the_isles/pipes.ly
Normal file
67
2-4_marches/road_to_the_isles/pipes.ly
Normal file
|
@ -0,0 +1,67 @@
|
|||
\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 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\halfline
|
||||
} \alternative {
|
||||
{ \part \halfline }
|
||||
{ \part \halfline }
|
||||
}
|
||||
\bar "|."
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\pipesAA
|
||||
\pipesAB s8
|
||||
|
||||
\pipesBA s8
|
||||
\pipesBBA s8
|
||||
\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
|
||||
\pipesAA \pipesAB
|
||||
\pipesAA \pipesAB
|
||||
|
||||
\pipesBA \pipesBBA
|
||||
\pipesBA \pipesBBB
|
||||
}
|
||||
\midi { \confTempo }
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentPipes
|
||||
composer = \composerPipes
|
||||
arranger = \arrangerPipes
|
||||
}
|
||||
}
|
99
2-4_marches/road_to_the_isles/side.full.ly
Normal file
99
2-4_marches/road_to_the_isles/side.full.ly
Normal file
|
@ -0,0 +1,99 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.side.ily"
|
||||
|
||||
\layout {
|
||||
indent = 5.0
|
||||
short-indent = 2.0
|
||||
}
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new PipeBandDrumStaff = "side" \with {
|
||||
instrumentName = \markup{ \instrumentSide }
|
||||
shortInstrumentName = \markup{ \shortInstrumentSide }
|
||||
} {
|
||||
\global
|
||||
\sideglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\halfline
|
||||
\bar ""
|
||||
} \alternative {
|
||||
{ \part \halfline }
|
||||
{ \part \halfline }
|
||||
}
|
||||
|
||||
}%End of Format
|
||||
\new DrumVoice = "side" {
|
||||
\sidePI
|
||||
<<
|
||||
\sideMid
|
||||
\context PipeBandDrumStaff = "sideLD" {
|
||||
\sideMidII
|
||||
}
|
||||
>>
|
||||
\sidePI
|
||||
<<
|
||||
\sideEnd
|
||||
\context PipeBandDrumStaff = "sideLD" {
|
||||
\sideEndII
|
||||
}
|
||||
>> s8
|
||||
|
||||
\sidePII
|
||||
<<
|
||||
\sideMid
|
||||
\context PipeBandDrumStaff = "sideLD" {
|
||||
\sideMidII
|
||||
}
|
||||
>> s8
|
||||
\sidePII
|
||||
<<
|
||||
\sideEnd
|
||||
\context PipeBandDrumStaff = "sideLD" {
|
||||
\sideEndII
|
||||
}
|
||||
>> s8
|
||||
\sidePI
|
||||
<<
|
||||
\sideEnd
|
||||
\context PipeBandDrumStaff = "sideLD" {
|
||||
\sideEndII
|
||||
}
|
||||
>> s8
|
||||
}%End of side
|
||||
>>
|
||||
}
|
||||
\new PipeBandDrumStaff = "sideLD" \with {
|
||||
instrumentName = \markup \center-column { LD \instrumentSide }
|
||||
shortInstrumentName = \markup{ L.D. }
|
||||
\RemoveAllEmptyStaves
|
||||
} {
|
||||
s8 | s1*4
|
||||
s8 | s1*4
|
||||
}
|
||||
>>
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
composer = \markup {
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \composerSide ":" }} #} )
|
||||
}
|
||||
\column \right-align {
|
||||
$(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
45
2-4_marches/road_to_the_isles/side.ly
Normal file
45
2-4_marches/road_to_the_isles/side.ly
Normal file
|
@ -0,0 +1,45 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\sideglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
\sidePI
|
||||
\sideMid
|
||||
\sidePI
|
||||
\sideEnd s8
|
||||
|
||||
\sidePII
|
||||
\sideMid
|
||||
\sidePII
|
||||
\sideEnd s8
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentSide
|
||||
composer = \composerSide
|
||||
arranger = \arrangerSide
|
||||
}
|
||||
}
|
45
2-4_marches/road_to_the_isles/side.two.ly
Normal file
45
2-4_marches/road_to_the_isles/side.two.ly
Normal file
|
@ -0,0 +1,45 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\sideglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\part
|
||||
\line
|
||||
}
|
||||
}%Format
|
||||
|
||||
\new DrumVoice = "side" {
|
||||
\sidePI
|
||||
\sideMidII
|
||||
\sidePI
|
||||
\sideEndII s8
|
||||
|
||||
\sidePII
|
||||
\sideMidII
|
||||
\sidePI
|
||||
\sideEndII s8
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = #(string-append instrumentSide " 2")
|
||||
composer = \composerSide
|
||||
arranger = \arrangerSide
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue