]> git.donarmstrong.com Git - lilypond.git/commit
Adds an ID property to grobs.
authorMike Solomon <mike@apollinemike.com>
Tue, 24 Jan 2012 05:17:21 +0000 (06:17 +0100)
committerMike Solomon <mike@apollinemike.com>
Tue, 24 Jan 2012 05:17:21 +0000 (06:17 +0100)
commitad3a9e6531e32c4403f1bdc6d203d3c94c6d411e
tree8ce36ce72918c61d3b5f4497fa09f44d0bfcf303
parent39f50579ff91fdca06acd52a9392ab2874f4723b
Adds an ID property to grobs.

This property is intended to group visual elements of a grob in a given
backend into a container that has `id' as its id.  Currently, it is only
implemented for svg, where grobs are wrapped in a <g> tag with its `id'
attribute set to `id.'
input/regression/id.ly [new file with mode: 0644]
lily/grob.cc
lily/stencil-interpret.cc
scm/define-grob-properties.scm
scm/define-stencil-commands.scm
scm/output-ps.scm
scm/output-svg.scm