1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 04:34:41 +02:00
pipeband-music/airs/bells_of_dunblane/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

45 lines
638 B
Text

\version "2.18.2"
\include "lilydrum.ly"
\include "./config.ily"
\include "./notes.side.ily"
\score {
\new PipeBandDrumStaff {
\global
\sideglobal
<<
\new NullVoice = "format" {
\line
% \bar "||"
\break
\repeat volta 2 {
\line
}
%\bar "||"
\break
\line
\bar "|."
\measure
\bar "|."
}%Format
\new DrumVoice = "side" {
\snareA
\repeat percent 2 {
\snareB
}
\snareC \snarePV
}
>>
}
\header {
title = \title
meter = \meter
instrument = \instrumentSide
composer = \composerSide
arranger = \arrangerSide
}
}