Re: Prevents lilypond from segfaulting with add-footer = ##f (issue4832046)

2011-08-09 Thread mtsolo
On 2011/08/02 21:45:52, Neil Puttock wrote: http://codereview.appspot.com/4832046/diff/2001/lily/page-layout-problem.cc File lily/page-layout-problem.cc (right): http://codereview.appspot.com/4832046/diff/2001/lily/page-layout-problem.cc#newcode282 lily/page-layout-problem.cc:282: warning

Re: Prevents lilypond from segfaulting with add-footer = ##f (issue4832046)

2011-08-09 Thread n . puttock
On 2011/08/09 06:47:11, MikeSol wrote: Fix pushed as 435b36a3e6576cebf794d815ae7cc78b652180f9. The warning message still needs tweaking: warning (_ (must have a footer to add footnotes)) http://codereview.appspot.com/4832046/ ___ lilypond-devel

Re: Prevents lilypond from segfaulting with add-footer = ##f (issue4832046)

2011-08-02 Thread pkx166h
Passes make and reg tests http://codereview.appspot.com/4832046/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Prevents lilypond from segfaulting with add-footer = ##f (issue4832046)

2011-08-02 Thread n . puttock
http://codereview.appspot.com/4832046/diff/2001/lily/page-layout-problem.cc File lily/page-layout-problem.cc (right): http://codereview.appspot.com/4832046/diff/2001/lily/page-layout-problem.cc#newcode282 lily/page-layout-problem.cc:282: warning (Must have a footer to add footnotes.); (_ (must

Prevents lilypond from segfaulting with add-footer = ##f (issue4832046)

2011-08-01 Thread mtsolo
Reviewers: , Message: Fixes Issue 1796. Cheers, MS Description: Prevents lilypond from segfaulting with add-footer = ##f Please review this at http://codereview.appspot.com/4832046/ Affected files: M lily/page-breaking.cc M lily/page-layout-problem.cc Index: lily/page-breaking.cc diff