1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 12:44:42 +02:00
pipeband-music/airs/rose_of_kelvingrove/side.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

35 lines
485 B
Text

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
\repeat volta 2 {
\unfoldRepeats
\snareA
}
\break
\repeat volta 2 {
\unfoldRepeats
\snareB
}
\break
\repeat volta 2 {
\unfoldRepeats
\snareC
}
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
arranger = \arrangerSide
}
}