lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5561 crash: A


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5561 crash: Assertion `scores.size () > 0' failed.
Date: Sun, 29 Sep 2019 09:03:50 -0000

Hm … is it really a bug that LilyPond cannot find a nice slur config if it has nothing to attach the slur to?

If you need an invisible attachment point, you can use point-stencil:

{
  \omit Stem
  \override NoteHead.no-ledgers = ##t
  \override NoteHead.stencil = #point-stencil

  b( b)
}

[issues:#5561] crash: Assertion `scores.size () > 0' failed.

Status: New
Created: Sat Sep 28, 2019 07:53 PM UTC by Werner LEMBERG
Last Updated: Sat Sep 28, 2019 07:53 PM UTC
Owner: nobody

[cf7be2a0d5093fb890083d09c1e320d8e06d3991]

This small input file

{
  \omit Stem
  \omit NoteHead

  b( b)
}

makes lilypond crash with

lilypond: slur-scoring.cc:767:
  std::vector<Slur_configuration*>
  Slur_score_state::enumerate_attachments(Drul_array<double>) const:
  Assertion `scores.size () > 0' 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]