Issue 428: collision avoidance fails sometimes with simultaneous voices
http://code.google.com/p/lilypond/issues/detail?id=428
New issue report by gpermus:
%{ Collision avoidance doesn't always work
when using simultaneous voices.
Simple workaround in case you want to provide articulations separate
from the music. Just put them in one and the same voice:
mymusic = { \tempo 4=100 g }
myarticulations = {s -0 }
\new Voice << \mymusic \myarticulations >>
%}
\version "2.11.30"
% needlessly shifted to the right
{ \tempo 4=100 << { g' } \\ { s -0 } >> }
% no collision avoiding
{ << { g } \\ { s -0} >> }
% works
{ \tempo 4=100 g -0 }
Attachments:
foo.png 10.0 KB
Issue attributes:
Status: Accepted
Owner: gpermus
Labels: Type-Collision Priority-Postponed
--
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
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond