]> git.donarmstrong.com Git - lilypond.git/commitdiff
typo
authorWerner Lemberg <wl@gnu.org>
Thu, 23 Nov 2006 18:18:26 +0000 (19:18 +0100)
committerWerner Lemberg <wl@gnu.org>
Thu, 23 Nov 2006 18:18:26 +0000 (19:18 +0100)
scm/define-markup-commands.scm

index 71407e60cd31f2645f379f44d55d01cbefeb86be..567486bb15a05e4b7b9b9ba4c792a22c7cc1a297 100644 (file)
@@ -577,7 +577,7 @@ line-width, where X is the number of staff spaces."
       (ly:make-stencil '()  '(1 . -1) '(1 . -1)))))
 
 (define-markup-command (justify-field layout props symbol) (symbol?)
--   (let* ((m (chain-assoc-get symbol props)))
+   (let* ((m (chain-assoc-get symbol props)))
      (if (string? m)
       (interpret-markup layout props
        (list justify-string-markup m))