flower-1.0.1
[lilypond.git] / const.hh
blobbc9d17147f318564317ef2b4a13672b6bafdc2e0
1 /*
2 global constants
3 */
5 #include <math.h>
6 const Real CM_TO_PT=72/2.54;
7 const Real VERT_TO_PT=CM_TO_PT; // tex output
8 const Real HOR_TO_PT=CM_TO_PT; // tex output
10 const Real EPS=1e-7; // qlpsolve.hh
11 const int MAXITER=100; // qlpsolve.hh
12 const Real INFTY=HUGE;