]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/grace-align-item.cc
release: 1.3.34
[lilypond.git] / lily / grace-align-item.cc
index e397ba9c56535af32e1370093e5381db5077ef68..0ddf8481b7476d78f75d3879d4bb4932b1768e49 100644 (file)
@@ -24,7 +24,9 @@ Grace_align_item::before_line_breaking ()
   Real nhw = // lookup_l ()->notehead (2, "").dim_[X_AXIS].length();
     paper_l ()->get_var ("quartwidth");
   
-  threshold_interval_[MIN] = nhw* 1.5;
+  set_elt_property ("threshold",
+                   gh_cons (gh_double2scm (nhw* 1.5),
+                            gh_double2scm (infinity_f)));
   column_l ()->set_elt_property ("contains-grace", SCM_BOOL_T);