Re: Defining Drumsets

2006-03-18 Thread Tim Sawyer
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

Re: Defining Drumsets

2006-03-18 Thread Jannik Jeppesen
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

Re: Defining Drumsets

2004-12-18 Thread Rick Sutphin
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

Re: Defining Drumsets

2004-12-18 Thread David Raleigh Arnold
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,

Re: Defining Drumsets

2004-12-18 Thread Gilles
> 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

Defining Drumsets

2004-12-18 Thread Rick Sutphin
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. #(