From 85bae958248ea94ebd0afe0317f564e8268f4dae Mon Sep 17 00:00:00 2001 From: gpercival Date: Mon, 10 Apr 2006 04:01:50 +0000 Subject: [PATCH] Backport updated direction docs. --- ChangeLog | 2 ++ scm/define-grob-properties.scm | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 * 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.") -- 2.39.5