6 #include "linepstaff.hh"
7 #include "rhythmstaff.hh"
13 Rhythmic_staff::set_output(PScore
*ps
)
15 theline_l_
= new Linestaff(1,ps
);
16 Simple_staff::set_output(ps
);
20 Rhythmic_staff::get_TYPESET_item(Command
*com
)
22 if (com
->args
[0] == "KEY" || com
->args
[0] == "CLEF"||
23 com
->args
[0] == "CURRENTCLEF")
25 Item
*i
= Simple_staff::get_TYPESET_item(com
);
27 i
->translate(Offset(0,
28 -score_l_
->paper_p_
->standard_height()/2));
33 Rhythmic_staff::get_notehead(Note_req
*rq
, int)
35 Notehead
*n
=new Notehead(1);
36 n
->set_rhythmic(rq
->rhythmic());
42 Rhythmic_staff::get_stem(Stem_req
*rq
)
44 Stem
* s
= new Stem(0);
45 s
->flag
= rq
->balltype
;