mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
Scoring for Kilaloe (Side + restructured Pipes)
This commit is contained in:
parent
5bd0027660
commit
e07dd86165
8 changed files with 255 additions and 21 deletions
|
@ -14,4 +14,4 @@ line = { \repeat unfold 2 { \halfline } }
|
||||||
|
|
||||||
%% Headers
|
%% Headers
|
||||||
title = "Cabar Fèidh"
|
title = "Cabar Fèidh"
|
||||||
meter = "March"
|
meter = "Regimental March of the Seaforth Highlanders"
|
||||||
|
|
|
@ -24,11 +24,11 @@
|
||||||
\part
|
\part
|
||||||
\line
|
\line
|
||||||
\break
|
\break
|
||||||
\line \bar "|."
|
\line \bar "!"
|
||||||
\break
|
\break
|
||||||
\line
|
\line
|
||||||
\break
|
\break
|
||||||
\line \bar "|."
|
\line \bar "||"
|
||||||
\break
|
\break
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
\line
|
\line
|
||||||
|
@ -83,14 +83,14 @@
|
||||||
} {
|
} {
|
||||||
\tenorglobal
|
\tenorglobal
|
||||||
|
|
||||||
s8 \tenorAA
|
s8 \tenorAA r4.
|
||||||
\tenorAB
|
\tenorAB r4.
|
||||||
|
|
||||||
\tenorAA
|
\tenorAA r4.
|
||||||
\tenorAB
|
\tenorAB r4.
|
||||||
|
|
||||||
\tenorBA
|
\tenorBA r4.
|
||||||
\tenorBB
|
\tenorBB r4.
|
||||||
r4. | % Volta bracket for pipes
|
r4. | % Volta bracket for pipes
|
||||||
}
|
}
|
||||||
% \new PipeBandDrumStaff = "bass" \with {
|
% \new PipeBandDrumStaff = "bass" \with {
|
||||||
|
|
127
6-8_marches/kilaloe/full.n.ly
Normal file
127
6-8_marches/kilaloe/full.n.ly
Normal file
|
@ -0,0 +1,127 @@
|
||||||
|
\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"
|
||||||
|
|
||||||
|
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
|
||||||
|
%
|
||||||
|
% }
|
||||||
|
\new PipeBandDrumStaff = "tenor" \with {
|
||||||
|
instrumentName = \markup{ \instrumentTenor }
|
||||||
|
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||||
|
} {
|
||||||
|
\tenorglobal
|
||||||
|
|
||||||
|
r4. \tenorAA r4.
|
||||||
|
\tenorAB s4.
|
||||||
|
|
||||||
|
r4. \tenorAA r4.
|
||||||
|
\tenorAB s4.
|
||||||
|
|
||||||
|
r4. \tenorBA r4.
|
||||||
|
\tenorBB s4.
|
||||||
|
| % 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 }}#} )
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
45
6-8_marches/kilaloe/notes.side.ily
Normal file
45
6-8_marches/kilaloe/notes.side.ily
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
% 6/8 Kilaloe
|
||||||
|
% Side
|
||||||
|
\version "2.18.2"
|
||||||
|
composerSide = ""
|
||||||
|
arrangerSide = ""
|
||||||
|
sideglobal = {}
|
||||||
|
\include "../../standards/68_standards.side.ily"
|
||||||
|
|
||||||
|
% Music
|
||||||
|
endfour = \drummode {
|
||||||
|
\flam d4. d4.:32(
|
||||||
|
|
|
||||||
|
d4.)
|
||||||
|
}
|
||||||
|
pone = \drummode {\pempty}
|
||||||
|
ptwo = \drummode {\pone}
|
||||||
|
pthree = \drummode { \pempty }
|
||||||
|
pthreeb = \drummode {s8 | s2. | s4. \flam d4. |}
|
||||||
|
pfour = \drummode { \pthree }
|
||||||
|
pfourb = \drummode {\pthreeb}
|
||||||
|
|
||||||
|
|
||||||
|
snareA = \drummode {
|
||||||
|
\pone \midone \pone \endfour
|
||||||
|
}
|
||||||
|
|
||||||
|
snareB = \drummode {
|
||||||
|
\ptwo \midone \ptwo \endfour
|
||||||
|
}
|
||||||
|
|
||||||
|
snareCA = \drummode {
|
||||||
|
\pthree \midone \pthree \endfour
|
||||||
|
}
|
||||||
|
snareCB = \drummode {
|
||||||
|
\pthree \midone \pthreeb | r2.^\markup{Yell} \endfour
|
||||||
|
}
|
||||||
|
|
||||||
|
snareDA = \drummode {
|
||||||
|
\pfour \midone \pfour \endfour
|
||||||
|
}
|
||||||
|
snareDB = \drummode {
|
||||||
|
\pfour \midone \pfourb | r2.^\markup{Yell} \endfour
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ tenorAA = \drummode {
|
||||||
d4. g4. | d4. r4.\rswipe |
|
d4. g4. | d4. r4.\rswipe |
|
||||||
d4. g4. | d4. r4.\rswipe |
|
d4. g4. | d4. r4.\rswipe |
|
||||||
d4. g4. | d4. g4. |
|
d4. g4. | d4. g4. |
|
||||||
d4.\up g4.\up | d4.\up r4. |
|
d4.\up g4.\up | d4.\up
|
||||||
}
|
}
|
||||||
tenorAB = \drummode {
|
tenorAB = \drummode {
|
||||||
\flourish{
|
\flourish{
|
||||||
|
@ -18,7 +18,7 @@ tenorAB = \drummode {
|
||||||
d4. d4. | g4. g4. |
|
d4. d4. | g4. g4. |
|
||||||
d4. d4. | g4. g4. |
|
d4. d4. | g4. g4. |
|
||||||
}
|
}
|
||||||
d4.\up g4.\up | d4. \up r4. |
|
d4.\up g4.\up | d4.\up
|
||||||
}
|
}
|
||||||
tenorBA = \drummode {
|
tenorBA = \drummode {
|
||||||
\tenorAA
|
\tenorAA
|
||||||
|
@ -29,6 +29,6 @@ tenorBB = \drummode {
|
||||||
d4. d4. | g4. g4. |
|
d4. d4. | g4. g4. |
|
||||||
d4. d4. | g4. g4. |
|
d4. d4. | g4. g4. |
|
||||||
}
|
}
|
||||||
r4. r4. |
|
r4.^\markup{Yell} r4. |
|
||||||
d4.\up g4.\up | d4. \up r4. |
|
d4.\up g4.\up | d4.\up
|
||||||
}
|
}
|
||||||
|
|
|
@ -16,12 +16,12 @@ part = { \partial 4. \grace {s4} s4. }
|
||||||
\part
|
\part
|
||||||
\line
|
\line
|
||||||
\break
|
\break
|
||||||
\line \bar "|."
|
\line \bar "!"
|
||||||
\break
|
\break
|
||||||
\part
|
\part
|
||||||
\line
|
\line
|
||||||
\break
|
\break
|
||||||
\line \bar "|."
|
\line \bar ".|:-||"
|
||||||
\break
|
\break
|
||||||
\repeat volta 2 {
|
\repeat volta 2 {
|
||||||
\part
|
\part
|
||||||
|
|
62
6-8_marches/kilaloe/side.ly
Normal file
62
6-8_marches/kilaloe/side.ly
Normal file
|
@ -0,0 +1,62 @@
|
||||||
|
\version "2.18.2"
|
||||||
|
|
||||||
|
\include "lilydrum.ly"
|
||||||
|
|
||||||
|
\include "./config.ily"
|
||||||
|
\include "./notes.side.ily"
|
||||||
|
|
||||||
|
\score {
|
||||||
|
\new PipeBandDrumStaff {
|
||||||
|
\global
|
||||||
|
\sideglobal
|
||||||
|
<<
|
||||||
|
\new NullVoice = "format" {
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part
|
||||||
|
\line
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
\repeat volta 2 {
|
||||||
|
\part
|
||||||
|
\line
|
||||||
|
}
|
||||||
|
\break
|
||||||
|
|
||||||
|
\part
|
||||||
|
\line
|
||||||
|
\break
|
||||||
|
\line
|
||||||
|
\measure
|
||||||
|
|
||||||
|
\break
|
||||||
|
\part
|
||||||
|
\line
|
||||||
|
\break
|
||||||
|
\line
|
||||||
|
\measure
|
||||||
|
|
||||||
|
|
||||||
|
}%Format
|
||||||
|
|
||||||
|
\new DrumVoice = "side" {
|
||||||
|
\snareA r4 s8
|
||||||
|
|
||||||
|
\snareB r4 s8
|
||||||
|
|
||||||
|
\snareCA r4
|
||||||
|
\snareCB r4 s8
|
||||||
|
|
||||||
|
\snareDA r4
|
||||||
|
\snareDB r4 s8
|
||||||
|
|
||||||
|
}
|
||||||
|
>>
|
||||||
|
}
|
||||||
|
\header {
|
||||||
|
title = \title
|
||||||
|
meter = \meter
|
||||||
|
instrument = \instrumentSide
|
||||||
|
composer = \composerSide
|
||||||
|
arranger = \arrangerSide
|
||||||
|
}
|
||||||
|
}
|
|
@ -11,17 +11,17 @@
|
||||||
\tenorglobal
|
\tenorglobal
|
||||||
<<
|
<<
|
||||||
\new NullVoice = "format" {
|
\new NullVoice = "format" {
|
||||||
\repeat volta 2 { \line \line }
|
\repeat volta 2 { \line \break \line }
|
||||||
\break
|
\break
|
||||||
\repeat volta 2 { \line \line s2. }
|
\repeat volta 2 { \line \break \line \measure }
|
||||||
}%Format
|
}%Format
|
||||||
|
|
||||||
\new DrumVoice = "tenor" {
|
\new DrumVoice = "tenor" {
|
||||||
\tenorAA
|
\tenorAA r4.
|
||||||
\tenorAB
|
\tenorAB r4.
|
||||||
|
|
||||||
\tenorBA
|
\tenorBA r4.
|
||||||
\tenorBB
|
\tenorBB r4.
|
||||||
}
|
}
|
||||||
>>
|
>>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue