mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 08:13:31 +01:00
New Scores for Kilaloe and the Keel Row
Updated the templates a bit
This commit is contained in:
parent
9057c71bcd
commit
0cd17410d9
22 changed files with 755 additions and 102 deletions
|
@ -6,24 +6,24 @@ pipessecndglobal = {
|
||||||
\bagpipeKey
|
\bagpipeKey
|
||||||
}
|
}
|
||||||
pipessecndA = {
|
pipessecndA = {
|
||||||
\grg c8. [ d16 ] \dble e4 \grg A4 \bar "|"
|
\grg c8. [ d16 ] \dble e4 \grg A4 |
|
||||||
c8. [ d16 ] \dble e2 \bar "|"
|
c8. [ d16 ] \dble e2 |
|
||||||
\dbld d8 [ c8 ] \grg d2 \bar "|"
|
\dbld d8 [ c8 ] \grg d2 |
|
||||||
\grg e16. [ d32 \grg c16. d32 ] \dble e2 \bar "|" \break
|
\grg e16. [ d32 \grg c16. d32 ] \dble e2 |
|
||||||
|
|
||||||
\grg c8. [ d16 ] \dble e4 \grg A4 \bar "|"
|
\grg c8. [ d16 ] \dble e4 \grg A4 |
|
||||||
c8. [ d16 ] \dble e2 \bar "|"
|
c8. [ d16 ] \dble e2 |
|
||||||
\dbld d8 [ c8 ] \grg d4 \dblf f4 \bar "|"
|
\dbld d8 [ c8 ] \grg d4 \dblf f4 |
|
||||||
\grg e8. [ d16 ] \grg c2
|
\grg e8. [ d16 ] \grg c2 |
|
||||||
}
|
}
|
||||||
pipessecndB = {
|
pipessecndB = {
|
||||||
b8. [ c16 ] \grg d4 \dblf f4 \bar "|"
|
b8. [ c16 ] \grg d4 \dblf f4 |
|
||||||
\grg e8 [ d8 ] \grg c2 \bar "|"
|
\grg e8 [ d8 ] \grg c2 |
|
||||||
\dblf f8 [ e8 ] \grg d2 \bar "|"
|
\dblf f8 [ e8 ] \grg d2 |
|
||||||
\grg e16. [ d32 \grg c16. d32 ] \dble e2 \bar "|" \break
|
\grg e16. [ d32 \grg c16. d32 ] \dble e2 |
|
||||||
|
|
||||||
b8. [ c16 ] \grg d4 \dblf f4 \bar "|"
|
b8. [ c16 ] \grg d4 \dblf f4 |
|
||||||
\grg e8 [ d8 ] \grg c2 \bar "|"
|
\grg e8 [ d8 ] \grg c2 |
|
||||||
\dblf f8 [ e8 ] \grg d4 \dblf f4 \bar "|"
|
\dblf f8 [ e8 ] \grg d4 \dblf f4 |
|
||||||
\grg e8. [ d16 ] \grg c2
|
\grg e8. [ d16 ] \grg c2 |
|
||||||
}
|
}
|
||||||
|
|
133
6-8_marches/kilaloe/full.48th.ly
Normal file
133
6-8_marches/kilaloe/full.48th.ly
Normal file
|
@ -0,0 +1,133 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
|
||||||
|
\include "bagpipe.ly"
|
||||||
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
%\include "./notes.bass.ily"
|
||||||
|
\include "./notes.tenor.ily"
|
||||||
|
\include "./notes.side.48th.ily"
|
||||||
|
\include "./notes.pipes.ily"
|
||||||
|
%\include "./notes.pipes.seconds.ily"
|
||||||
|
%\include "./notes.lyrics.ily"
|
||||||
|
|
||||||
|
part = { \partial 4. \grace {s4} s4. }
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\new Staff \with {
|
||||||
|
instrumentName = \markup{ \instrumentPipes }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
|
} {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\part
|
||||||
|
\line
|
||||||
|
\break
|
||||||
|
\line \bar "||"
|
||||||
|
\break
|
||||||
|
\part
|
||||||
|
\line
|
||||||
|
\break
|
||||||
|
\line \bar ".|:-||"
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part
|
||||||
|
\line
|
||||||
|
\break
|
||||||
|
\line
|
||||||
|
\measure
|
||||||
|
}
|
||||||
|
|
||||||
|
}%Format
|
||||||
|
|
||||||
|
\new Voice = "pipes" {
|
||||||
|
r4 \pipesA s4.
|
||||||
|
|
||||||
|
\pipesB s4.
|
||||||
|
|
||||||
|
\pipesC s4.
|
||||||
|
}%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 \snareA s4.
|
||||||
|
|
||||||
|
\snareB \snareB s4.
|
||||||
|
|
||||||
|
\snareC
|
||||||
|
|
||||||
|
}
|
||||||
|
\new PipeBandDrumStaff = "tenor" \with {
|
||||||
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
} {
|
||||||
|
\tenorglobal
|
||||||
|
|
||||||
|
r4. \tenorAA
|
||||||
|
\tenorAB
|
||||||
|
|
||||||
|
r4. \tenorAA
|
||||||
|
\tenorAB
|
||||||
|
|
||||||
|
r4. \tenorBA
|
||||||
|
\tenorBB
|
||||||
|
| % Volta bracket for pipes
|
||||||
|
}
|
||||||
|
% \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 }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
46
6-8_marches/kilaloe/notes.side.48th.ily
Normal file
46
6-8_marches/kilaloe/notes.side.48th.ily
Normal file
|
@ -0,0 +1,46 @@
|
||||||
|
% 6/8 Kilaloe
|
||||||
|
% Side
|
||||||
|
\version "2.18.2"
|
||||||
|
composerSide = ""
|
||||||
|
arrangerSide = "48th HIGHRS, 2018"
|
||||||
|
sideglobal = {}
|
||||||
|
|
||||||
|
% Music
|
||||||
|
snareA = \drummode {
|
||||||
|
d4.:32(\< |
|
||||||
|
d4)\! g8 \flam d4 g8 |
|
||||||
|
d4.:32( d4.:32)(\<|
|
||||||
|
d4) \!g8 \flam d8 g d |
|
||||||
|
g4.:32( d4.:32)(\<|
|
||||||
|
d4)\! g8 \flam d4 g8:32( |
|
||||||
|
d8) g d \flam g8 d g |
|
||||||
|
\flam d4. d4.:32( |
|
||||||
|
d4.)
|
||||||
|
}
|
||||||
|
snareB = \drummode { \snareA }
|
||||||
|
|
||||||
|
snareC = \drummode {
|
||||||
|
\flam d8\< g d |
|
||||||
|
\flam g4\! g8 \flam d4 g8 |
|
||||||
|
d4.:32( d8)\< g d |
|
||||||
|
\flam g4\! g8 \flam d4 g8 |
|
||||||
|
d4.:32( d8)\< g d |
|
||||||
|
\flam g4\! g8-> d8 g d-> |
|
||||||
|
g8 d g-> d g d-> |
|
||||||
|
\flam g4-> g8 d4.:32( |
|
||||||
|
d4.)
|
||||||
|
|
||||||
|
d4.:32( |
|
||||||
|
d4) g8 \flam d4 g8 |
|
||||||
|
d2.:32( |
|
||||||
|
d4.) \flam d8 g d |
|
||||||
|
g2.:32( |
|
||||||
|
d4) g8:32( d4) g8:32( |
|
||||||
|
d8) g d \flam d4. |
|
||||||
|
r4. r4 g8:32( |
|
||||||
|
d8) g d \flam d4 g8 |
|
||||||
|
d4.:32( d4)
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
53
6-8_marches/kilaloe/side.48th.ly
Normal file
53
6-8_marches/kilaloe/side.48th.ly
Normal file
|
@ -0,0 +1,53 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.side.48th.ily"
|
||||||
|
|
||||||
|
part = {\partial 4. \grace{ s4 } s4. }
|
||||||
|
\score {
|
||||||
|
\new PipeBandDrumStaff {
|
||||||
|
\global
|
||||||
|
\sideglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part
|
||||||
|
\line
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part
|
||||||
|
\line
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part
|
||||||
|
\line
|
||||||
|
\break
|
||||||
|
\line
|
||||||
|
\measure
|
||||||
|
}
|
||||||
|
|
||||||
|
}%Format
|
||||||
|
|
||||||
|
\new DrumVoice = "side" {
|
||||||
|
\snareA s4.
|
||||||
|
|
||||||
|
\snareB s4.
|
||||||
|
|
||||||
|
\snareC
|
||||||
|
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \markup \column { \title \normalsize "48th HIGHRS" }
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentSide
|
||||||
|
composer = \composerSide
|
||||||
|
arranger = \arrangerSide
|
||||||
|
}
|
||||||
|
}
|
|
@ -1,19 +1,16 @@
|
||||||
% 6/8 My Home
|
% 6/8 My Home
|
||||||
% Tenor
|
% Tenor
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerTenor = ""
|
composerTenor = "v2.0, 2018"
|
||||||
tenorglobal = {}
|
tenorglobal = {}
|
||||||
tenorA = \drummode {
|
tenorA = \drummode {
|
||||||
d4 d8 g8. d16 g8 |
|
d4. g |
|
||||||
d4. g4 d8 |
|
d4. g8. d16 g8 |
|
||||||
d4. g4 d8 |
|
d4. g4. |
|
||||||
d8. g8 d16 d4.|
|
d4. g8 r8 g8 |
|
||||||
|
d4. g4. |
|
||||||
d8. g16 d8 g4. |
|
d4. g8. d16 g8 |
|
||||||
d4 d8 g4. |
|
r8 g d r8 d g |
|
||||||
r8 g8 d8 r8 d8 g8
|
d8 g8 d8 g8 r4
|
||||||
d8 g8 d8 g4.
|
|
||||||
}
|
|
||||||
tenorB = \drummode {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
tenorB = \tenorA
|
||||||
|
|
|
@ -1,25 +1,16 @@
|
||||||
% 6/8 The Mist Covered Mountains
|
% 6/8 The Mist Covered Mountains
|
||||||
% Tenor
|
% Tenor
|
||||||
\version "2.18.2"
|
\version "2.18.2"
|
||||||
composerTenor = "v1.0, 2016"
|
composerTenor = "v2.0, 2018"
|
||||||
tenorglobal = {}
|
tenorglobal = {}
|
||||||
tenorA = \drummode {
|
tenorA = \drummode {
|
||||||
d4. g |
|
d4. g |
|
||||||
d4. g8 r8 g8 |
|
|
||||||
d4. g8. d16 g8 |
|
d4. g8. d16 g8 |
|
||||||
d8. g16 d8 g8 r8 g8 |
|
d4. g4. |
|
||||||
d4. g |
|
|
||||||
d4. g8 r8 g8 |
|
d4. g8 r8 g8 |
|
||||||
d4. g8 d8 g8 |
|
d4. g4. |
|
||||||
d8 g8 d8 g8 r4
|
d4. g8. d16 g8 |
|
||||||
}
|
r8 g d r8 d g |
|
||||||
tenorB = \drummode {
|
|
||||||
d4. g |
|
|
||||||
d4. g8 r8 g8 |
|
|
||||||
d4. g |
|
|
||||||
d4. g8 r8 g8 |
|
|
||||||
d4. g |
|
|
||||||
d4. g8 r8 g8 |
|
|
||||||
r8 g8 d8 r8 d8 g8 |
|
|
||||||
d8 g8 d8 g8 r4
|
d8 g8 d8 g8 r4
|
||||||
}
|
}
|
||||||
|
tenorB = \tenorA
|
||||||
|
|
|
@ -69,7 +69,7 @@ pfour = \drummode {
|
||||||
pfive = \drummode {
|
pfive = \drummode {
|
||||||
d8:32( |
|
d8:32( |
|
||||||
\tuplet 3/2 { g8) d g } \flamd d8 \tuplet 3/2 { d8 g d } \flam g8 |
|
\tuplet 3/2 { g8) d g } \flamd d8 \tuplet 3/2 { d8 g d } \flam g8 |
|
||||||
d16 g d-> g d g \flam d8 g8. d16 |
|
d16 g d-> g d g \flam d8. g16 d8 |
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -11,9 +11,12 @@
|
||||||
\repeat volta 2 { \partial 8 \pone \midone \pone \endone} \break
|
\repeat volta 2 { \partial 8 \pone \midone \pone \endone} \break
|
||||||
\repeat volta 2 { \partial 8 \ptwo \midone \ptwo \endone} \break
|
\repeat volta 2 { \partial 8 \ptwo \midone \ptwo \endone} \break
|
||||||
\repeat volta 2 { \partial 8 \pthree \midone \pthree \endone} \break
|
\repeat volta 2 { \partial 8 \pthree \midone \pthree \endone} \break
|
||||||
\repeat volta 2 { \partial 8 \pfour \midone \pfour \endone} \break
|
\repeat volta 2 { \partial 8 \pfour \midone \pfour \endone} \break
|
||||||
\repeat volta 2 { \partial 8 \pfive \midone \pfive \endone} \break
|
\repeat volta 2 { \partial 8 \pfive \midone \pfive \endone} \break
|
||||||
\repeat volta 2 { \partial 8 \psix \midone \psix \endone} \break
|
\repeat volta 2 { \partial 8 \psix \midone \psix \endone} \break
|
||||||
|
|
||||||
|
\repeat volta 2 { \partial 8 \ptwelve \midone \ptwelve \endone} \break
|
||||||
|
\repeat volta 2 { \partial 8 \pthirteen \midone \pthirteen \endone} \break
|
||||||
}% End of drums %
|
}% End of drums %
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,9 +10,8 @@
|
||||||
\drummode {
|
\drummode {
|
||||||
\repeat volta 2 { \partial 8 \pseven \midone \peight \endone} \break
|
\repeat volta 2 { \partial 8 \pseven \midone \peight \endone} \break
|
||||||
\repeat volta 2 { \partial 8 \pnine \midtwo \pten \endtwo} \break
|
\repeat volta 2 { \partial 8 \pnine \midtwo \pten \endtwo} \break
|
||||||
\repeat volta 2 { \partial 8 \peleven \midone \ptwelve \endthree} \break
|
\repeat volta 2 { \partial 8 \peleven \midone \pempty \endthree} \break
|
||||||
\repeat volta 2 { \partial 8 \pthirteen \midone \pempty \endthree} \break
|
}% End of drums %
|
||||||
}% End of drums %
|
|
||||||
}
|
}
|
||||||
\header{
|
\header{
|
||||||
title = "6/8 Marches (Extra)"
|
title = "6/8 Marches (Extra)"
|
||||||
|
|
37
strathspeys/keel_row/bass.ly
Normal file
37
strathspeys/keel_row/bass.ly
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.bass.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new PipeBandDrumStaff {
|
||||||
|
\global
|
||||||
|
\bassglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format"
|
||||||
|
{
|
||||||
|
\repeat volta 2 {
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
}%Format
|
||||||
|
\new DrumVoice {
|
||||||
|
\bassA
|
||||||
|
|
||||||
|
\bassB
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentBass
|
||||||
|
composer = \composerBass
|
||||||
|
arranger = \arrangerBass
|
||||||
|
}
|
||||||
|
}
|
72
strathspeys/keel_row/drums.ly
Normal file
72
strathspeys/keel_row/drums.ly
Normal file
|
@ -0,0 +1,72 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
|
||||||
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.bass.ily"
|
||||||
|
\include "./notes.tenor.ily"
|
||||||
|
\include "./notes.side.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\new PipeBandDrumStaff = "side" \with {
|
||||||
|
instrumentName = \markup{ \instrumentSide }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentSide }
|
||||||
|
} {
|
||||||
|
\global
|
||||||
|
\sideglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
}%End of Format
|
||||||
|
\new DrumVoice = "side" {
|
||||||
|
\snareA
|
||||||
|
|
||||||
|
\snareB
|
||||||
|
}%End of side
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\new PipeBandDrumStaff = "tenor" \with {
|
||||||
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
} {
|
||||||
|
\tenorglobal
|
||||||
|
|
||||||
|
\tenorA
|
||||||
|
|
||||||
|
\tenorB
|
||||||
|
}
|
||||||
|
\new PipeBandDrumStaff = "bass" \with {
|
||||||
|
instrumentName = \markup{ \instrumentBass }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||||
|
} {
|
||||||
|
\bassglobal
|
||||||
|
|
||||||
|
\bassA
|
||||||
|
|
||||||
|
\bassB
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
composer = \markup {
|
||||||
|
\column \right-align {
|
||||||
|
$(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=? "" composerSide)) #{ \markup {\line { \instrumentSide }}#} )
|
||||||
|
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
||||||
|
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
113
strathspeys/keel_row/full.ly
Normal file
113
strathspeys/keel_row/full.ly
Normal file
|
@ -0,0 +1,113 @@
|
||||||
|
\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"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\new Staff \with {
|
||||||
|
instrumentName = \markup{ \instrumentPipes }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||||
|
} {
|
||||||
|
\global
|
||||||
|
\pipeglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
}%Format
|
||||||
|
|
||||||
|
\new Voice = "pipes" {
|
||||||
|
\pipesA
|
||||||
|
|
||||||
|
\pipesB
|
||||||
|
}%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
|
||||||
|
|
||||||
|
\snareB
|
||||||
|
}
|
||||||
|
\new PipeBandDrumStaff = "tenor" \with {
|
||||||
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
} {
|
||||||
|
\tenorglobal
|
||||||
|
|
||||||
|
\tenorA
|
||||||
|
|
||||||
|
\tenorB
|
||||||
|
}
|
||||||
|
\new PipeBandDrumStaff = "bass" \with {
|
||||||
|
instrumentName = \markup{ \instrumentBass }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentBass }
|
||||||
|
} {
|
||||||
|
\bassglobal
|
||||||
|
|
||||||
|
\bassA
|
||||||
|
|
||||||
|
\bassB
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
\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 }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
59
strathspeys/keel_row/mid.ly
Normal file
59
strathspeys/keel_row/mid.ly
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
\version "2.19.0"
|
||||||
|
|
||||||
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.bass.ily"
|
||||||
|
\include "./notes.tenor.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new StaffGroup <<
|
||||||
|
\new PipeBandDrumStaff = "tenor" \with {
|
||||||
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
} {
|
||||||
|
\tenorglobal
|
||||||
|
\global
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format"{
|
||||||
|
\repeat volta 2 {
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
}%Format
|
||||||
|
{
|
||||||
|
\tenorA
|
||||||
|
|
||||||
|
\tenorB
|
||||||
|
}%Music
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\new PipeBandDrumStaff = "bass" \with {
|
||||||
|
instrumentName = \markup{ \instrumentBass }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentBass }
|
||||||
|
} {
|
||||||
|
\bassglobal
|
||||||
|
|
||||||
|
\bassA
|
||||||
|
|
||||||
|
\bassB
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
composer = \markup {
|
||||||
|
\column \right-align {
|
||||||
|
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \composerTenor ":" }} #} )
|
||||||
|
$(if (not (string=? "" composerBass)) #{ \markup {\line { \composerBass ":" }} #} )
|
||||||
|
}
|
||||||
|
\column \right-align {
|
||||||
|
$(if (not (string=? "" composerTenor)) #{ \markup {\line { \instrumentTenor }}#} )
|
||||||
|
$(if (not (string=? "" composerBass)) #{ \markup {\line { \instrumentBass }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
20
strathspeys/keel_row/notes.bass.ily
Normal file
20
strathspeys/keel_row/notes.bass.ily
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
% 4/4 Keel Row
|
||||||
|
% Bass
|
||||||
|
\version "2.18.2"
|
||||||
|
composerBass = ""
|
||||||
|
arrangerBass = ""
|
||||||
|
bassglobal = {}
|
||||||
|
% Music
|
||||||
|
bassA = \drummode {
|
||||||
|
d4 r4 d4 r4 |
|
||||||
|
d4 r4 d4 g4 |
|
||||||
|
d4 r4 d4 r4 |
|
||||||
|
d4 g4 d4 d4 |
|
||||||
|
}
|
||||||
|
|
||||||
|
bassB = \drummode {
|
||||||
|
d4 g4 d4 r4 |
|
||||||
|
d4 r4 d4 g4 |
|
||||||
|
d4 g4 d4 r4 |
|
||||||
|
d4 g4 d4 d4 |
|
||||||
|
}
|
32
strathspeys/keel_row/notes.side.ily
Normal file
32
strathspeys/keel_row/notes.side.ily
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
% 4/4 Keel Row
|
||||||
|
% Side
|
||||||
|
\version "2.18.2"
|
||||||
|
composerSide = "E.T. de Boone, 2018" %26-09-2018
|
||||||
|
arrangerSide = ""
|
||||||
|
sideglobal = {
|
||||||
|
\sixteenthBeaming
|
||||||
|
}
|
||||||
|
% Music
|
||||||
|
snareA = \drummode {
|
||||||
|
\flamdr d4 \fr d8. g16 d4:32->( g8.)
|
||||||
|
\tutti {
|
||||||
|
d16-\v |
|
||||||
|
\flam g4 d8. g16 \triplet { d8 g d } \flam d8.
|
||||||
|
} d16:64( \< |
|
||||||
|
d8.[)\! \dragdr d16] \fr r8. g16 \triplet { d16 g d g d8 } \triplet { g8 d g }
|
||||||
|
\tutti {
|
||||||
|
\flamd \triplet { d8 g d-> } g8. g16 d4:32( d4)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
snareB = \drummode {
|
||||||
|
d16 \flam g8. g8. d16 g4:32->( g8.)
|
||||||
|
\tutti {
|
||||||
|
d16-\v |
|
||||||
|
\flam g4 d8. g16 \triplet { d8 g d } \flam d8.
|
||||||
|
} g16 |
|
||||||
|
\drag d16 d8. d16[ \drag g8.] d4:32->( d8.) g16
|
||||||
|
\tutti {
|
||||||
|
\flamd \triplet { d8 g d-> } g8. g16 d4:32( d4)
|
||||||
|
}
|
||||||
|
}
|
20
strathspeys/keel_row/notes.tenor.ily
Normal file
20
strathspeys/keel_row/notes.tenor.ily
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
% 4/4 Keel Row
|
||||||
|
% Tenor
|
||||||
|
\version "2.18.2"
|
||||||
|
composerTenor = ""
|
||||||
|
arrangerTenor = ""
|
||||||
|
tenorglobal = {}
|
||||||
|
% Music
|
||||||
|
tenorA = \drummode {
|
||||||
|
d4 g4 d4 r4 |
|
||||||
|
d8.-> g16 d8. d16 g8.-> d16 g4 |
|
||||||
|
d4 g4 d4 r4 |
|
||||||
|
d4 g4 d8. g16 d4 |
|
||||||
|
}
|
||||||
|
|
||||||
|
tenorB = \drummode {
|
||||||
|
r4 r4 d4 g4 |
|
||||||
|
d8.-> g16 d8. d16 g8.-> d16 g4 |
|
||||||
|
r4 r4 d4 g4 |
|
||||||
|
d4 g4 d8. g16 d4 |
|
||||||
|
}
|
37
strathspeys/keel_row/side.ly
Normal file
37
strathspeys/keel_row/side.ly
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.side.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new PipeBandDrumStaff {
|
||||||
|
\global
|
||||||
|
\sideglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
}%Format
|
||||||
|
|
||||||
|
\new DrumVoice = "side" {
|
||||||
|
\snareA
|
||||||
|
|
||||||
|
\snareB
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentSide
|
||||||
|
composer = \composerSide
|
||||||
|
arranger = \arrangerSide
|
||||||
|
}
|
||||||
|
}
|
37
strathspeys/keel_row/tenor.ly
Normal file
37
strathspeys/keel_row/tenor.ly
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.tenor.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new PipeBandDrumStaff {
|
||||||
|
\global
|
||||||
|
\tenorglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\halfline
|
||||||
|
}
|
||||||
|
}%Format
|
||||||
|
|
||||||
|
\new DrumVoice = "tenor" {
|
||||||
|
\tenorA
|
||||||
|
|
||||||
|
\tenorB
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentTenor
|
||||||
|
composer = \composerTenor
|
||||||
|
arranger = \arrangerTenor
|
||||||
|
}
|
||||||
|
}
|
|
@ -12,10 +12,10 @@
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format"
|
\new NullVoice = "format"
|
||||||
{
|
{
|
||||||
|
|
||||||
}%Format
|
}%Format
|
||||||
\new DrumVoice {
|
\new DrumVoice {
|
||||||
|
|
||||||
}
|
}
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
|
|
@ -21,34 +21,36 @@
|
||||||
\pipeglobal
|
\pipeglobal
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
|
|
||||||
}%Format
|
}%Format
|
||||||
|
|
||||||
\new Voice = "pipes" {
|
\new Voice = "pipes" {
|
||||||
|
|
||||||
}%Pipes
|
}%Pipes
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
% \new Staff = "song" {
|
%{ \new Staff = "song" {
|
||||||
% \lyricsglobal
|
\lyricsglobal
|
||||||
% \new Voice = "lyrics" {
|
\new Voice = "lyrics" {
|
||||||
%
|
|
||||||
% }
|
}
|
||||||
% }
|
}
|
||||||
% \new Lyrics = "verse1" {
|
}%
|
||||||
% \lyricsglobal
|
%{ \new Lyrics = "verse1" {
|
||||||
% \lyricsto "lyrics" {
|
\lyricsglobal
|
||||||
% \verseA
|
\lyricsto "lyrics" {
|
||||||
% }
|
\verseA
|
||||||
% }
|
}
|
||||||
% \new Staff = "seconds" \with {
|
}
|
||||||
% instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
|
%}
|
||||||
% shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd }
|
%{ \new Staff = "seconds" \with {
|
||||||
% } {
|
instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
|
||||||
% \pipessecndglobal
|
shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd }
|
||||||
%
|
} {
|
||||||
%
|
\pipessecndglobal
|
||||||
% }
|
|
||||||
|
}
|
||||||
|
%}
|
||||||
\new PipeBandDrumStaff = "side" \with {
|
\new PipeBandDrumStaff = "side" \with {
|
||||||
instrumentName = \markup { \instrumentSide }
|
instrumentName = \markup { \instrumentSide }
|
||||||
shortInstrumentName = \markup{ \shortInstrumentSide }
|
shortInstrumentName = \markup{ \shortInstrumentSide }
|
||||||
|
|
|
@ -11,17 +11,17 @@
|
||||||
\global
|
\global
|
||||||
\lyricsglobal
|
\lyricsglobal
|
||||||
<<
|
<<
|
||||||
% \new NullVoice = "format"{
|
%{ \new NullVoice = "format"{
|
||||||
%
|
|
||||||
% }%Format
|
|
||||||
|
|
||||||
|
}%Format
|
||||||
|
%}
|
||||||
\new Voice = "tune" {
|
\new Voice = "tune" {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
\new Lyrics = "lyrics" {
|
\new Lyrics = "lyrics" {
|
||||||
\lyricsto "tune" {
|
\lyricsto "tune" {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
>>
|
>>
|
||||||
|
@ -43,12 +43,13 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
%\markup {
|
%{\markup {
|
||||||
% \fill-line{
|
\fill-line{
|
||||||
% \column {
|
\column {
|
||||||
% \verseAblock
|
\verseAblock
|
||||||
% \combine \null \vspace #0.5
|
\combine \null \vspace #0.5
|
||||||
% \verseBblock
|
\verseBblock
|
||||||
% }
|
}
|
||||||
% }
|
}
|
||||||
|
}
|
||||||
%}
|
%}
|
||||||
|
|
|
@ -17,10 +17,10 @@
|
||||||
\pipeglobal
|
\pipeglobal
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
|
|
||||||
}%Format
|
}%Format
|
||||||
\new Voice = "pipes" {
|
\new Voice = "pipes" {
|
||||||
|
|
||||||
}%Pipes
|
}%Pipes
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
@ -29,15 +29,16 @@
|
||||||
shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd}
|
shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentSecnd}
|
||||||
} {
|
} {
|
||||||
\pipessecndglobal
|
\pipessecndglobal
|
||||||
|
|
||||||
}
|
}
|
||||||
% \new Staff = "thirds" \with {
|
%{ \new Staff = "thirds" \with {
|
||||||
% instrumentName = \markup{ \instrumentPipes \instrumentThrd }
|
instrumentName = \markup{ \instrumentPipes \instrumentThrd }
|
||||||
% shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentThrd}
|
shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentThrd}
|
||||||
% } {
|
} {
|
||||||
% \pipesthrdglobal
|
\pipesthrdglobal
|
||||||
%
|
|
||||||
% }
|
}
|
||||||
|
%}
|
||||||
>>
|
>>
|
||||||
\header {
|
\header {
|
||||||
title = \title
|
title = \title
|
||||||
|
@ -63,7 +64,7 @@
|
||||||
\pipeglobal
|
\pipeglobal
|
||||||
\set Staff.midiInstrument = #"bagpipe"
|
\set Staff.midiInstrument = #"bagpipe"
|
||||||
%%Tune
|
%%Tune
|
||||||
|
|
||||||
}
|
}
|
||||||
\new Staff = "seconds" {
|
\new Staff = "seconds" {
|
||||||
\pipessecndglobal
|
\pipessecndglobal
|
||||||
|
@ -75,7 +76,7 @@
|
||||||
% \pipesthrdglobal
|
% \pipesthrdglobal
|
||||||
% \set Staff.midiInstrument = #"bagpipe"
|
% \set Staff.midiInstrument = #"bagpipe"
|
||||||
% %% Thirds
|
% %% Thirds
|
||||||
%
|
%
|
||||||
% }
|
% }
|
||||||
>>
|
>>
|
||||||
\midi { \confTempo }
|
\midi { \confTempo }
|
||||||
|
|
Loading…
Reference in a new issue