diff --git a/2-4_marches/royal_scots_polka/config.ily b/2-4_marches/royal_scots_polka/config.ily new file mode 100644 index 0000000..a4511b5 --- /dev/null +++ b/2-4_marches/royal_scots_polka/config.ily @@ -0,0 +1,18 @@ +\version "2.19.0" +%% Globals +global = { + \key d \major + \time 2/4 + } +confTempo = { + \tempo 4 = 80 + } +%% Format +part = { \partial 8 \grace{s4.} s8 } +measure = { \grace {s1} s1 | } +halfline = { \repeat unfold 4 \measure } +line = { \repeat unfold 2 { \halfline } } + +%% Headers +title = "The Royal Scots Polka" +meter = "March" diff --git a/2-4_marches/royal_scots_polka/notes.pipes.ily b/2-4_marches/royal_scots_polka/notes.pipes.ily new file mode 100644 index 0000000..9741e5d --- /dev/null +++ b/2-4_marches/royal_scots_polka/notes.pipes.ily @@ -0,0 +1,81 @@ +% 2/4 Royal Scots Polka +% Pipes +\version "2.18.2" +composerPipes = "W. Denholm" +arrangerPipes = "" +pipeglobal = { + \bagpipeKey +} +% Music +pipesA = { + \grg f16. e32 | + \thrwd d8 \gre a8 \dblb b8 \gre a8 | + \thrwd d8 \gre a16. d32 \dblf f4 | + \dble e8 g16. e32 \dblc c8 [ \dble e16. c32 ] | + \grg a16. \grd c32 e16. f32 \dblg g8 + + \grA f16. e32 | + \thrwd d8 \gre a8 \dblb b8 \gre a8 | + \thrwd d8 \gre a16. d32 \dblf f8 \grg e16. f32 | + \dblg g8 e16. c32 \grg a16. \grd c32 e16. g32 | + \hdblf f8 d8 \dbld d8 +} + +pipesBA = { + \grg f16. g32 | + \dblA A8. g16 \hdblf f8 d8 | + \gre a8 [ \thrwd d16. f32 ] \dblA A8 e16. f32 | + \dblg g8. e16 \dblc c8 [ \dble e16. c32 ] | + \grg a16. \grd c32 e16. f32 \dblg g8 +} +pipesBB = { + \grA f16. g32 | + \dblA A8. g16 \hdblf f8. d16 | + \gre a8 [ \thrwd d16. f32 ] \dblA A8 e16. f32 | + \dblg g8 e16. c32 \grg a16. \grd c32 e16. g32 | + \hdblf f8 d8 \dbld d8 +} +pipesBD = { + \grA f16. g32 | + A16. g32 g16. f32 \grg f16. e32 e16. d32 | + \grg d16. c32 c16. \grd b32 \dblA A8 e16. f32 | + \dblg g8 e16. c32 \grg a16. \grd c32 e16. g32 | + \hdblf f8 d8 \dbld d8 +} + +pipesC = { + \grg a8 | + \thrwd d8 \grg c16. d32 \dblb b8 \gre a8 | + \thrwd d8 \gre a16. d32 \dblf f4 | + \dble e8 g16. e32 \dblc c8 [ \dble e16. c32 ] | + \grg a16. \grd c32 e16. f32 \dblg g8 + + + \grA f16. e32 | + \thrwd d8 \grg c16. d32 \dblb b8 \gre a8 | + \thrwd d8 \gre a16. d32 \dblf f8 \grg e16. f32 | + \dblg g8 e16. c32 \grg a16. \grd c32 e16. g32 | + \hdblf f8 d8 \dbld d8 +} + +pipesDA = { + \grg f16. g32 | + A8 \grg A16. g32 \hdblf f8 [ \thrwd d8 ] | + \grg f16. g32 A16. g32 \dblf f8 \grg e16. f32 | + \dblg g8 [ \slurf g16. e32 ] \dblc c8 [ \dble e16. c32 ] | + \grg a16. \grd c32 e16. f32 \dblg g8 +} +pipesDB = { + \grA f16. g32 | + A8 \grg A16. g32 \hdblf f8 \thrwd d8 | + \grg f16. g32 A16. g32 \dblf f8 \grg e16. f32 | + \dblg g8 e16. c32 \grg a16. \grd c32 e16. g32 | + \hdblf f8 d8 \dbld d8 +} +pipesDD = { + \grA f16. e32 | + \grg d16. c32 \grg c16. b32 \grg b16. a32 a16. \grd G32 | + \whslurd d8 \gre a16. d32 \dblf f8 \grg e16. f32 | + \dblg g8 e16. c32 \grg a16. \grd c32 e16. g32 | + \hdblf f8 d8 \dbld d8 +} diff --git a/2-4_marches/royal_scots_polka/pipes.ly b/2-4_marches/royal_scots_polka/pipes.ly new file mode 100644 index 0000000..4ad20a4 --- /dev/null +++ b/2-4_marches/royal_scots_polka/pipes.ly @@ -0,0 +1,99 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + + \repeat volta 2 { + \partial 8 + \pipesA + } + \break + + \repeat volta 2 { + \partial 8 + \pipesBA + } \alternative { + \pipesBB + \pipesBD + } + \break + \break + + \repeat volta 2 { + \partial 8 + \pipesC + } + \break + + \repeat volta 2 { + \partial 8 + \pipesDA + } \alternative { + \pipesDB + \pipesDD + } + \bar "|." + } + \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 { + \partial 8 + \pipesA + } + \break + + \repeat volta 2 { + \partial 8 + \pipesBA + } \alternative { + \pipesBB + \pipesBD + } + \break + \break + + \repeat volta 2 { + \partial 8 + \pipesC + } + \break + + \repeat volta 2 { + \partial 8 + \pipesDA + } \alternative { + \pipesDB + \pipesDD + } + } + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} +%} diff --git a/3-4_marches/heroes_of_oosterbeek/config.ily b/3-4_marches/heroes_of_oosterbeek/config.ily new file mode 100644 index 0000000..e103882 --- /dev/null +++ b/3-4_marches/heroes_of_oosterbeek/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} s1 | } +halfline = { \repeat unfold 4 \measure } +line = { \repeat unfold 2 { \halfline } } + +%% Headers +title = "Heroes of Oosterbeek" +meter = "Retreat" diff --git a/3-4_marches/heroes_of_oosterbeek/notes.pipes.ily b/3-4_marches/heroes_of_oosterbeek/notes.pipes.ily new file mode 100644 index 0000000..1cdc188 --- /dev/null +++ b/3-4_marches/heroes_of_oosterbeek/notes.pipes.ily @@ -0,0 +1,39 @@ +% 3/4 Heroes of Oosterbeek +% Pipes +\version "2.18.2" +composerPipes = "Angus Lawrie" +arrangerPipes = "PM F.J. de Boone" +pipeglobal = { + \bagpipeKey +} +% Music +pipesA = { + \grg a8. [ b16 ] \thrwd d4 \dbld d8. [ f16 ] | + \grg e8. [ f16 ] \thrwd d2 | + \grg d8. [ f16 ] \dblg g4 \hdblf f8. [ e16 ] | + \grg d8 [ e8 ] \gra e2 | + + \grg f8. [ g16 ] \dblA A4 \hdblf f8. [ e16 ] | + \thrwd d8 [ \gre b8 ] \grG a4 \wbirl a4 | + \thrwd d8. [ e16 ] \grg f4~ f8 [ g8 ] | + \grA e8. [ f16 ] \thrwd d2 +} + +pipesBA = { + \grg f8. [ g16 ] \dblA A4 \hdblf f8. [ e16 ] | + \thrwd d8 [ e8 ] \gra e2 | + \grg e8. [ f16 ] \dblg g4 \grf g8. [ e16 ] | + A8. [ g16 ] \grA f2 +} +pipesBBA = { + \grg f8. [ g16 ] \dblA A4 \hdblf f8. [ e16 ] | + \grg d8 [ \gre b8 ] \grG a4 \wbirl a4 | + \thrwd d8. [ e16 ] \grg f4~ f8 [ g8 ] | + \grA e8. [ f16 ] \thrwd d2 +} +pipesBBB = { + \grg f8. [ g16 ] \hdblf f4 \grg f8. [ e16 ] | + \grg d8 [ \gre b8 ] \grG a4 \wbirl a4 | + \thrwd d8. [ e16 ] \grg f4~ f8 [ g8 ] | + \grA e8. [ f16 ] \thrwd d2 +} diff --git a/3-4_marches/heroes_of_oosterbeek/pipes.ly b/3-4_marches/heroes_of_oosterbeek/pipes.ly new file mode 100644 index 0000000..28e24ed --- /dev/null +++ b/3-4_marches/heroes_of_oosterbeek/pipes.ly @@ -0,0 +1,56 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + \repeat volta 2 { + \pipesA + } + \break + \repeat volta 2 { + \pipesBA + } \alternative { + \pipesBBA + \pipesBBB + } + \bar "|." + } + \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 { + \pipesA + } + \repeat volta 2 { + \pipesBA + } \alternative { + \pipesBBA + \pipesBBB + } + } + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} diff --git a/4-4_marches/accordion_man/config.ily b/4-4_marches/accordion_man/config.ily new file mode 100644 index 0000000..b8db5dc --- /dev/null +++ b/4-4_marches/accordion_man/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 8 \grace{s4.} s8 } +measure = { \grace {s1} s1 | } +halfline = { \repeat unfold 4 \measure } +line = { \repeat unfold 2 { \halfline } } + +%% Headers +title = "The Accordion Man" +meter = "March" diff --git a/4-4_marches/accordion_man/notes.pipes.ily b/4-4_marches/accordion_man/notes.pipes.ily new file mode 100644 index 0000000..bb61d32 --- /dev/null +++ b/4-4_marches/accordion_man/notes.pipes.ily @@ -0,0 +1,33 @@ +% 4/4 The Accordion Man +% Pipes +\version "2.18.2" +composerPipes = "" +arrangerPipes = "PM F.J. de Boone" +pipeglobal = { + \bagpipeKey +} +% Music +pipesA = { + \grg e8 \bar "|" + \grg f4 \grg e8 [ d8 ] \dblg g4 \grA f8 [ e8 ] \bar "|" + \grg d8 [ f8~ ] f8 [ d8 ] \grg a4~ a8 [ \wbirl a8 ] \bar "|" + \grg b8 [ \grd G8~ ] G8 [ \grd b8 ] \grg a8 [ \thrwd d8 ] \grg f8 [ A8 ] \bar "|" + \grf g8 [ \grA f8~ ] f8 [ d8 ] \dble e4 \grg a8 [ d8 ] \bar "|" \break + + \grg f4 \grg e8 [ d8 ] \dblg g4 \grA f8 [ e8 ] \bar "|" + \grg d8 [ f8~ ] f8 [ d8 ] \grg a4~ a8 [ \wbirl a8 ] \bar "|" + \grg b8 [ e8~ ] e8 [ d8 ] \grg c8 [ \gre a8~ ] a8 [ e8 ] \bar "|" + \thrwd d4~ d4 \dbld d4~ d8 +} +pipesB = { + a8 + \grg d8 [ f8~ ] f8 [ A8 ] \grf g4 \grA f8 [ e8 ] \bar "|" + \grg d8 [ f8~ ] f8 [ d8 ] \grg a4~ a8 [ \wbirl a8 ] \bar "|" + \grg b8 [ g8~ ] g8 [ f8 ] \dble e4 \thrwd d4 \bar "|" + \grg c8 [ \gre a8~ ] a8 [ \wbirl a8 ] A8. [ g16 ] \grA f8 [ e8 ] \bar "|" \break + + \grg d8 [ f8~ ] f8 [ A8 ] \grf g4 \grA f8 [ e8 ] \bar "|" + \grg d8 [ f8~ ] f8 [ d8 ] \grg a4~ a8 [ \wbirl a8 ] \bar "|" + \grg b8 [ e8~ ] e8 [ d8 ] \grg c8 [ \gre a8~ ] a8 [ e8 ] \bar "|" + \thrwd d4~ d4 \dbld d4~ d8 +} diff --git a/4-4_marches/accordion_man/pipes.ly b/4-4_marches/accordion_man/pipes.ly new file mode 100644 index 0000000..878a58a --- /dev/null +++ b/4-4_marches/accordion_man/pipes.ly @@ -0,0 +1,47 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + + \partial 8 + \pipesA + \bar "||" + \break + \partial 8 + \pipesB + \bar "|." + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + + \partial 8 + \pipesA + \pipesB + + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} diff --git a/6-8_marches/macdonald_of_the_isles/config.ily b/6-8_marches/macdonald_of_the_isles/config.ily new file mode 100644 index 0000000..ca6d5df --- /dev/null +++ b/6-8_marches/macdonald_of_the_isles/config.ily @@ -0,0 +1,18 @@ +\version "2.19.0" +%% Globals +global = { + \key d \major + \time 6/8 + } +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 = "MacDonald of the Isles" +meter = "March" diff --git a/6-8_marches/macdonald_of_the_isles/notes.pipes.ily b/6-8_marches/macdonald_of_the_isles/notes.pipes.ily new file mode 100644 index 0000000..dc6355a --- /dev/null +++ b/6-8_marches/macdonald_of_the_isles/notes.pipes.ily @@ -0,0 +1,85 @@ +% 6/8 MacDonald of the Isles +% Pipes +\version "2.18.2" +composerPipes = "" +arrangerPipes = "" +pipeglobal = { + \bagpipeKey +} + +% Music +pipesA = { + A8. f16 | + \grg e4 \taor a8 \dblf f8.[ e16 \whslurd d8] | + \grg e4 \taor a8 \dblA A4 f8 | + \grg e4 \taor a8 \dblf f8.[ e16 \whslurd d8] | + \grg d8. \grd G16 \gre G8 \hdblg g4 + + f8 | + \grg e4 \taor a8 \dblf f8.[ e16 \whslurd d8] | + \grg e4 \taor a8 \dblA A8. e16 f8 | + \dblg g8. A16 g8 \hdblf f4 e8 | + \dbld d8. b16 \grd G8 +} + +pipesABA = { + \dblG G8. A8 f16 +} +pipesABB = { + \dblG G4 +} + +pipesB = { + b8 | + \gbirl a4 A8 \grg A8. e16 f8 | + \grg A8. e16 A8 \grg A8. e16 c8 | + \gbirl a4 A8 \grg A8. e16 f8 | + \dblg g8. f16 e8 \dbld d8. c16 + + b8 | + \gbirl a4 A8 \grg A8. e16 f8 | + \grg A8. e16 A8 \grg A8. e16 d8 | + \dblg g8. A16 g8 \hdblf f4 e8 | + \dbld d8. b16 \grd G8 +} +pipesBBA = { + \dblG G4 b8 +} +pipesBBB = { + \dblG G8. +} + + +pipesC = { + A8 f16 | + \grg e4 \taor a8 \grg f4 \taor a8 | + \gre e4 \taor a8 A4 \taor a8 | + \grg e4 \taor a8 \grg f4 \taor a8 | + \grg b8. \grd G16 \gre G8 \hdblg g4 + + f8 | + \grg e4 \taor a8 \grg f4 \taor a8 | + \gre e4 \taor a8 \dblf f8.[ e16 \whslurd d8] | + \dblg g8. A16 g8 \hdblf f8[ e8 \hslurg g8] | + \hdbld d8. b16 \gre G8 +} +pipesCBA = { + \dblG G8. A8 g16 +} +pipesCBB = { + \dblG G4 +} + +pipesD = { + \grd b8 | + \gbirl a4 A8 \grg A8 \tuplet 3/2 { e8 f g } | + A4 \grip A8 \grg A8. G16 \grd b8 | + \gbirl a4 A8 \grg A8. e16 f8 | + \dblg g8[ G8 \whslurd d8] \dblb b8. \grg a16 + + \grd G8 | + \gbirl a4 A8 \grg A8 \tuplet 3/2 { e8 f g } | + A4 \grip A8 \grg A8. e16 f8 | + \dblg g4 \taor a8 \grg e4 \taor a8 | + \dbld d8. b16 \grd G8 \dblG G4 +} \ No newline at end of file diff --git a/6-8_marches/macdonald_of_the_isles/pipes.ly b/6-8_marches/macdonald_of_the_isles/pipes.ly new file mode 100644 index 0000000..38a0c47 --- /dev/null +++ b/6-8_marches/macdonald_of_the_isles/pipes.ly @@ -0,0 +1,98 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + \new NullVoice = "format" { + \partial 4 \grace { s4 } s4 + \repeat volta 2 { + \repeat unfold 7 { + \measure + } + \grace { s4. } s4. + } \alternative { + { \grace { s4. } s4. } + { \grace { s4. } s4. } + } + \break + + \partial 8 \grace { s4 } s8 + \repeat volta 2 { + \repeat unfold 7 { + \measure + } + \grace { s4. } s4. + } \alternative { + { \grace { s4. } s4. } + { \grace { s4. } s4. } + } + \break + + \partial 4 \grace { s4 } s4 + \repeat volta 2 { + \repeat unfold 7 { + \measure + } + \grace { s4. } s4. + } \alternative { + { \grace { s4. } s4. } + { \grace { s4. } s4. } + } + \break + + \repeat volta 2 { + \partial 8 \grace { s4 } s8 + \halfline + \break + \halfline + } + + }%Format + + \new Voice = "pipes" { + \pipesA + \pipesABA + \pipesABB s8 + + \pipesB + \pipesBBA + \pipesBBB s4 + + \pipesC + \pipesCBA + \pipesCBB s8 + + \pipesD s8 + } + >> + } + \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 + } +} diff --git a/hornpipes/jimmy_blue/config.ily b/hornpipes/jimmy_blue/config.ily new file mode 100644 index 0000000..53ecc3e --- /dev/null +++ b/hornpipes/jimmy_blue/config.ily @@ -0,0 +1,18 @@ +\version "2.19.0" +%% Globals +global = { + \key d \major + \time 2/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 = "Jimmy Blue" +meter = "Hornpipe" diff --git a/hornpipes/jimmy_blue/notes.pipes.ily b/hornpipes/jimmy_blue/notes.pipes.ily new file mode 100644 index 0000000..4ad9dc4 --- /dev/null +++ b/hornpipes/jimmy_blue/notes.pipes.ily @@ -0,0 +1,67 @@ +% 2/4 Jimmy Blue +% Pipes +\version "2.18.2" +composerPipes = "Colin Craig" +arrangerPipes = "" +pipeglobal = { + \bagpipeKey +} +% Music +pipesA = { + A8 | + f16 [ d16 \grc d16 f16 ] \grg a8 [ \grg d16 f16 ] | + \grg G8 [ \grg b16 d16 ] \grg a16 [ d16 \grc d16 a16 ] | + \grg f16 [ d16 \grc d16 f16 ] \grg a8 [ \grg d16 f16 ] | + \grg a8 [ \grd c16 e16 ] \grg a16 [ e16 \gra e16 A16 ] | + + f16 [ d16 \grc d16 f16 ] \grg a8 [ \grg d16 f16 ] | + \grg G8 [ \grg b16 d16 ] \grg a16 [ d16 \grc d16 a16 ] | + \grg f16 [ d16 \grc d16 f16 ] \dblA A8 [ d16 f16 ] | + \grg a8 [ \grd c16 e16 ] \thrwd d8 +} + +pipesB = { + \grg c16 [ d16 ] | + \dble e8 [ \grg a16 e16 ] \grg a16 [ e16 \gra e16 a16 ] | + \thrwd d8 [ \grg a16 f16 ] \grg a16 [ d16 \grc d16 a16 ] | + \dble e8 [ \grg a16 f16 ] \grg a16 [ e16 \gra e16 a16 ] | + f16 [ \grg a16 d16 f16 ] \dblA A8 [ c16 d16 ] | + + \dble e8 [ \grg a16 e16 ] \grg a16 [ e16 \gra e16 a16 ] | + \thrwd d8 [ \grg a16 f16 ] \grg a16 [ d16 \grc d16 a16 ] | + \dble e8 [ \grg a16 f16 ] \grg a16 [ e16 \gra e16 f16 ] | + \grg a8 [ e16 a16 ] \thrwd d8 +} + +pipesC = { + A8 | + f16 [ d16 \grc d16 f16 ] \grg a16 [ d16 \grc d16 f16 ] | + \grg G8 [ \grg b16 d16 ] \grg G8 [ \grg b16 d16 ] | + \grg a16 [ d16 \grc d16 f16 ] \grg f16 [ A16 d16 f16 ] | + \grg a8 [ \grd c16 e16 ] \grg a16 [ e16 \gra e16 A16 ] | + + f16 [ d16 \grc d16 f16 ] \grg a16 [ d16 \grc d16 f16 ] | + \grg G8 [ \grg b16 d16 ] \grg G8 [ \grg b16 d16 ] | + \grg a16 [ d16 \grc d16 f16 ] \grg f16 [ A16 d16 f16 ] | + \grg a8 [ \grd c16 e16 ] \thrwd d8 +} + +pipesDA = { + \grg c16 [ d16 ] | + e16 [ a16 \grg a16 e16 ] \grg a16 [ e16 \gra e16 a16 ] | + f16 [ a16 \grg a16 f16 ] \grg a16 [ f16 \gre f16 d16 ] | + e16 [ a16 \grg a16 e16 ] \grg a16 [ e16 \gra e16 a16 ] | + f16 [ \grg a16 d16 f16 ] \dblA A8 [ c16 d16 ] | +} +pipesDBA = { + e16 [ a16 \grg a16 e16 ] \grg a16 [ e16 \gra e16 a16 ] | + f16 [ a16 \grg a16 f16 ] \grg a16 [ f16 \gre f16 d16 ] | + \dble e8 [ \grg a16 f16 ] \grg a16 [ e16 \gra e16 f16 ] | + \grg a8 [ e16 a16 ] \thrwd d8 +} +pipesDBB = { + e16 [ a16 \grg a16 e16 ] \grg a8 [ e16 a16 ] | + f16 [ a16 \grg a16 f16 ] \grg a8 [ f16 d16 ] | + \dble e8 [ \grg a16 f16 ] \grg a16 [ e16 \gra e16 f16 ] | + \grg a8 [ e16 a16 ] \thrwd d8 +} diff --git a/hornpipes/jimmy_blue/pipes.ly b/hornpipes/jimmy_blue/pipes.ly new file mode 100644 index 0000000..3fba45c --- /dev/null +++ b/hornpipes/jimmy_blue/pipes.ly @@ -0,0 +1,88 @@ +\version "2.18.2" + +\include "bagpipe.ly" + +\include "./config.ily" +\include "./notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + + << + \new NullVoice = "format" { + \repeat unfold 3 { + \repeat volta 2 { + \part + \halfline + \break + \halfline + } + \break + } + + \repeat volta 2 { + \part + \halfline + } \alternative { + \halfline + \halfline + } + \bar "|." + } + \new Voice = "pipes" { + \pipesA s8 + \pipesB s8 + \pipesC s8 + + \pipesDA + \pipesDBA s8 + \pipesDBB s8 + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \unfoldRepeats { + \repeat volta 2 { + \partial 8 + \pipesA + } + \repeat volta 2 { + \partial 8 + \pipesB + } + \repeat volta 2 { + \partial 8 + \pipesC + } + \repeat volta 2 { + \partial 8 + \pipesDA + } \alternative { + \pipesDBA + \pipesDBB + } + } + + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} diff --git a/other/muss_i_denn/config.ily b/other/muss_i_denn/config.ily new file mode 100644 index 0000000..d8382c6 --- /dev/null +++ b/other/muss_i_denn/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 1 \measure } +line = { \repeat unfold 5 { \halfline } } + +%% Headers +title = "Muss I Denn (Wooden Heart)" +meter = "" diff --git a/other/muss_i_denn/notes.side.ily b/other/muss_i_denn/notes.side.ily new file mode 100644 index 0000000..b2ba50d --- /dev/null +++ b/other/muss_i_denn/notes.side.ily @@ -0,0 +1,21 @@ +% 4/4 Muss I Denn +% Side +\version "2.18.2" +composerSide = "Coriovallum Pipe Band, 2000" +arrangerSide = "" +sideglobal = { + \eighthBeaming +} +% Music +snareA = \drummode { + \flam d8 g | + d4:32( d8) g d8:32([ g)] \flam d8 d8:32( + | + g16.) d32-> g16. g32 \flam d8 \flam g d4:32( d8) d8:32( + | + g16.) d32-> g16. g32 \flam d8 g \tuplet 3/2 { d16 g d } g16. g32 \flam d8 \flam g + | + d4:32( d8) g \tuplet 3/2 { d16 g d } g16. g32 \flam d8 \flam g + | + d4:32( d4:32)( d4) +} diff --git a/other/muss_i_denn/side.ly b/other/muss_i_denn/side.ly new file mode 100644 index 0000000..a687250 --- /dev/null +++ b/other/muss_i_denn/side.ly @@ -0,0 +1,31 @@ +\version "2.18.2" + +\include "lilydrum.ly" + +\include "./config.ily" +\include "./notes.side.ily" + +\score { + \new PipeBandDrumStaff { + \global + << + \new NullVoice = "format" { + \repeat volta 2 { + \part \line + } + }%Format + + \new DrumVoice = "side" { + \sideglobal + \snareA + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentSide + composer = \composerSide + arranger = \arrangerSide + } +} diff --git a/reels/lady_seaforth/config.ily b/reels/lady_seaforth/config.ily new file mode 100644 index 0000000..41a4b93 --- /dev/null +++ b/reels/lady_seaforth/config.ily @@ -0,0 +1,18 @@ +\version "2.19.0" +%% Globals +global = { + \key d \major + \time 2/2 + } +confTempo = { + \tempo 4 = 80 + } +%% Format +part = { \partial 8 \grace{s4.} s8 } +measure = { \grace {s1} s1 | } +halfline = { \repeat unfold 2 \measure } +line = { \repeat unfold 2 { \halfline } } + +%% Headers +title = "Lady Seaforth" +meter = "Reel" diff --git a/reels/lady_seaforth/notes.pipes.ily b/reels/lady_seaforth/notes.pipes.ily new file mode 100644 index 0000000..3d29cb0 --- /dev/null +++ b/reels/lady_seaforth/notes.pipes.ily @@ -0,0 +1,30 @@ +% 2/2 Lady Seaforth +% Pipes +\version "2.18.2" +composerPipes = "" +arrangerPipes = "" +pipeglobal = { + \key a \major +} +% Music +pipesA = { + A8 | + c16 \grd a8. \grg e8 a8 \grg c16 \grd a8. \dblg g4 | + b16 \grd a8. \dbld d8 a8 \grg b8. \grd b16 \gre b8 A8 | + c16 \grd a8. \grg e8 a8 \grg c16 \grd a8. \dblg g4 | + \hdble e4 \grg d8 b8 \grg c8. \grd a16 \gre a8 +} + +pipesBA = { + e8 | + \dblA A4 e8. A16 g16 A8. \hdble e8. g16 | + \dblg g4 \grA d8. g16 \grA b16 g8. d8. e16 | +} +pipesBBA = { + \dblA A4 e16 A8. g16 A8. \hdble e8. A16 | + g8 e \grg d b \gra c8. \grd a16 \gre a8 +} +pipesBBB = { + A8 f g e \grg f8 d \grg e16 A8. | + g8 e \grg d b \gra c8. \grd a16 \gre a8 +} \ No newline at end of file diff --git a/reels/lady_seaforth/pipes.ly b/reels/lady_seaforth/pipes.ly new file mode 100644 index 0000000..8b8e32e --- /dev/null +++ b/reels/lady_seaforth/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 + + \repeat volta 2 { + \partial 8 + \pipesA s8 + } + \break + \repeat volta 2 { + \partial 8 + \pipesBA + } \alternative { + { \pipesBBA } + { \pipesBBB s8 } + } + \bar "|." + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \partial 8 + \pipesA + \pipesA + + \pipesBA \pipesBBA + \pipesBA \pipesBBB + } + \midi { \confTempo } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + arranger = \arrangerPipes + } +}