pipeband-music/5-4_marches/cullen_bay.bass.ly

19 lines
257 B
Plaintext
Executable File

\version "2.18.2"
\include "lilydrum.ly"
\score {
\new PipeBandDrumStaff {
\time 5/4
\drummode {
\repeat volta 2 {
\repeat unfold 8 { d4-^ g d-> g d | }
}
}
}
\header {
title = "Cullen Bay"
meter = "March"
instrument = "Bass"
}
}