mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 08:13:31 +01:00
CMPD: added tenor scores HC and Rose of Kelvingrove
This commit is contained in:
parent
7cf90f656d
commit
3f1cd3d02f
7 changed files with 492 additions and 0 deletions
83
airs/highland_cathedral/drums.cmpd.ly
Normal file
83
airs/highland_cathedral/drums.cmpd.ly
Normal file
|
@ -0,0 +1,83 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.bass.ily"
|
||||
\include "./notes.tenor.cmpd.ily"
|
||||
\include "./notes.side.ily"
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\global
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\line
|
||||
\bar "||"
|
||||
\break
|
||||
|
||||
\line
|
||||
\measure
|
||||
\measure
|
||||
\bar "||"
|
||||
\break
|
||||
|
||||
\line \bar "|."
|
||||
}%End of Format
|
||||
\new DrumVoice = "side" {
|
||||
\repeat percent 8 \snareAA
|
||||
\repeat percent 7 \snareAA
|
||||
\snareRolls
|
||||
|
||||
\repeat percent 4 \snareBA
|
||||
\flam d1
|
||||
|
||||
}%End of side
|
||||
>>
|
||||
}
|
||||
\new PipeBandDrumStaff = "tenor" {
|
||||
\tenorglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
\tenorA
|
||||
|
||||
\tenorB
|
||||
|
||||
\tenorC
|
||||
|
||||
d1^\andrewStop
|
||||
}
|
||||
\new PipeBandDrumStaff = "bass" {
|
||||
\bassglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
\repeat percent 8 \bassAA
|
||||
\repeat percent 7 \bassAA
|
||||
\repeat unfold 2 \bassAA
|
||||
|
||||
\repeat percent 4 { \bassAA \bassAA }
|
||||
d1->
|
||||
}
|
||||
>>
|
||||
\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 }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
138
airs/highland_cathedral/full.cmpd.ly
Normal file
138
airs/highland_cathedral/full.cmpd.ly
Normal file
|
@ -0,0 +1,138 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "bagpipe.ly"
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.bass.ily"
|
||||
\include "./notes.tenor.cmpd.ily"
|
||||
\include "./notes.side.ily"
|
||||
\include "./notes.pipes.ily"
|
||||
%\include "./notes.pipes.seconds.ily"
|
||||
%\include "./notes.lyrics.ily"
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new Staff {
|
||||
\global
|
||||
\pipeglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentPipes }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentPipes }
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\repeat unfold 2 {
|
||||
\line
|
||||
\bar "||"
|
||||
\break
|
||||
\line
|
||||
\measure
|
||||
\bar "|."
|
||||
}
|
||||
|
||||
\break
|
||||
\mark \markup "HaFaBra"
|
||||
\measure
|
||||
\measure
|
||||
\bar "|."
|
||||
|
||||
}%Format
|
||||
|
||||
\new Voice = "pipes" {
|
||||
\repeat unfold 2 {
|
||||
{}\mark \markup \small "A"
|
||||
\pipesA
|
||||
{}\mark \markup \small "B"
|
||||
\pipesB
|
||||
}
|
||||
|
||||
\pipesHafabraEnd
|
||||
}%Pipes
|
||||
>>
|
||||
}
|
||||
% \new Staff = "song" {
|
||||
% \lyricsglobal
|
||||
% \new Voice = "lyrics" {
|
||||
%
|
||||
% }
|
||||
% }
|
||||
% \new Lyrics = "verse1" {
|
||||
% \lyricsglobal
|
||||
% \lyricsto "lyrics" {
|
||||
% \verseA
|
||||
% }
|
||||
% }
|
||||
% \new Staff = "seconds" {
|
||||
% \pipessecndglobal
|
||||
% \set Staff.instrumentName = \markup{ \instrumentPipes \instrumentSecnd }
|
||||
% \set Staff.shortInstrumentName = \markup{ \shortInstrumentPipes \shortInstrumentTrd}
|
||||
%
|
||||
%
|
||||
% }
|
||||
\new PipeBandDrumStaff = "side" {
|
||||
\sideglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup \column {\instrumentSide}
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{\shortInstrumentSide}
|
||||
\repeat percent 8 {
|
||||
\snareAA
|
||||
}
|
||||
\repeat percent 7 \snareAA
|
||||
|
||||
\snareRolls
|
||||
|
||||
\snareB
|
||||
\snareRolls
|
||||
|
||||
\snareHafabraEnd
|
||||
|
||||
}
|
||||
\new PipeBandDrumStaff = "tenor" {
|
||||
\tenorglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
|
||||
\tenorA
|
||||
|
||||
\tenorB
|
||||
|
||||
\tenorC
|
||||
|
||||
d1^\andrewStop
|
||||
}
|
||||
\new PipeBandDrumStaff = "bass" {
|
||||
\bassglobal
|
||||
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
|
||||
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
\repeat percent 15 \bassAA
|
||||
\bassRolls
|
||||
|
||||
\repeat percent 7 \bassBA
|
||||
\bassAA
|
||||
\bassRolls
|
||||
|
||||
\bassHafabraEnd
|
||||
|
||||
}
|
||||
>>
|
||||
\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 }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
36
airs/highland_cathedral/notes.tenor.cmpd.ily
Normal file
36
airs/highland_cathedral/notes.tenor.cmpd.ily
Normal file
|
@ -0,0 +1,36 @@
|
|||
% 4/4 Highland Cathedral
|
||||
% Tenor
|
||||
\version "2.18.2"
|
||||
composerTenor = ""
|
||||
arrangerTenor = ""
|
||||
tenorglobal = {}
|
||||
% Music
|
||||
stfe = \drummode {
|
||||
\stf <d g >2
|
||||
}
|
||||
|
||||
tenorAA = \drummode {
|
||||
\flourish { g8[ g] d8[ d] } \stfe |
|
||||
}
|
||||
tenorA = \drummode {
|
||||
\repeat percent 8 {
|
||||
<>^\markup {"alternate drummer"}
|
||||
\tenorAA
|
||||
}
|
||||
}
|
||||
|
||||
tenorB = \drummode {
|
||||
\repeat percent 6 {
|
||||
d4\< g\! d4 r4 |
|
||||
}
|
||||
d2 g2 |
|
||||
g8 d g8 d g8 d g8 d |
|
||||
g8 d g8 d g8 d g8 d |
|
||||
}
|
||||
|
||||
tenorC = \drummode {
|
||||
\repeat percent 8 {
|
||||
<>^\markup {"alternate drummer"}
|
||||
\tenorAA
|
||||
}
|
||||
}
|
54
airs/highland_cathedral/tenor.cmpd.ly
Normal file
54
airs/highland_cathedral/tenor.cmpd.ly
Normal file
|
@ -0,0 +1,54 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.tenor.cmpd.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\tenorglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
\line
|
||||
\bar "||"
|
||||
\break
|
||||
|
||||
\line
|
||||
\measure
|
||||
\bar "||"
|
||||
\break
|
||||
|
||||
\line
|
||||
\bar "||"
|
||||
\line
|
||||
\measure
|
||||
\bar "|."
|
||||
}%Format
|
||||
\new DrumVoice = "tenor" {
|
||||
\repeat percent 8 {
|
||||
<>^\markup {"alternate drummer"}
|
||||
\tenorAA
|
||||
}
|
||||
|
||||
\tenorB
|
||||
|
||||
\tenorC
|
||||
|
||||
\repeat percent 16 {
|
||||
<>^\markup {"alternate drummer"}
|
||||
\tenorAA
|
||||
}
|
||||
d1^\andrewStop
|
||||
}
|
||||
>>
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentTenor
|
||||
composer = \composerTenor
|
||||
arranger = \arrangerTenor
|
||||
}
|
||||
}
|
93
airs/rose_of_kelvingrove/drums.ly
Normal file
93
airs/rose_of_kelvingrove/drums.ly
Normal file
|
@ -0,0 +1,93 @@
|
|||
\version "2.19.0"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
%\include "./notes.bass.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
\include "./notes.side.ily"
|
||||
|
||||
|
||||
\layout {
|
||||
indent = 5.0
|
||||
short-indent = 2.0
|
||||
}
|
||||
|
||||
\score {
|
||||
\new StaffGroup <<
|
||||
\new PipeBandDrumStaff = "side" \with {
|
||||
instrumentName = \markup{ \instrumentSide }
|
||||
shortInstrumentName = \markup{ \shortInstrumentSide }
|
||||
} {
|
||||
\global
|
||||
\sideglobal
|
||||
<<
|
||||
\new NullVoice = "format" {
|
||||
|
||||
}%End of Format
|
||||
\new DrumVoice = "side" {
|
||||
\repeat volta 2 {
|
||||
\unfoldRepeats
|
||||
\snareA
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\unfoldRepeats
|
||||
\snareB
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\unfoldRepeats
|
||||
\snareC
|
||||
}
|
||||
}%End of side
|
||||
>>
|
||||
}
|
||||
\new PipeBandDrumStaff = "tenor" \with {
|
||||
instrumentName = \markup{ \instrumentTenor }
|
||||
shortInstrumentName = \markup{ \shortInstrumentTenor }
|
||||
} {
|
||||
\tenorglobal
|
||||
|
||||
\repeat volta 2 {
|
||||
\unfoldRepeats
|
||||
\tenorA
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\unfoldRepeats
|
||||
\tenorB
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\unfoldRepeats
|
||||
\tenorC
|
||||
}
|
||||
}
|
||||
%{
|
||||
\new PipeBandDrumStaff = "bass" \with {
|
||||
instrumentName = \markup{ \instrumentBass }
|
||||
shortInstrumentName = \markup{ \shortInstrumentBass}
|
||||
} {
|
||||
\bassglobal
|
||||
|
||||
}
|
||||
%}
|
||||
>>
|
||||
\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 }}#} )
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
53
airs/rose_of_kelvingrove/notes.tenor.ily
Normal file
53
airs/rose_of_kelvingrove/notes.tenor.ily
Normal file
|
@ -0,0 +1,53 @@
|
|||
% 4/4 Rose of Kelvingrove
|
||||
% Tenor
|
||||
\version "2.18.2"
|
||||
composerTenor = ""
|
||||
arrangerTenor = ""
|
||||
tenorglobal = {}
|
||||
% Music
|
||||
|
||||
stfe = \drummode {
|
||||
\stf<g d>2
|
||||
}
|
||||
xg = \drummode {
|
||||
g8^\markup{ "x" }
|
||||
}
|
||||
|
||||
tenorA = \drummode {
|
||||
\repeat percent 3 {
|
||||
g4 d4 \stfe |
|
||||
}
|
||||
g4 d4 d8 g d \xg |
|
||||
|
||||
\repeat percent 2 {
|
||||
g4 d4 \stfe |
|
||||
}
|
||||
g4 d4 d8 g d \xg |
|
||||
g4 d4 \stfe |
|
||||
}
|
||||
tenorB = \drummode {
|
||||
\repeat percent 2 {
|
||||
g4 d4 \stfe |
|
||||
g4 d4 d8 g d \xg |
|
||||
}
|
||||
|
||||
\repeat percent 2 {
|
||||
g4 d4 \stfe |
|
||||
}
|
||||
g4 d4 d8 g d \xg |
|
||||
g4 d4 \stfe |
|
||||
}
|
||||
tenorC = \drummode {
|
||||
\tenorA
|
||||
}
|
||||
tenorD = \drummode {
|
||||
\repeat percent 2 {
|
||||
g4 d4 \stfe |
|
||||
g4 d4 d8 g d \xg |
|
||||
}
|
||||
|
||||
\repeat percent 3 {
|
||||
g4 d4 \stfe |
|
||||
}
|
||||
\stfe \stfe \stfe
|
||||
}
|
35
airs/rose_of_kelvingrove/tenor.ly
Normal file
35
airs/rose_of_kelvingrove/tenor.ly
Normal file
|
@ -0,0 +1,35 @@
|
|||
\version "2.18.2"
|
||||
|
||||
\include "lilydrum.ly"
|
||||
|
||||
\include "./config.ily"
|
||||
\include "./notes.tenor.ily"
|
||||
|
||||
\score {
|
||||
\new PipeBandDrumStaff {
|
||||
\global
|
||||
\tenorglobal
|
||||
|
||||
\repeat volta 2 {
|
||||
\unfoldRepeats
|
||||
\tenorA
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\unfoldRepeats
|
||||
\tenorB
|
||||
}
|
||||
\break
|
||||
\repeat volta 2 {
|
||||
\unfoldRepeats
|
||||
\tenorC
|
||||
}
|
||||
}
|
||||
\header {
|
||||
title = \title
|
||||
meter = \meter
|
||||
instrument = \instrumentTenor
|
||||
composer = \composerTenor
|
||||
arranger = \arrangerTenor
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue