]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4102: misaligned composer in LP 2.19.14
authorDavid Kastrup <dak@gnu.org>
Mon, 15 Sep 2014 16:04:33 +0000 (18:04 +0200)
committerDavid Kastrup <dak@gnu.org>
Sat, 20 Sep 2014 06:51:27 +0000 (08:51 +0200)
commit7801babeb37b4cbd7f56598629925c34f5304078
tree78db28e2d5b0f6eea084b8ef1a30a6b3cf1145fb
parent8a2a07175acaf1d2ccc51defd99b24d3aab63629
Issue 4102: misaligned composer in LP 2.19.14

This problem surfaced in the wake of the fix for issue 3855.  It is due
to Stencil::translate not moving an empty expression even if it has
non-empty extents so that

\markup fill-line { "" "" "composer" }

which assembles a line piece by piece and determining the offset of the
next piece by looking at the end of the assemblage so far lost the
offset between the first and second "" in the line.
lily/stencil.cc