]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/gourlay-breaking.cc
(class Grob): move pscore, dim_cache_,
[lilypond.git] / lily / gourlay-breaking.cc
index f5d78b9f51d3e15345ddff6aa3e01b715cef67cf..9f0f2252134c0ecb6b9d507c6e8c5e6dc0b75a36 100644 (file)
@@ -232,7 +232,7 @@ Gourlay_breaking::combine_demerits (Column_x_positions const &prev,
 {
   Real break_penalties = 0.0;
   Grob *pc = this_one.cols_.top ();
-  if (pc->original_)
+  if (pc->original ())
     {
       SCM pen = pc->get_property ("penalty");
       if (scm_is_number (pen) && fabs (scm_to_double (pen)) < 10000)