From 0f7ca7a3c85e7d7b293fb9d5d38c677e45869bd4 Mon Sep 17 00:00:00 2001 From: gpercival Date: Sat, 8 Apr 2006 22:42:45 +0000 Subject: [PATCH] Minor updates to internals documentation --- ChangeLog | 6 ++++++ scm/define-context-properties.scm | 9 ++++----- scm/define-grob-properties.scm | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 64aae1bd7a..e0c7f415e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-04-08 Graham Percival + + * scm/define-grob-properties.scm: clarify docs for #'direction. + + * scm/define-context-properties.scm: update old \property override. + 2006-04-07 Han-Wen Nienhuys * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects. diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 5a86c38dd9..99206f7869 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -414,12 +414,11 @@ Normally a tuplet bracket is as wide as the property, you can make brackets last shorter. Example @example -@@lilypond[verbatim,fragment] -context Voice \\times 2/3 @{ - property Voice.tupletSpannerDuration = #(ly:make-moment 1 4) - c-[8 c c-] c-[ c c-] +@{ +\\times 2/3 @{ +\\set tupletSpannerDuration = #(ly:make-moment 1 4) +\times 2/3 { c8 c c c c c } @} -@@end lilypond @end example .") diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index e1222cbdfe..c847606d7d 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -143,7 +143,7 @@ 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? (UP=1, DOWN=-1, LEFT=-1, RIGHT=1)") (dot-color ,symbol? "Color of dots. Options include @code{black} and @code{white}.") (dot-radius ,number? "Radius of dots.") -- 2.39.5