From 592884fac76d9a490f5978e0cfb9c97d69287920 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 23 Nov 2006 19:18:26 +0100 Subject: [PATCH] typo --- scm/define-markup-commands.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2