]> git.donarmstrong.com Git - lilypond.git/blobdiff - paper.hh
release: 0.0.7
[lilypond.git] / paper.hh
index b48391a4b994a5a56a1ea07a0027aa97f5e81d4a..e96d9b089fdde78e6b72793e0ba0bea94ee9d1a4 100644 (file)
--- a/paper.hh
+++ b/paper.hh
@@ -1,13 +1,21 @@
-
-
+#include "proto.hh"
 #include "real.hh"
 #include "string.hh"
+
 struct Paperdef {
-    Paperdef();
+    Lookup *lookup_;
     String outfile;
-    Real width;
+    Real linewidth;
     /// how much space does a whole note take (ideally?)
     Real whole_width;
-    // maybe add pointsize?
-    // symbol init?
+    
+    /****************/
+    void parse();
+    Paperdef();
+    ~Paperdef();
+    Real interline()const;
+    Real standard_height()const;
+    Real note_width() const;
+    void print() const;
 };
+