]> git.donarmstrong.com Git - lilypond.git/blob - misc.hh
03211132422c00eddc55230c7c4db1c51b9f3933
[lilypond.git] / misc.hh
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);
6
7 #endif