lilypond-0.0.4
[lilypond.git] / misc.hh
bloba22304267f6075a197df16657007ea1d7adc641e
1 #ifndef MISC_HH
2 #define MISC_HH
3 #include "mtime.hh"
4 int intlog2(int d);
5 Real duration_to_idealspace(Mtime d,Real w);
7 #endif