Updates:
        Summary: page label inside music does not always have space reserved
        Status: Accepted
        Owner: ---
        Labels: -Regression -Fixed_2_17_18 Type-Ugly

Comment #14 on issue 3337 by [email protected]: page label inside music does not always have space reserved
http://code.google.com/p/lilypond/issues/detail?id=3337

There is a remaining problem so closely related to this that I would like to keep the history together.

If a page-ref lies within a more complicated markup that is placed around music, the skylines around the markup have a gap at the page-ref. Musical notation could possibly overlap the page-number. Issue 3255 has a suggestion to solve this by using the placeholder extent to generate a \with-dimensions tag in the markup.

#(ly:set-option 'debug-skylines )
{ \label #'marker
  c'1 ^\markup { Page \page-ref #'marker "8" "?" is referenced here.} }

--
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

Reply via email to