]> git.donarmstrong.com Git - lilypond.git/commit
Allow "closepath" in 'path stencil expressions
authorPatrick McCarty <pnorcks@gmail.com>
Sat, 1 Aug 2009 19:01:52 +0000 (12:01 -0700)
committerPatrick McCarty <pnorcks@gmail.com>
Sat, 1 Aug 2009 19:12:56 +0000 (12:12 -0700)
commite4f431efb1a8d5d36ebce377f25eae04ea8876ab
treeef28307e7b1d829d280862316e250e81579902bd
parent50738d92a6e2e12faa0bbd0c79ff4948ff2f8698
Allow "closepath" in 'path stencil expressions

Currently there is no way to properly close a subpath in the 'path
stencil expression.

This patch adds the appropriate operators for the PS and SVG backends;
both operators have arity 0, which made this feature trivial to add.
scm/output-ps.scm
scm/output-svg.scm