]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix typo in grob property description (# missing on CENTER)
authorReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 25 May 2008 21:48:51 +0000 (23:48 +0200)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Sun, 25 May 2008 21:48:51 +0000 (23:48 +0200)
scm/define-grob-properties.scm

index bb2f289e905bfb09478d39c3de27e2198b174667..c8d603e4302cabe6fdcb539541bc3c354ade8a72 100644 (file)
@@ -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}.")