bug-lilypond
[Top][All Lists]
Advanced

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

Issue 821 in lilypond: arpeggios may collide with barlines in a PianoSt


From: codesite-noreply
Subject: Issue 821 in lilypond: arpeggios may collide with barlines in a PianoStaff with multiple voices
Date: Fri, 24 Jul 2009 06:29:42 +0000

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




reply via email to

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