]> git.donarmstrong.com Git - lilypond.git/commit
Extents of a NoteColumn with a cross-staff stem; issue 3385
authorKeith OHara <k-ohara5a5a@oco.net>
Thu, 22 Aug 2013 06:16:50 +0000 (23:16 -0700)
committerKeith OHara <k-ohara5a5a@oco.net>
Tue, 27 Aug 2013 18:19:49 +0000 (11:19 -0700)
commit17459ab4a86219a408cd814ab9ffbdb7dae0843b
treeeab8751e31fea907f2ddecfb1619b01a5f1132ec
parent3312ca325600af8adf1fbad1a9546aa1566fab66
Extents of a NoteColumn with a cross-staff stem; issue 3385

axis-group-interface::extent() can exclude cross-staff elements of the
group, as it did before 7d3d28de0ce6e2f018aff599cecd944d1754fe3c

pure_*_skylines_from_extents() cannot use x-extents because at least
NoteHead::X-offset depends on stem direction and is not a pure function.
lily/axis-group-interface.cc
lily/stencil-integral.cc