lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4079 in lilypond: Adding Dynamic_align_engraver to


From: lilypond
Subject: [Lilypond-auto] Issue 4079 in lilypond: Adding Dynamic_align_engraver to voice context causes LilyPond to hang
Date: Tue, 26 Aug 2014 08:57:52 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 4079 by address@hidden: Adding Dynamic_align_engraver to voice context causes LilyPond to hang
https://code.google.com/p/lilypond/issues/detail?id=4079

\version "2.18.0"
\layout {
  \context {
    \Voice
    % Adding this engraver makes Lilypond take a really long time to
    % run--possibly until the end of time.  Even if it doesn't make
    % sense, the failure mode could be improved.
    \consists "Dynamic_align_engraver"
  }
}
\relative f'' { f-\f }

It appears that Lily is looping: its memory usage does not change.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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