From: Han-Wen Nienhuys Date: Wed, 3 Mar 2004 00:50:20 +0000 (+0000) Subject: (stack-stencil-line): robustness. X-Git-Tag: release/2.1.29~17 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=bb613f133af667f30f3c35e20516f2e901071a4f;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))))