]> git.donarmstrong.com Git - lilypond.git/commitdiff
Markup, page-ref: do not backspace; issue 3334
authorKeith OHara <k-ohara5a5a@oco.net>
Fri, 26 Apr 2013 04:38:22 +0000 (21:38 -0700)
committerKeith OHara <k-ohara5a5a@oco.net>
Sat, 11 May 2013 01:16:29 +0000 (18:16 -0700)
commat 91232838287df64a45d08eb9d826b8e9b6343eb1 had changed
the meaning of \concat, but \concat was not needed here

scm/define-markup-commands.scm

index ff977b2bfbb3262c28ab427d972929e200fc9ff7..96236f176952a3140af0d6d8847d87ddbe9f0921 100755 (executable)
@@ -4080,7 +4080,7 @@ when @var{label} is not found."
                       (gap (- (interval-length x-ext)
                               (interval-length (ly:stencil-extent page-stencil X)))))
                  (interpret-markup layout props
-                                   (markup #:concat (#:hspace gap page-markup)))))))
+                                   (markup #:hspace gap page-markup))))))
      x-ext
      y-ext)))