From: fred Date: Thu, 10 Oct 1996 22:26:43 +0000 (+0000) Subject: lilypond-0.0.3 X-Git-Tag: release/1.5.59~7106 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=93b4d1ca05886d510883faaf65f8fb97d90896c9;p=lilypond.git lilypond-0.0.3 --- diff --git a/score.hh b/score.hh index 3e65d50d99..5ec7f33b5a 100644 --- a/score.hh +++ b/score.hh @@ -41,6 +41,7 @@ instantiate_compare(Score_column&, Score_column::compare); /// the total music def of one movement struct Score { + String outfile; /// staffs_ and commands_ form the problem definition. PointerList staffs_; PointerList commands_; @@ -50,6 +51,8 @@ struct Score { PScore *pscore_; /****************************************************************/ + + Score(); /// add #Idealspacings# to #pscore_# void calc_idealspacing(); @@ -66,6 +69,7 @@ struct Score { void do_pcols(); void add(Command *); void add(Staff*); + void add_command_seq(svec ); void output(String fn); PCursor create_cols(Mtime); void print() const;