]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/constrained-breaking.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / constrained-breaking.cc
index 816c52fc066e71d9fb9bc1bc241868fc6daf3f6d..3996856cbd4769d21d2aba9a66399d5550c3587a 100644 (file)
@@ -172,7 +172,7 @@ Constrained_breaking::resize (vsize systems)
              bool last = j == breaks_.size () - 1;
              bool ragged = ragged_right || (last && ragged_last);
               int k = i*lines_rank_ + j;
-             SCM pen = all_[breaks_[j]]->get_property ("penalty");
+             SCM pen = all_[breaks_[j]]->get_property ("line-break-penalty");
              if (scm_is_number (pen))
                lines_[k].break_penalty_ = scm_to_double (pen);