]> git.donarmstrong.com Git - lilypond.git/commitdiff
typo. @code{\raise} => @code{\\raise}
authorGraham Percival <graham@percival-music.ca>
Thu, 22 Dec 2005 23:12:38 +0000 (23:12 +0000)
committerGraham Percival <graham@percival-music.ca>
Thu, 22 Dec 2005 23:12:38 +0000 (23:12 +0000)
ChangeLog
scm/define-markup-commands.scm

index d2211f32f7ae5a42467effc711ca7df04f8d5f87..53b079f909c652a9c8f1e0a93c259d2b0beeae19 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 4e8e408db0117780c7554960dd8ff0def84c69a2..a5d9a37d9c18548839b444c1f451e61b17ad5f05 100644 (file)
@@ -1144,7 +1144,7 @@ a shortened down stem."
 (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))