mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-11-16 08:23:31 +01:00
e90059648c
Should be further extended for compiling a full drumscore, however, this will lead to a change in file structure of the 'music' files modified: TODO modified: lilydrum.ly new file: makedrum
18 lines
No EOL
229 B
Text
Executable file
18 lines
No EOL
229 B
Text
Executable file
\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"
|
|
}
|
|
} |