Hi all,

Something has become buggy since version 2.12.3 and I don't know how to debug it:

-----8<----
\header { tagline = ##f }
\book {
  \label #'firstScore
  \score {
    {
      c'1
      \pageBreak
%     c' % page numbering OK when uncommented
      \mark A \label #'markA
      c'
    }
  }

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

used to print "Mark A is on page 2", but
it now prints "Mark A is on page 1" as soon as the \mark falls on the first measure of the new page.

Cheers,
Jean-Charles

_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to