]> git.donarmstrong.com Git - lilypond.git/commitdiff
scm/define-markup-commands.scm: remove some unnecessary lookups
authorDavid Kastrup <dak@gnu.org>
Mon, 23 Nov 2009 22:41:20 +0000 (22:41 +0000)
committerNeil Puttock <n.puttock@gmail.com>
Mon, 23 Nov 2009 22:41:20 +0000 (22:41 +0000)
scm/define-markup-commands.scm

index 449f3c7cdb6656ce66267e5d4811ed32b535fa2d..0910f81a4a839d0c2b3f0fba004ee321b7d75adf 100644 (file)
@@ -824,7 +824,6 @@ If there are no arguments, return an empty stencil.
               stencils))
         (text-width (apply + text-widths))
         (word-count (length stencils))
-        (prop-line-width (chain-assoc-get 'line-width props #f))
         (line-width (or line-width (ly:output-def-lookup layout 'line-width)))
         (fill-space
                (cond
@@ -3290,7 +3289,7 @@ where @var{X} is the number of staff spaces."
   ((baseline-skip))
   "Like @code{\\column}, but return a list of lines instead of a single markup.
 @code{baseline-skip} determines the space between each markup in @var{args}."
-  (space-lines (chain-assoc-get 'baseline-skip props)
+  (space-lines baseline-skip
               (interpret-markup-list layout props args)))
 
 (define-builtin-markup-list-command (override-lines layout props new-prop args)