Re: Insert new pitches

2009-01-02 Thread Carl D. Sorensen
On 1/2/09 6:10 AM, "lucifree" wrote: > Hi all, > > I wanted to add new pitches for percussion, eg : a second crash cymbal. > So i copied the drumPitchNames section from drumpitch-init.ly into my > document, then added two new lines : > > drumPitchNames = > #'( >(crashcymbalbis . crashcy

Re: Insert new pitches

2009-01-02 Thread lucifree
Hi, Well in fact, i already have a base .ly that i include in all my finals .ly . This is inside this common .ly that i have copied the drumPitchNames . But still this doesn't seem for me very clean to have to do that. I'd like a way to add content to a definition structure rather than copy

Re: Insert new pitches

2009-01-02 Thread Jonathan Kulp
lucifree wrote: Hi all, I wanted to add new pitches for percussion, eg : a second crash cymbal. So i copied the drumPitchNames section from drumpitch-init.ly into my document, then added two new lines : drumPitchNames = #'( (crashcymbalbis . crashcymbalbis) (cymk . crashcymbalbis) %

Insert new pitches

2009-01-02 Thread lucifree
Hi all, I wanted to add new pitches for percussion, eg : a second crash cymbal. So i copied the drumPitchNames section from drumpitch-init.ly into my document, then added two new lines : drumPitchNames = #'( (crashcymbalbis . crashcymbalbis) (cymk . crashcymbalbis) % then copied here