1 2 3 4 5 6 7 8 9 10 11 12 13
#include "real.hh" #include "string.hh" struct Paperdef { Paperdef(); String outfile; Real width; /// how much space does a whole note take (ideally?) Real whole_width; // maybe add pointsize? // symbol init? };