On Mi., 17. Aug. 2011 00:51:03 CEST, David Kastrup <d...@gnu.org> wrote:
> All of the following would have been caught by this project (I
> hand-sifted through a git grep with a few patterns catching only a small
> subset of what the debug option would have).

Yes, seems like those are real problems.
Doing a "git grep scm_.*_p\  lily/" shows several instances that might be even 
written easier, like
 scm_equal_p (clefpos, prev_cpos_) == SCM_BOOL_F

which could be easier to understand if written as
 !scm_is_equal (clefpos, prev_cpos_)

Cheers,
Reinhold

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to