What's the deal with info documentation images?

2009-08-27 Thread David Kastrup
For some time, my info files (after make info, sudo make install-info) contain FIXME: images broken in info instead of images as before. What happened? Why? Is there a reason, or a plan to change this again? -- David Kastrup ___

Re: horizontal offset bug of skip markups

2009-08-27 Thread Werner LEMBERG
After all, it is very easy to place the markup where you want it by simply using two spacer notes: foo = { s1 \time 7/8 s8^foobar s8*6 \time 10/8 } OK, I haven't thought of that solution, thanks. This should perhaps be added to the documentation. There is a serious drawback of

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

2009-08-27 Thread Graham Percival
On Thu, Aug 27, 2009 at 11:50:13AM +0200, David Kastrup wrote: For some time, my info files (after make info, sudo make install-info) contain FIXME: images broken in info instead of images as before. What happened? Why? Is there a reason, or a plan to change this again? I believe

`make install' is broken

2009-08-27 Thread Patrick McCarty
Hi, With latest git master and a clean tree, `make install' is broken for me. Attached is the end of the log. Looking back at the ./autogen.sh output, the Century Schoolbook PFB fonts are no longer detected, so I suspect this is why the build is failing. Normally, they are found in

Re: `make install' is broken

2009-08-27 Thread Patrick McCarty
On 2009-08-27, Patrick McCarty wrote: Hi, With latest git master and a clean tree, `make install' is broken for me. Attached is the end of the log. Looking back at the ./autogen.sh output, the Century Schoolbook PFB fonts are no longer detected, so I suspect this is why the build is

Re: [PATCH] Move ambitus print callback to scheme

2009-08-27 Thread Neil Puttock
2009/8/26 Carl Sorensen c_soren...@byu.edu: The patch looks good to me. Cheers. You code the empty list as (list).  I typically code the empty list as '(). It there a preference?  I suspect that we ought to be consistent, although it's not highly important.  It could be part of the code

Re: [PATCH] Docs: IR 4 Scheme functions: Improve docstrings.

2009-08-27 Thread Neil Puttock
2009/8/24 Mark Polesky markpole...@yahoo.com: how's this then? That's much better, thank you. :) - Return the definition of @var{name} (a symbol) within + 2, 0, 0, (SCM context, SCM grob), + Return the definition of @var{grob} (a symbol) within You could argue that

Re: `make install' is broken

2009-08-27 Thread Patrick McCarty
On 2009-08-27, Patrick McCarty wrote: On 2009-08-27, Patrick McCarty wrote: Hi, With latest git master and a clean tree, `make install' is broken for me. Attached is the end of the log. Looking back at the ./autogen.sh output, the Century Schoolbook PFB fonts are no longer

Re: `make install' is broken

2009-08-27 Thread Neil Puttock
2009/8/27 Patrick McCarty pnor...@gmail.com: I just pushed a fix that works for me.  Please test. No problems here. Cheers, Neil ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

[PATCHES] Two interfaces moved to Scheme

2009-08-27 Thread Neil Puttock
Hi, Here are two patches for review at Rietveld, which implement tuplet-number-interface and grid-line-interface in Scheme: http://codereview.appspot.com/109112/show http://codereview.appspot.com/109113/show Regards, Neil ___ lilypond-devel mailing

Re: `make install' is broken

2009-08-27 Thread Patrick McCarty
On 2009-08-27, Neil Puttock wrote: 2009/8/27 Patrick McCarty pnor...@gmail.com: I just pushed a fix that works for me.  Please test. No problems here. Thanks for testing, Neil. I made one further refinement to configure.in, just in case the Century Schoolbook L fonts are installed in

[patch] additional make target for website

2009-08-27 Thread Graham Percival
Here's a patch that adds a special target (tentatively called web-gop) to the **main** makefile. I think we'll want something like this for the actual server, although obviously we'd need to change the examples/ rule in Documentation/GNUmakefile. My first patch only added it to