lilypond-auto
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5655 general-


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: Sun, 12 Jan 2020 09:09:05 -0000


[issues:#5655] general-column entirely drops empty stencils

Status: Started
Created: Wed Jan 08, 2020 11:25 PM UTC by Thomas Morley
Last Updated: Sun Jan 12, 2020 09:06 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]