From 2e39c4aca8024c4356f2e6eca7eab47d6c8711eb Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Mon, 10 Apr 2006 03:46:45 +0000 Subject: [PATCH] Clarified direction, and updated old \property stuff. --- ChangeLog | 5 +++++ scm/define-context-properties.scm | 8 +++++--- scm/define-grob-properties.scm | 3 ++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b164dbbe32..7bf3c1eae4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,11 @@ music-glossary, programming-interface: more minor fixes from mailist. + * scm/define-grob-properties.scm: clarified direction, thanks Mats! + + * scm/define-context-properties.scm: another old \property update. + This time tested for compiling! + 2006-04-10 Erlend Aasland * mf/GNUmakefile: fix for mftrace version >= 1.2.0 diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 08f0110d2c..17a0577ebd 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -343,9 +343,11 @@ with other voices is preserved. @example -@@lilypond[fragment,verbatim,center] -r1 r1*3 R1*3 \\\\property Score.skipBars= ##t r1*3 R1*3 -@@end lilypond +@{ +r1 r1*3 R1*3 +\\set Score.skipBars= ##t +r1*3 R1*3 +@} @end example ") (skipTypesetting ,boolean? diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index c847606d7d..e48fb1d8a1 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? (UP=1, DOWN=-1, LEFT=-1, RIGHT=1)") + (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