1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2024-10-04 23:14:41 +02:00
pipeband-music/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"
}
}