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,31 @@
\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.cmpd.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
\new NullVoice = "format" {
\repeat volta 2 {
\line
}
}%Format
\new DrumVoice = "side" {
\snareA
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
arranger = \arrangerSide
}
}