From 30f557ad5e8c961fb5ffa9a8f09dc7cefae70851 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 14 Jan 2005 13:10:20 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 3 +++ lily/include/main.hh | 2 ++ 2 files changed, 5 insertions(+) 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 */ -- 2.39.2