bug-lilypond
[Top][All Lists]
Advanced

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

Re: Lilypond 2.7.24: Segfault with slurs when removing stem engraver


From: Wolfgang Hoffmann
Subject: Re: Lilypond 2.7.24: Segfault with slurs when removing stem engraver
Date: Sat, 24 Dec 2005 09:05:59 +0100
User-agent: KMail/1.8

On Friday 23 December 2005 11:49, Han-Wen Nienhuys wrote:
> Wolfgang Hoffmann wrote:
> > Hello,
> >
> > removing the stem engraver makes lilypond 2.7.24 segfault as
> > soon as there is a tie:
>
> Then Don't Do That.

Ok. Based upon your advice, I'm leaving the engraver in and set stems
transparent:

\version "2.7.24"

\score {
    \new Staff {
        \context Voice = voiceEins \with {
            %\remove "Stem_engraver"
            \override Stem #'transparent = ##t
            } { g( a) }
        }
    }

> I fixed up a couple of segvs but the end result looks awful, so consider
> not removing it.

Yes, the output looks somewhat unusual. I'm typesetting a handwritten part of
a narrators voice (Evangelist in a Christmas play). It has only noteheads at
places where melody changes. It's not beautiful, but much better readable
than the handwritten original.

Thanks,
Wolfgang





reply via email to

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