flower-1.0.3
[lilypond.git] / paper.hh
blobb48391a4b994a5a56a1ea07a0027aa97f5e81d4a
3 #include "real.hh"
4 #include "string.hh"
5 struct Paperdef {
6 Paperdef();
7 String outfile;
8 Real width;
9 /// how much space does a whole note take (ideally?)
10 Real whole_width;
11 // maybe add pointsize?
12 // symbol init?