Re: Help wanted : announcement posting?

2005-07-05 Thread Jan Nieuwenhuizen
Ed Baskerville writes: > I just sent announcements to Macintouch, MacMinute, and MacNN. The > other Mac sites will pick it up in no time from those two. Thanks > There should also be a listing maintained at versiontracker.com if > you want it to be found by Mac people looking for music > softwar

Re: building lilypond.exe to test WinME fixes

2005-07-05 Thread Jan Nieuwenhuizen
Brynne and Russ Jorgensen writes: > This has been happening since 2.5.27 - that's the main problem I've > been trying to overcome. Ah, I didn't catch that. What a shame. > if (GetStdHandle (STD_OUTPUT_HANDLE) == INVALID_HANDLE) { > /* send stdout to nul device */ > freopen ("nul$",

Re: Subtracting moments

2005-07-05 Thread Jan Nieuwenhuizen
Kristof Bastiaensen writes: > Hi, how can I subtract two moments in scheme? #(define (ly:sub-moment a b) (ly:add-moment a (ly:mul-moment b (ly:make-moment -1 1 #(display (ly:sub-moment (ly:make-moment 4 1) (ly:make-moment 3 1))) > Isn't there a function (ly:moment-sub moment1 moment2)? C

Re: Help wanted : announcement posting?

2005-07-05 Thread Ed Baskerville
As usual, late on the uptake... I just sent announcements to Macintouch, MacMinute, and MacNN. The other Mac sites will pick it up in no time from those two. There should also be a listing maintained at versiontracker.com if you want it to be found by Mac people looking for music software

Re: lilypond-book in 2.6.0

2005-07-05 Thread Erik Sandberg
On Tuesday 05 July 2005 15.43, John D Lamb wrote: > I'm not sure if I should post this as a bug. In any case I wanted to > check if I'd made any mistake first. > > I've recently build 2.6.0 on a standard SuSE 9.3 (32-bit x86) box. The > same problem also appears in 2.5.32. I use some extra CXXFLAGS

Re: building lilypond.exe to test WinME fixes

2005-07-05 Thread Brynne and Russ Jorgensen
Jan Nieuwenhuizen wrote: Brynne and Russ Jorgensen writes: I did some experimenting with some simple tst.c programs in regards to the problem with lilypond.exe not working under WinME unless stdout has been redirected to a file. Great. Btw, did you see Basil's mail about setting CYGWIN=tty

Subtracting moments

2005-07-05 Thread Kristof Bastiaensen
Hi, how can I subtract two moments in scheme? Isn't there a function (ly:moment-sub moment1 moment2)? Kristof Bastiaensen ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

building lilypond.exe to test WinME fixes

2005-07-05 Thread Brynne and Russ Jorgensen
Jan, I did some experimenting with some simple tst.c programs in regards to the problem with lilypond.exe not working under WinME unless stdout has been redirected to a file. I'm fairly sure I can code up a simple fix, but I wanted to be able to test it, so I've been laboring over getting li

Re: lilypond-book in 2.6.0

2005-07-05 Thread Mats Bengtsson
It's a bug and it has already been fixed in the CVS version. /Mats John D Lamb wrote: I'm not sure if I should post this as a bug. In any case I wanted to check if I'd made any mistake first. I've recently build 2.6.0 on a standard SuSE 9.3 (32-bit x86) box. The same problem also appears in

lilypond-book in 2.6.0

2005-07-05 Thread John D Lamb
I'm not sure if I should post this as a bug. In any case I wanted to check if I'd made any mistake first. I've recently build 2.6.0 on a standard SuSE 9.3 (32-bit x86) box. The same problem also appears in 2.5.32. I use some extra CXXFLAGS (-march=pentium4 -O2 -mfpmath=sse -msse -msse2 -malign-dou

Grob documentation

2005-07-05 Thread Erik Sandberg
Hi, I just found this page in lilypond-internals: Documentation/user/out-www/lilypond-internals/grob_002dinterface.html The page makes clear what a grob is, in a rather good way IMO. However, it was pretty difficult to find. I'd suggest a direct link to that page, perhaps from the first paragrap