Comment #3 on issue 2794 by [email protected]: Bookparts have lost their page numbers
http://code.google.com/p/lilypond/issues/detail?id=2794

any idea?
Um, in the description for his patch for issue 2241, Reinhold made clear that he was also removing the headers (where the page number goes) on the first page of each book-part.

So it was intentional, but the question is whether we want it. So far no-one has complained missing page numbers in their own scores, we just noticed a change in the regression tests.

Well, I'll complain; I prefer having page numbers at the start of each book part. I propose in 'titling-init.ly' to change "print-page-number-check-first" back to
#(define (print-page-number-check-first layout props arg)
  (if (or (not (book-first-page? layout props))
          (eq? (ly:output-def-lookup layout 'print-first-page-number) #t))
   (create-page-number-stencil layout props arg)
   empty-stencil))
which change also serves as a workaround in case anyone needs it now.


Reply via email to