Updates:
        Status: Accepted
        Labels: -Priority-Critical -fixed_2_13_25 Priority-High

Comment #19 on issue 884 by ColinPKCampbell: pageBreak resets page-count property
http://code.google.com/p/lilypond/issues/detail?id=884

I believe this was incorrectly marked "fixed"; the fix was to revert a proposed patch, but the original regression remains. The following code is from NR 3.2.3 Reference to page numbers. Under 2.12.3 it produces correct output, but under 2.13.44 (and ironically in the NR example!), the page number for Mark A is incorrectly set to 1.

\version "2.12.3" % Mark A is on page 2
%\version "2.13.44" % Mark A is on page 1

\header { tagline = ##f }
\book {
  \label #'firstScore
  \score {
    {
      c'1
      \pageBreak \mark A \label #'markA
      c'1
    }
  }

  \markup { The first score begins on page \page-ref #'firstScore "0" "?" }
  \markup { Mark A is on page \page-ref #'markA "0" "?" }
}



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to