I don't suppose you'd know how to do this in graphviz? I'm quite new to
it.
Hi,
Adding a label to a node is done by adding an extra line in the dot-file
containing the name of the node followed by [label="1: yourlabeltext"];
so for a node with name x this would be: x [label="1: yourlabeltext"];
adding labels to edges is done the same way add: a -> b [label=
"edgelabel"];. However, AFAICT an edge only supports one label, which
will be placed by dot.
More can be read in the dot-manual:
http://www.graphviz.org/Documentation/dotguide.pdf. see figure 3.
Bye,
Ruud van Silfhout
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel