From: fred Date: Thu, 31 Oct 1996 20:15:49 +0000 (+0000) Subject: lilypond-0.0.6 X-Git-Tag: release/1.5.59~6996 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=af1b40444b33942f7e3149cdc95ca6803efdd388;p=lilypond.git lilypond-0.0.6 --- diff --git a/pscore.hh b/pscore.hh index b22582e3f6..58a6910bbd 100644 --- a/pscore.hh +++ b/pscore.hh @@ -10,8 +10,7 @@ /// all stuff which goes onto paper struct PScore { - /// width of paper - Real linewidth; + Paperdef *paper_; // indirection. /// the columns, ordered left to right PointerList cols; @@ -73,7 +72,7 @@ struct PScore { void clean_cols(); void problem_OK()const ; void OK()const ; - PScore(); + PScore(Paperdef*); void print() const; }; /** notes, signs, symbols in a score can be grouped in two ways: