7 /** symbols, dimensions and constants
9 This struct takes care of all kinds of symbols, dimensions and
10 constants. Most of them are related to the point-size of the fonts,
11 so therefore, the lookup table for symbols is also in here.
21 /// how much space does a whole note take (ideally?)
24 /// ideal = geometric_ ^ log2(duration)
32 Paperdef(Paperdef
const&);
33 Real
interline()const;
34 Real
internote()const;
35 Real
rule_thickness()const;
36 Real
standard_height()const;
37 Real
note_width() const;
39 Real
duration_to_dist(Moment
);