On 25/10/2010 16:53, ornello wrote:
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' {
<c e g> ~<c e g>
}
\new Voice \with {
\remove "Note_heads_engraver"
\consists "Completion_heads_engraver"
} \relative c' {
<c~ e~ g~> <c e g>
}
James
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond