bug-lilypond
[Top][All Lists]
Advanced

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

Issue 428 in lilypond: collision avoidance fails sometimes with simultan


From: codesite-noreply
Subject: Issue 428 in lilypond: collision avoidance fails sometimes with simultaneous voices
Date: Mon, 27 Aug 2007 02:15:43 -0700

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




reply via email to

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