Updates:
        Owner: [email protected]

Comment #1 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

Here's an example of usage:

\version "2.19.18"

%% To write to a file:
%#(set-current-output-port (open-output-file "pointers.txt"))

% Note: the example uses 'after-line-breaking, but you can use the function
% within callbacks for other properties.

{
  \override Dots.after-line-breaking = #grob::display-objects
  \override NoteHead.after-line-breaking = #grob::display-objects
  \override NoteColumn.after-line-breaking = #grob::display-objects
\override Score.VerticalAxisGroup.after-line-breaking = #grob::display-objects
  cis4.
}

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