Updates:
Labels: -Priority-Low Priority-High
Comment #1 on issue 1630 by philehol...@googlemail.com: Completion heads
engraver produces duplicate ties
http://code.google.com/p/lilypond/issues/detail?id=1630
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
< b'~ e'~ g'~ > 1 < b' e' g' > 2
}
Attachments:
DuplicateTies.png 9.7 KB
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond