]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/paper.hh
release: 0.0.20
[lilypond.git] / hdr / paper.hh
index b03d1f76210abbacf90e9c1c184a261c7820ecb8..34c6ce3e20268453c8a766cce085ad5810dd7cda 100644 (file)
@@ -1,6 +1,7 @@
 #include "proto.hh"
 #include "real.hh"
 #include "string.hh"
+#include "moment.hh"
 
 /// symbols, dimensions and constants
 struct Paperdef {
@@ -26,7 +27,7 @@ struct Paperdef {
     Real standard_height()const;
     Real note_width() const;
     void print() const;
-    Real duration_to_dist(Real);
+    Real duration_to_dist(Moment);
 };
 /** This struct takes care of all kinds of symbols, dimensions and
  constants. Most of them are related to the point-size of the fonts,