X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=paper.hh;fp=paper.hh;h=9ce4d2bf4e475425a7757cc573e9955669ccaa64;hb=f3b8153dec5313fd5d539fc5aca9c7699de152ee;hp=b48391a4b994a5a56a1ea07a0027aa97f5e81d4a;hpb=748e6176ab755ccf841f408d13d5818260a05d32;p=lilypond.git diff --git a/paper.hh b/paper.hh index b48391a4b9..9ce4d2bf4e 100644 --- a/paper.hh +++ b/paper.hh @@ -1,13 +1,20 @@ - - +#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; + void print() const; }; +