]> git.donarmstrong.com Git - lilypond.git/blob - const.hh
5a989e2e4cf319055e6ede28437b035375e8afe9
[lilypond.git] / const.hh
1 /*
2     global constants
3     */
4
5
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;