I've not been able to get TNT to write branch lengths that will be scaleable in, say, figtree, but I did manage at least to use a combination of ttag=; and blength*; to get TNT branch lengths written in parenthetical format, like this:
p file.tnt;
xmult=hits 10; bbreak=tbr;
taxname=;
ttags=;
blength*;
export - file.nex;
So blength values appear above branches as numbers, corresponding to what you get from the TNT command line with "blength*"; (without a ttags command writing them elsewhere). However they're not drawn proportionally.
Anyone know how to use TNT to write blength values in newick format so that figtree, mesquite etc. can draw them proportionally?