From af1b40444b33942f7e3149cdc95ca6803efdd388 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 31 Oct 1996 20:15:49 +0000 Subject: [PATCH] lilypond-0.0.6 --- pscore.hh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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: -- 2.39.5