bug-lilypond
[Top][All Lists]
Advanced

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

Issue 341 in project lilypond


From: codesite-noreply
Subject: Issue 341 in project lilypond
Date: Wed, 28 Mar 2007 18:05:48 -0700

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




reply via email to

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