Re: min-systems-per-page causes LilyPond to hang 2.20

2020-10-23 Thread Jean Abou Samra
he file is hand-written and often chopping it down will reveal some typo or syntax combination which triggers the crash. In this case the same bits of syntax have been generated in thousands of files without trouble except for the introduction of min-systems-per-page  = 2 which is a new feature in D

Re: min-systems-per-page causes LilyPond to hang 2.20

2020-10-23 Thread Richard Shann
On Fri, 2020-10-23 at 10:17 +0200, Jean Abou Samra wrote: > Le 21/10/2020 à 17:58, Jean Abou Samra a écrit : > > Le 21/10/2020 à 17:37, Richard Shann a écrit : > > > > > I've noticed that having > > > > > > min-systems-per-page  = 2 > > >

Re: min-systems-per-page causes LilyPond to hang 2.20

2020-10-23 Thread Jean Abou Samra
Le 21/10/2020 à 17:58, Jean Abou Samra a écrit : Le 21/10/2020 à 17:37, Richard Shann a écrit : I've noticed that having min-systems-per-page  = 2 can in some circumstances cause LilyPond to hang. The attached non-minimal file exhibits this behavior: Starting lilypond 2

Re: min-systems-per-page causes LilyPond to hang 2.20

2020-10-21 Thread Jean Abou Samra
Le 21/10/2020 à 17:37, Richard Shann a écrit : I've noticed that having min-systems-per-page  = 2 can in some circumstances cause LilyPond to hang. The attached non-minimal file exhibits this behavior: Starting lilypond 2.20.0 [NonTypesettablePart.ly]... Processing `/tmp/fresco

min-systems-per-page causes LilyPond to hang 2.20

2020-10-21 Thread Richard Shann
I've noticed that having min-systems-per-page  = 2 can in some circumstances cause LilyPond to hang. The attached non-minimal file exhibits this behavior: Starting lilypond 2.20.0 [NonTypesettablePart.ly]... Processing `/tmp/frescobaldi- hm6j987d/tmpvp8zypvl/NonTypesettablePart.ly

Re: systems-per-page and blank-page-penalty

2015-02-10 Thread James Lowe
On 09/02/15 22:40, Werner LEMBERG wrote: Maybe I'm being a bit hasty but https://code.google.com/p/lilypond/issues/detail?id=4285 Thanks. It perhaps makes sense to add the PDF file also... Werner Done. ___ lilypond-devel mailing list l

Re: systems-per-page and blank-page-penalty

2015-02-09 Thread Werner LEMBERG
> Maybe I'm being a bit hasty but > > https://code.google.com/p/lilypond/issues/detail?id=4285 Thanks. It perhaps makes sense to add the PDF file also... Werner ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman

Re: systems-per-page and blank-page-penalty

2015-02-09 Thread James Lowe
On 09/02/15 10:19, Werner LEMBERG wrote: > consider the following snippet. > > #(set-default-paper-size "a6") > > \paper { systems-per-page = 6 blank-page-penalty = 1000 > > #(define page-breaking ly:page-turn-breaking) > > copyright = "" footer

systems-per-page and blank-page-penalty

2015-02-09 Thread Werner LEMBERG
Folks, consider the following snippet. #(set-default-paper-size "a6") \paper { systems-per-page = 6 blank-page-penalty = 1000 #(define page-breaking ly:page-turn-breaking) copyright = "" footer = "" tagline = "" } m =

Re: systems-per-page and page-count do not work together

2010-12-30 Thread Joe Neeman
On Fri, Dec 31, 2010 at 2:38 AM, Reinhold Kainhofer wrote: > Am Donnerstag, 30. Dezember 2010, um 20:35:57 schrieb Reinhold Kainhofer: > > It seems that if you specify both systems-per-page and page-count, then > > lilypond will disregard page-count. Instead of stretching the not

systems-per-page and page-count do not work together

2010-12-30 Thread Reinhold Kainhofer
It seems that if you specify both systems-per-page and page-count, then lilypond will disregard page-count. Instead of stretching the notes, it will simply use less pages than desired and cram the notes together. Minimal example attached. Lilypond will always use 2 pages (with 3 systems each

Re: systems-per-page

2009-03-23 Thread Han-Wen Nienhuys
LGTM I tried to look through the patch, but the page breaker has become so much your domain that I cannot say anything useful regarding this patch. On Fri, Mar 13, 2009 at 6:22 PM, Joe Neeman wrote: > I have a (largish, sorry) code review up for new min-systems-per-page, max- > systems-pe

systems-per-page

2009-03-13 Thread Joe Neeman
I have a (largish, sorry) code review up for new min-systems-per-page, max- systems-per-page and systems-per-page variables in the paper block: http://codereview.appspot.com/28041 Also, the code is in the dev/jneeman git branch, if anyone wants to test. Joe