2 misc.cc -- implement various stuff
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 Jan Nieuwenhuizen <janneke@gnu.org>
16 Return the 2-log, rounded down
36 return log (x) / log (2.0);
40 split_string (String s, char c)
49 s = s.nomid_string (0, 1);
56 rv.push (s.cut_string (0, i));
57 s = s.nomid_string (0, i);