lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Defining Drumsets


From: Rick Sutphin
Subject: Defining Drumsets
Date: Sat, 18 Dec 2004 09:02:30 -0500

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.


#(define mydrums '(
        (bassdrum       default #f              -1)
        (snare          default #f              0)
        (lowtom         default #f              1)
        (midtom         default #f              2)
        (hightom        default #f              3)
        (hihat          cross           #f      4)
        (pedalhihat     xcircle "stopped"       5)
        )
)

Thanks,
Rick





reply via email to

[Prev in Thread] Current Thread [Next in Thread]