]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scm-option.cc
* Documentation/user/refman.itely (Automatic note splitting):
[lilypond.git] / lily / scm-option.cc
index de3deb00051dc9463fe2c0259324b7356d59e7ce..9918d1050fc9d50df9602477e6e86a9469a7869e 100644 (file)
@@ -133,6 +133,11 @@ LY_DEFINE (ly_set_option, "ly:set-option", 1, 1, 0, (SCM var, SCM val),
     {
       lily_1_8_relative = false;
     }
+  else if (var == ly_symbol2scm ("debug-beam"))
+    {
+      extern bool debug_beam_quanting_flag;
+      debug_beam_quanting_flag = true;
+    }
   else
     {
       warning (_("Unknown internal option!"));