mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-15 12:29:22 +02: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
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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue