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:
parent
0488167b50
commit
d3a4898dbb
9 changed files with 466 additions and 27 deletions
102
standards/standards.tenor.cmpd.ly
Normal file
102
standards/standards.tenor.cmpd.ly
Normal 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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue