From: hanwen Date: Wed, 3 Mar 2004 00:50:20 +0000 (+0000) Subject: (stack-stencil-line): robustness. X-Git-Tag: release/2.1.36~198 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9f8aa214f0830bc530c58d880b967b717fba8960;p=lilypond.git (stack-stencil-line): robustness. --- diff --git a/scm/new-markup.scm b/scm/new-markup.scm index ea9c880e85..1f440c889e 100644 --- a/scm/new-markup.scm +++ b/scm/new-markup.scm @@ -386,7 +386,7 @@ Also set markup-signature and markup-keyword object properties." (ly:stencil-add head (ly:stencil-translate-axis tail xoff X))) (car stencils)) - '())) + (ly:make-stencil '() '(0 . 0) '(0 . 0))))