bug-lilypond
[Top][All Lists]
Advanced

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

Completion_heads_engraver error


From: Dan Holding
Subject: Completion_heads_engraver error
Date: Tue, 6 Mar 2007 12:56:39 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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"
 }
}





reply via email to

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