mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-01 01:53:31 +01:00
3613a49d89
Banks of the Lee Hills of Glenorchy The Panda fixes: Sands of Kuwait When the Pipers Play side
42 lines
620 B
Text
42 lines
620 B
Text
\version "2.18.2"
|
|
|
|
\include "lilydrum.ly"
|
|
|
|
\include "./config.ily"
|
|
\include "./notes.side.ily"
|
|
|
|
\score {
|
|
\new PipeBandDrumStaff {
|
|
\global
|
|
\sideglobal
|
|
<<
|
|
\new NullVoice = "format" {
|
|
\partial 4 s4
|
|
\repeat volta 4 {
|
|
\halfline
|
|
\measure
|
|
\measure
|
|
\measure
|
|
}
|
|
\alternative {
|
|
{ \measure }
|
|
{ \measure }
|
|
}
|
|
\bar "|."
|
|
}%Format
|
|
|
|
\new DrumVoice = "side" {
|
|
\snareAA
|
|
\snareAEndingI
|
|
\snareAEndingII
|
|
}
|
|
>>
|
|
}
|
|
\header {
|
|
title = \title
|
|
meter = \meter
|
|
instrument = \instrumentSide
|
|
composer = \composerSide
|
|
arranger = \arrangerSide
|
|
}
|
|
}
|