Issue 458: handling ties from different voices
http://code.google.com/p/lilypond/issues/detail?id=458

New issue report by lemzwerg:
\version "2.11.31"

\header { texidoc = "
Ties from different voices must be handled by LilyPond on the
staff level to avoid clashes with notes.

Moving the tie engraver from the Voice to the Staff context doesn't
work (some ties are getting doubled); additionally, it would be a
tremendous hassle to be forced to do that.
" }

\relative c'' {
  << { <c_~ g'~>1      | \oneVoice <c_~ g'~>1 | <c g'>1 } \\
     { d16 e8. ~ e2. ~ | \oneVoice e1_~       | e1      } >>
}

\paper {
  ragged-right = ##t
}

% EOF


Attachments:
        tie-multiple-voices.png  13.0 KB 


Issue attributes:
        Status: Accepted
        Owner: lemzwerg
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to