summaryrefslogtreecommitdiff
path: root/paper.hh
blob: b48391a4b994a5a56a1ea07a0027aa97f5e81d4a (about) (plain)
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?
};