]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/page-layout-problem.cc
Reduce amount of consing (mostly replace reverse with reverse! where appropriate)
[lilypond.git] / lily / page-layout-problem.cc
index cc1a0cee1164bad1393e99dd536f30de5d965f6d..376716929cd6b2804c5f739cb0dc3471e48fbb16 100644 (file)
@@ -108,7 +108,7 @@ Page_layout_problem::get_footnotes_from_lines (SCM lines)
         programming_error ("Systems on a page must be a prob or grob.");
     }
 
-  return scm_reverse (out);
+  return scm_reverse_x (out, SCM_EOL);
 }
 
 /*