mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-16 08:23:31 +01:00
1c05f8ba65
Highland Laddie Auld Lang Syne Green Glens of Antrim When the Pipers play Bells of Dunblane Rose of Kelvingrove Cullen Bay Standards
25 lines
605 B
Text
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"
|
|
}
|
|
}
|