lilypond-1.1.44
[lilypond.git] / lily / include / staffline.hh
blobdb08cb6446590c255b4dbbea48c7829618fe760f
1 /*
2 staffline.hh -- horizontal structures for broken scores.
4 (c) 1996,97 Han-Wen Nienhuys
5 */
7 #ifndef STAFFLINE_HH
8 #define STAFFLINE_HH
10 #include "spanner-elem-group.hh"
12 /// one broken line of staff.
13 struct Line_of_staff : public Spanner_elem_group{
15 SCORE_ELEM_CLONE(Line_of_staff);
16 public:
17 DECLARE_MY_RUNTIME_TYPEINFO;
19 /* *************** */
20 /**
21 Add an element. If it is a Element_group, only the dependency
22 (otherwise, might translate doubly) */
23 void add_element(Score_elem*);
26 #endif