lilypond-0.0.1
[lilypond.git] / const.hh
blob5a989e2e4cf319055e6ede28437b035375e8afe9
1 /*
2 global constants
3 */
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
9 const Real EPS=1e-7; // qlpsolve.hh
10 const int MAXITER=100; // qlpsolve.hh
11 const Real INFTY=1e8;