1
0
Fork 0
mirror of https://github.com/kastdeur/lilydrum.git synced 2024-09-29 06:24:40 +02:00
lilydrum/5-4_marches/cullen_bay.bass.ly

18 lines
229 B
Text
Raw Normal View History

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