1
0
Fork 0
mirror of https://github.com/kastdeur/lilydrum.git synced 2024-09-28 14:04:41 +02:00
lilydrum/standards/standards.bass.ly
Eric Teunis de Boone 460aceb885 Moved scores for better naming
Slight update of the TODO
Added a symbol for the split the feather, however this is not the correct one yet
2015-08-21 03:24:32 +02:00

18 lines
No EOL
220 B
Text
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"
}
}