From: Keith OHara <k-ohara5a5a@oco.net> Date: Fri, 26 Apr 2013 04:38:22 +0000 (-0700) Subject: Markup, page-ref: do not backspace; issue 3334 X-Git-Tag: release/2.17.18-1~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ddfc0623f73d1c2fecba5768e1c8ba241f9f5fe1;p=lilypond.git Markup, page-ref: do not backspace; issue 3334 commat 91232838287df64a45d08eb9d826b8e9b6343eb1 had changed the meaning of \concat, but \concat was not needed here --- diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index ff977b2bfb..96236f1769 100755 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -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)))