Re: Issue 1630 in lilypond: Completion heads engraver produces duplicate ties

2011-04-27 Thread ornello
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

Completion_heads_engraver and tied chords

2010-10-25 Thread ornello
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:/

Re: Completion_heads_engraver bug

2010-08-09 Thread ornello
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

Completion_heads_engraver bug

2010-08-06 Thread ornello
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" } } {