Hello,

removing the stem engraver makes lilypond 2.7.24 segfault as
soon as there is a tie:

\version "2.7.24"

\score {
    \new Staff {
        \context Voice = voiceEins \with {
            \remove "Stem_engraver"
            } { g( a) }
        }
    }

ouput is:

lilypond test.ly
GNU LilyPond 2.7.24
Processing `test.ly'
Parsing...
Interpreting music... [1]
Preprocessing graphical objects...
Calculating line breaks... [2]Segmentation fault

Thanks,
Wolfgang


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to