[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lilypond-auto] Issue 3334 in lilypond: page-references are misaligned
From: |
lilypond |
Subject: |
[Lilypond-auto] Issue 3334 in lilypond: page-references are misaligned |
Date: |
Fri, 26 Apr 2013 04:58:14 +0000 |
Status: Started
Owner: address@hidden
Labels: Type-Ugly Regression Patch-new
New issue 3334 by address@hidden: 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
- [Lilypond-auto] Issue 3334 in lilypond: page-references are misaligned,
lilypond <=