]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dimensions.hh
release: 1.1.47
[lilypond.git] / lily / include / dimensions.hh
index 65629f03d574b7b7f17ab622967d467f5397f7ab..d6b7cfd1767de31ddd24251fe4385fa8a6084aeb 100644 (file)
@@ -8,11 +8,15 @@ const Real INCH_TO_PT=72.270;
 const Real CM_TO_PT=INCH_TO_PT/2.54;
 const Real MM_TO_PT=CM_TO_PT/10;
 const Real PT_TO_PT =1.0;
+const Real INCH_TO_BP = 72;
+const Real BIGPOINT_TO_POINT = INCH_TO_PT/ INCH_TO_BP;
+
 
 #define PT  *PT_TO_PT
 #define MM  *MM_TO_PT
 #define CM  *CM_TO_PT
 #define INCH *INCH_TO_PT
+#define BIGPOINT *BIGPOINT_TO_POINT
 
 String print_dimen (Real);