From: fred Date: Mon, 2 Dec 1996 21:34:57 +0000 (+0000) Subject: lilypond-0.0.14 X-Git-Tag: release/1.5.59~6695 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e0a9c0c4ba2a64dd9f22a12ec2224721495ecedf;p=lilypond.git lilypond-0.0.14 --- 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*);