Status: Accepted
Owner: v.villenave
Labels: Type-Collision Priority-Medium

New issue 821 by v.villenave: arpeggios may collide with barlines in a PianoStaff with multiple voices
http://code.google.com/p/lilypond/issues/detail?id=821

% When there are multiple voices on one staff of a PianoStaff with
% connectArpeggios, the arpeggio may collide with the barline.

\version "2.13.3"

\new PianoStaff <<
       \new Staff {
               \set PianoStaff.connectArpeggios = ##t
               R1
               << { a'1 \arpeggio } \\ { f'2\arpeggio e' } >>
       }

     %% The bug still happens when this staff is removed
       \new Staff {
               R1
               d'\arpeggio
       }



Attachments:
        arpeggio-collision.png  9.7 KB

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

Reply via email to