2 lilypond, (c) 1996,97 Han-Wen Nienhuys
4 #ifndef SCORECOMMANDS_HH
5 #define SCORECOMMANDS_HH
11 #include "timedescription.hh"
14 struct Staff_commands_at
: public IPointerList
<Command
*> {
15 Time_description tdescription_
;
21 Staff_commands_at(Time_description
);
23 void add_command_to_break(Command pre
, Command mid
,Command post
);
26 void insert_between(Command victim
, PCursor
<Command
*> firstc
,
27 PCursor
<Command
*> last
);