]> git.donarmstrong.com Git - lilypond.git/blob - paper.cc
release: 0.0.4
[lilypond.git] / paper.cc
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 }