Re: [PATCH] Move ambitus print callback to scheme

2009-08-26 Thread Han-Wen Nienhuys
'() is preferred, as it evaluates to a constant. (list) is a function call, which might mean different things if you override the definition of list. On Wed, Aug 26, 2009 at 5:43 PM, Carl Sorensen wrote: > You code the empty list as (list).  I typically code the empty list as '(). > > It there a

Re: [PATCH] to let \epsfile always start the eps file at (0, 0) in the stencil

2009-08-26 Thread Han-Wen Nienhuys
LGTM - please document what is happening in the appropriate places, though. On Tue, Aug 25, 2009 at 7:43 PM, Reinhold Kainhofer wrote: > This patch lets an included EPS file always start at the origin of the > stencil: >    http://codereview.appspot.com/109079 > Okay to apply? -- Han-Wen Nien

Re: Iphone

2009-08-26 Thread Han-Wen Nienhuys
I still remember the time that I developed LilyPond on a 486/133 with 24 mb of RAM... those were the days... Seriously, it should be possible, with some aggressive tuning of the GUILE GC collector, but why bother? On Wed, Aug 26, 2009 at 8:03 PM, Matthias Kilian wrote: > On Wed, Aug 26, 2009 at

Re: Iphone

2009-08-26 Thread Matthias Kilian
On Wed, Aug 26, 2009 at 10:32:49PM +, Phil Allred wrote: > Could lilypond be packaged up for the iPhone? Has anyone explored this? I may be wrong, but doesn't the iPhone use a CPU similar to that of a Sharp Zaurus CL3200 or some of the cheap Thecus storage devices, i.e. some ARM/xscale proces

Iphone

2009-08-26 Thread Phil Allred
Could lilypond be packaged up for the iPhone? Has anyone explored this? ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: [PATCH] Move ambitus print callback to scheme

2009-08-26 Thread Carl Sorensen
On 8/25/09 2:28 PM, "Neil Puttock" wrote: > Hi, > > I've just posted a revised patchset which deals with Han-Wen's comments. > > http://codereview.appspot.com/110047/show The patch looks good to me. I have a question about style, though. You code the empty list as (list). I typically cod

Re: Move ambitus print callback to scheme.

2009-08-26 Thread Neil Puttock
2009/8/26 : > I still indentation diffs though. OK, I've redone the indentation in ambitus-engraver.cc using hard tabs to match the current behaviour. Regards, Neil ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/

Re: LY->PNG and LY->PDF question

2009-08-26 Thread John Mandereau
Hi Werner, 2009/8/26 Werner LEMBERG : > Can someone please tell me the commands (lilypond and gs, I assume, > with *all* options) to convert a LY file to PNG and to PDF, as used > for the notation reference?  The full set of options to lilypond isn't > shown in the log file... I hope you redirect

Re: Move ambitus print callback to scheme.

2009-08-26 Thread hanwenn
LGTM I still indentation diffs though. http://codereview.appspot.com/110047 ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

LY->PNG and LY->PDF question

2009-08-26 Thread Werner LEMBERG
Can someone please tell me the commands (lilypond and gs, I assume, with *all* options) to convert a LY file to PNG and to PDF, as used for the notation reference? The full set of options to lilypond isn't shown in the log file... Werner ___ lil

Re: [git 17e68b85] make error in documentation

2009-08-26 Thread Patrick McCarty
On 2009-08-26, Werner LEMBERG wrote: > >> It's better (see attached image) but not really good -- inkscape still > >> produces better results. > > > > What was wrong with that image? Looks fine to me, and that's what > > I see from my own conversion. > > Attached is the inkscape rendering. Note

Re: user view of website+docs

2009-08-26 Thread Patrick McCarty
On 2009-08-26, Graham Percival wrote: > How does this look? > http://kainhofer.com/~lilypond/Documentation/general/Manuals.html > http://kainhofer.com/~lilypond/Documentation/general/Learning.html > > The second-layer TOC is obviously a work in progress. I won't comment on the CSS stuff, since I k