]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beam.cc
release: 1.5.42
[lilypond.git] / lily / beam.cc
index 246c64d313fda1cc9070be6fb2cc03e18f248caf..35a09d2f37f1379e12c0613209fa3f7921d9494e 100644 (file)
@@ -408,9 +408,14 @@ Beam::new_quanting (SCM smob)
                         gh_cons (gh_double2scm (qscores[best_idx].yl),
                                  gh_double2scm (qscores[best_idx].yr))
                         );
-  me->set_grob_property ("quant-score",
-                        gh_double2scm (qscores[best_idx].demerits));
-  me->set_grob_property ("best-idx", gh_int2scm (best_idx));
+
+  if (0)
+  {
+         // debug quanting
+         me->set_grob_property ("quant-score",
+                                gh_double2scm (qscores[best_idx].demerits));
+         me->set_grob_property ("best-idx", gh_int2scm (best_idx));
+  }
 
   return SCM_UNSPECIFIED;
 }