bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue 458 in lilypond: handling ties from different voices


From: codesite-noreply
Subject: Issue 458 in lilypond: handling ties from different voices
Date: Sat, 08 Sep 2007 07:14:53 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]