Re: [PATCH] Implement new handling for margin settings

2009-09-07 Thread Joe Neeman
On Wed, 2009-09-02 at 09:34 +0200, Michael Käppler wrote: > Hi Neil, > > 1. Setting system-count = 1 causes a segfault (try running the file > > Documentation/general/examples/granados.ly) > > > I've checked out a fresh master and it seems that it also crashes > without my patches. Can you repr

Re: [PATCH] Implement new handling for margin settings

2009-09-05 Thread Michael Käppler
Hi all, here's the new version which includes all fixes but for the "system-count=#1" issue, on which Joe can take a look on I hope. http://codereview.appspot.com/109051/ Cheers, Michael ___ lilypond-devel mailing list lilypond-devel@gnu.org http:

Re: [PATCH] Implement new handling for margin settings

2009-09-02 Thread Joe Neeman
On Wed, 2009-09-02 at 09:34 +0200, Michael Käppler wrote: > Hi Neil, > > 1. Setting system-count = 1 causes a segfault (try running the file > > Documentation/general/examples/granados.ly) > > > I've checked out a fresh master and it seems that it also crashes > without my patches. Can you repr

Re: [PATCH] Implement new handling for margin settings

2009-09-02 Thread Mats Bengtsson
Right! It gives a SIGSEGV. I got the impression from some previous email that this problem with system-count=1 had been fixed. /Mats Michael Käppler wrote: Mats Bengtsson wrote: I can process Documentation/general/examples/granados.ly without crashes, using latest GIT version of today. Me

Re: [PATCH] Implement new handling for margin settings

2009-09-02 Thread Michael Käppler
Mats Bengtsson wrote: I can process Documentation/general/examples/granados.ly without crashes, using latest GIT version of today. Me too, but test the following snippet: \version "2.13.4" \layout { system-count = #1 } \repeat unfold 20 { c d e f } Regards, Michael ___

Re: [PATCH] Implement new handling for margin settings

2009-09-02 Thread Mats Bengtsson
I can process Documentation/general/examples/granados.ly without crashes, using latest GIT version of today. /Mats Michael Käppler wrote: Hi Neil, 1. Setting system-count = 1 causes a segfault (try running the file Documentation/general/examples/granados.ly) I've checked out a fresh ma

Re: [PATCH] Implement new handling for margin settings

2009-09-02 Thread Michael Käppler
Hi Neil, 1. Setting system-count = 1 causes a segfault (try running the file Documentation/general/examples/granados.ly) I've checked out a fresh master and it seems that it also crashes without my patches. Can you reproduce this? The problem occurs after page-breaking.cc:525 I think. There

Re: [PATCH] Implement new handling for margin settings

2009-08-20 Thread Neil Puttock
2009/8/20 Michael Käppler : > 1. Can someone run the regression test suite for me? Sure, see the attached results. The only issue is the number of `systems run off the page' warnings, which appear to be associated with tests using A6 paper size. However, there are two problems which only show u

Re: [PATCH] Implement new handling for margin settings

2009-08-20 Thread Marc Hohl
Michael Käppler schrieb: More in a few hours. I won't be able to check my mail during the next week so don't expect me to reply until then. Anyway, I want to ask you some things before I leave. 1. Can someone run the regression test suite for me? I ask because I've never done this and my c

Re: [PATCH] Implement new handling for margin settings

2009-08-20 Thread Michael Käppler
More in a few hours. I won't be able to check my mail during the next week so don't expect me to reply until then. Anyway, I want to ask you some things before I leave. 1. Can someone run the regression test suite for me? I ask because I've never done this and my computer is extremely slow,

[PATCH] Implement new handling for margin settings

2009-08-20 Thread Michael Käppler
Hi all, it took me quite a while but here is a new approach for review: http://codereview.appspot.com/109051 More in a few hours. Cheers, Michael ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-de