]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/gourlay-breaking.cc
(LY_DEFINE): use Scheme style naming for
[lilypond.git] / lily / gourlay-breaking.cc
index 2a4f0f14ac8489d24d60a8bb950fc75262b61005..4b412a62a7a86e693b61095c82fdd6751c5c07cc 100644 (file)
@@ -225,7 +225,7 @@ Gourlay_breaking::combine_demerits (Column_x_positions const &prev,
   Grob * pc = this_one.cols_.top ();
   if (pc->original_)
     {
-      SCM pen = pc->get_grob_property ("penalty");
+      SCM pen = pc->get_property ("penalty");
       if (gh_number_p (pen) && fabs (gh_scm2double (pen)) < 10000)
        {
          break_penalties += gh_scm2double (pen);