1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-15 12:29:22 +02:00

CMPD: Created Standards for the Mid Section

This commit is contained in:
Eric Teunis de Boone 2019-11-13 15:22:36 +01:00
parent 0488167b50
commit d3a4898dbb
9 changed files with 466 additions and 27 deletions

View file

@ -0,0 +1,149 @@
\version "2.19.0"
\include "lilydrum.ly"
\include "./standards.bass.ily"
\include "./standards.tenor.ily"
\header {
title = "Standards Tenor & Bass"
band = "Canadian Memorial Pipes and Drums"
}
\layout {
indent = 5.0
short-indent = 2.0
}
% ----------------------
% Standard 2/4
% ----------------------
\score {
\new StaffGroup <<
\time 2/4
\new PipeBandDrumStaff = "tenor" {
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
\repeat volta 2 {
\tenorTwoFoursFII
}
\break
\repeat volta 2 {
\tenorTwoFoursFIII
}
\break
\repeat volta 2 {
\tenorTwoFoursFIV
}
\break
\repeat volta 2 {
\tenorTwoFoursFV
}
}
\new PipeBandDrumStaff = "bass" {
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
\bassTwofoursOne
}
>>
\header {
title = "2/4 & 4/4 Standard"
band = "" % Make Sure the band is not displayed
}
}
% ----------------------
% Standard 3/4
% ----------------------
\score {
\new StaffGroup <<
\time 3/4
\new PipeBandDrumStaff = "tenor" {
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
\repeat volta 2 {
\tenorThreefoursOneA
\bar "||"
\break
\tenorThreefoursOneB
}
}
\new PipeBandDrumStaff = "bass" {
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
\bassThreefoursOne
\bassThreefoursOne
}
>>
\header {
title = "3/4 Standard"
band = "" % Make Sure the band is not displayed
}
}
\pageBreak
% ----------------------
% Standard 6/8
% ----------------------
\score {
\new StaffGroup <<
\time 6/8
\new PipeBandDrumStaff = "tenor" {
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
\repeat volta 2 {
\tenorSixeightsOneA
\bar "||"
\break
\tenorSixeightsOneB
}
}
\new PipeBandDrumStaff = "bass" {
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
\bassSixeightsOne
\bassSixeightsOne
}
>>
\header {
title = "6/8 Standard"
band = "" % Make Sure the band is not displayed
}
}
% ----------------------
% Standard 9/8
% ----------------------
\score {
\new StaffGroup <<
\time 9/8
\new PipeBandDrumStaff = "tenor" {
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentTenor }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentTenor }
\repeat volta 2 {
\tenorNineeightsOneA
\bar "||"
\break
\tenorNineeightsOneB
}
}
\new PipeBandDrumStaff = "bass" {
\set PipeBandDrumStaff.instrumentName = \markup{ \instrumentBass }
\set PipeBandDrumStaff.shortInstrumentName = \markup{ \shortInstrumentBass}
\bassNineeightsOne
\bassNineeightsOne
}
>>
\header {
title = "9/8 Standard"
band = "" % Make Sure the band is not displayed
}
}

View file

@ -9,6 +9,11 @@
title = \markup \center-column { "Standards" \smaller "Bass & Tenor"}
}
\layout {
indent = 5.0
short-indent = 2.0
}
% ----------------------
% Standard 2/4
% ----------------------

View file

@ -0,0 +1,102 @@
\version "2.18.2"
\include "./standards.tenor.ily"
\header {
title = "Standards Tenor"
band = "Canadian Memorial Pipes and Drums"
}
\score {
\new PipeBandDrumStaff {
\time 2/4
\drummode {
\repeat volta 2 {
\tenorTwoFoursFII
}
\break
\repeat volta 2 {
\tenorTwoFoursFIII
}
\break
\repeat volta 2 {
\tenorTwoFoursFIV
}
\break
\repeat volta 2 {
\tenorTwoFoursFV
}
}
}
\header {
title = "2/4 & 4/4 Standard"
instrument = "Tenor"
band = "" % Make Sure the band is not displayed
}
}
\score {
\new PipeBandDrumStaff {
\time 3/4
\drummode {
\repeat volta 2 {
\tenorThreefoursOneA
\bar "||"
\break
\tenorThreefoursOneB
}
}
}
\header {
title = "3/4 Standard"
instrument = "Tenor"
band = "" % Make Sure the band is not displayed
}
}
\pageBreak
\score {
\new PipeBandDrumStaff {
\time 6/8
\drummode {
\repeat volta 2 {
\tenorSixeightsOneA
\bar "||"
\break
\tenorSixeightsOneB
}
}
}
\header {
title = "6/8 Standard"
instrument = "Tenor"
band = "" % Make Sure the band is not displayed
}
}
\score {
\new PipeBandDrumStaff {
\time 9/8
\drummode {
\repeat volta 2 {
\tenorNineeightsOneA
\bar "||"
\tenorNineeightsOneA
}
}
}
\header {
title = "9/8 Standard"
instrument = "Tenor"
band = "" % Make Sure the band is not displayed
}
}

View file

@ -21,6 +21,7 @@ tenorTwofoursOneB = \drummode {
g4 g |
d4 d |
g4 g |
d4 d |
g4 g |
d4 g |
@ -29,6 +30,55 @@ tenorTwofoursOneB = \drummode {
}
tenorTwoFoursII = \drummode {
d8-> g d8 g |
d8-> g d8 g |
d8^\markup{"M"} g^\markup{"L"} \triplet { d8 g^\markup{"H"} d } g^\markup{"H"} |
d16^\markup{"M"} g8^\markup{"L"} g16^\markup{"L"} d4->^\markup{"H"} |
d8-> g d8 g |
d8-> g d8 g |
\flourish { d4 g4 } |
d2\splitTheFeather |
}
tenorTwoFoursFII = \drummode {
\flourish {
d4 d4 | g4 g4 |
d4 g4 | d4 g4 |
d4 d4 | g4 g4 |
d4 g4 |
}
d2\splitTheFeather |
}
tenorTwoFoursFIII = \drummode {
\flourish {
d4 g4 | d4 g4 |
d4 d4 | g4 g4 |
d4 g4 | d4 g4 |
d4 g4 |
}
d2\splitTheFeather |
}
tenorTwoFoursFIV = \drummode {
d2\splitTheFeather | d2\splitTheFeather |
\flourish { d4 g4 } | \flourish { d4 g4 } |
d2\splitTheFeather | \flourish { d4 g4 } |
\flourish { d4 g4 } | d2\splitTheFeather |
}
tenorTwoFoursFV = \drummode {
\flourish {
d4 g4 | d4 d4 |
g4 d4 | g4 g4 |
}
d4 r4^\markup {"Vertical 8's (Bye-Byes)"}\startGroup | r4 r8 \stopGroup r8 |
\flourish { d4 g4 } | d2\splitTheFeather
}
% --------------------------
% 3/4s
@ -106,7 +156,7 @@ tenorNineeightsOneA = \drummode {
|
d4 g8 d4 d8 g4.
|
d4. <d g>2.^\bfly
d4. d2.^\bfly
|
d4 g8 d4 d8 g4.
@ -115,7 +165,7 @@ tenorNineeightsOneA = \drummode {
|
d4 g8 d4. \flourish g4.
|
\flourish d4. <d g>2.^\splitTheFeather
\flourish d4. d2.^\splitTheFeather
}
tenorNineeightsOneB = \drummode {