]> git.donarmstrong.com Git - lilypond.git/blob - dimen.hh
release: 0.0.6
[lilypond.git] / dimen.hh
1 #ifndef DIMEN_HH
2 #define DIMEN_HH
3
4 #include "real.hh"
5 #include "string.hh"
6
7 Real parse_dimen(String);
8 Real convert_dimen(Real, String);
9 String print_dimen(Real);
10
11 #endif
12