Re: My first define-music-function, I'm trying, need help

2006-12-22 Thread Paul Scott
Geoff Horton wrote: I was afraid of this kind of answer, if define-music-function cant do something as simple as replace one note on a \transpose without writing a whole bunch of code... I'm not going to bother with it myself. Too much complexity, I'd rather look for something that will let me

Re: My first define-music-function, I'm trying, need help

2006-12-22 Thread Geoff Horton
I was afraid of this kind of answer, if define-music-function cant do something as simple as replace one note on a \transpose without writing a whole bunch of code... I'm not going to bother with it myself. Too much complexity, I'd rather look for something that will let me stay on a user-level,

Re: My first define-music-function, I'm trying, need help

2006-12-22 Thread Sébastien Gross
On Fri, Dec 22, 2006 at 09:11:04AM -0800, [EMAIL PROTECTED] wrote: > Lilypond desperately needs some king of built-in text pre-process (that > installs with lilypond) to take care of these things, instead of everybody > having to constantly re-write the core lilypond code to do such simple > things

Re: My first define-music-function, I'm trying, need help

2006-12-22 Thread Rick Hansen (aka RickH)
seb-g wrote: > > On Thu, Dec 21, 2006 at 02:48:24PM -0800, [EMAIL PROTECTED] > wrote: >> >> The simple substitution example below should be pretty easy, but I'm "in >> a >> pickle", can someone show me how to replace the note name in the >> transpose >> statement with the note specified on the

Re: My first define-music-function, I'm trying, need help

2006-12-22 Thread Sébastien Gross
On Thu, Dec 21, 2006 at 02:48:24PM -0800, [EMAIL PROTECTED] wrote: > > The simple substitution example below should be pretty easy, but I'm "in a > pickle", can someone show me how to replace the note name in the transpose > statement with the note specified on the function call (parameter called

Re: My first define-music-function, I'm trying, need help

2006-12-22 Thread Rick Hansen (aka RickH)
Anybody? Rick Hansen (aka RickH) wrote: > > The simple substitution example below should be pretty easy, but I'm "in a > pickle", can someone show me how to replace the note name in the transpose > statement with the note specified on the function call (parameter called > "root")? > > But it