6 Command::isbreak()const
8 return (code
>= BREAK_PRE
&&code
<= BREAK_END
);
12 get_bar_command(Real w
)
14 Command
*c
= new Command
;
23 get_meter_command(Real w
, int n
, int m
)
25 Command
*c
= new Command
;
29 c
->args
.add( "METER");
45 Command::Command(Real w
)
51 Command::print() const
53 mtor
<< "command code: " << code
<< " args: ";
54 for (int i
= 0; i
<args
.sz(); i
++)