]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 14 Jan 2005 13:10:20 +0000 (13:10 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 14 Jan 2005 13:10:20 +0000 (13:10 +0000)
ChangeLog
lily/include/main.hh

index 849ade778e455930e56a5c094c1ab799ba3fa7fe..4377d06c43e57abf9415212c41915785d22fb1ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-01-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * 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
 
index 8a99d1f6d9598a5a4051429ce24afe3c9c3112f5..8f32903433fa11a3970e9a3d2911e997142a372c 100644 (file)
@@ -54,6 +54,8 @@ extern File_path global_path;
   Debugging options
  */
 
+#ifndef NDEBUG
 #define DEBUG_SLUR_SCORING 1
+#endif
 
 #endif /* MAIN_HH */