bug-lilypond
[Top][All Lists]
Advanced

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

Re: Completion_heads_engraver error


From: Graham Percival
Subject: Re: Completion_heads_engraver error
Date: Wed, 07 Mar 2007 16:10:42 -0800
User-agent: Thunderbird 1.5.0.10 (Macintosh/20070221)

Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=330

Note that with 2.10.20, there is no segfault. However, there is a lot of missing output, so there is still a bug. In the future, please test with a recent version of lilypond.

Cheers,
- Graham

Dan Holding wrote:
The Completion_heads_engraver seems to cause lilypond to hang when cadenzas are
used. In the example below lilypond hangs in the Interpreting music section.

Using Debian sid, lilypond 2.8.7

\version "2.8.7"
\layout { ragged-right = ##t }

{
  \time 3/4
  \cadenzaOn
  c2 d e f g a
  \cadenzaOff
  c d e f g a
}
\layout {
 \context {
   \Voice
   \consists "Completion_heads_engraver"
   \remove "Note_heads_engraver"
 }
}



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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