]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/one-page-breaking.cc
Release: bump Welcome versions.
[lilypond.git] / lily / one-page-breaking.cc
index 6962aaf20508b1ce93a0e39ba691bb031cccb46a..bba283d9612382eb9a9f5e6de3cd46f15970b9ff 100644 (file)
@@ -94,7 +94,7 @@ One_page_breaking::solve ()
     {
       SCM this_pos = scm_car (c);
       line_posns.push_back (scm_to_double (this_pos));
-      if (scm_gr_p (this_pos, lowest_line_pos))
+      if (scm_is_true (scm_gr_p (this_pos, lowest_line_pos)))
         lowest_line_pos = this_pos;
     }