lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5541 setting


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5541 setting direction of instrumentName makes lilypond crash
Date: Wed, 07 Aug 2019 10:58:57 -0000

Rietveld issue: 556950043 (https://codereview.appspot.com/556950043)
Issue description:
Issue 5541: treat CENTER in Side_position_interface::aligned_side
Previously this led to an assertion failure (and obscure behavior
when assertions were disabled). This currently warns while doing a
reasonable replacement: it is conceivable that the replacement is
useful enough on its own, making it debatable whether a warning is
wanted.


[issues:#5541] setting direction of instrumentName makes lilypond crash

Status: Started
Created: Wed Jul 24, 2019 05:08 AM UTC by Werner LEMBERG
Last Updated: Wed Aug 07, 2019 10:56 AM UTC
Owner: David Kastrup

[git 49f41bf1c64ae1e2490571e73a85cbc4b2a9fb27]

This small example

\new Staff \with {
  \override InstrumentName.direction = 0
  instrumentName = "foo"
} { e'1 }

makes lilypond crash with

lilypond: ../flower/include/drul-array.hh:35:
 T& Drul_array<T>::at(Direction) [with T = Skyline]:
  Assertion `d == 1 || d == -1' failed.

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]