]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4418/2 add and use new whiteout function
authorPaul Morris <paulwmorris@gmail.com>
Wed, 10 Jun 2015 04:16:16 +0000 (00:16 -0400)
committerJames Lowe <pkx166h@gmail.com>
Thu, 18 Jun 2015 04:16:03 +0000 (05:16 +0100)
commit8df18ed7b493871d72e52650022fee129789d176
tree644703df50e75afd92c525c030e97b185a82f090
parent43ebcfb1b2d94e49cba66549083f4abcccfc7c07
Issue 4418/2 add and use new whiteout function

scm/stencil.scm: redefine the whiteout function
so that it approximates the stencil's outline by
creating multiple displaced copies of the stencil.
Rename the previous whiteout function 'whiteout-box'.

scm/define-grob-properties.scm: define two
properties to go with the two whiteout functions.

lily/grob.cc: use the new whiteout functions and
properties.

scm/define-markup-commands.scm: define markup
commands to go with the two whiteout functions.
lily/grob.cc
scm/define-grob-properties.scm
scm/define-markup-commands.scm
scm/stencil.scm