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 instead of the standard published by th PAS. Is the drumStyleTable included in Lilypond more common where the developers live? Or is it more common in the style of music that the developers usually typeset? #(define PAS '( (bassdrum default #f -3) (lowtom default #f -1) (snare default #f 1) (sidestick cross #f 1) (himidtom default #f 2) (hightom default #f 3) (hihat cross #f 5) (openhihat cross "open" 5) (closedhihat cross "stopped" 5) (pedalhihat cross #f -5) (crashcymbal cross #f 6) (ridecymbal cross #f 4) ) ) On Sat, 2004-12-18 at 09:02 -0500, 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 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 > > > > _______________________________________________ > lilypond-user mailing list > [EMAIL PROTECTED] > http://lists.gnu.org/mailman/listinfo/lilypond-user On Sat, 2004-12-18 at 09:02 -0500, 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 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 > > > > _______________________________________________ > lilypond-user mailing list > [EMAIL PROTECTED] > http://lists.gnu.org/mailman/listinfo/lilypond-user _______________________________________________ lilypond-user mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-user