Re: Dependencies in Lilypond

2010-06-27 Thread Graham Percival
On Fri, Jun 25, 2010 at 02:00:53PM +0200, Mike Solomon wrote: > 1) How would I create a separate branch? For your local copy of the source, just do it the normal git way. There's lots of git tutorials online. You can't push that branch onto our shared git repo without having git access, though,

Re: Dependencies in Lilypond

2010-06-25 Thread Mike Solomon
Hey all, Sorry for the silence w/ respect to this issue: I've been trying to make due w/o dependencies on my waveform patch and, finally, it looks like I'll need glpk to make it happen: I was able to dispense with gsl, but the linear programming algorithms I'm using are too involved to copy and

Re: Dependencies in Lilypond

2010-06-08 Thread Mike Solomon
Hey Carl, Your bezier curve suite is wonderful - I need the solver for an entirely different issue in my waveforms project, which is itching to be thrown on Reitveld by someone who is more savvy than I! Takers? ~Mike On 6/8/10 5:59 PM, "Carl Sorensen" wrote: > \On 6/8/10 7:46 AM, "Jan Nie

Re: Bezier curves [was: Dependencies in Lilypond]

2010-06-08 Thread Alexander Kobel
On 2010-06-08 17:59, Carl Sorensen wrote: P.S. If you have more stuff you want to do with Beziers, give me a shout. I've taken Dr. Sederberg's class, so I'm somewhat aware of clever tricks with splines. That's where my bezier stuff came from earlier. Whoever wants to do something serious with

Re: Dependencies in Lilypond

2010-06-08 Thread Carl Sorensen
\On 6/8/10 7:46 AM, "Jan Nieuwenhuizen" wrote: > Op dinsdag 08-06-2010 om 12:55 uur [tijdzone +0200], schreef Mike > Solomon: >> 2) If I can't, do you know of a functional reduce-row-echelon c++ or c file >> that I can freely copy and paste? All of the one's I've found are buggy for >> certain

Re: Dependencies in Lilypond

2010-06-08 Thread Graham Percival
On Tue, Jun 08, 2010 at 03:46:47PM +0200, Jan Nieuwenhuizen wrote: > Op dinsdag 08-06-2010 om 12:55 uur [tijdzone +0200], schreef Mike > Solomon: > [cc: lilypond-devel, for the archives] > > Hi Mike, > > > 1) Can I add a new dependency, and if so, where would I indicate the > > necessity of said

Re: Dependencies in Lilypond

2010-06-08 Thread Jan Nieuwenhuizen
Op dinsdag 08-06-2010 om 12:55 uur [tijdzone +0200], schreef Mike Solomon: [cc: lilypond-devel, for the archives] Hi Mike, > 1) Can I add a new dependency, and if so, where would I indicate the > necessity of said dependency? in configure.in (write/copy and paste a test) Documentation/i