Re: The life of a Grob

2006-09-17 Thread Joe Neeman
On Sun, 2006-09-17 at 20:35 +0200, Ruud van Silfhout wrote: > >> 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: y

Re: The life of a Grob

2006-09-17 Thread Ruud van Silfhout
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: yourlabe

Re: Some fixes to musicxml2ly

2006-09-17 Thread Tuukka Verho
On Sat, 2006-09-16 at 13:41 +0200, Karl Hammar wrote: > > In this case inexactness doesn't matter. The term 2**tolerance_exp makes > > sure that notes that are slightly shorter than the next whole duration > > are rounded to the whole duration instead of somethin like "c8.". In > > some cases

Re: page breaking and vector_sort cleanups

2006-09-17 Thread Han-Wen Nienhuys
Joe Neeman wrote: This patch STL-ifies vector_sort much like my previous patch for binary_search. It also includes my patch for rewriting the interpretation step for page turns. These changes touch a lot of files, so I'd like to get them committed before I mess up my working tree with grob graph