Add output-attributes grob property to replace id (issue 308430043 by paulwmor...@gmail.com)

2016-09-18 Thread paulwmorris
Reviewers: , Message: Please review, thanks, -Paul Description: Add output-attributes grob property to replace id Allows setting multiple attributes on group nodes ( in SVG output), specified as an alist. Please review this at https://codereview.appspot.com/308430043/ Affected files (+84,

Re: Help with C++ dereferencing

2016-09-18 Thread David Kastrup
Carl Sorensen writes: > But when I try to compile this, I get the error: > > error: invalid use of incomplete type 'class Grob' > d->suicide (); > ^ > In file included from > /home/carl/lilypond-git/lily/include/dot-configuration.hh:23:0, >

Help with C++ dereferencing

2016-09-18 Thread Carl Sorensen
I'm working on solving the dot-column problem. I have determined an algorithm that I believe will work to get the right dots, and to do it configurably. But I can't get the C++ to work properly. I've added a new function to Dot_configuration, Dot_configuration::suicide_excess_dots In