]> git.donarmstrong.com Git - lilypond.git/blob - misc.hh
release: 0.0.3
[lilypond.git] / misc.hh
1 #ifndef MISC_HH
2 #define MISC_HH
3 #include "mtime.hh"
4 int intlog2(int d);    
5 Real duration_to_idealspace(Mtime d);
6 class String;
7 const char *get_version();
8 #endif