lilypond-user
[Top][All Lists]
Advanced

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

Re: Defining Drumsets


From: Rick Sutphin
Subject: Re: Defining Drumsets
Date: Sat, 18 Dec 2004 14:42:54 -0500

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
> address@hidden
> 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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