From ae5d3758ce719c3a8603331e0e4ee1b704edf651 Mon Sep 17 00:00:00 2001 From: Eric Teunis de Boone Date: Tue, 12 Feb 2019 05:29:41 +0100 Subject: [PATCH] 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 --- 2-4_marches/highland_laddie/full.ly | 126 +++++++++++++++ 2-4_marches/highland_laddie/notes.pipes.ily | 57 +++++++ 2-4_marches/highland_laddie/pipes.ly | 74 +++++++++ .../bloody_fields_of_flanders/config.ily | 18 +++ .../bloody_fields_of_flanders/notes.pipes.ily | 34 ++++ .../bloody_fields_of_flanders/pipes.ly | 74 +++++++++ 3-4_marches/i_see_mull/config.ily | 17 ++ 3-4_marches/i_see_mull/notes.pipes.ily | 31 ++++ .../i_see_mull/notes.pipes.seconds.ily | 54 +++++++ 3-4_marches/i_see_mull/pipes.full.ly | 129 +++++++++++++++ 3-4_marches/i_see_mull/pipes.ly | 55 +++++++ 3-4_marches/i_see_mull/pipes.seconds.ly | 54 +++++++ .../48th_highlanders_of_holland/config.ily | 18 +++ .../notes.pipes.ily | 60 +++++++ .../48th_highlanders_of_holland/pipes.ly | 58 +++++++ 4-4_marches/battle_of_waterloo/config.ily | 18 +++ .../battle_of_waterloo/notes.pipes.ily | 33 ++++ 4-4_marches/battle_of_waterloo/pipes.ly | 54 +++++++ airs/bonnie_black_isle/config.ily | 18 +++ airs/bonnie_black_isle/notes.pipes.ily | 38 +++++ airs/bonnie_black_isle/pipes.ly | 69 ++++++++ airs/rose_of_kelvingrove/config.ily | 9 +- airs/rose_of_kelvingrove/full.ly | 147 ++++++++++++++++++ airs/rose_of_kelvingrove/notes.pipes.ily | 47 +++++- airs/rose_of_kelvingrove/pipes.ly | 69 ++++++++ 25 files changed, 1355 insertions(+), 6 deletions(-) create mode 100644 2-4_marches/highland_laddie/full.ly create mode 100644 2-4_marches/highland_laddie/notes.pipes.ily create mode 100644 2-4_marches/highland_laddie/pipes.ly create mode 100644 3-4_marches/bloody_fields_of_flanders/config.ily create mode 100644 3-4_marches/bloody_fields_of_flanders/notes.pipes.ily create mode 100644 3-4_marches/bloody_fields_of_flanders/pipes.ly create mode 100644 3-4_marches/i_see_mull/config.ily create mode 100644 3-4_marches/i_see_mull/notes.pipes.ily create mode 100644 3-4_marches/i_see_mull/notes.pipes.seconds.ily create mode 100644 3-4_marches/i_see_mull/pipes.full.ly create mode 100644 3-4_marches/i_see_mull/pipes.ly create mode 100644 3-4_marches/i_see_mull/pipes.seconds.ly create mode 100644 4-4_marches/48th_highlanders_of_holland/config.ily create mode 100644 4-4_marches/48th_highlanders_of_holland/notes.pipes.ily create mode 100644 4-4_marches/48th_highlanders_of_holland/pipes.ly create mode 100644 4-4_marches/battle_of_waterloo/config.ily create mode 100644 4-4_marches/battle_of_waterloo/notes.pipes.ily create mode 100644 4-4_marches/battle_of_waterloo/pipes.ly create mode 100644 airs/bonnie_black_isle/config.ily create mode 100644 airs/bonnie_black_isle/notes.pipes.ily create mode 100644 airs/bonnie_black_isle/pipes.ly create mode 100644 airs/rose_of_kelvingrove/full.ly create mode 100644 airs/rose_of_kelvingrove/pipes.ly diff --git a/2-4_marches/highland_laddie/full.ly b/2-4_marches/highland_laddie/full.ly new file mode 100644 index 0000000..9cab8ac --- /dev/null +++ b/2-4_marches/highland_laddie/full.ly @@ -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 }}#} ) + } + } + } +} diff --git a/2-4_marches/highland_laddie/notes.pipes.ily b/2-4_marches/highland_laddie/notes.pipes.ily new file mode 100644 index 0000000..04c56cd --- /dev/null +++ b/2-4_marches/highland_laddie/notes.pipes.ily @@ -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 +} diff --git a/2-4_marches/highland_laddie/pipes.ly b/2-4_marches/highland_laddie/pipes.ly new file mode 100644 index 0000000..3ef44da --- /dev/null +++ b/2-4_marches/highland_laddie/pipes.ly @@ -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 + } +} diff --git a/3-4_marches/bloody_fields_of_flanders/config.ily b/3-4_marches/bloody_fields_of_flanders/config.ily new file mode 100644 index 0000000..800ba84 --- /dev/null +++ b/3-4_marches/bloody_fields_of_flanders/config.ily @@ -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" diff --git a/3-4_marches/bloody_fields_of_flanders/notes.pipes.ily b/3-4_marches/bloody_fields_of_flanders/notes.pipes.ily new file mode 100644 index 0000000..9731026 --- /dev/null +++ b/3-4_marches/bloody_fields_of_flanders/notes.pipes.ily @@ -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 | +} diff --git a/3-4_marches/bloody_fields_of_flanders/pipes.ly b/3-4_marches/bloody_fields_of_flanders/pipes.ly new file mode 100644 index 0000000..f011b55 --- /dev/null +++ b/3-4_marches/bloody_fields_of_flanders/pipes.ly @@ -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 + } +} diff --git a/3-4_marches/i_see_mull/config.ily b/3-4_marches/i_see_mull/config.ily new file mode 100644 index 0000000..284f0e0 --- /dev/null +++ b/3-4_marches/i_see_mull/config.ily @@ -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" diff --git a/3-4_marches/i_see_mull/notes.pipes.ily b/3-4_marches/i_see_mull/notes.pipes.ily new file mode 100644 index 0000000..40389b3 --- /dev/null +++ b/3-4_marches/i_see_mull/notes.pipes.ily @@ -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 +} diff --git a/3-4_marches/i_see_mull/notes.pipes.seconds.ily b/3-4_marches/i_see_mull/notes.pipes.seconds.ily new file mode 100644 index 0000000..82af6d0 --- /dev/null +++ b/3-4_marches/i_see_mull/notes.pipes.seconds.ily @@ -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 +} diff --git a/3-4_marches/i_see_mull/pipes.full.ly b/3-4_marches/i_see_mull/pipes.full.ly new file mode 100644 index 0000000..608e85c --- /dev/null +++ b/3-4_marches/i_see_mull/pipes.full.ly @@ -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 + } +} diff --git a/3-4_marches/i_see_mull/pipes.ly b/3-4_marches/i_see_mull/pipes.ly new file mode 100644 index 0000000..d6837fa --- /dev/null +++ b/3-4_marches/i_see_mull/pipes.ly @@ -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 + } +} diff --git a/3-4_marches/i_see_mull/pipes.seconds.ly b/3-4_marches/i_see_mull/pipes.seconds.ly new file mode 100644 index 0000000..8168b34 --- /dev/null +++ b/3-4_marches/i_see_mull/pipes.seconds.ly @@ -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 + } + +} diff --git a/4-4_marches/48th_highlanders_of_holland/config.ily b/4-4_marches/48th_highlanders_of_holland/config.ily new file mode 100644 index 0000000..977d507 --- /dev/null +++ b/4-4_marches/48th_highlanders_of_holland/config.ily @@ -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" diff --git a/4-4_marches/48th_highlanders_of_holland/notes.pipes.ily b/4-4_marches/48th_highlanders_of_holland/notes.pipes.ily new file mode 100644 index 0000000..82a6b59 --- /dev/null +++ b/4-4_marches/48th_highlanders_of_holland/notes.pipes.ily @@ -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 + +} diff --git a/4-4_marches/48th_highlanders_of_holland/pipes.ly b/4-4_marches/48th_highlanders_of_holland/pipes.ly new file mode 100644 index 0000000..cd694e3 --- /dev/null +++ b/4-4_marches/48th_highlanders_of_holland/pipes.ly @@ -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 + } +} diff --git a/4-4_marches/battle_of_waterloo/config.ily b/4-4_marches/battle_of_waterloo/config.ily new file mode 100644 index 0000000..f27c965 --- /dev/null +++ b/4-4_marches/battle_of_waterloo/config.ily @@ -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" diff --git a/4-4_marches/battle_of_waterloo/notes.pipes.ily b/4-4_marches/battle_of_waterloo/notes.pipes.ily new file mode 100644 index 0000000..dc727bc --- /dev/null +++ b/4-4_marches/battle_of_waterloo/notes.pipes.ily @@ -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. } diff --git a/4-4_marches/battle_of_waterloo/pipes.ly b/4-4_marches/battle_of_waterloo/pipes.ly new file mode 100644 index 0000000..80676b4 --- /dev/null +++ b/4-4_marches/battle_of_waterloo/pipes.ly @@ -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 + } +} diff --git a/airs/bonnie_black_isle/config.ily b/airs/bonnie_black_isle/config.ily new file mode 100644 index 0000000..3becd34 --- /dev/null +++ b/airs/bonnie_black_isle/config.ily @@ -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" diff --git a/airs/bonnie_black_isle/notes.pipes.ily b/airs/bonnie_black_isle/notes.pipes.ily new file mode 100644 index 0000000..8381e37 --- /dev/null +++ b/airs/bonnie_black_isle/notes.pipes.ily @@ -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 +} diff --git a/airs/bonnie_black_isle/pipes.ly b/airs/bonnie_black_isle/pipes.ly new file mode 100644 index 0000000..95138d5 --- /dev/null +++ b/airs/bonnie_black_isle/pipes.ly @@ -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 + } +} diff --git a/airs/rose_of_kelvingrove/config.ily b/airs/rose_of_kelvingrove/config.ily index db140a9..2031452 100644 --- a/airs/rose_of_kelvingrove/config.ily +++ b/airs/rose_of_kelvingrove/config.ily @@ -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" diff --git a/airs/rose_of_kelvingrove/full.ly b/airs/rose_of_kelvingrove/full.ly new file mode 100644 index 0000000..d9e2147 --- /dev/null +++ b/airs/rose_of_kelvingrove/full.ly @@ -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 }}#} ) + } + } + } +} diff --git a/airs/rose_of_kelvingrove/notes.pipes.ily b/airs/rose_of_kelvingrove/notes.pipes.ily index 9f09cd8..003394e 100644 --- a/airs/rose_of_kelvingrove/notes.pipes.ily +++ b/airs/rose_of_kelvingrove/notes.pipes.ily @@ -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~ } diff --git a/airs/rose_of_kelvingrove/pipes.ly b/airs/rose_of_kelvingrove/pipes.ly new file mode 100644 index 0000000..5a088a4 --- /dev/null +++ b/airs/rose_of_kelvingrove/pipes.ly @@ -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 + } +}