lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lilypond-auto] Issue 4328 in lilypond: Patch: Add means to display


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4328 in lilypond: Patch: Add means to display objects accessible from a grob
Date: Tue, 24 Mar 2015 16:46:20 +0000

Updates:
        Owner: address@hidden

Comment #1 on issue 4328 by address@hidden: 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

[Prev in Thread] Current Thread [Next in Thread]