lilypond-0.0.9
[lilypond.git] / dimen.hh
blob4ee17ea140a3ed52b209eaf577d2ea2812fb3ec3
1 #ifndef DIMEN_HH
2 #define DIMEN_HH
4 #include "real.hh"
5 #include "string.hh"
7 Real parse_dimen(String);
8 Real convert_dimen(Real, String);
9 String print_dimen(Real);
11 #endif