Re: Fix 1805: AmbitusAccidental needs avoid-slur, needed when the notes in the ambitus have a slur (issue 4904049)

2011-09-03 Thread pkx166h
passes Make and reg tests http://codereview.appspot.com/4904049/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

[PATCH] Flush all ports after each file

2011-09-03 Thread Reinhold Kainhofer
So far, the output of the safe.ly regtest showed up randomly in some later regtest, because stdout was buffered when redirected to a file. This patch flushes all ports after each processed file (only relevant when multiple files are processed at once). Unfortunately, it seems stdout is not an open

Re: merging regtests

2011-09-03 Thread Reinhold Kainhofer
Am Tuesday, 30. August 2011, 07:39:06 schrieb Graham Percival: > On Tue, Aug 30, 2011 at 06:25:44AM +0100, Graham Percival wrote: > > As a temporary workaround, I will now reduce the number of > > regression tests. In particular, I will merge the segfault > > regtests -- we don't care about the ou

Re: Fixed space after time- key-signatures (issue 4964059)

2011-09-03 Thread Keith OHara
On Sat, 03 Sep 2011 00:13:56 -0700, Trevor Daniels wrote: although the grace note in lyric-hyphen-grace.ly seems closer to the time signature than normal notes. Any idea why this is, Keith? That is how grace notes were spaced in the last two stable versions. Grace notes get 80% the space t

Re: centering text on a measure

2011-09-03 Thread Trevor Daniels
David Nalesnik wrote Saturday, September 03, 2011 6:36 PM I've adapted the snippet for centering text on hairpins http://lsr.dsi.unimi.it/LSR/Snippet?id=233 to give an approximation of this. Basically, I've replaced the default TextSpanner stencil with a blank with the same extents to which

Re: Memleaks or not?

2011-09-03 Thread Han-Wen Nienhuys
On Wed, Aug 24, 2011 at 3:30 PM, Reinhold Kainhofer wrote: > Running lilypond on a lot of files in one run, I observe that lilypond's > memory usage slowly goes up with time, i.e. it seems that lilypond does not > properly free all memory used for one score, before it starts with the next > one.

Re: Memleaks or not?

2011-09-03 Thread Reinhold Kainhofer
Am Wednesday, 24. August 2011, 20:30:20 schrieb Reinhold Kainhofer: > Running lilypond on a lot of files in one run, I observe that lilypond's > memory usage slowly goes up with time, i.e. it seems that lilypond does not > properly free all memory used for one score, before it starts with the next

Re: centering text on a measure

2011-09-03 Thread Trevor Daniels
David Nalesnik However, I'd like to be able to center the text on the measure regardless of what's in it (or, by extension, center it between items of my choosing). I'm hoping that there's a way to do this without relying on 'extra-offset, so that other grobs will move up to avoid collisio

Re: Uses langdefs.py to create language list forcreate-weblinks-itexi.py (issue 4951047)

2011-09-03 Thread Graham Percival
On Sat, Sep 03, 2011 at 10:36:28AM +0100, Phil Holmes wrote: > >Phil, why did you push this patch without implementing this, or at least > >responding to Jan to say why you thought it was a bad idea? I think > > Please see my previous email to you directly. ah, sorry. I don't use percival.music

Re: Uses langdefs.py to create language list forcreate-weblinks-itexi.py (issue 4951047)

2011-09-03 Thread Phil Holmes
- Original Message - From: To: ; Cc: ; Sent: Saturday, September 03, 2011 10:28 AM Subject: Re: Uses langdefs.py to create language list forcreate-weblinks-itexi.py (issue 4951047) On 2011/09/02 06:25:59, jan.nieuwenhuizen wrote: If that works, then why not have +import langde

Re: Uses langdefs.py to create language list for create-weblinks-itexi.py (issue 4951047)

2011-09-03 Thread percival . music . ca
On 2011/09/02 06:25:59, jan.nieuwenhuizen wrote: If that works, then why not have +import langdefs +langs = [i.code if i.code != 'en' else '' for i in langdefs.LANGUAGES] I agree. Phil, why did you push this patch without implementing this, or at least responding to Jan to say why you thoug

Re: Contexts & properties dump suggestion

2011-09-03 Thread Marc Hohl
Am 02.09.2011 18:43, schrieb Mark D. Blackwell: For LilyPond newbies, figuring out the proper LilyPond syntax to set any property, in all the various possible places (both named contexts and context types) seems to take effort, though it is doable. (Maybe my projects are unusual. BTW, this isn't

Re: Fixed space after time- key-signatures (issue 4964059)

2011-09-03 Thread tdanielsmusic
LGTM, thanks Keith. Trevor http://codereview.appspot.com/4964059/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Fixed space after time- key-signatures (issue 4964059)

2011-09-03 Thread Trevor Daniels
passes Make but I get a lot of (probably expected) reg test differences. Attached the most significant shifts here These changes are all expected consequences of the patch. All are improvements, although the grace note in lyric-hyphen-grace.ly seems closer to the time signature than normal n