1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 04:34:41 +02:00
pipeband-music/standards/68_standards.side.cmpd.ly
Eric Teunis de Boone 1c05f8ba65 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
2019-02-04 00:01:59 +01:00

25 lines
605 B
Text

\version "2.18.2"
\include "./68_standards.side.ily"
% Score
\score {
\new PipeBandDrumStaff {
\time 6/8
\drummode {
\repeat volta 2 { \partial 8 \pone \midone \pone \endone} \break
\repeat volta 2 { \partial 8 \pthree \midone \pthree \endone} \break
\repeat volta 2 { \partial 8 \pfour \midone \pfour \endone} \break
\repeat volta 2 { \partial 8 \ptwelve \midone \ptwelve \endone} \break
}% End of drums %
}
\header {
title = "6/8 Standards (Canadian Memorial Pipes & Drums)"
meter = "Quick March"
composer = ""
instrument = "Side"
}
}