]> git.donarmstrong.com Git - lilypond.git/blob - misc.hh
release: 0.0.5
[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