Here's what I do:
\begin[staffsize=20]{lilypond}
\version "2.6.0"
#(define mydrums '((bassdrum default #f -3)(sidestick xcircle #f 1)(snare
default #f 1)(closedhihat cross "stopped" 3)(hihat cross #f 3)(openhihat
cross "open" 3)(pedalhihat cross #f -5)(ridecymbal cross #f 5)
(crashcymbal x
Hi... can you tell me where I shall put this code,
to get a standard drumset notation???
\Jannik
#(define PAS '(
(bassdrum default
#f
-3)
(lowtom default
#f
-1)
(snare default
#f
1)
(sidestic
I figured it out. Below is a drumStyleTable that follows the Percussive
Arts Society standard. Note, this is not complete, all I have access to
is an excerpt from "Guide to Standardized Drumset Notation".
I am curious why the Lilypond developers are using the drumStyleTable
included with Lilypond
On Saturday 18 December 2004 09:02 am, Rick Sutphin wrote:
> Hello,
>
> I would like to define a custom drumset that is uses Percussive Arts
> Society standards. I found the example below in the Lilypond
> documentation, but I can not find any documentation regarding defining
> the fields. Mainly,
> I would like to define a custom drumset that is uses Percussive Arts
> Society standards.
Where is this standard described?
> I found the example below in the Lilypond
> documentation, but I can not find any documentation regarding defining
> the fields. Mainly, I can not figure out how to de
Hello,
I would like to define a custom drumset that is uses Percussive Arts
Society standards. I found the example below in the Lilypond
documentation, but I can not find any documentation regarding defining
the fields. Mainly, I can not figure out how to define a drums position
on the staff.
#(