Re: GOP-PROP 8: issue priorities (probable decision)

2011-08-12 Thread Graham Percival
On Sat, Aug 13, 2011 at 07:12:53AM +0200, David Kastrup wrote: > Keith OHara writes: > > > Issue 1809 is an interesting test of this policy. `make test` > > sometimes crashes for some programmers, making it very hard for them > > to contribute, but it crashes in the Guile garbage collection, so

Re: GOP-PROP 8: issue priorities (probable decision)

2011-08-12 Thread David Kastrup
Keith OHara writes: > Graham Percival percival-music.ca> writes: > >> >> We will make a “Type-Critical”; a new stable release will only >> occur if there are 0 type-Critical issues. >> > [...] >> it also attracts the attention of potential >> contributors, so we should avoid having any glaring

Re: GOP-PROP 8: issue priorities (probable decision)

2011-08-12 Thread Keith OHara
Graham Percival percival-music.ca> writes: > > We will make a “Type-Critical”; a new stable release will only > occur if there are 0 type-Critical issues. > [...] > it also attracts the attention of potential > contributors, so we should avoid having any glaring problems which > would stop some

FW: Derivative work of scmindent.scm

2011-08-12 Thread Carl Sorensen
Here is the permission from Dorai to distribute as GPL 3+. Thanks, Carl -- Forwarded Message From: Dorai Sitaram Reply-To: Dorai Sitaram Date: Fri, 12 Aug 2011 17:59:02 -0600 To: Carl Sorensen Conversation: Derivative work of scmindent.scm Subject: Re: Derivative work of scmindent.scm H

Re: Commas in section headings

2011-08-12 Thread Trevor Daniels
Graham Percival wrote Friday, August 12, 2011 10:44 PM On Fri, Aug 12, 2011 at 10:22:49PM +0100, Trevor Daniels wrote: Graham Percival wrote Friday, August 12, 2011 5:09 PM I don't see what difficulties arise from having section names that differ slightly from the node name, other than mayb

Re: Commas in section headings

2011-08-12 Thread Graham Percival
On Fri, Aug 12, 2011 at 10:22:49PM +0100, Trevor Daniels wrote: > > Graham Percival wrote Friday, August 12, 2011 5:09 PM > > >On Fri, Aug 12, 2011 at 01:41:29PM +0200, Werner LEMBERG wrote: > >>What I can imagine is that node names get automatically derived > >>from > >>section names. For examp

Re: Commas in section headings

