+2005-12-22 Graham Percival <gpermus@gmail.com>
+
+ * scm/define-markup-commands.scm: typo. @code{\raise}
+ => @code{\\raise}.
+
2005-12-21 Heikki Junes <hjunes@cc.hut.fi>
* po/TODO: mention gtranslator along with kbabel.
(def-markup-command (lower layout props amount arg) (number? markup?)
"
Lower @var{arg}, by the distance @var{amount}.
-A negative @var{amount} indicates raising, see also @code{\raise}.
+A negative @var{amount} indicates raising, see also @code{\\raise}.
"
(ly:stencil-translate-axis (interpret-markup layout props arg)
(- amount) Y))