From: Han-Wen Nienhuys Date: Fri, 14 Jan 2005 13:10:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.5.14~258 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=30f557ad5e8c961fb5ffa9a8f09dc7cefae70851;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 849ade778e..4377d06c43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-01-14 Han-Wen Nienhuys + * lily/slur-scoring.cc (get_best_curve): only switch on + DEBUG_SLUR_SCORING for non NDEBUG builds. + * lily/include/music.hh (class Music): replace Music::start_mom() by start-callback property diff --git a/lily/include/main.hh b/lily/include/main.hh index 8a99d1f6d9..8f32903433 100644 --- a/lily/include/main.hh +++ b/lily/include/main.hh @@ -54,6 +54,8 @@ extern File_path global_path; Debugging options */ +#ifndef NDEBUG #define DEBUG_SLUR_SCORING 1 +#endif #endif /* MAIN_HH */