]> git.donarmstrong.com Git - lilypond.git/commitdiff
(stack-stencil-line): robustness.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 3 Mar 2004 00:50:20 +0000 (00:50 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Wed, 3 Mar 2004 00:50:20 +0000 (00:50 +0000)
scm/new-markup.scm

index ea9c880e8567d447bcd3d112dcc3579a359216f2..1f440c889e9dbf6b9d58ba191bae3a5e831a2c98 100644 (file)
@@ -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))))