Hello,

This patch moves the 'details property from the internal to the user
grob property list.

Occasionally, someone recommends tweaking a subproperty of 'details,
so it is helpful to see the default settings documented in the
Internals Reference.

Can someone apply?


Thanks,
Patrick
>From 27dca7f299aac2f0894c05dc7adcb1647b685d1e Mon Sep 17 00:00:00 2001
From: Patrick McCarty <pnor...@gmail.com>
Date: Thu, 2 Apr 2009 15:01:15 -0700
Subject: [PATCH] Docs: IR: Move 'details to user grob property list

Signed-off-by: Patrick McCarty <pnor...@gmail.com>
---
 scm/define-grob-properties.scm |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm
index 7e27607..f1ad5ff 100644
--- a/scm/define-grob-properties.scm
+++ b/scm/define-grob-properties.scm
@@ -178,6 +178,13 @@ 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 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.")
      (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
@@ -939,14 +946,6 @@ 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.")
-
      (font ,ly:font-metric? "A cached font metric object.")
 
      (head-width ,ly:dimension? "The width of this ligature head.")
-- 
1.6.2.1

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to