]> git.donarmstrong.com Git - lilypond.git/commit
Rewrite Stencil::add_at_edge to treat "spacing" stencils differently
authorDavid Kastrup <dak@gnu.org>
Sat, 27 Apr 2013 19:13:29 +0000 (21:13 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 26 May 2013 00:33:02 +0000 (02:33 +0200)
commitf66a2409fca6c7c4dab1f3fb03c2569648a9199b
tree9c6822cdc7192a928b555825743a191dd374bc62
parenta84bcfd8f40c4f7c1666534336f3f794ac763387
Rewrite Stencil::add_at_edge to treat "spacing" stencils differently

A spacing stencil is one that is non-empty in its own axis, but empty
in the orthogonal axis.  Since they don't actually have a bounding box
to convey, they don't need padding, and they don't suffer from the
equality of the lower left bounding box corner with the reference
point.
lily/stencil.cc