]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/paper.hh
release: 0.0.15
[lilypond.git] / hdr / paper.hh
index b2ba370b578ab497ab7aec64adf7b8a5e1856f7b..b03d1f76210abbacf90e9c1c184a261c7820ecb8 100644 (file)
@@ -6,6 +6,7 @@
 struct Paperdef {
     Lookup *lookup_;
     String outfile;
+
     Real linewidth;
 
     /// how much space does a whole note take (ideally?)
@@ -15,8 +16,9 @@ struct Paperdef {
     Real geometric_;
     
     /****************/
-    void parse();
-    Paperdef();
+    void reinit();
+    Paperdef(Lookup*);
+    void set(Lookup*);
     ~Paperdef();
     Real interline()const;
     Real internote()const;