|
From: | Auto mailings of changes to Lily Issues via Testlilyissues-auto |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5655 general-column entirely drops empty stencils |
Date: | Tue, 14 Jan 2020 20:06:24 -0000 |
Pushed to staging as:
commit a2bb24fed40e8add5f3cdbbc2d45b1caf4579052
Author: Thomas Morley address@hidden
Date: Thu Jan 9 01:55:22 2020 +0100
Issue 5655 general-column does not move empty stencils With issue 5331 general-column removed empty stencils. Better not to remove them, but simply return them unmoved, i.e. Don't apply ly:stencil-translate. This keeps them printed and still avoids the programming error Improbable offset for stencil: -inf staff space which was the reason for issue 5331
[issues:#5655] general-column entirely drops empty stencils
Status: Started
Created: Wed Jan 08, 2020 11:25 PM UTC by Thomas Morley
Last Updated: Tue Jan 14, 2020 09:48 AM UTC
Owner: Thomas Morley
With code
\version "2.19.83" \markup \center-column { foo \with-dimensions #empty-interval #empty-interval "bar" }
"bar" entirely disappears.
This was introduced in 2.19.82 with:
commit 06be909202d2ced6e651e4420bc8068eafae023e
Author: Thomas Morley address@hidden
Date: Sat May 26 23:45:55 2018 +0200
Issue 5331 Let general-column deal reliable with empty args Previously an args-list of empty-stencils issued a programming error: Improbable offset for stencil: -inf staff space This patch removes empty stencils from the args-list. If args-list is empty, an empty stencil is returned.
While the patch does what is described, this is not what we would want. Instead empty stencils which would bring some ink on the paper should be allowed doing so.
Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
_______________________________________________ Testlilyissues-auto mailing list address@hidden https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
[Prev in Thread] | Current Thread | [Next in Thread] |