]> git.donarmstrong.com Git - lilypond.git/commit
LyricHyphen whiteout
authorKnut Petersen <knut_petersen@t-online.de>
Sat, 4 Mar 2017 18:10:19 +0000 (18:10 +0000)
committerJames Lowe <pkx166h@gmail.com>
Fri, 10 Mar 2017 18:32:08 +0000 (18:32 +0000)
commit2dc76513c4edb8e18e6170069677eb0dd9b54209
tree5bfabab2fb51eedabd51ec952ddc7a1e6614bc16
parent18d03fa6a724b0102ccc47d194209802cea02f2e
LyricHyphen whiteout

Issue 5033

A proper outline whiteout
would be ideal, but it is
not currently implemented.
The current code fails
because you need a relatively
large whiteout area for a
small object.

A brute force fix is to increase
the number of iterations, but
the result would be a pdf with
a high percentage of whiteout code.

There is the case where a long
melisma produces a single hyphen
event that generates a lot of
hyphens that cross a number of
mensuration lines.

Rectangular or roundedbox whiteout
will produce gaps in all
mensuration lines crossed, even
if there is no collision.

That's not acceptable.
lily/lyric-hyphen.cc
scm/define-grob-properties.scm
scm/stencil.scm