Comment #2 on issue 4328 by [email protected]: Patch: Add means to display objects accessible from a grob
https://code.google.com/p/lilypond/issues/detail?id=4328
Example of use within a callback:
{
\override Dots.color =
#(lambda (grob)
(grob::display-objects grob)
red)
}
--
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
