Patch to get rid of a lot of unnecessary gsave/grestore pairs

2006-04-03 Thread David Feuer
The attached patch stops LilyPond from compulsively gsave/grestoring everything. It changes some procedures so they don't need gsave/grestore, and it adds gsave/grestore and translate to the ones that do. Do you think I should put the gsave/grestore back into draw_polygon, or is it okay as is? D

Re: The new patch, slightly cleaned up, with (I hope) a proper Changelog

2006-04-03 Thread David Feuer
Attached is a patch that might be more controversial than the one I just submitted (it goes on top of that one, and is pretty small). This one creates a Scheme macro for using str4 in format calls. I don't know if you'll think it's great or just plain ugly. I'm not sure what I think of it myself

The new patch, slightly cleaned up, with (I hope) a proper Changelog

2006-04-03 Thread David Feuer
2006-04-03 David Feuer <[EMAIL PROTECTED]> * lilyponddefs.ps (set-ps-scale-to-lily-scale): Fixed code duplication. * Cleaned up interfaces between PostScript and Scheme, and moved computations from PostScript to Scheme: * music-drawing-routines.ps (*SF, stroke_and_fill): new procedures. Repla

Re: make cvsclean?

2006-04-03 Thread Han-Wen Nienhuys
umm, some nits: - naming: cvs-clean - changelog? Erlend Aasland wrote: Hello, I find it irritating that there is no make target that really clean the source directory; "make distclean" leaves all "out"-directories in addition to a couple of autogenerated files. I tried "make maintainer

Re: make cvsclean?

2006-04-03 Thread Han-Wen Nienhuys
Erlend Aasland wrote: Hello, I find it irritating that there is no make target that really clean the source directory; "make distclean" leaves all "out"-directories in addition to a couple of autogenerated files. I tried "make maintainerclean" but that resulted in an error. I miss something l

Re: GUB error with distccd

2006-04-03 Thread Han-Wen Nienhuys
Pedro Kröger wrote: I get this error with make bootstrap: DISTCCD_PATH=/data/programas/gub/target/cross-distccd/bin distccd --daemon \ --port 3633 --pid-file /data/programas/gub/log/cross-distccd.pid \ --log-file /data/programas/gub/log/cross-distccd.log --log-level info distcc

Re: al niente / de niente - was Re: (no subject)

2006-04-03 Thread Trevor Bača
On 4/3/06, Erlend Aasland <[EMAIL PROTECTED]> wrote: > Hi Trevor > > > On 4/3/06, Trevor Bača <[EMAIL PROTECTED]> wrote: > > (I notice that the example at the very end of the first line is quite > > large; I'm assuming this is just a proof to show that magnification > > works correctly?) > > > Yes,

GUB error with distccd

2006-04-03 Thread Pedro Kröger
I get this error with make bootstrap: DISTCCD_PATH=/data/programas/gub/target/cross-distccd/bin distccd --daemon \ --port 3633 --pid-file /data/programas/gub/log/cross-distccd.pid \ --log-file /data/programas/gub/log/cross-distccd.log --log-level info distccd[4706] (main) ERROR:

Re: Improvements to Postscript backend (patches included)

2006-04-03 Thread Han-Wen Nienhuys
David Feuer wrote: On 4/1/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: I suspect you may know more about postscript than me, your guess is as good as mine; If you think it is bug, can you file a bug with ghostscript development? I can send you a file with an embedded CFF CID font. I don't

make cvsclean?

2006-04-03 Thread Erlend Aasland
Hello,I find it irritating that there is no make target that really clean the source directory; "make distclean" leaves all "out"-directories in addition to a couple of autogenerated files. I tried "make maintainerclean" but that resulted in an error. I miss something like "make cvsclean" (see atta

Re: al niente / de niente - was Re: (no subject)

2006-04-03 Thread Erlend Aasland
I guess this should be ok.ChangeLog:2006-04-03  Erlend Aasland  <[EMAIL PROTECTED]>    * input/regression/hairpin-circled.ly: new file On 4/3/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: Erlend Aasland wrote:> Hi Han-Wen>> On 4/3/06, *Han-Wen Nienhuys* <[EMAIL PROTECTED]> [EMAIL PROTECTED] >> wr

Re: More improvements to PostScript backend

2006-04-03 Thread Han-Wen Nienhuys
David Feuer wrote: In my nonexistent free time I've done some more work. I'd really like to do something about the compulsive gsave x y translate 0 0 moveto grestore wrapping that everything gets. Could someone give me an idea of what could get stuffed into placebox? Is there actually some kin

Re: al niente / de niente - was Re: (no subject)

2006-04-03 Thread Han-Wen Nienhuys
Erlend Aasland wrote: Hi Han-Wen On 4/3/06, *Han-Wen Nienhuys* <[EMAIL PROTECTED] > wrote: can't you just use SCM_BOOL_F for the last argument of the circle call? OMG, why didn't I notice that in the first place...! Patch against latest CVS attached. Please ap

Re: al niente / de niente - was Re: (no subject)

2006-04-03 Thread Erlend Aasland
Hi TrevorOn 4/3/06, Trevor Bača <[EMAIL PROTECTED]> wrote: (I notice that the example at the very end of the first line is quitelarge; I'm assuming this is just a proof to show that magnificationworks correctly?)Yes, I was just testing the thickness/height parameters. (Also, nice job on the double

Re: al niente / de niente - was Re: (no subject)

2006-04-03 Thread Erlend Aasland
Hi Han-WenOn 4/3/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: can't you just use SCM_BOOL_F for the last argument of the circle call?OMG, why didn't I notice that in the first place...! Patch against latest CVS attached. Please apply.ChangeLog:2006-04-03  Erlend Aasland  < [EMAIL PROTECTED]>   

Re: mutual cues

2006-04-03 Thread Werner LEMBERG
> Apparently, the addquote was listening to the mutual cue. I've made sure > now that quotes are completely ignored in the preprocessing stage. > > You can get the font size right by doing "\new Voice" iso. "\new Staff" It works, thanks! Werner __