bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 884 in lilypond: pageBreak resets page-count property


From: lilypond
Subject: Re: Issue 884 in lilypond: pageBreak resets page-count property
Date: Mon, 27 Dec 2010 04:06:25 +0000

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" "?" }
}





reply via email to

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