2011-08-12 Thread Graham Percival
On Fri, Aug 12, 2011 at 07:01:14PM +0200, Werner LEMBERG wrote: > > > (do you have any clue when this will be? AFAIK the latest version > > is 4.13a from 2008) > > Don't expect a release soon. It's still not really compatible to the > good old makeinfo binary (and additionally at least 20 times

Re: Commas in section headings

2011-08-12 Thread Trevor Daniels
Graham Percival wrote Friday, August 12, 2011 5:09 PM On Fri, Aug 12, 2011 at 01:41:29PM +0200, Werner LEMBERG wrote: What I can imagine is that node names get automatically derived from section names. For example, a script might check that, stripping off all texinfo commands and other fo

Re: Prevents nested tuplets from colliding. (issue4808082)

2011-08-12 Thread Trevor Bača
On Mon, Aug 8, 2011 at 3:21 PM, wrote: > Reviewers: , > > Message: > This fixes Issue 509 and passes regtests. > > Cheers, > MS > > Description: > Prevents nested tuplets from colliding. > > Please review this at > http://codereview.appspot.com/**4808082/

lexer.ll: remove unused patterns, avoid backing up (issue4871041)

2011-08-12 Thread k-ohara5a5a
Reviewers: , Message: While we are cleaning up warnings, here is a patch for the lexer warnings. This is all code cleanup, no behavior change, so I don't think a tracker issue is appropriate. Regression tests are unchanged. http://codereview.appspot.com/4871041/diff/3001/lily/lexer.ll File li

Re: Commas in section headings

2011-08-12 Thread Werner LEMBERG
>> I second that. IMHO it's a very bad idea that we have to limit >> correct use of English due to restrictions in a program (which are in >> this case even non-existent)! > > I thought this was going to be a new feature of the next version > of texinfo. Commas in section names? No, this was a

Can Hairpin support line-spanner-interface?

2011-08-12 Thread Mark Polesky
Hey guys, Could the Hairpin grob be changed to support the line-spanner-interface? If not, is there a way to fine-tune the left- and right-endpoints of Hairpins independently from the NoteColumns?  Does Hairpin inherit the X-extent property from DynamicLineSpanner?  If so, how does a user adjus

Re: script for auto-indenting .scm files.

2011-08-12 Thread Carl Sorensen
On 8/12/11 5:39 AM, "Reinhold Kainhofer" wrote: > > Do you know anything about the license? > Thanks for this reminder. I've renamed the file to guileindent.scm, making it clear that it's a derivative work, rather than just a copy. I've sent an email to Dorai asking if it's OK with him to put

Re: Commas in section headings

2011-08-12 Thread Graham Percival
On Fri, Aug 12, 2011 at 01:41:29PM +0200, Werner LEMBERG wrote: > > >> Yes. I disallow commas in @section headings because IMO we should > >> always have the @section heading match the @node -- doing otherwise > >> is just begging for trouble down the road. > > > > OK. I'll fix the two that sli

Re: fixing website translations

2011-08-12 Thread Graham Percival
On Fri, Aug 12, 2011 at 05:27:53PM +0200, Francisco Vila wrote: > 2011/8/12 Federico Bruni : > > Il giorno ven, 12/08/2011 alle 16.49 +0200, Francisco Vila ha scritto: > >> > Processing web site: [it] > >> > WARNING: Unable to find node 'Text editor support' in book usage. > >> > WARNING: Unable to

GUB cannot run tests

2011-08-12 Thread Graham Percival
Is this a python 2.5+ism? GUB only uses python 2.4. Please revert or rewrite in a python 2.4 manner. -release-unstable/scripts/build/output-distance.py", line 317 return float(s) if 'nan' not in s else float(s.split('.')[0]) ^ SyntaxError: invalid syntax Traceback (most

Re: Moving away from make

2011-08-12 Thread Han-Wen Nienhuys
On Fri, Aug 12, 2011 at 10:53 AM, Phil Holmes wrote: > I understand it's been discussed before, but I am wondering whether it's > worth thinking the unthinkable and considering moving away from make.  I > know it's been used in loads of projects and is much loved, but actually, > from a design per

Re: Moving away from make

2011-08-12 Thread Graham Percival
On Fri, Aug 12, 2011 at 09:51:46AM -0600, Carl Sorensen wrote: > On 8/12/11 9:32 AM, "Graham Percival" wrote: > > > waf looks the nicest at first glance, but they don't support > > having files with the same name in the source tree and build tree, > > I've been loosely following waf, and I think

Re: Moving away from make

2011-08-12 Thread Carl Sorensen
On 8/12/11 9:32 AM, "Graham Percival" wrote: > On Fri, Aug 12, 2011 at 02:53:56PM +0100, Phil Holmes wrote: >> I understand it's been discussed before, but I am wondering whether >> it's worth thinking the unthinkable and considering moving away from >> make. > > Budget 2000 hours. That's not a

Re: Moving away from make

2011-08-12 Thread Graham Percival
On Fri, Aug 12, 2011 at 02:53:56PM +0100, Phil Holmes wrote: > I understand it's been discussed before, but I am wondering whether > it's worth thinking the unthinkable and considering moving away from > make. Budget 2000 hours. That's not a typo. I don't think it provides a good cost/benefit ra

Re: fixing website translations

2011-08-12 Thread Francisco Vila
2011/8/12 Federico Bruni : > Il giorno ven, 12/08/2011 alle 16.49 +0200, Francisco Vila ha scritto: >> > Processing web site: [it] >> > WARNING: Unable to find node 'Text editor support' in book usage. >> > WARNING: Unable to find node 'Troubleshooting' in book usage. >> > WARNING: Unable to find n

Re: fixing website translations

2011-08-12 Thread Federico Bruni
Il giorno ven, 12/08/2011 alle 16.49 +0200, Francisco Vila ha scritto: > > Processing web site: [it] > > WARNING: Unable to find node 'Text editor support' in book usage. > > WARNING: Unable to find node 'Troubleshooting' in book usage. > > WARNING: Unable to find node 'Why does the syntax change?'

Re: fixing website translations

2011-08-12 Thread Francisco Vila
2011/7/30 Graham Percival : > I've been seeing these warnings for months: > Processing web site: [cs] > WARNING: Unable to find node 'Řešení potíží' in book usage. > WARNING: Unable to find node 'Proč se mění skladba?' in book > usage. > Processing web site: [de] > Processing web site: [es] > Proce

Re: Moving away from make

2011-08-12 Thread Werner LEMBERG
> I understand it's been discussed before, but I am wondering whether > it's worth thinking the unthinkable and considering moving away from > make. Any simplification is welcomed, I think. > I've done 5 minutes research and have found SCons. I've not gone > into any more depth with that yet.

Re: Moving away from make

2011-08-12 Thread Reinhold Kainhofer
Am Freitag, 12. August 2011, 15:53:56 schrieb Phil Holmes: > I understand it's been discussed before, but I am wondering whether it's > worth thinking the unthinkable and considering moving away from make. I suppose that everyone here would be glad if we could get away from make. It's just that o

Re: Fixes figuredBassCenterContinuations. (issue4868046)

2011-08-12 Thread Bertrand Bordage
This was introduced in one of Han-Wen's commits : 7d7d33f3f1c6c45aaf3fd1e5c68b0b75a1be248d At that time there was no property to center figures, that's probably why Han-Wen added this condition (I know, this doesn't explain well its presence). ___ lilypon

Moving away from make

2011-08-12 Thread Phil Holmes
I understand it's been discussed before, but I am wondering whether it's worth thinking the unthinkable and considering moving away from make. I know it's been used in loads of projects and is much loved, but actually, from a design perspective, it's appalling. If I was writing a "make" system

Re: Fixes figuredBassCenterContinuations. (issue4868046)

2011-08-12 Thread reinhold . kainhofer
LGTM. That check has been there since time immemorial. I have sometimes wondered, too, but never bothered to change anything (since I don't use continuation combining). http://codereview.appspot.com/4868046/diff/4/lily/figured-bass-engraver.cc File lily/figured-bass-engraver.cc (left): http://c

Fixes figuredBassCenterContinuations. (issue4868046)

2011-08-12 Thread bordage . bertrand
Reviewers: , Message: figuredBassCenterContinuations fails to merge continuation lines on if a figure is composed of three or more figures. This tiny patch fixes that. Bertrand Description: Fixes figuredBassCenterContinuations. Please review this at http://codereview.appspot.com/4868046/ Aff

Re: script for auto-indenting .scm files.

2011-08-12 Thread Reinhold Kainhofer
Am Freitag, 12. August 2011, 02:44:11 schrieb Carl Sorensen: > On 8/11/11 6:32 PM, "Graham Percival" wrote: > > On Thu, Aug 11, 2011 at 06:28:09PM -0600, Carl Sorensen wrote: > >> On 8/11/11 6:17 PM, "Carl Sorensen" wrote: > >>> BTW, usage is > >>> > >>> ./scmindent.scm < input-file > output-fil

Re: Commas in section headings

2011-08-12 Thread Werner LEMBERG
>> Yes. I disallow commas in @section headings because IMO we should >> always have the @section heading match the @node -- doing otherwise >> is just begging for trouble down the road. > > OK. I'll fix the two that slipped through, although they look a > little strange without the commas. I s

Re: Adds a glyph for tied lyrics. (issue4808074)

2011-08-12 Thread Phil Holmes
- Original Message - From: "Werner LEMBERG" To: Cc: ; ; ; ; Sent: Friday, August 12, 2011 6:23 AM Subject: Re: Adds a glyph for tied lyrics. (issue4808074) No lyric ties either... So your view is that lyric ties are not used in the real world? No. I simply can't discuss ho

Re: GOP-PROP 7: Developers as resources (accepted)

2011-08-12 Thread Ian Hulin
Hi Graham, I checked the html and typo alert... On 12/08/11 08:04, Graham Percival wrote: > No comments last time, but this is just a "confirmation of status > quo" proposal so I'm not concerned that I've missed any dissent. > Officially accepted now. > > http://lilypond.org/~graham/gop/gop_7.ht

Re: GUB can't build fonts

2011-08-12 Thread Werner LEMBERG
> I see this recently in git: > 86e8e6fb33dec1974104fe042c2a4a52d8ccda50 > > --- scripts/build/mf2pt1.pl > --- > index 62463d3..2119e7b 100644 > @@ -1,4 +1,4 @@ > -#!@PERL@ > +#! /usr/bin/perl Aah, this escaped my attention. I normally double-check

GUB can't build fonts

2011-08-12 Thread Graham Percival
I see a ton of errors like this: Compilation failed in require at /main/src/gub/target/darwin-ppc/build/lilypond-git.sv.gnu.org--lilypond.git-release-unstable/scripts/build/out/mf2pt1 line 30. BEGIN failed--compilation aborted at /main/src/gub/target/darwin-ppc/build/lilypond-git.sv.gnu.org--lilyp

GOP-PROP 7: Developers as resources (accepted)

2011-08-12 Thread Graham Percival
No comments last time, but this is just a "confirmation of status quo" proposal so I'm not concerned that I've missed any dissent. Officially accepted now. http://lilypond.org/~graham/gop/gop_7.html ** Proposal summary We shall treat developers (and contributors) as Independent volunteers: each