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