From: Carl Sorensen Date: Tue, 7 Apr 2009 02:42:11 +0000 (-0600) Subject: Move 'details from an internal to a user property -- Patrick McCarty X-Git-Tag: release/2.13.1-1~56^2~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=44a82dd3c32d2fcc3840df7984ce633f14ba5ae6;p=lilypond.git Move 'details from an internal to a user property -- Patrick McCarty --- diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 7e27607836..c7dd36b6a2 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -178,6 +178,10 @@ this should list the control points of a third-order B@'ezier curve.") whitespace. If negative, no line is drawn at all.") (default-direction ,ly:dir? "Direction determined by note head positions.") + (details ,list? "Alist of parameters for detailed grob behavior. +More information on the allowed parameters for a grob can be found by +looking at the top of the Internals Reference page for each interface +having a @code{details} property.") (digit-names ,vector "Names for string finger digits.") (direction ,ly:dir? "If @code{side-axis} is @code{0} (or @code{#X}), then this property determines whether the object is placed @@ -938,15 +942,8 @@ chord changes.") (cause ,scheme? "Any kind of causation objects (i.e., music, or perhaps translator) that was the cause for this grob.") - (delta-position ,number? "The vertical position difference.") - (details ,list? "Alist of parameters for detailed grob behavior. - -More information on the allowed parameters can be found by inspecting -@file{lily/slur-scoring.cc}, @file{lily/beam-quanting.cc}, and -@file{lily/tie-formatting-problem.cc}. Setting @code{debug-tie-scoring}, -@code{debug-beam-scoring} or @code{debug-slur-scoring} also provides -useful clues.") + (delta-position ,number? "The vertical position difference.") (font ,ly:font-metric? "A cached font metric object.") (head-width ,ly:dimension? "The width of this ligature head.")