Issue 341: PianoStaff.connectedArpeggios removes staff lines
http://code.google.com/p/lilypond/issues/detail?id=341

New issue report by gpermus:
%  I'm not certain this is a real bug (see warning message), but
% IMO the staff lines shouldn't disappear even if this is invalid input.
%{
warning: vertical alignment called before line-breaking.
Only do cross-staff spanners with PianoStaff.
%}


\version "2.11.21"
\layout { ragged-right = ##t }

\new PianoStaff <<
 \set PianoStaff.connectArpeggios = ##t
 \new Staff \relative c'' {
   <<
     {
       c1\arpeggio
     }
     \\
     {
       g2\arpeggio a
     }
   >>
 }
>>

Attachments:
        foo.preview.png  1.1 KB 


Issue attributes:
        Status: Accepted
        Owner: gpermus
        Labels: Type-Defect Priority-Medium

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

Reply via email to