From: gpercival <gpercival>
Date: Mon, 10 Apr 2006 04:01:50 +0000 (+0000)
Subject: Backport updated direction docs.
X-Git-Tag: release/2.8.2~15
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=85bae958248ea94ebd0afe0317f564e8268f4dae;p=lilypond.git

Backport updated direction docs.
---

diff --git a/ChangeLog b/ChangeLog
index 243da05448..5f5e18d059 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
 	* scm/define-context-properties.scm: backport fix for
 	old \property stuff.
 
+	* scm/define-grob-properties.scm: backport updated direction docs.
+
 2006-04-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
 	* scripts/lilypond-book.py
diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm
index bc4afc84d4..7e69fdd360 100644
--- a/scm/define-grob-properties.scm
+++ b/scm/define-grob-properties.scm
@@ -143,7 +143,8 @@ dash-period. Should be between 0.0 (no line) and 1.0 (continuous
 line).")
      
      (default-direction ,ly:dir? "Direction determined by note head positions.")
-     (direction ,ly:dir? "Up or down, left or right?")
+     (direction ,ly:dir? "#UP or #DOWN, #LEFT or #RIGHT?  (or a numerical value, #UP=1, #DOWN=-1, #LEFT=-1, #RIGHT=1, CENTER=0)")
+
      (dot-color ,symbol? "Color of dots.  Options include 
 @code{black} and @code{white}.")
      (dot-radius ,number? "Radius of dots.")