]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/dimensions.hh
release: 1.1.51
[lilypond.git] / lily / include / dimensions.hh
index 91b6e0c4d6f1644aeea52321d780ec2f2c0b2eb7..d6b7cfd1767de31ddd24251fe4385fa8a6084aeb 100644 (file)
@@ -8,13 +8,17 @@ 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 dimension_str (Real r);
+String print_dimen (Real);
 
 #endif // DIMENSIONS_HH