]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/gourlay-breaking.cc
patch::: 1.5.41.jcn2
[lilypond.git] / lily / gourlay-breaking.cc
index 96728b602a9f3d402cbca308663b065e9980ef85..b61a750562d3c6718cd8d3ff702a54be32ab9d78 100644 (file)
@@ -207,9 +207,15 @@ Gourlay_breaking::combine_demerits (Column_x_positions const &prev,
        }
     }
 
+#if 1
+  /*
+    Q: do want globally non-cramped lines, or locally equally cramped lines. 
+   */
   Real demerit = abs (this_one.force_f_) + abs (prev.force_f_ - this_one.force_f_)
     + break_penalties;
-
+#else
+  Real demerit = abs (this_one.force_f_) + break_penalties;
+#endif
 
    if (!this_one.satisfies_constraints_b_)
      {