1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-10-31 02:16:34 +01: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,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
}
}