X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Flayout-page-layout.scm;h=d1c18ab57305419014decc701e3357f5d1ccf17f;hb=1c859650b6ff11a7dbe829328fd5cae3816b9231;hp=ffd6d632c4d2d8e4bdd4ba4536eb0652e6b9d6fd;hpb=0e5d83a9ceb4a143f83d22406d7eb816314ff9f7;p=lilypond.git diff --git a/scm/layout-page-layout.scm b/scm/layout-page-layout.scm index ffd6d632c4..d1c18ab573 100644 --- a/scm/layout-page-layout.scm +++ b/scm/layout-page-layout.scm @@ -128,15 +128,6 @@ (cdr spacing))))) page))) -(define (page-breaking-wrapper paper-book) - "Compute line and page breaks by calling the page-breaking paper variable, - then performs the post process function using the page-post-process paper - variable. Finally, return the pages." - (let* ((paper (ly:paper-book-paper paper-book)) - (pages ((ly:output-def-lookup paper 'page-breaking) paper-book))) - ((ly:output-def-lookup paper 'page-post-process) paper pages) - pages)) - (define (post-process-pages layout pages) "If the write-page-layout paper variable is true, dumps page breaks and tweaks."