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.5
[lilypond.git]
/
paper.cc
blob
5afee7d56f1f009baf9268d36c7e8cce59b82bbc
1
#include
"paper.hh"
2
#include
"dimen.hh"
3
4
Paperdef
::
Paperdef
()
5
{
6
width
=
convert_dimen
(
15
,
"cm"
);
// in cm for now
7
whole_width
=
convert_dimen
(
5
,
"cm"
);
8
}