From: Werner Lemberg Date: Thu, 23 Nov 2006 18:18:26 +0000 (+0100) Subject: typo X-Git-Tag: release/2.11.0-1~27^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=592884fac76d9a490f5978e0cfb9c97d69287920;p=lilypond.git typo --- diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index 71407e60cd..567486bb15 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -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))