diff options
Diffstat (limited to 'paper.cc')
-rw-r--r-- | paper.cc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -38,7 +38,11 @@ Paperdef::interline() const { return lookup_->ball(4).dim.y.length(); } - +Real +Paperdef::note_width()const +{ + return lookup_->ball(4).dim.x.length( ); +} Real Paperdef::standard_height() const { |