mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-13 06:53:32 +01:00
460aceb885
Slight update of the TODO Added a symbol for the split the feather, however this is not the correct one yet
18 lines
No EOL
220 B
Text
Executable file
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"
|
|
}
|
|
} |