1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-10-31 02:16:34 +01:00

CMPD: Side scores update

Highland Laddie
Auld Lang Syne
Green Glens of Antrim
When the Pipers play
Bells of Dunblane
Rose of Kelvingrove
Cullen Bay
Standards
This commit is contained in:
Eric Teunis de Boone 2019-02-02 12:23:54 +01:00
parent 7b25a087aa
commit 1c05f8ba65
34 changed files with 1312 additions and 106 deletions

View file

@ -0,0 +1,46 @@
\version "2.18.2"
\include "./24_44_standards.side.ily"
% Scores
\score {
\new PipeBandDrumStaff {
\time 2/4
\eighthBeaming
\drummode { \repeat volta 2 { \partial 8 \pempty \midstd \pempty \endtwo } }% End of drums %
}
\header {
title = "2/4 Standards (Canadian Memorial Pipes & Drums)"
meter = "Quick March"
composer = ""
instrument = "Side"
}
}
\score {
\new PipeBandDrumStaff {
\eighthBeaming
\time 4/4
\drummode{
\repeat volta 2 { \partial 8 \pone \midstd \pone \endone }
\break
\repeat volta 2 { \partial 8 \pthree \midstd \pthree \endone }
\break
\repeat volta 2 { \partial 8 \pfour \midstd \pfour \endone }
\break
\repeat volta 2 { \partial 8 \pnine \midstd \pnine \endone }
\break
\repeat volta 2 { \partial 8 \pten \midstd \pten \endone }
\break
\repeat volta 2 { \partial 8 \peight \midstd \peight \endone }
}% End of drums %
}
\header {
title = "4/4 Standards (Canadian Memorial Pipes & Drums)"
meter = "Quick March"
composer = ""
instrument = "Side"
}
}