]> git.donarmstrong.com Git - lilypond.git/commit
Improvements to measure counter
authorDavid Nalesnik <david.nalesnik@gmail.com>
Sun, 19 Oct 2014 14:00:15 +0000 (09:00 -0500)
committerDavid Nalesnik <david.nalesnik@gmail.com>
Fri, 24 Oct 2014 15:51:08 +0000 (10:51 -0500)
commit183e094c0d1414bc8af7ccc4c53ac0f9a039d6d3
tree6807bb6f0a436dd8b96ca565337fe77342917162
parent5b3aefef28e2af771f9367a9dcecbdd3411841ca
Improvements to measure counter

This patch adds no new functionality to the measure counter, but
there are improvements to the code.

The stencil callback has been shortened, as there is no need to
search for columns which are already available as the bounds of
broken spanners.  It has also been moved to scm/output-lib.scm,
where other such functions are.

The engraver has been streamlined by the removal of an unnecessary
variable and levels of nesting.  Comments have been revised.
scm/music-functions.scm
scm/output-lib.scm
scm/scheme-engravers.scm