Status: Accepted
Owner: ----
CC: [email protected]
Labels: Type-Defect
New issue 3330 by [email protected]: bracketify-stencil moves grob's
refpoint
http://code.google.com/p/lilypond/issues/detail?id=3330
using bracketify-stencil (and probably also parenthesize-stencil) results
in a new stencil that has its refpoint moved. This results in wrong
placement:
{
\override Staff.TimeSignature #'stencil = #(lambda (grob)
(bracketify-stencil (ly:time-signature::print grob) X 0.3 0.5 2))
\time 2/4 c'2
}
see attached - the refpoint is at the bottom of new stencil, and the extent
is something like (0 . 6). Insteaad, the refpoint should stay where it was
(in the middle of timesig vertically), and the extent should be sth. like
(-3 . 3).
Attachments:
bracketify.png 2.8 KB
--
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