Re: [PATCH] option to prevent EPS backend from creating .tex/.texi/.count files

2009-08-29 Thread Alexander Kobel
Werner LEMBERG wrote: Nice idea. While you are at it, please investigate why there are still clipping problems during the EPS-PNG conversion. [...] As a possible solution, I can imagine that we add an intermediate step to convert the fonts in an EPS file into PS paths, for example, by using

Re: funky build errors

2009-08-29 Thread Patrick McCarty
On 2009-08-28, Werner LEMBERG wrote: I assume that needed and unneeded aren't actually contradictions... or maybe they are, and that's why the internal error is printed. They are contradictions, thus the internal error. It's a rounding issue in FontForge. Executable based on

Re: What's the deal with info documentation images?

2009-08-29 Thread David Kastrup
Graham Percival gra...@percival-music.ca writes: Let me be clear. - are the info docs not finished? yes. - are the pdf, html, etc. not finished? yes. - did I completely underestimate the pain in doing ANYTHING with the lilypond build process? yes. - would I have completely changed

Re: [PATCH] Move ambitus print callback to scheme

2009-08-29 Thread Nicolas Sceaux
Le 29 août 09 à 06:56, David Kastrup a écrit : Carl Sorensen c_soren...@byu.edu writes: On Aug 28, 2009, at 1:16 PM, Nicolas Sceaux nicolas.sce...@free.fr wrote: According to R5RS, it is an error to modify a literal list. If a function returns '(), the caller won't be allowed to apply a

Re: [PATCH] option to prevent EPS backend from creating .tex/.texi/.count files

2009-08-29 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 29. August 2009 03:44:04 schrieb Reinhold Kainhofer: Here is a patch that introduces a command line option aux-files, which can be used (-daux-files=#f, -dno-aux-files or #(ly:set-option 'no-aux-files)) to prevent lilypond's eps backend

Re: [PATCH] option to prevent EPS backend from creating .tex/.texi/.count files

2009-08-29 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 29. August 2009 06:37:40 schrieb Werner LEMBERG: While you are at it, please investigate why there are still clipping problems during the EPS-PNG conversion. For an example, look at the snappizzicato example image in the notation

Re: Creating books with Scheme

2009-08-29 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 17. August 2009 12:05:23 schrieb Nicolas Sceaux: Le 17 août 09 à 09:23, Nicolas Sceaux a écrit : If you look at the definition of `bookpart-score-handler' in my file, you see that the book-part argument is not used. Instead, all

PATCH for getting output-suffix to work (Trackers 714 and 404)

2009-08-29 Thread Ian Hulin
Apologies for not putting this one on rietveld, but I couldn't get the Create Issue form to accept the patch or work out what the exact set of options and parameters was for the upload.py python script. So I've fallen back to sending it to the list direct. If it looks OK, could someone please

Re: PATCH for getting output-suffix to work (Trackers 714 and 404)

2009-08-29 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 29. August 2009 15:06:44 schrieb Ian Hulin: Apologies for not putting this one on rietveld, but I couldn't get the Create Issue form to accept the patch or work out what the exact set of options and parameters was for the upload.py

Re: [PATCH] option to prevent EPS backend from creating .tex/.texi/.count files

2009-08-29 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 29. August 2009 13:10:20 schrieb Reinhold Kainhofer: Am Samstag, 29. August 2009 06:37:40 schrieb Werner LEMBERG: While you are at it, please investigate why there are still clipping problems during the EPS-PNG conversion. For an

Re: Creating books with Scheme

2009-08-29 Thread Nicolas Sceaux
Le 29 août 09 à 14:28, Reinhold Kainhofer a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 17. August 2009 12:05:23 schrieb Nicolas Sceaux: Le 17 août 09 à 09:23, Nicolas Sceaux a écrit : If you look at the definition of `bookpart-score-handler' in my file, you see that

Re: [PATCH] Move ambitus print callback to scheme

2009-08-29 Thread Carl Sorensen
On 8/28/09 10:56 PM, David Kastrup d...@gnu.org wrote: Carl Sorensen c_soren...@byu.edu writes: On Aug 28, 2009, at 1:16 PM, Nicolas Sceaux nicolas.sce...@free.fr wrote: According to R5RS, it is an error to modify a literal list. If a function returns '(), the caller won't be

Re: Implement framework for post-fix text (de)cresc spanners

2009-08-29 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Sonntag, 23. August 2009 19:57:26 schrieb Reinhold Kainhofer: So,for now I would simply apply that patch so that the properties get interpreted, but don't add a new command, which will be changed in the next version again. Anyone who whats to

Re: Use our own ~s ly:format placeholder, since guile is broken with wide chars

2009-08-29 Thread Reinhold Kainhofer
Am Samstag, 22. August 2009 02:07:05 schrieb Reinhold Kainhofer: Am Samstag, 22. August 2009 00:59:33 schrieb joenee...@gmail.com: http://codereview.appspot.com/109070/diff/1/2 File lily/general-scheme.cc (right): http://codereview.appspot.com/109070/diff/1/2#newcode437 Line 437:

Parser variables, properties and contexts, rooky developer question.

2009-08-29 Thread Ian Hulin
Hi all, I've been grubbing around, grepping my git repository and I need a bit of steering from some of you who've been around the lilypond source longer than me. I'm trying to design a solution to the original request for tracker 714, which asked to be able to specify an alternate output

[PATCH] Re: Creating books with Scheme

2009-08-29 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 29. August 2009 18:09:48 schrieb Nicolas Sceaux: After playing for a while with handlers, it seems that properly mixing programmaticaly-generated scores and explicit scores requires some tweaks in the parser. The hacks exposed earlier

Re: [PATCH] Re: Creating books with Scheme

2009-08-29 Thread Carl Sorensen
On 8/29/09 7:01 PM, Reinhold Kainhofer reinh...@kainhofer.com wrote: You mean something like this patch: http://codereview.appspot.com/112044 LGTM. Just a question. In your regression test, you first define (add-one-score #f), then you set! it to a lambda function. Is that solely

Re: Fix base attachments for slurs at linebreaks

2009-08-29 Thread Patrick McCarty
On Sun, Aug 23, 2009 at 10:23 AM, hanw...@gmail.com wrote: http://codereview.appspot.com/109071/diff/39/46 File lily/phrasing-slur-engraver.cc (right): http://codereview.appspot.com/109071/diff/39/46#newcode147 Line 147: if (!g-internal_has_interface (ly_symbol2scm (span-bar-interface)))

Re: [PATCH] Move ambitus print callback to scheme

2009-08-29 Thread David Kastrup
Carl Sorensen c_soren...@byu.edu writes: On 8/28/09 10:56 PM, David Kastrup d...@gnu.org wrote: Carl Sorensen c_soren...@byu.edu writes: On Aug 28, 2009, at 1:16 PM, Nicolas Sceaux nicolas.sce...@free.fr wrote: According to R5RS, it is an error to modify a literal list. If a function

Re: funky build errors

2009-08-29 Thread Werner LEMBERG
Hmm. I've seen these errors for a long time now (maybe a year and a half), and I'm always using the latest fontforge tarball. Testing CVS, I get similar errors, first appearing with feta11: Interesting. I haven't seen them since a long time. Please report this to the FontForge list. Here