From e7cf6e6745625c67fa77973d315f03bd98dad6e0 Mon Sep 17 00:00:00 2001 From: fred Date: Sat, 16 Nov 1996 11:51:30 +0000 Subject: [PATCH] lilypond-0.0.10 --- hdr/scommands.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hdr/scommands.hh b/hdr/scommands.hh index ae908d7647..110c656368 100644 --- a/hdr/scommands.hh +++ b/hdr/scommands.hh @@ -10,11 +10,11 @@ #include "plist.hh" /// the list of commands in Score -struct Score_commands : public PointerList { +struct Score_commands : public IPointerList { void process_add(Command); Score_commands*parse(Real last)const; void parser_add(Command*); - void add_seq(svec); + void add_seq(svec,bool); void clean(Real last); void set_breakable(Real when); bool is_breakable(Real w); -- 2.39.5