Status: Started
Owner: [email protected]
Labels: Type-Ugly Regression Patch-new
New issue 3334 by [email protected]: page-references are misaligned
http://code.google.com/p/lilypond/issues/detail?id=3334
\label #'A
\markup\concat{
"I want a right-aligned 3-digit ["
\page-ref #'A "000" "?"
"] and a 1-digit ["
\page-ref #'A "1" "?" "] page-reference." }
The code for \page-ref uses \hspace to fill any gap if the space
allowance, "000", is larger than the actual page number. However, \hspace
tries to correct for the usual inter-word space, sometimes backspacing to
eat that space. Now that backspace works again (issue 732) \page-ref is
misaligned.
A few tests change, notably 'page-links.ly' and 'book-identifier-markup.ly'
but *only* when compiled separately, they show no problem in `make check`.
http://codereview.appspot.com/8639045
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings