lilypond-devel
[Top][All Lists]
Advanced

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

Re: Help with difficult bug


From: Neil Puttock
Subject: Re: Help with difficult bug
Date: Tue, 15 Dec 2009 22:09:33 +0000

2009/12/15 Frédéric Bron <address@hidden>:

> I think your problem may come from the fact that:
> * in Beam::set_beaming, "i" is a vsize (=size_t) which is an unsigned integer
> * in Beaming_pattern::beamlet_count, "i" is an int which is signed

No, that's only likely to cause a compilation warning, since `i' in
set_beaming () is never going to be negative.

Regards,
Neil




reply via email to

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