1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-09-28 04:34:41 +02:00
pipeband-music/5-4_marches/cullen_bay.bass.ly
2015-11-05 03:28:25 +01:00

19 lines
No EOL
257 B
Text
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"
}
}