lilydrum/standards/standards.bass.ly

18 lines
220 B
Plaintext
Executable File

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