bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 587 in lilypond: Segfault: \acciaccatura inside \times when u


From: Mats Bengtsson
Subject: Re: Issue 587 in lilypond: Segfault: \acciaccatura inside \times when using \new Staff
Date: Tue, 11 Mar 2008 11:01:15 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

For the record, a possible workaround until the bug has been fixed, is to
explicitly create a Voice context:
\new Staff \new Voice {
\relative c'' {
 \times 2/3 { \acciaccatura d8       c8 b c }
}
}

  /Mats

address@hidden wrote:
Issue 587: Segfault: \acciaccatura inside \times when using \new Staff
http://code.google.com/p/lilypond/issues/detail?id=587

New issue report by v.villenave:
% The following code produces a "must have Item" warning,
% which is normal, and a segfault, which is not.
% Strangely, removing the \new Staff prevents the segfault.

% Verified on both Linux and Windows XP. (0xc0000005 exception)

\new Staff {
\relative c'' {
  \times 2/3 { \acciaccatura d8       c8 b c }
}
}


Issue attributes:
    Status: Accepted
    Owner: v.villenave
    Labels: Type-Defect Priority-High


--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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