]> git.donarmstrong.com Git - lilypond.git/commit
auto-beam engraver: memory efficiency
authorKeith OHara <k-ohara5a5a@oco.net>
Sun, 28 Dec 2014 01:13:57 +0000 (17:13 -0800)
committerKeith OHara <k-ohara5a5a@oco.net>
Sat, 10 Jan 2015 05:30:51 +0000 (21:30 -0800)
commit7dacbdb97be0ed3240c4936ff702fc53e35a4381
tree311124b62617d851edc1ebdaa3e9ddf7685fc1cc
parentbd385e25f4193f412552b66a15aa3886f1a10e60
auto-beam engraver: memory efficiency

The old code was tail-recursive modulo cons, but Guile did not seem
to recognise that and did not optimize the recursion away.
scm/auto-beam.scm