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
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond