From e0a9c0c4ba2a64dd9f22a12ec2224721495ecedf Mon Sep 17 00:00:00 2001 From: fred Date: Mon, 2 Dec 1996 21:34:57 +0000 Subject: [PATCH] lilypond-0.0.14 --- hdr/score.hh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/hdr/score.hh b/hdr/score.hh index 20a4d75da8..fbcfde1fc0 100644 --- a/hdr/score.hh +++ b/hdr/score.hh @@ -10,20 +10,15 @@ struct Score { /// paper_, staffs_ and commands_ form the problem definition. Paperdef *paper_; IPointerList staffs_; - - svec input_commands_; /// "runtime" fields for setting up spacing IPointerList cols_; PScore *pscore_; /****************************************************************/ - void add(svec &s); - + /// construction - void add_staff(Staff *st); - void set(Paperdef*); - Score(); + Score(Paperdef*); ~Score(); void add(Staff*); -- 2.39.5