1
0
Fork 0
mirror of https://github.com/kastdeur/lilydrum.git synced 2024-09-29 06:24:40 +02:00
lilydrum/5-4_marches/cullen_bay.bass.ly
Eric Teunis de Boone e90059648c Created script to easily compile a score.
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
2015-08-21 01:05:14 +02:00

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"
}
}