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: Thu, 01 May 2008 22:52:18 -0700

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

Comment #3 by lemzwerg:
I generally prefer solutions which don't need tweaks. Sometimes, I agree, using \tweak is an acceptable workaround, but in this case I have the feeling a general
solution is better.

Normally, such situations are limited to a few bars and precisely defined; I could
imagine to provide a solution similar to \change, say,

 <<
   \new Voice = "foo" {
     ...
   } \\
   \new Voice = "bar" {
     ...
     \tieAlign = "foo"
     ...
   }
 >>

Is something like this easy to implement? Perhaps a \slurAlign would be useful too
for complicated piano music.




--
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]