Originally created by: *anonymous
Originally created by: v.villenave
The following example is taken from the page-label.ly regtest.
Though the regtest doesn't show the bug, when compiled separately the mark goes out of the page.
:::TeX
\version "2.13.7"
%% This obviously doesn't do anything.
\layout {
\context {
\Score
\override NonMusicalPaperColumn #'keep-inside-line = ##t
}
}
%BEGIN REGTEST
#(set-default-paper-size "a6")
{
c'2 c' \mark \markup { A (page 3) }
\break
c' c'
}
How can this be fixed, and how can we make sure the regtest shows the bug?
Originally posted by: v.villenave
Looks like a known limitation to me. But IIRC keep-inside-line used to work for these
things, has the syntax changed or something?
BTW, here's the PNG.
Originally posted by: percival.music.ca@gmail.com
"Owner" now means "the person who will be fixing the issue". I don't think that
either of you are offering to do the programming.
New issues should have no owner, unless it's totally obvious who would be working on
it (such as Joe for spacing stuff).
Labels: -regtest
Owner: ---
Cc: -v.villenave
Originally posted by: n.putt...@gmail.com
I don't think this is a regression; I'm pretty sure 'keep-inside-line is documented
to work only with markup and lyrics.
Originally posted by: v.villenave
IIRC /you/ were the one who taught me how to use it for rehearsalmarks... :-)
http://lists.gnu.org/archive/html/lilypond-devel/2008-04/msg00324.html
Originally posted by: n.putt...@gmail.com
Ah, I've just read James's original report.
Since 2.13.7 (following improvements to the code for default margins), the left and
right margins in the regtest are smaller (they're automatically scaled in terms of
the default paper size), which means the centre of the rehearsal mark is closer to
the edge of the page.
Originally posted by: n.putt...@gmail.com
Heheh, you got me there. :)
Though as Nicolas pointed out, it's not very useful.
Looking at the code briefly, it seems to be deliberately restricted to
NonMusicalPaperColumn grobs in the middle of a line.
Originally posted by: n.putt...@gmail.com
(No comment was entered for this change.)
Labels: -Regression
Originally posted by: PhilEHol...@googlemail.com
Issue 1512 has been merged into this issue.
Related
Issues:
#1512See issues [#160], [#609] and [#637] for similar problems.
Related
Issues:
#160Issues: #609
Issues: #637
Diff: