From 93b4d1ca05886d510883faaf65f8fb97d90896c9 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 10 Oct 1996 22:26:43 +0000 Subject: [PATCH] lilypond-0.0.3 --- score.hh | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.39.5