]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.10
authorfred <fred>
Sat, 16 Nov 1996 11:51:30 +0000 (11:51 +0000)
committerfred <fred>
Sat, 16 Nov 1996 11:51:30 +0000 (11:51 +0000)
hdr/scommands.hh

index ae908d7647d59a2bb6b562d292e46bdcd65350a9..110c6563688775cc09220d10dc42f9c7003396e6 100644 (file)
 #include "plist.hh"
 
 /// the list of commands in Score
-struct Score_commands : public PointerList<Command*> {
+struct Score_commands : public IPointerList<Command*> {
     void process_add(Command);
     Score_commands*parse(Real last)const;
     void parser_add(Command*);
-    void add_seq(svec<Command>);
+    void add_seq(svec<Command>,bool);
     void clean(Real last);
     void set_breakable(Real when);
     bool is_breakable(Real w);