bug-lilypond
[Top][All Lists]
Advanced

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

Re: segfault with CVS version of lilypond


From: Erik Sandberg
Subject: Re: segfault with CVS version of lilypond
Date: Sat, 28 Jan 2006 13:21:03 +0100
User-agent: KMail/1.8.3

On Friday 27 January 2006 17.27, Werner LEMBERG wrote:
> [CVS 2006-01-27 06:52]
>
> Sigh.  After a few months I'm trying lilypond again -- very nice tie
> output, BTW! -- and I immediately hit a segfault :-)  I know that
> `GrandStaff' is not suitable for cross staff beaming, but...

Thanks, added as crash-grandstaff-change.ly.

%crash
%Werner Lemberg
\version "2.7.28"

\header {
texidoc = "lilypond segfaults."
reportedin ="2.7.28"
}

rechts = \context Staff = "rechts" \relative c' {
  \clef treble
  f1 |
  f1 |
}


links = \context Staff = "links" \relative c {
  \clef bass
  f2 f4( f4 |
  f4) f8.
\change Staff = "rechts"
                         g16
\change Staff = "links"
                              r2 |
}


\new GrandStaff
     << \rechts
        \links
     >>

% EOF


-- 
Erik Sandberg
Maintainer of the Lilypond bug CVS archive,
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/
http://lilypond.org/bugs/v2.7/




reply via email to

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