diff --git a/4-4_marches/51st_highland_division/full.ly b/4-4_marches/51st_highland_division/full.ly index 8728cdf..2988896 100644 --- a/4-4_marches/51st_highland_division/full.ly +++ b/4-4_marches/51st_highland_division/full.ly @@ -1,8 +1,8 @@ \version "2.19.0" \include "config.ily" -\include "notes.bass.ily" -\include "notes.tenor.ily" +%\include "notes.bass.ily" +%\include "notes.tenor.ily" \include "notes.side.ily" \include "notes.pipes.ily" @@ -14,28 +14,50 @@ \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes } \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes } << - {}%Format - {}%Pipes + { + + \repeat volta 2 { \part \halfline \break} + \alternative { {\halfline} {\halfline } } + \bar "|." \break + \part \line \bar "||" \break + \line \bar "|." + }%Format + { + \pipesAA + \pipesAB s4 + + \pipesBA + \pipesBB s4 + + }%Pipes >> } \new PipeBandDrumStaff = "side" { \sideglobal \set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide} \set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide} + s8 \snareA + \snareAA s8 + \snareAB s8 + + s8 \snareB + \snareA \snareAB + + } - \new PipeBandDrumStaff = "bass" { - \bassglobal - \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass } - \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass} - - } - \new PipeBandDrumStaff = "tenor" { - \tenorglobal - \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor } - \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor } - - } +% \new PipeBandDrumStaff = "bass" { +% \bassglobal +% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass } +% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass} +% +% } +% \new PipeBandDrumStaff = "tenor" { +% \tenorglobal +% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor } +% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor } +% +% } >> \header { title = \title diff --git a/4-4_marches/51st_highland_division/notes.pipes.ily b/4-4_marches/51st_highland_division/notes.pipes.ily index c15dfaa..8f28970 100644 --- a/4-4_marches/51st_highland_division/notes.pipes.ily +++ b/4-4_marches/51st_highland_division/notes.pipes.ily @@ -5,26 +5,29 @@ composerPipes = "" pipeglobal = { \bagpipeKey } -pipesA = { +pipesAA = { \dble e8. [ c16 ] | a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] | \dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] | \dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] a8. [ b16 ] | \grip c8 [ f8 ] \dble e8. [ c16 ] \slurd b4 \dble e8. [ c16 ] | - +} +pipesAB = { a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] | \dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] | \dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] \hdblc c8 [ \gre b8 ] | \dblc c4 \gre a4 \wbirl a4 } -pipesB = { +pipesBA = { \dblc c8 [ e8 ] | \grg f4 \grip f8 [ A8 ] \hdble e4 \dblc c8 [ e8 ] | \dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] | \dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] a8. [ b16 ] | \grip c8 [ f8 ] \dble e8. [ c16 ] \dblb b4 \dble e8. [ c16 ] | +} +pipesBB = { \grg a4 \taor a8. [ b16 ] \dblc c8 [ \gre b8 ] \dblc c8 [ e8 ] | \dblA A8. [ g16 ] \hdblf f8 [ e8 ] \dblf f4 \grg e8 [ \grg f16 g16 ] | \dblA A8. [ g16 ] \hdblf f8 [ e8 ] \grg f8 [ A8 ] \hdblc c8 [ \gre b8 ] | diff --git a/4-4_marches/51st_highland_division/notes.side.ily b/4-4_marches/51st_highland_division/notes.side.ily index 96649e7..9bd3a1f 100644 --- a/4-4_marches/51st_highland_division/notes.side.ily +++ b/4-4_marches/51st_highland_division/notes.side.ily @@ -2,7 +2,9 @@ % Snare \version "2.18.2" composerSide = "" - +sideglobal = { + \eighthBeaming + } %%music snareA = \drummode { d16. g32 | @@ -26,4 +28,4 @@ snareB = \drummode { d8:32(-> g8) r8 d8:32( g8) g16. d32-> g16. g32 \flamd d8 | \flamg g4 d4:32( d4) r8 -} \ No newline at end of file +} diff --git a/4-4_marches/51st_highland_division/pipes.ly b/4-4_marches/51st_highland_division/pipes.ly index ff47586..bfecdab 100644 --- a/4-4_marches/51st_highland_division/pipes.ly +++ b/4-4_marches/51st_highland_division/pipes.ly @@ -11,16 +11,19 @@ { \repeat volta 2 { \part \line \break - \line \break + \line \bar "|." \break } \repeat volta 2 { \part \line \break - \line \break + \line \bar "|." \break } } { - \pipesA s4 - \pipesB s4 + \pipesAA + \pipesAB s4 + + \pipesBA + \pipesBB s4 } >> } @@ -36,8 +39,8 @@ \set Staff.midiInstrument = #"bagpipe" %%Tune \partial 4 - \repeat volta 2 { \pipesA } - \repeat volta 2 { \pipesB } + \repeat volta 2 { \pipesAA \pipesAB } + \repeat volta 2 { \pipesBA \pipesBB } } \midi { \confTempo } } diff --git a/4-4_marches/51st_highland_division/side.ly b/4-4_marches/51st_highland_division/side.ly index 2133e85..a37c360 100644 --- a/4-4_marches/51st_highland_division/side.ly +++ b/4-4_marches/51st_highland_division/side.ly @@ -8,7 +8,7 @@ \global << { - \repeat volta 2 { + \repeat unfold 2 { \repeat volta 2 { \part \halfline \break} \alternative { {\halfline} {\halfline } } \bar "|." \break @@ -17,11 +17,11 @@ } } { - \snareA + s8 \snareA \snareAA s8 \snareAB s8 - \snareB + s8 \snareB \snareA \snareAB } >> @@ -32,4 +32,4 @@ instrument = \instrumentSide composer = \composerSide } -} \ No newline at end of file +} diff --git a/4-4_marches/dawning_of_the_day/config.ily b/4-4_marches/dawning_of_the_day/config.ily new file mode 100644 index 0000000..79f6c88 --- /dev/null +++ b/4-4_marches/dawning_of_the_day/config.ily @@ -0,0 +1,16 @@ +\version "2.19.0" +%% Globals +global = { + \time 4/4 + } +confTempo = { + \tempo 4 = 80 + } +%% Format +part = { \partial 4 s4 } +halfline = { \repeat unfold 4 { s1 | } } +line = { \repeat unfold 2 { \halfline } } + +%% Headers +title = "Dawning of the Day" +meter = "March" diff --git a/4-4_marches/dawning_of_the_day/dawn.bww b/4-4_marches/dawning_of_the_day/dawn.bww deleted file mode 100644 index f5747a1..0000000 --- a/4-4_marches/dawning_of_the_day/dawn.bww +++ /dev/null @@ -1,84 +0,0 @@ -Bagpipe Reader:1.0 - -MIDINoteMappings,(54,56,58,59,61,63,64,66,68,56,58,60,61,63,65,66,68,70,55,57,59,60,62,64,65,67,69) - -FrequencyMappings,(370,415,466,494,554,622,659,740,831,415,466,523,554,622,699,740,831,932,392,440,494,523,587,659,699,784,880) - -Bagpipe Reader:1.0 - -MIDINoteMappings,(55,57,59,60,62,64,65,67,69,57,59,61,62,64,66,67,69,71,56,58,60,61,63,65,66,68,70) - -FrequencyMappings,(392,440,494,523,587,659,699,784,880,440,494,554,587,659,740,784,880,988,415,466,523,554,622,699,740,831,932) - -InstrumentMappings,(71,71,46,34,1000,60,70) - -GracenoteDurations,(20,40,30,50,100,200,800,1200,250,250,250,500,200) - -FontSizes,(90,100,100,80,250) - -TuneFormat,(1,0,F,L,500,400,500,500,L,1,0) - -"" - -" The Dawning of the Day",(T,L,0,0,Times New Roman,16,700,0,0,18,0,0,0) - -"March",(Y,C,0,0,Times New Roman,14,400,0,0,18,0,0,0) - -" Traditional, arr. PM T.F.J. de Boone",(M,R,0,0,Times New Roman,10,400,0,0,18,0,0,0) -"20",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0) -"November 18th 2009",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0) - -"The Seaforth Highlanders of Holland",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0) - -TuneTempo,90 -"De solist speelt het op een eigen lamentachtige wijze, terwijl hij langzaam opkomt ",(I,L,0,0,Times New Roman,11,700,0,0,0,0,0,0) - -& sharpf sharpc gg LAr_8 Bl_8 -! gg C_4 echolg C_4 gg C_4 gg Br_8 Cl_8 -! E_4 strla E_4 gg F_4 gg Er_8 Cl_8 -! gg LA_4 gg Cr_8 Bl_8 gg LA_4 B_4 -! gg LA_2 brl LA_4 E_4 !t - -& sharpf sharpc - F_4 'f E_8 gg F_4 dbha HA_4 -! C_4 'c B_8 strlg LA_4 gg Cr_8 Dl_8 -! gg E_4 gg C_4 HA_4 C_4 -! gg B_2 grp B_4 E_4 !t - -& sharpf sharpc - F_4 'f E_8 gg F_4 dbha HA_4 -! C_4 'c B_8 strlg LA_4 gg Cr_8 Dl_8 -! gg E_4 gg C_4 HA_4 C_4 -! gg B_2 grp B_4 gg LAr_8 Bl_8 !t - -& sharpf sharpc - gg C_4 echolg C_4 gg C_4 gg Br_8 Cl_8 -! E_4 strla E_4 gg F_4 gg Er_8 Cl_8 -! 4_4 gg LA_4 gg Cr_8 Bl_8 gg LA_4 B_4 -! strlg LA_2 'la !I - -" Nu komen de pipers spelend op, bij de herhaling de drummers. ",(I,L,0,0,Times New Roman,11,700,0,0,0,0,0,0) - -& sharpf sharpc 4_4 gg LAr_8 Bl_8 -! gg C_4 echolg C_4 gg C_4 gg Br_8 Cl_8 -! E_4 strla E_4 gg F_4 gg Er_8 Cl_8 -! gg LA_4 gg Cr_8 Bl_8 gg LA_4 B_4 -! gg LA_2 brl LA_4 E_4 !t - -& sharpf sharpc - F_4 'f E_8 gg F_4 dbha HA_4 -! C_4 'c B_8 strlg LA_4 gg Cr_8 Dl_8 -! gg E_4 gg C_4 HA_4 C_4 -! gg B_2 grp B_4 E_4 !t - -& sharpf sharpc - F_4 'f E_8 gg F_4 dbha HA_4 -! C_4 'c B_8 strlg LA_4 gg Cr_8 Dl_8 -! gg E_4 gg C_4 HA_4 C_4 -! gg B_2 grp B_4 gg LAr_8 Bl_8 !t - -& sharpf sharpc - gg C_4 echolg C_4 gg C_4 gg Br_8 Cl_8 -! E_4 strla E_4 gg F_4 gg Er_8 Cl_8 -! gg LA_4 gg Cr_8 Bl_8 gg LA_4 B_4 -! strlg LA_2 'la !I diff --git a/4-4_marches/dawning_of_the_day/notes.pipes.ily b/4-4_marches/dawning_of_the_day/notes.pipes.ily new file mode 100644 index 0000000..65b37ac --- /dev/null +++ b/4-4_marches/dawning_of_the_day/notes.pipes.ily @@ -0,0 +1,32 @@ +% 4/4 Dawning of the Day +% Pipes +\version "2.18.2" +composerPipes = "Trad., arr. PM T.F.J. de Boone" +pipeglobal = { + \bagpipeKey + } +% Music +pipeAlines = { + \grg a8 [ b8 ] | + \grg c4 \grG c4 \grg c4 \grg b8 [ c8 ] | + e4 \gra e4 \grg f4 \grg e8 [ c8 ] | + \grg a4 \grg c8 [ b8 ] \grg a4 b4 | +} + +pipesA = { + \pipeAlines + \grg a2 \wbirl a4 +} + +pipesB = { + e4 | + f4. e8 \grg f4 \dblA A4 | + c4. b8 \grG a4 \grg c8 [ d8 ] | + \grg e4 \grg c4 A4 c4 | + \grg b2 \grip b4 +} + +pipesBB = { + \pipeAlines + \grG a2. +} diff --git a/4-4_marches/dawning_of_the_day/notes.pipes.seconds.ily b/4-4_marches/dawning_of_the_day/notes.pipes.seconds.ily new file mode 100644 index 0000000..2f1f87a --- /dev/null +++ b/4-4_marches/dawning_of_the_day/notes.pipes.seconds.ily @@ -0,0 +1,35 @@ +% 4/4 Dawning of the Day +% Pipes (Seconds) +\version "2.18.2" +composerPipessecnd = "Trad., arr. PM T.F.J. de Boone" +pipessecndglobal = { + \bagpipeKey + } +pipessecndAA = { + \grg c8 [ d8 ] | + \grg e4 \grG e4 \grg e4 \grg d8 [ e8 ] | + c4 \gra c4 \grg d4 \grg a8 [ c8 ] | + \grg c4 \grg f8 [ \gra f8 ] \grg d4 e4 | + \grg c2 \gra c4 +} +pipessecndAB = { + a4 | + \dbld d4. c8 \grg d4 a4 | + \dble e4. d8 c4 \grg e8 [ f8 ] | + \dblc c4 e4 \grg a4 e4 | + \dbld d2 \gra d4 +} +pipessecndBA = { + \grg e8 [ c8 ] | + \dbld d4. c8 \grg d4 a4 | + \dble e4. d8 c4 \grg c8 [ f8 ] | + \dblc c4 \gre a4 \dble e4 \dblA A4 | + \grc d2 \grG d4 +} +pipessecndBB = { + \grg c8 [ d8 ] | + \dble e4 \gra c4 \dble e4 \grg d8 [ e8 ] | + c4 \gra c4 \grg d4 \gra A8 [ e8 ] | + \grg c4 \grg e8 [ \gra e8 ] \grg d4 e4 | + \grd c2. +} diff --git a/4-4_marches/dawning_of_the_day/pipes.full.ly b/4-4_marches/dawning_of_the_day/pipes.full.ly new file mode 100644 index 0000000..2f62cfc --- /dev/null +++ b/4-4_marches/dawning_of_the_day/pipes.full.ly @@ -0,0 +1,82 @@ +\version "2.19.0" + +\include "config.ily" +\include "notes.pipes.ily" +\include "notes.pipes.seconds.ily" + +\score { + \new StaffGroup << + \new Staff = "pipes" { + \global + \pipeglobal + \set Staff.instrumentName = \markup{ \instrumentPipes } + \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes } + << + { + \part \halfline \halfline \bar "|." \break + + \part \halfline \halfline \bar "|." + }%Format + { + \pipesA + \pipesB s4 + + \pipesB + \pipesBB s4 + }%Pipes + >> + } + \new Staff = "seconds" { + \pipessecndglobal + \set Staff.instrumentName = \markup{ \instrumentPipes Seconds } + \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes 2nd} + \pipessecndAA + \pipessecndAB s4 + + \pipessecndBA + \pipessecndBB s4 + } + >> + \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 ":" }} #} ) + } + \column \right-align { + $(if (not (string=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} ) + $(if (not (string=? "" composerPipessecnd)) #{ \markup {\line { \instrumentPipessecnd }}#} ) + } + } + } +} +\score { + \new StaffGroup << + \global + \new Staff = "pipes" { + \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + + \partial 4 + \pipesA + \pipesB + + \pipesB + \pipesBB + + } + \new Staff = "seconds" { + \pipessecndglobal + \set Staff.midiInstrument = #"bagpipe" + + \pipessecndAA + \pipessecndAB + + \pipessecndBA + \pipessecndBB + } + >> + \midi { \confTempo } +} diff --git a/4-4_marches/dawning_of_the_day/pipes.ly b/4-4_marches/dawning_of_the_day/pipes.ly new file mode 100644 index 0000000..8ab90bb --- /dev/null +++ b/4-4_marches/dawning_of_the_day/pipes.ly @@ -0,0 +1,45 @@ +\version "2.18.2" + +\include "config.ily" +\include "notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + { + \part \halfline \halfline \bar "|." \break + + \part \halfline \halfline \bar "|." + }%Format + { + \pipesA + \pipesB s4 + + \pipesB + \pipesBB s4 + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + + \partial 4 + \pipesA + \pipesB + + \pipesB + \pipesBB + } + \midi { \confTempo } +} diff --git a/4-4_marches/dawning_of_the_day/pipes.seconds.ly b/4-4_marches/dawning_of_the_day/pipes.seconds.ly new file mode 100644 index 0000000..2ab6e3f --- /dev/null +++ b/4-4_marches/dawning_of_the_day/pipes.seconds.ly @@ -0,0 +1,43 @@ +\version "2.18.2" + +\include "config.ily" +\include "notes.pipes.seconds.ily" + +\score { + \new Staff { + \global + \pipessecndglobal + << + { + \part \halfline \halfline \bar "|." \break + \part \halfline \halfline \bar "|." \break + }%Format + { + \pipessecndAA + \pipessecndAB s4 + + \pipessecndBA + \pipessecndBB s4 + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipessecnd + composer = \composerPipessecnd + } +}\score { + \new Staff { \global \pipessecndglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + + \partial 4 + \pipessecndAA + \pipessecndAB + + \pipessecndBA + \pipessecndBB + } + \midi { \confTempo } +} diff --git a/4-4_marches/dawning_of_the_day/seconds.bww b/4-4_marches/dawning_of_the_day/seconds.bww deleted file mode 100644 index 5037150..0000000 --- a/4-4_marches/dawning_of_the_day/seconds.bww +++ /dev/null @@ -1,54 +0,0 @@ - -FrequencyMappings,(370,415,466,494,554,622,659,740,831,415,466,523,554,622,699,740,831,932,392,440,494,523,587,659,699,784,880) - -Bagpipe Reader:1.0 - -MIDINoteMappings,(55,57,59,60,62,64,65,67,69,57,59,61,62,64,66,67,69,71,56,58,60,61,63,65,66,68,70) - -FrequencyMappings,(392,440,494,523,587,659,699,784,880,440,494,554,587,659,740,784,880,988,415,466,523,554,622,699,740,831,932) - -InstrumentMappings,(71,71,46,34,1000,60,70) - -GracenoteDurations,(20,40,30,50,100,200,800,1200,250,250,250,500,200) - -FontSizes,(90,100,100,80,250) - -TuneFormat,(1,0,F,L,500,400,500,500,L,1,0) - - -" The Dawning of the Day",(T,L,0,0,Times New Roman,16,700,0,0,18,0,0,0) -"March",(Y,C,0,0,Times New Roman,14,400,0,0,18,0,0,0) -" Traditional, arr. PM T.F.J. de Boone",(M,R,0,0,Times New Roman,10,400,0,0,18,0,0,0) - - -"The Seaforth Highlanders of Holland",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0) -"20",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0) -"November 18th 2009",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0) - - -TuneTempo,90 -" Seconds",(I,L,0,0,Times New Roman,11,400,0,0,18,0,0,0) - -& sharpf sharpc gg Cr_8 Dl_8 -! gg E_4 strlg E_4 gg E_4 gg Dr_8 El_8 -! C_4 strla C_4 gg D_4 gg LAr_8 Cl_8 -! gg C_4 gg Fr_8 strla Fl_8 gg D_4 E_4 -! gg C_2 strla C_4 LA_4 !t - -& sharpf sharpc - dbd D_4 'd C_8 gg D_4 LA_4 -! dbe E_4 'e D_8 C_4 gg Er_8 Fl_8 -! dbc C_4 E_4 gg LA_4 E_4 -! dbd D_2 strla D_4 gg Er_8 Cl_8 !t - -& sharpf sharpc - dbd D_4 'd C_8 gg D_4 LA_4 -! dbe E_4 'e D_8 C_4 gg Cr_8 Fl_8 -! dbc C_4 eg LA_4 dbe E_4 dbha HA_4 -! cg D_2 strlg D_4 gg Cr_8 Dl_8 !t - -& sharpf sharpc - dbe E_4 strla C_4 dbe E_4 gg Dr_8 El_8 -! C_4 strla C_4 gg D_4 strla HAr_8 El_8 -! gg C_4 gg Er_8 strla El_8 gg D_4 E_4 -! dg C_2 'c !I \ No newline at end of file diff --git a/4-4_marches/hills_of_argyll/pipes.ly b/4-4_marches/hills_of_argyll/pipes.ly index a3010df..88ab64c 100644 --- a/4-4_marches/hills_of_argyll/pipes.ly +++ b/4-4_marches/hills_of_argyll/pipes.ly @@ -52,8 +52,8 @@ \set Staff.midiInstrument = #"bagpipe" %%Tune + \partial 4 \repeat unfold 2 { - \partial 4 \pipesAA \pipesAB } diff --git a/4-4_marches/minstrel_boy/14a set 14 Minstrel Boy.bww b/4-4_marches/minstrel_boy/14a set 14 Minstrel Boy.bww deleted file mode 100644 index 37a86d4..0000000 --- a/4-4_marches/minstrel_boy/14a set 14 Minstrel Boy.bww +++ /dev/null @@ -1,54 +0,0 @@ -Bagpipe Reader:1.0 - -MIDINoteMappings,(54,56,58,59,61,63,64,66,68,56,58,60,61,63,65,66,68,70,55,57,59,60,62,64,65,67,69) - -FrequencyMappings,(370,415,466,494,554,622,659,740,831,415,466,523,554,622,699,740,831,932,392,440,494,523,587,659,699,784,880) - -InstrumentMappings,(71,71,45,33,1000,60,70) - -GracenoteDurations,(20,40,30,50,100,200,800,1200,250,250,250,500,200) - -FontSizes,(90,100,75,80,250) - -TuneFormat,(1,0,M,L,500,500,500,500,L,1,0) - -TuneTempo,84 - -"March",(T,C,0,0,Times New Roman,14,400,0,0,18,0,0,0) - - -" set 14",(Y,L,0,0,Times New Roman,16,700,0,0,18,0,0,0) - - -"Arr. G. Rooney",(M,R,0,0,Times New Roman,10,400,0,0,18,0,0,0) - - - -"The Seaforth Highlanders of Holland",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0) -"14 a",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0) -"oktober 2012",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0) - -"The Minstrel Boy",(I,L,0,0,Times New Roman,11,400,0,0,18,0,0,0) - -& sharpf sharpc 4_4 I!'' E_8 space -! gg LA_4 'la B_8 thrd Dr_8 Cl_8 gg Br_8 strlg LAl_8 -! dbc C_4 E_4 dbha HA_4 HGr_8 HAl_8 -! hdbf F_4 E_4 gg Cr_8 'c Dl_16 dbe Er_8 Cl_8 -! dbb B_2 strlg LA_4 'la space -''!I - - -& sharpf sharpc E_8 -! dbha HA_4 HG_4 tg F_4 HGr_8 HAl_8 -! strf HG_4 F_4 gg E_4 'e strla E_8 -! gg F_4 'f C_8 grp C_4 E_4 -! gg Fr_8 'f El_16 gg Fr_8 HGl_8 dbha HA_4 strhg HA_4 -!t - - -& sharpf sharpc - LA_4 'la B_8 thrd Dr_8 Cl_8 Br_8 strlg LAl_8 -! dbc C_4 E_4 dbha HA_4 HGr_8 HAl_8 -! hdbf F_4 E_4 gg Cr_8 'c Dl_16 dbe Er_8 Cl_8 -! dbb B_2 strlg LA_4 'la space -!I \ No newline at end of file diff --git a/4-4_marches/minstrel_boy/config.ily b/4-4_marches/minstrel_boy/config.ily index 0670598..2441278 100644 --- a/4-4_marches/minstrel_boy/config.ily +++ b/4-4_marches/minstrel_boy/config.ily @@ -4,6 +4,9 @@ global = { \time 4/4 } +confTempo = { + \tempo 4 = 90 + } %% Format part = { \partial 8 s8 } halfline = { \repeat unfold 2 { s1 | } } @@ -12,9 +15,3 @@ line = { \repeat unfold 2 { \halfline } } %% Headers title = "Minstrel Boy" meter = "March" - - -composerSide = "" -composerTenor = "" -composerBass = "" -composerPipes = "" \ No newline at end of file diff --git a/4-4_marches/minstrel_boy/full.ly b/4-4_marches/minstrel_boy/full.ly new file mode 100644 index 0000000..421a093 --- /dev/null +++ b/4-4_marches/minstrel_boy/full.ly @@ -0,0 +1,79 @@ +\version "2.19.0" + +\include "config.ily" +%\include "notes.bass.ily" +%\include "notes.tenor.ily" +\include "notes.side.ily" +\include "notes.pipes.ily" + +\score { + \new StaffGroup << + \new Staff { + \global + \pipeglobal + \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes } + \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes } + << + { + \partial 4 s4 | + \line \break + \line \bar "|." \break + + \partial 4 s4 | + \line \break + \line \bar "|." + }%Format + { + r8 \pipesA + \pipesA s4 + + \pipesBA + \pipesBB s8 + }%Pipes + >> + } + \new PipeBandDrumStaff = "side" { + \sideglobal + \set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide} + \set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide} + + r8 \snareAA + \snareAB s4 + + \snareBA + \snareAB s4 + + + } +% \new PipeBandDrumStaff = "tenor" { +% \tenorglobal +% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor } +% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor } +% +% } +% \new PipeBandDrumStaff = "bass" { +% \bassglobal +% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass } +% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass} +% +% } + >> + \header { + title = \title + meter = \meter + composer = \markup \large { + \column \right-align { + $(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} ) + $(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=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} ) + $(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} ) + $(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} ) + $(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} ) + } + } + } +} diff --git a/4-4_marches/minstrel_boy/notes.pipes.ily b/4-4_marches/minstrel_boy/notes.pipes.ily new file mode 100644 index 0000000..f25c04c --- /dev/null +++ b/4-4_marches/minstrel_boy/notes.pipes.ily @@ -0,0 +1,30 @@ +% 4/4 Minstrel Boy +% Pipes +\version "2.18.2" +composerPipes = "" +pipeglobal = { + \bagpipeKey + } +% Music +pipesA = { + e8 | + \grg a4. b8 \thrwd d8 [ c8 ] \grg b8 [ \grG a8 ] | + \dblc c4 e4 \dblA A4 g8 [ A8 ] | + \hdblf f4 e4 \grg c8. [ d16 ] \dble e8 [ c8 ] | + \dblb b2 \grG a4. +} + +pipesBA = { + e8 | + \dblA A4 g4 \grA f4 g8 [ A8 ] | + \slurf g4 f4 \grg e4. \gra e8 | + \grg f4. c8 \grip c4 e4 | + \grg f8. [ e16 ] \grg f8 [ g8 ] \dblA A4 \grg A4 | +} + +pipesBB = { + a4. b8 \thrwd d8 [ c8 ] b8 [ \grG a8 ] | + \dblc c4 e4 \dblA A4 g8 [ A8 ] | + \hdblf f4 e4 \grg c8. [ d16 ] \dble e8 [ c8 ] | + \dblb b2 \grG a4. +} diff --git a/4-4_marches/minstrel_boy/notes.side.ily b/4-4_marches/minstrel_boy/notes.side.ily index 0c3d098..83af0dd 100644 --- a/4-4_marches/minstrel_boy/notes.side.ily +++ b/4-4_marches/minstrel_boy/notes.side.ily @@ -2,32 +2,30 @@ % Snare \version "2.18.2" composerSide = "" - +sideglobal = {} %%music + +snareEnds = \drummode { + d8:32(] | + g16.) d32-> g16. g32 \flam d8 \flam g8 d4:32(->\< d4:32)(-> | + + d8:32)(-> g8) \! r8 d8:32( g8[) \dragd d16. d32]-> g16. g32 \flam d8 | + \flam g4 d4:32( d4) + + } snareAA = \drummode { d16. g32 | - d4:32( d8.) g16 \flamd d8 d8:32( g8) d8:32( | - g16.) d32-> g16. g32 \flamd d8 \flamg g8 d4:32(-> d4:32)(-> | - - \break - d8:32)(-> g8:32)-> r8 d8:32( g8[) \dragd d16. d32]-> g16. g32 \flamd d8 | - \flamd d4 d4:32( d4) -} + d4:32( d8.) g16 \flam d8 [ d8:32(] g8[) + \snareEnds + } snareAB = \drummode { \dragd d16. d32-> g16. g32 | - d4:32( d8.) g16 \flamd d8 d8:32( g8) d8:32( | - g16.) d32-> g16. g32 \flamd d8 \flamg g8 d4:32(-> d4:32)(-> | - - \break - d8:32)(-> g8:32)-> r8 d8:32( g8[) \dragd d16. d32]-> g16. g32 \flamd d8 | - \flamd d4 d4:32( d4) + d4:32( d8.) g16 \flam d8[ d8:32(] g8[) + \snareEnds } % Part 2 snareBA = \drummode { - \flamd d8. d16:32( | - g16) g16 d8:32( g16) g16 d8:32( g8:32)( d8) r8 d8:32( | - g16.) d32-> g16. g32 \flamd d8 \flamg g8 d4:32(-> d4:32)(-> | - - d8:32)(-> g8:32)-> r8 d8:32( g8[) \dragd d16. d32]-> g16. g32 \flamd d8 | - \flamd d4 d4:32( d4) -} \ No newline at end of file + \flam d8. d16:64( | + d16) g16 d8:32( g16) g16 d8:32( g8:32)( d8) r8 + \snareEnds +} diff --git a/4-4_marches/minstrel_boy/pipes.ly b/4-4_marches/minstrel_boy/pipes.ly new file mode 100644 index 0000000..4e2189c --- /dev/null +++ b/4-4_marches/minstrel_boy/pipes.ly @@ -0,0 +1,45 @@ +\version "2.18.2" + +\include "config.ily" +\include "notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + { + \repeat volta 2 { + \part \line + } + \break + \part \line \break + \line \bar "|." + }%Format + { + \pipesA s8 + + \pipesBA + \pipesBB s8 + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + \partial 8 + \pipesA + \pipesA + \pipesBA + \pipesBB + } + \midi { \confTempo } +} diff --git a/4-4_marches/minstrel_boy/side.ly b/4-4_marches/minstrel_boy/side.ly index c1d3c30..c571071 100644 --- a/4-4_marches/minstrel_boy/side.ly +++ b/4-4_marches/minstrel_boy/side.ly @@ -8,7 +8,8 @@ \global << { - \part \line \break + \partial 4 s4 | + \line \break \line \break \bar "|." \partial 4 s4 | @@ -16,11 +17,11 @@ \line \break \bar "|." } { - \snareAA + r8 \snareAA \snareAB s4 \snareBA - \snareAB r8 + \snareAB } >> } @@ -30,4 +31,4 @@ instrument = \instrumentSide composer = \composerSide } -} \ No newline at end of file +} diff --git a/4-4_marches/the_leaving_of_liverpool/full.ly b/4-4_marches/the_leaving_of_liverpool/full.ly index 8728cdf..e673b7e 100644 --- a/4-4_marches/the_leaving_of_liverpool/full.ly +++ b/4-4_marches/the_leaving_of_liverpool/full.ly @@ -1,7 +1,7 @@ \version "2.19.0" \include "config.ily" -\include "notes.bass.ily" +%\include "notes.bass.ily" \include "notes.tenor.ily" \include "notes.side.ily" \include "notes.pipes.ily" @@ -14,28 +14,54 @@ \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes } \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes } << - {}%Format - {}%Pipes + { + \repeat unfold 2 { + \partial 4 s4 + \line + \break + \line \bar "|." + \break + } + }%Format + { + \pipesAA + \pipesAB s4 + + \pipesBA + \pipesBB + }%Pipes >> } \new PipeBandDrumStaff = "side" { \sideglobal \set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide} \set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide} + \snareA + \snareA s4 - } - \new PipeBandDrumStaff = "bass" { - \bassglobal - \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass } - \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass} + \snareBA + \snareBB s4 } \new PipeBandDrumStaff = "tenor" { \tenorglobal \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor } \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor } + + \repeat unfold 2 { + \repeat unfold 2 { + r8. \tenorA + } + s4 + } } +% \new PipeBandDrumStaff = "bass" { +% \bassglobal +% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass } +% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass} +% +% } >> \header { title = \title diff --git a/4-4_marches/the_leaving_of_liverpool/leav.bww b/4-4_marches/the_leaving_of_liverpool/leav.bww deleted file mode 100644 index 538ca7e..0000000 --- a/4-4_marches/the_leaving_of_liverpool/leav.bww +++ /dev/null @@ -1,62 +0,0 @@ -Bagpipe Reader:1.0 - -MIDINoteMappings,(54,56,58,59,61,63,64,66,68,56,58,60,61,63,65,66,68,70,55,57,59,60,62,64,65,67,69) - -FrequencyMappings,(370,415,466,494,554,622,659,740,831,415,466,523,554,622,699,740,831,932,392,440,494,523,587,659,699,784,880) - -InstrumentMappings,(71,71,45,33,1000,60,70) - -GracenoteDurations,(20,40,30,50,100,200,800,1200,250,250,250,500,200) - -FontSizes,(90,100,88,80,250) - -TuneFormat,(1,0,F,L,500,500,500,500,L,1,0) - -TuneTempo,90 - -" set 12",(T,L,0,0,Times New Roman,17,700,0,0,18,0,0,0) - -"March",(Y,C,0,0,Times New Roman,14,400,0,0,18,0,0,0) - -"",(M,R,0,0,Times New Roman,11,400,0,0,18,0,0,0) - -"The Seaforth Highlanders of Holland",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0) -"12 a",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0) -"February 21st 2010",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0) - -"The Leaving of Liverpool",(I,L,0,0,Times New Roman,11,700,0,0,18,0,0,0) - -& sharpf sharpc 4_4 - gg LAr_8 'la Bl_16 -! grp C_4 dbc Cr_8 El_8 thrd Dr_8 Cl_8 dbb Br_8 LAl_8 -! HA_4 gg HAr_8 'ha Fl_16 gg E_4 gg LAr_8 'la Bl_16 -! grp Cr_8 El_8 dbe Er_8 Cl_8 gg Fr_8 'f El_16 thrd Dr_8 Cl_8 -! dbb B_2 grp B_4 gg LAr_8 'la Bl_16 !t - -& sharpf sharpc - grp C_4 dbc Cr_8 El_8 thrd Dr_8 Cl_8 dbb Br_8 LAl_8 -! HA_4 gg HAr_8 'ha Fl_16 gg E_4 gg LAr_8 'la Bl_16 -! grp Cr_8 El_8 dbe Er_8 Cl_8 dbb ^ts B_4 'b strlg LA_8 -! gg LA_2 brl LA_4 !I - -& sharpf sharpc - gg Fr_8 'f HGl_16 -! dbha HA_4 ^tha HAr_8 'ha Fl_16 gg E_4 'e strla E_8 -! gg Fr_8 Dl_8 HAr_8 'ha Fl_16 gg E_4 gg LAr_8 'la Bl_16 -! grp Cr_8 El_8 dbe Er_8 Cl_8 gg Fr_8 'f El_16 thrd Dr_8 Cl_8 -! dbb B_2 grp B_4 gg Fr_8 'f HGl_16 !t - - -& sharpf sharpc - dbha HA_4 ^tha HAr_8 'ha Fl_16 gg E_4 'e strla E_8 -! gg Fr_8 Dl_8 HAr_8 'ha Fl_16 gg E_4 gg LAr_8 'la Bl_16 -! grp Cr_8 El_8 dbe Er_8 Cl_8 dbb B_4 'b strlg LA_8 -! gg LA_2 brl LA_4 !I - - - - - - - - diff --git a/4-4_marches/the_leaving_of_liverpool/notes.pipes.ily b/4-4_marches/the_leaving_of_liverpool/notes.pipes.ily index 8b4705e..de195d2 100644 --- a/4-4_marches/the_leaving_of_liverpool/notes.pipes.ily +++ b/4-4_marches/the_leaving_of_liverpool/notes.pipes.ily @@ -15,20 +15,20 @@ pipesAA = { pipesAB = { \grip c4 \dblc c8 [ e8 ] \thrwd d8 [ c8 ] \dblb b8 [ a8 ] | A4 \grg A8. [ f16 ] \grg e4 \grg a8. [ b16 ] | - \grip c8 [ e8 ] \dble e8 [ c8 ] \dblb b4~ \grG a8 | + \grip c8 [ e8 ] \dble e8 [ c8 ] \dblb b4. \grG a8 | \grg a2 \wbirl a4 } pipesBA = { \grg f8. [ g16 ] | - \dblA A4 A8. [ f16 ] \grg e4. \gra e8 | + \dblA A4~ A8. [ f16 ] \grg e4. \gra e8 | \grg f8 [ d8 ] A8. [ f16 ] \grg e4 \grg a8. [ b16 ] | \grip c8 [ e8 ] \dble e8 [ c8 ] \grg f8. [ e16 ] \thrwd d8 [ c8 ] | \dblb b2 \grip b4 \grg f8. [ g16 ] | } pipesBB = { - \dblA A4 A8. [ f16 ] \grg e4. \gra e8 | + \dblA A4~ A8. [ f16 ] \grg e4. \gra e8 | \grg f8 [ d8 ] A8. [ f16 ] \grg e4 \grg a8. [ b16 ] | \grip c8 [ e8 ] \dble e8 [ c8 ] \dblb b4. \grG a8 | \grg a2 \wbirl a4 diff --git a/4-4_marches/the_leaving_of_liverpool/notes.side.ily b/4-4_marches/the_leaving_of_liverpool/notes.side.ily index 468df71..8270c11 100644 --- a/4-4_marches/the_leaving_of_liverpool/notes.side.ily +++ b/4-4_marches/the_leaving_of_liverpool/notes.side.ily @@ -2,7 +2,9 @@ % Snare \version "2.18.2" composerSnare = "E.T. de Boone, 2015" - +sideglobal = { + \eighthBeaming +} %%music snareA = \drummode { r8 d16. g32 | @@ -30,4 +32,4 @@ snareBB = \drummode{ \flamg g16. d32:128( d16.) g32 d16.:64( d32) \tuplet 3/2 { g16 d g } \flamd d16. g32-> d32 g d g d16. g32-> d32 g d g | d4 d4:32( d4) -} \ No newline at end of file +} diff --git a/4-4_marches/the_leaving_of_liverpool/notes.tenor.ily b/4-4_marches/the_leaving_of_liverpool/notes.tenor.ily index a220de9..8d3ebe0 100644 --- a/4-4_marches/the_leaving_of_liverpool/notes.tenor.ily +++ b/4-4_marches/the_leaving_of_liverpool/notes.tenor.ily @@ -2,7 +2,7 @@ % Tenor \version "2.18.2" composerTenor = "F.J. de Boone,2011" - +tenorglobal = {} %%music tenorA = \drummode { g16 | @@ -24,4 +24,4 @@ tenorA = \drummode { d16 g d g d g d g d4 -} \ No newline at end of file +} diff --git a/4-4_marches/the_leaving_of_liverpool/pipes.ly b/4-4_marches/the_leaving_of_liverpool/pipes.ly index d05cd1a..e86f4be 100644 --- a/4-4_marches/the_leaving_of_liverpool/pipes.ly +++ b/4-4_marches/the_leaving_of_liverpool/pipes.ly @@ -9,10 +9,11 @@ << { \repeat unfold 2 { - \part + \partial 4 s4 \line \break \line + \bar "|." \break } diff --git a/4-4_marches/the_old_rustic_bridge/config.ily b/4-4_marches/the_old_rustic_bridge/config.ily index a797132..13a6855 100644 --- a/4-4_marches/the_old_rustic_bridge/config.ily +++ b/4-4_marches/the_old_rustic_bridge/config.ily @@ -4,18 +4,14 @@ global = { \time 4/4 \eighthBeaming } - +confTempo = { + \tempo 4 = 90 + } %% Format -part = { \partial 8 s8 } +part = { \partial 4 s4 } halfline = { \repeat unfold 2 { s1 | } } line = { \repeat unfold 2 { \halfline } } %% Headers title = "The Old Rustic Bridge" meter = "March" - - -composerSide = "" -composerTenor = "" -composerBass = "" -composerPipes = "" \ No newline at end of file diff --git a/4-4_marches/the_old_rustic_bridge/full.ly b/4-4_marches/the_old_rustic_bridge/full.ly new file mode 100644 index 0000000..01a17ee --- /dev/null +++ b/4-4_marches/the_old_rustic_bridge/full.ly @@ -0,0 +1,76 @@ +\version "2.19.0" + +\include "config.ily" +%\include "notes.bass.ily" +\include "notes.tenor.ily" +%\include "notes.side.ily" +\include "notes.pipes.ily" + +\score { + \new StaffGroup << + \new Staff { + \global + \pipeglobal + \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes } + \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes } + << + { + \part + \line \break + \line \bar "|." \break + + \part + \line \break + \line \bar "|." + }%Format + { + \pipesAA + \pipesAB s4 + + \pipesBA + \pipesAB s4 + }%Pipes + >> + } +% \new PipeBandDrumStaff = "side" { +% \sideglobal +% \set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide} +% \set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide} +% +% } + \new PipeBandDrumStaff = "tenor" { + \tenorglobal + \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor } + \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor } + + \repeat unfold 2 { + r8. \tenorA + r8. \tenorA s4 + } + } +% \new PipeBandDrumStaff = "bass" { +% \bassglobal +% \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass } +% \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass} +% +% } + >> + \header { + title = \title + meter = \meter + composer = \markup \large { + \column \right-align { + $(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} ) + $(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=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} ) + $(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} ) + $(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} ) + $(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} ) + } + } + } +} diff --git a/4-4_marches/the_old_rustic_bridge/notes.pipes.ily b/4-4_marches/the_old_rustic_bridge/notes.pipes.ily new file mode 100644 index 0000000..e3c3528 --- /dev/null +++ b/4-4_marches/the_old_rustic_bridge/notes.pipes.ily @@ -0,0 +1,30 @@ +% 4/4 Old Rustic Bridge +% Pipes +\version "2.18.2" +composerPipes = "" +pipeglobal = { + \bagpipeKey + } +% Music +pipesAA = { +\grg a8. [ d16 ] \bar "|" + \grg f4 \gre f8. [ g16 ] \hdblf f4 \thrwd d8. [ c16 ] \bar "|" + \dblb b4 \gre G8 [ \whslurd d8 ] \grg a4. \grd a8 \bar "|" + \grg b4 \grg c8 [ d8 ] \dbld d4 \grg c8. [ d16 ] \bar "|" + \grg e4 \gra e8. [ f16 ] \grg e4 \grg a8. [ d16 ] \bar "|" +} + +pipesAB = { + \grg f4 \gre f8. [ g16 ] \hdblf f4 \thrwd d8. [ c16 ] \bar "|" + \dblb b4 \gre G8 [\whslurd d8 ] \grg a4. \grd a8 \bar "|" + \grg b4 \grg e8 [ g8 ] \grA f8 [ e8 ] \grg c8 [ a8 ] \bar "|" + \thrwd d2 \dbld d4 +} + +pipesBA = { + \grg e8. [ d16 ] \bar "|" + \grg c4 \grip c8. [ d16 ] \grg e4 \grg f8 [ e8 ] \bar "|" + \dble e4 \grg b8. [ c16 ] \thrwd d4. \grc d8 \bar "|" + \dblc c4 \dblA A8 [ c8 ] \grg e8 [ d8 ] \grg c8 [ b8 ] \bar "|" + \grg a4 \grg b4 \grip c4 \grg b8 [ \grG a8 ] \bar "|" +} diff --git a/4-4_marches/the_old_rustic_bridge/notes.tenor.ily b/4-4_marches/the_old_rustic_bridge/notes.tenor.ily index d6d261b..f71ffb1 100644 --- a/4-4_marches/the_old_rustic_bridge/notes.tenor.ily +++ b/4-4_marches/the_old_rustic_bridge/notes.tenor.ily @@ -1,13 +1,13 @@ -% 4/4 The Olde Rustic Bridge +% 4/4 Rustic Bridge % Tenor \version "2.18.2" composerTenor = "" - +tenorglobal = {} %%music tenorA = \drummode { g16 | d4 g8 d g4 d8. g16 | d8 g d4 g r | d4 g8[ d] g[ d] g[ d] | - g4 r4 d4 r4 | -} \ No newline at end of file + g4 r4 d4 +} diff --git a/4-4_marches/the_old_rustic_bridge/old.bww b/4-4_marches/the_old_rustic_bridge/old.bww deleted file mode 100644 index be402ee..0000000 --- a/4-4_marches/the_old_rustic_bridge/old.bww +++ /dev/null @@ -1,53 +0,0 @@ -Bagpipe Reader:1.0 - -MIDINoteMappings,(55,57,59,60,62,64,65,67,69,57,59,61,62,64,66,67,69,71,56,58,60,61,63,65,66,68,70) - -FrequencyMappings,(392,440,494,523,587,659,699,784,880,440,494,554,587,659,740,784,880,988,415,466,523,554,622,699,740,831,932) - -InstrumentMappings,(71,71,46,34,1000,60,70) - -GracenoteDurations,(20,40,30,50,100,200,800,1200,250,250,250,500,200) - -FontSizes,(90,100,100,80,250) - -TuneFormat,(1,0,M,L,500,500,500,500,L,1,0) -TuneTempo,90 - -" set 12 (vervolg)",(T,L,0,0,Times New Roman,17,700,0,0,18,0,0,0) - -"March",(Y,C,0,0,Times New Roman,14,400,0,0,18,0,0,0) - -"",(M,R,0,0,Times New Roman,11,400,0,0,18,0,0,0) - -"The Seaforth Highlanders of Holland",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0) -"12 b",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0) -"2012",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0) - -"The old rustic Bridge",(I,L,0,0,Times New Roman,11,700,0,0,18,0,0,0) - -& sharpf sharpc 4_4 -& sharpf sharpc 4_4 -gg LAr_8 'la Dl_16 ! -gg F_4 eg Fr_8 'f HGl_16 hdbf F_4 thrd Dr_8 'd Cl_16 ! -dbb B_4 eg LGr_8 lhstd Dl_8 gg LA_4 'la dg LA_8 ! -gg B_4 gg Cr_8 Dl_8 lgstd D_4 gg Cr_8 'c Dl_16 ! -gg E_4 ag Er_8 'e Fl_16 gg E_4 gg LAr_8 'la Dl_16 !t - -& sharpf sharpc -gg F_4 eg Fr_8 'f HGl_16 hdbf F_4 thrd Dr_8 'd Cl_16 ! -dbb B_4 eg LGr_8 lhstd Dl_8 gg LA_4 'la dg LA_8 ! -gg B_4 gg Er_8 HGl_8 tg Fr_8 El_8 gg Cr_8 LAl_8 ! -thrd D_2 lgstd D_4 !I - -& sharpf sharpc -gg Er_8 'e Dl_16 ! -gg C_4 grp Cr_8 'c Dl_16 gg E_4 gg Fr_8 El_8 ! -dbe E_4 gg Br_8 'b Cl_16 thrd D_4 'd cg D_8 ! -dbc C_4 dbha HAr_8 Cl_8 gg Er_8 Dl_8 gg Cr_8 Bl_8 ! -gg LA_4 gg B_4 grp C_4 gg Br_8 strlg LAl_8 !t - -& sharpf sharpc -gg F_4 eg Fr_8 'f HGl_16 hdbf F_4 thrd Dr_8 'd Cl_16 ! -dbb B_4 eg LGr_8 lhstd Dl_8 gg LA_4 'la dg LA_8 ! -gg B_4 gg Er_8 HGl_8 tg Fr_8 El_8 gg Cr_8 LAl_8 ! -thrd D_2 lgstd D_2 !I diff --git a/4-4_marches/the_old_rustic_bridge/pipes.ly b/4-4_marches/the_old_rustic_bridge/pipes.ly new file mode 100644 index 0000000..f4d9888 --- /dev/null +++ b/4-4_marches/the_old_rustic_bridge/pipes.ly @@ -0,0 +1,49 @@ +\version "2.18.2" + +\include "config.ily" +\include "notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + { + \part + \line \break + \line \bar "|." \break + + \part + \line \break + \line \bar "|." + }%Format + { + \pipesAA + \pipesAB s4 + + \pipesBA + \pipesAB s4 + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + } +} +\score { + \new Staff { \global \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %%Tune + + \partial 4 + \pipesAA + \pipesAB + + \pipesBA + \pipesAB + } + \midi { \confTempo } +} diff --git a/4-4_marches/the_old_rustic_bridge/tenor.ly b/4-4_marches/the_old_rustic_bridge/tenor.ly index 284c092..bfda252 100644 --- a/4-4_marches/the_old_rustic_bridge/tenor.ly +++ b/4-4_marches/the_old_rustic_bridge/tenor.ly @@ -7,8 +7,18 @@ \new PipeBandDrumStaff { \global << - {\repeat unfold 2 {\repeat volta 2 { \part \line } \break }} - {\repeat unfold 2 {s16\tenorA}} + { + \repeat unfold 2 { + \repeat volta 2 { + \part \line + } \break + } + } + { + \repeat unfold 2 { + r8. \tenorA s4 + } + } >> } \header { @@ -17,4 +27,4 @@ instrument = \instrumentTenor composer = \composerTenor } -} \ No newline at end of file +} diff --git a/5-4_marches/cullen_bay/config.ily b/5-4_marches/cullen_bay/config.ily index c493eea..8a8d6f8 100644 --- a/5-4_marches/cullen_bay/config.ily +++ b/5-4_marches/cullen_bay/config.ily @@ -2,7 +2,9 @@ %% Globals global = { \time 5/4 - \eighthBeaming + } +confTempo = { + \tempo 4 = 90 } %% Format part = {\partial 8 s8 } @@ -10,4 +12,4 @@ line = { \repeat unfold 4 { s2 s2. } } %% Headers title = "Cullen Bay" -meter = "March" \ No newline at end of file +meter = "March" diff --git a/5-4_marches/cullen_bay/drums.ly b/5-4_marches/cullen_bay/drums.ly index 6371e96..30c8d73 100644 --- a/5-4_marches/cullen_bay/drums.ly +++ b/5-4_marches/cullen_bay/drums.ly @@ -15,10 +15,8 @@ << { \repeat unfold 4 { - \line - \break - \line - \bar "|." + \line \bar "||" \break + \line \bar "|." } }%End of Format { @@ -34,7 +32,9 @@ \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass} \repeat unfold 4 { - \bassA + \repeat unfold 2 { + \bassA + } } } \new PipeBandDrumStaff = "tenor" { @@ -62,4 +62,4 @@ } } } -} \ No newline at end of file +} diff --git a/5-4_marches/cullen_bay/full.ly b/5-4_marches/cullen_bay/full.ly new file mode 100644 index 0000000..31770e5 --- /dev/null +++ b/5-4_marches/cullen_bay/full.ly @@ -0,0 +1,81 @@ +\version "2.19.0" + +\include "config.ily" +\include "notes.bass.ily" +\include "notes.tenor.ily" +\include "notes.side.ily" +\include "notes.pipes.ily" + +\score { + \new StaffGroup << + \new Staff { + \global + \pipeglobal + \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes } + \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes } + << + { + \repeat unfold 4 { + \line \bar "||" \break + \line \bar "|." + } + }%Format + { + \repeat unfold 2 { \pipesA } + \repeat unfold 2 { \pipesB } + \repeat unfold 2 { \pipesC } + \repeat unfold 2 { \pipesD } + }%Pipes + >> + } + \new PipeBandDrumStaff = "side" { + \sideglobal + \set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide} + \set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide} + \repeat unfold 2 { \snareA } + \repeat unfold 2 { \snareB } + \repeat unfold 2 { \snareC } + \repeat unfold 2 { \snareD } + + } + \new PipeBandDrumStaff = "tenor" { + \tenorglobal + \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor } + \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor } + + \repeat unfold 4 { + \tenorAA + \tenorAB + } + } + \new PipeBandDrumStaff = "bass" { + \bassglobal + \set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass } + \set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass} + \repeat unfold 4 { + \repeat unfold 2 { + \bassA + } + } + + } + >> + \header { + title = \title + meter = \meter + composer = \markup \large { + \column \right-align { + $(if (not (string=? "" composerPipes)) #{ \markup {\line { \composerPipes ":" }} #} ) + $(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=? "" composerPipes)) #{ \markup {\line { \instrumentPipes }}#} ) + $(if (not (string=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} ) + $(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} ) + $(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} ) + } + } + } +} diff --git a/5-4_marches/cullen_bay/hmpd.bww b/5-4_marches/cullen_bay/hmpd.bww deleted file mode 100644 index dd20ab1..0000000 --- a/5-4_marches/cullen_bay/hmpd.bww +++ /dev/null @@ -1,90 +0,0 @@ -Bagpipe Reader:1.0 - -MIDINoteMappings,(54,56,58,59,61,63,64,66,68,56,58,60,61,63,65,66,68,70,55,57,59,60,62,64,65,67,69) - -FrequencyMappings,(370,415,466,494,554,622,659,740,831,415,466,523,554,622,699,740,831,932,392,440,494,523,587,659,699,784,880) - -InstrumentMappings,(71,71,45,33,1000,60,70) - -GracenoteDurations,(20,40,30,50,100,200,800,1200,250,250,250,500,200) - -FontSizes,(90,100,88,80,250) - -TuneFormat,(1,0,F,L,500,500,500,500,L,1,0) - -TuneTempo,90 - -"Cullen Bay",(T,L,0,0,Times New Roman,16,700,0,0,18,0,0,0) - -"March",(Y,C,0,0,Times New Roman,14,400,0,0,18,0,0,0) - -"I.Duncan",(M,R,0,0,Times New Roman,10,400,0,0,18,0,0,0) - - - -"The Seaforth Highlanders of Holland",(F,R,0,0,Times New Roman,10,400,0,0,18,0,0,0) -"26",(F,C,0,0,Times New Roman,10,400,0,0,18,0,0,0) -"oktober 2013",(F,L,0,0,Times New Roman,10,400,0,0,18,0,0,0) - -& sharpf sharpc 5_4 - I!'' gg LAr_8 'la Bl_16 dbc Cr_8 eg LAl_8 gg Br_8 dg Cr_16 'd Bl_32 strlg LA_2 -! gg Cr_8 'c Dl_16 dbe Er_8 Cl_8 thrd Dr_8 Er_32 Fl_16 'f dbe E_2 -! gg Fr_8 HAl_8 hdbe Er_8 Cl_8 thrd Dr_8 gg Er_16 'e Dl_32 dbc C_2 -! gg LAr_8 'la Bl_16 dbc Cr_8 eg LAl_8 gg Br_8 dg Cr_16 'c Bl_32 strlg LA_2 ''!I - - -& sharpf sharpc I!'' - dbha HAr_8 El_8 dbe Er_8 Cr_32 El_16 'e gg Fr_8 Er_32 Cl_16 'c dbe E_2 -! dbha HAr_8 El_8 dbe Er_8 Cr_32 El_16 'e gg Fr_8 Er_32 Cl_16 'c dbb B_2 -! dbha HAr_8 El_8 dbe Er_8 Cr_32 El_16 'e gg Fr_8 Er_32 Cl_16 'c dbe E_2 -! gg LAr_8 'la Bl_16 dbc Cr_8 eg LAl_8 gg Br_8 dg Cr_16 'c Bl_32 strlg LA_2 ''!I - - -& sharpf sharpc I!'' - dbc Cr_8 eg LAl_8 brl LAr_8 Br_32 Cl_16 'c thrd Dr_8 Cr_32 Bl_16 'b dbc C_2 -! dbe Er_8 Cl_8 strlg Cr_8 Dr_32 El_16 'e thrd Dr_8 Er_32 Fl_16 'f dbe E_2 -! gg Fr_8 HAl_8 hdbe Er_8 Cl_8 thrd Dr_8 gg Er_16 'e Dl_32 dbc C_2 -! gg LAr_8 'la Bl_16 dbc Cr_8 eg LAl_8 gg Br_8 dg Cr_16 'c Bl_32 strlg LA_2 ''!I - - -& sharpf sharpc I!'' - dbe Er_8 Cr_32 El_16 'e dbha HAr_8 El_8 gg Fr_8 Er_32 Cl_16 'c dbe E_2 -! dbc Cr_8 eg LAl_8 brl LAr_8 Br_32 Cl_16 'c Er_8 Dr_32 Cl_16 'c dbb B_2 -! dbe Er_8 Cr_32 El_16 'e gg Fr_8 HAl_8 Fr_16 'f El_32 gg Dl_16 'd Fl_32 dbe E_2 -! gg LAr_8 'la Bl_16 dbc Cr_8 eg LAl_8 gg Br_8 dg Cr_16 'c Bl_32 strlg LA_2 ''!I - - - - -" Seconds",(I,L,0,0,Times New Roman,11,400,0,0,18,0,0,0) - - - -& sharpf sharpc 5_4 I!'' - gg Cr_8 'c Dl_16 dbe Er_8 gg Cl_8 thrd Dr_8 gg Er_16 'e Dl_32 gg C_2 -! gg LAr_8 'la Bl_16 dbc Cr_8 gg LAl_8 grp Br_8 Cr_32 Dl_16 'd dbc C_2 -! gg Dr_8 Fl_8 dbc Cr_8 eg LAl_8 grp Br_8 gg Cr_16 'c Bl_32 dbc E_2 -! gg Cr_8 'c Dl_16 dbe Er_8 gg Cl_8 thrd Dr_8 dg gg Er_16 'e Dl_32 gg C_2 ''!I - - -& sharpf sharpc I!'' - dbf Fr_8 Cl_8 dbc Cr_8 LAr_32 Cl_16 'c gg Dr_8 Cr_32 LAl_16 'la dbc C_2 -! dbf Fr_8 Cl_8 dbc Cr_8 LAr_32 Cl_16 'c gg Dr_8 Cr_32 LAl_16 'la dbd D_2 -! dbf Fr_8 Cl_8 dbc Cr_8 LAr_32 Cl_16 'c gg Dr_8 Cr_32 LAl_16 'la dbc C_2 -! gg Cr_8 'c Dl_16 dbe Er_8 gg Cl_8 thrd Dr_8 dg gg Er_16 'e Dl_32 gg C_2 ''!I - - -& sharpf sharpc I!'' - dbe Er_8 eg Cl_8 Cr_8 Dr_32 El_16 'e Fr_8 Er_32 Dl_16 'd strlg LA_2 -! dbc Cr_8 LAl_8 LAr_8 Br_32 Cl_16 'c Br_8 Cr_32 Dl_16 'd dbc C_2 -! gg Dr_8 Fl_8 dbc Cr_8 LAl_8 dbb Br_8 gg Cr_16 'c Bl_32 dbc C_2 -! gg Cr_8 'c Dl_16 dbe Er_8 gg Cl_8 thrd Dr_8 gg Er_16 'e Dl_32 gg C_2 ''!I - - -& sharpf sharpc I!'' -dbc Cr_8 gg LAr_32 Cl_16 'c dbf Fr_8 Cl_8 dbd Dr_8 Cr_32 LAl_16 'la dbc C_2 -! dbe Er_8 gg Cl_8 grp Cr_8 gg Dr_32 El_16 'e dbc Cr_8 Br_32 LAl_16 'la dblg LG_2 -! dbc Cr_8 gg LAr_32 Cl_16 'c gg Dr_8 Fl_8 gg Dr_16 'd Cl_32 gg Bl_16 'b Dl_32 dbc C_2 -! gg Cr_8 'c Dl_16 dbe Er_8 gg Cl_8 thrd Dr_8 gg Er_16 'e Dl_32 dbc C_2 ''!I - - diff --git a/5-4_marches/cullen_bay/notes.bass.ily b/5-4_marches/cullen_bay/notes.bass.ily index 515347c..2319608 100644 --- a/5-4_marches/cullen_bay/notes.bass.ily +++ b/5-4_marches/cullen_bay/notes.bass.ily @@ -2,6 +2,7 @@ % Bass \version "2.18.2" composerBass = "" +bassglobal = {} bassA = \drummode { \repeat unfold 4 { d4-^ g d-> g d | } -} \ No newline at end of file +} diff --git a/5-4_marches/cullen_bay/notes.pipes.ily b/5-4_marches/cullen_bay/notes.pipes.ily new file mode 100644 index 0000000..c9a8e2b --- /dev/null +++ b/5-4_marches/cullen_bay/notes.pipes.ily @@ -0,0 +1,35 @@ +% 5/4 Cullen Bay +% Pipes +\version "2.18.2" +composerPipes = "I. Duncan" +pipeglobal = { + \bagpipeKey + } +% Music +pipesA = { + \grg c8. [ d16 ] \dble e8 [ \grg c8 ] \thrwd d8 [ \grg e16. d32 ] \grg c2 | + \grg a8. [ b16 ] \dblc c8 [ \grg a8 ] \grip b8 [ c32 d16. ] \dblc c2 | + \grg d8 [ f8 ] \dblc c8 [ \gre a8 ] \grip b8 [ \grg c16. b32 ] \dblc e2 | + \grg c8. [ d16 ] \dble e8 [ \grg c8 ] \thrwd d8 [ \grg e16. d32 ] \grg c2 +} + +pipesB = { + \dblf f8 [ c8 ] \dblc c8 [ a32 c16. ] \grg d8 [ c32 a16. ] \dblc c2 | + \dblf f8 [ c8 ] \dblc c8 [ a32 c16. ] \grg d8 [ c32 a16. ] \dbld d2 | + \dblf f8 [ c8 ] \dblc c8 [ a32 c16. ] \grg d8 [ c32 a16. ] \dblc c2 | + \grg c8. [ d16 ] \dble e8 [ \grg c8 ] \thrwd d8 [ \grg e16. d32 ] \grg c2 +} + +pipesC = { + \dble e8 [ \gre c8 ] c8 [ d32 e16. ] f8 [ e32 d16. ] \grG a2 | + \dblc c8 [ a8 ] a8 [ b32 c16. ] b8 [ c32 d16. ] \dblc c2 | + \grg d8 [ f8 ] \dblc c8 [ a8 ] \dblb b8 [ \grg c16. b32 ] \dblc c2 | + \grg c8. [ d16 ] \dble e8 [ \grg c8 ] \thrwd d8 [ \grg e16. d32 ] \grg c2 +} + +pipesD = { + \dblc c8 [ \grg a32 c16. ] \dblf f8 [ c8 ] \dbld d8 [ c32 a16. ] \dblc c2 | + \dble e8 [ \grg c8 ] \grip c8 [ \grg d32 e16. ] \dblc c8 [ b32 a16. ] \dblG G2 | + \dblc c8 [ \grg a32 c16. ] \grg d8 [ f8 ] \grg d16. [ c32 b16. ] d32 ] \dblc c2 | + \grg c8. [ d16 ] \dble e8 [ \grg c8 ] \thrwd d8 [ \grg e16. d32 ] \dblc c2 +} diff --git a/5-4_marches/cullen_bay/notes.side.ily b/5-4_marches/cullen_bay/notes.side.ily index 3f63e43..7438e99 100644 --- a/5-4_marches/cullen_bay/notes.side.ily +++ b/5-4_marches/cullen_bay/notes.side.ily @@ -2,6 +2,11 @@ % Side \version "2.18.2" composerSide = "" +sideglobal = { + \eighthBeaming +} + +% Music snareEnd = \drummode { d8[:32)(-> g16.) g32]-> d8[:32(->\< g8]:32)(-> @@ -11,9 +16,9 @@ snareEnd = \drummode { | d8) \! d8:32( \triplet { g16)[ d g } \flam d8] - g16. d32-> g16. g32 - \flam d8 d16. g32 -> - d16. d32 \flam g8 + g16.[ d32-> g16. g32] + \flam d8 [ d16. g32->] + d16.[ d32 \flam g8 ] | \flam d8. d16:64( d8) d8:32( @@ -44,9 +49,9 @@ snareB = \drummode{ snareC = \drummode{ \flam d8-> \flam d16-> g-> d16 d \flam g8 - g8 d8:32( - \triplet { g16) d g } \flam d16. g32 - \triplet { g16 d g } \flam g8 + g8 [ d8:32(] + \triplet { g16[) d g } \flam d16. g32] + \triplet { g16[ d g } \flam g8] | \snareEnd } diff --git a/5-4_marches/cullen_bay/notes.tenor.ily b/5-4_marches/cullen_bay/notes.tenor.ily index 2a38922..979cd86 100644 --- a/5-4_marches/cullen_bay/notes.tenor.ily +++ b/5-4_marches/cullen_bay/notes.tenor.ily @@ -2,6 +2,7 @@ % Tenor \version "2.18.2" composerTenor = "" +tenorglobal = {} tenorAA = \drummode { d8-> g d g d-> g d4 d4 | d8. g16 d8-> g8-> r8 g8 d4 d4 | @@ -9,8 +10,8 @@ tenorAA = \drummode { d4 d4 d8 g8 d4 d4 | } tenorAB = \drummode { - d4 g4 d4 g4 d4 | + \flourish { d4 g4 d4 g4 d4 } | d8. g16 d8-> g8-> r8 g8 d4 d4 | - d4 g4 d8-> g8 d8.-> g16-> r8 d8-> + \flourish { d4 g4 } d8-> g8 d8.-> g16-> r8 d8-> d4 d4 d8 g8 d4 d4 | -} \ No newline at end of file +} diff --git a/5-4_marches/cullen_bay/pipes.ly b/5-4_marches/cullen_bay/pipes.ly new file mode 100644 index 0000000..799ed90 --- /dev/null +++ b/5-4_marches/cullen_bay/pipes.ly @@ -0,0 +1,46 @@ +\version "2.18.2" + +\include "config.ily" +\include "notes.pipes.ily" + +\score { + \new Staff { + \global + \pipeglobal + << + { + \repeat unfold 4 { + \repeat volta 2 { + \line + }\break + } + }%Format + { + \pipesA + \pipesB + \pipesC + \pipesD + } + >> + } + \header { + title = \title + meter = \meter + instrument = \instrumentPipes + composer = \composerPipes + } +} +\score { + \new Staff { + \global + \pipeglobal + \set Staff.midiInstrument = #"bagpipe" + %% Tune + + \pipesA + \pipesB + \pipesC + \pipesD + } + \midi { \confTempo } +} diff --git a/5-4_marches/cullen_bay/side.ly b/5-4_marches/cullen_bay/side.ly index 0b7d3b5..01a24ce 100644 --- a/5-4_marches/cullen_bay/side.ly +++ b/5-4_marches/cullen_bay/side.ly @@ -6,12 +6,12 @@ \score { \new PipeBandDrumStaff { \global - << + \sideglobal + << { - \repeat volta 1 { \line } \break - \repeat volta 1 { \line } \break - \repeat volta 1 { \line } \break - \repeat volta 1 { \line } \break + \repeat unfold 4 { + \repeat volta 1 { \line } \break + } } { \snareA @@ -27,4 +27,4 @@ instrument = \instrumentSide composer = \composerSide } -} \ No newline at end of file +} diff --git a/5-4_marches/cullen_bay/tenor.ly b/5-4_marches/cullen_bay/tenor.ly index 4b1a939..93002b1 100644 --- a/5-4_marches/cullen_bay/tenor.ly +++ b/5-4_marches/cullen_bay/tenor.ly @@ -6,7 +6,8 @@ \score { \new PipeBandDrumStaff { \global - << + \tenorglobal + << { \repeat unfold 1 { \line \line \bar "|."} } { \tenorAA \tenorAB } >> @@ -17,4 +18,4 @@ instrument = \instrumentTenor composer = \composerTenor } -} \ No newline at end of file +} diff --git a/template/notes.pipes.seconds.ily b/template/notes.pipes.seconds.ily new file mode 100644 index 0000000..096a12f --- /dev/null +++ b/template/notes.pipes.seconds.ily @@ -0,0 +1,10 @@ +% <