From: Reinhold Kainhofer Date: Sun, 25 May 2008 21:48:51 +0000 (+0200) Subject: Fix typo in grob property description (# missing on CENTER) X-Git-Tag: release/2.11.47-1~5^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=abad9fccada00cd848f7f6dbf3d7dca9fd9bd8b5;p=lilypond.git Fix typo in grob property description (# missing on CENTER) --- diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index bb2f289e90..c8d603e430 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -168,7 +168,7 @@ positions.") other object. Otherwise, it determines whether the object is placed @code{#UP}, @code{#CENTER} or @code{#DOWN}. Numerical values may also be used: @code{#UP}=@code{1}, @code{#DOWN}=@code{-1}, -@code{#LEFT}=@code{-1}, @code{#RIGHT}=@code{1}, @code{CENTER}=@code{0} +@code{#LEFT}=@code{-1}, @code{#RIGHT}=@code{1}, @code{#CENTER}=@code{0} but also other numerical values are permitted.") (dot-color ,symbol? "Color of dots. Options include @code{black} and @code{white}.")