lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 2794 in lilypond: Bookparts have lost their pa


From: lilypond
Subject: Re: [Lilypond-auto] Issue 2794 in lilypond: Bookparts have lost their page numbers
Date: Mon, 10 Dec 2012 04:45:30 +0000


Comment #3 on issue 2794 by address@hidden: 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

[Prev in Thread] Current Thread [Next in Thread]