[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue 1585 in lilypond: LilyPond segfaults on beams with headless st
From: |
lilypond |
Subject: |
Re: Issue 1585 in lilypond: LilyPond segfaults on beams with headless stencils |
Date: |
Sat, 02 Apr 2011 16:31:49 +0000 |
Comment #2 on issue 1585 by percival.music.ca: LilyPond segfaults on beams
with headless stencils
http://code.google.com/p/lilypond/issues/detail?id=1585
It's happening because
configs.size() == 0
right after generate_quants(&configs), check if it's 0, and bail. I don't
have a patch yet because I can't figure out what "best" should be -- calling
best = force_score (inspect_quants, configs);
when configs.size()==0 just segfaults.
- Re: Issue 1585 in lilypond: LilyPond segfaults on beams with headless stencils,
lilypond <=