From bb613f133af667f30f3c35e20516f2e901071a4f Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 3 Mar 2004 00:50:20 +0000 Subject: [PATCH] (stack-stencil-line): robustness. --- scm/new-markup.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))) -- 2.39.2