Add BAD_SPACING_PENALTY as a penalty rather than a force.
[lilypond.git] / flower / TODO
blob5586845c9920bb6872d9f6f75dcc044257d5ce33
3         * Unicode support in strings
5         * write a decent Dictionary
6         - write a Pointer_hash template
8         * Array::slice() upper too
10         * fix ambiguous String constructor overloads, e.g.:
11           String( int ) and String( char ), use 
12         
13         class String { 
14                 explicit String(int);
15         }
17         * Automake, libtool
19         * LGPL?
21         * disable this auto conv: const pointer -> bool -> string
23         * Pointer_array
25         * PCursor -> Pointer_cursor / PointerCursor ?
27         * efficient copy cons for List
29         * extend Interval
31         * use template handle in handle.hh for strings?
33         * move towards gnu or STL?
35                 parsestream.h
36                 vector.h
38         * lgetopt: cmd -, or cmd --