2009/12/15 Frédéric Bron <frederic.b...@m4x.org>: > 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 _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel