Here is another example that shows that the bug also produces wrong "visual
results" (see duplicated ties between first two chords):
\version "2.12.2"
\layout {
\context {
\Voice
\remove "Note_heads_engraver"
\consists "Completion_heads_engraver"
}
}
{
\numericTimeSignature \time 2/4
The following example produces 7 (!) instead of 3 ties.
Does anybody know a workaround for this?
\version "2.12.3"
\new Voice \with {
\remove "Note_heads_engraver"
\consists "Completion_heads_engraver"
} \relative c' {
~
}
--
View this message in context:
http:/
The 2.12.3 bugfix works fine! Thanks for your quick reply.
--
View this message in context:
http://old.nabble.com/Completion_heads_engraver-bug-tp29355962p29385881.html
Sent from the Gnu - Lilypond - Bugs mailing list archive at Nabble.com.
___
bug-l
When using the Completion_heads_engraver for a dotted breve note, Lilypond
gets stuck in infinite loop.
Source (Lilypond 2.12.2): duration.cc, lines 67-71
Lilypond example:
\version "2.12.2"
\layout {
\context {
\Voice
\remove "Note_heads_engraver"
\consists "Completion_heads_engraver"
}
}
{