bug-lilypond
[Top][All Lists]
Advanced

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

Re: 2.17.6: assertion failed with \glissando


From: Werner LEMBERG
Subject: Re: 2.17.6: assertion failed with \glissando
Date: Thu, 22 Nov 2012 07:09:25 +0100 (CET)

>> -  y = me->get_bound (dir)->extent (common_y, Y_AXIS).center ();
>> +  Interval ii = me->get_bound (dir)->extent (common_y, Y_AXIS);
>> +  if (!ii.is_empty())
>> +    y = ii.center ();
> 
> This works, thanks, and I get output which looks like being
> predictable (see attached image), assuming that a non-existing
> notehead makes the glissando point to position zero.

Should this patch be applied?


    Werner



reply via email to

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