]> git.donarmstrong.com Git - lilypond.git/commit - lily/stencil.cc
Let Stencil::is_empty use Box::is_empty
authorDavid Kastrup <dak@gnu.org>
Sat, 27 Apr 2013 12:43:40 +0000 (14:43 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 26 May 2013 00:33:02 +0000 (02:33 +0200)
commita8ac663bf03c250ea84bc499437ffc8d529fc047
tree4f112e69c8b21013ebf8591939a0b4cb17688024
parent0b9c108e213a6caeb4b40e1306b18700ae608fd4
Let Stencil::is_empty use Box::is_empty

This is a change in semantics as an axis interval of '(1 . -1) is
considered empty as an interval, while it is not sufficient for making
a box axis empty.  Things like backspaces would have similar metrics
and are different from no information at all.
lily/stencil-scheme.cc
lily/stencil.cc