projects
/
lilypond.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62d1769
)
typo
author
Werner Lemberg
<wl@gnu.org>
Thu, 23 Nov 2006 18:18:26 +0000
(19:18 +0100)
committer
Werner Lemberg
<wl@gnu.org>
Thu, 23 Nov 2006 18:18:26 +0000
(19:18 +0100)
scm/define-markup-commands.scm
patch
|
blob
|
history
diff --git
a/scm/define-markup-commands.scm
b/scm/define-markup-commands.scm
index 71407e60cd31f2645f379f44d55d01cbefeb86be..567486bb15a05e4b7b9b9ba4c792a22c7cc1a297 100644
(file)
--- 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))