Status: New
Owner: ----
Labels: Type-Enhancement Patch-new

New issue 3313 by [email protected]: Patch: Add the command \offset to LilyPond
http://code.google.com/p/lilypond/issues/detail?id=3313

Add the command \offset to LilyPond

The ability to offset default values of various properties would be a
useful enhancement of LilyPond.  Currently, this is possible for the
property 'control-points using the \shape command.  The following patch
seeks to generalize the application of offsets to grob properties.  Both
overrides and tweaks are supported, on the model of recent revisions to
\shape and \alterBroken.

Offsets are currently limited to three data types: number, number-pair,
and number-pair-list (the latter is defined by this patch and represents
the type used, for example, by 'control-points).  Offsets are limited to
immutable grob properties.  (These are listed in `scm/define-grobs.scm'.)
Offsets are reckoned against default values.  It is not possible to
accumulate offsets, nor to offset against a user-defined procedure.

http://codereview.appspot.com/8647044

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