repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lilypond-0.0.9
[lilypond.git]
/
paper.hh
blob
b48391a4b994a5a56a1ea07a0027aa97f5e81d4a
1
2
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?
13
};