]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-align-grav.hh
release: 0.1.35
[lilypond.git] / lily / include / score-align-grav.hh
index 4dcee6837e466dd84019115b21fbb44d133c3650..6a25ac0271821def4f5cbf79eccf49c96eaf148c 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  score-align-grav.hh -- declare Score_align_reg
+  score-align-grav.hh -- declare Type_align_engraver
 
   source file of the GNU LilyPond music typesetter
 
 
 #include "engraver.hh"
 
-class Score_align_engraver: public Engraver
+/**
+  Group  a number of items across staffs
+ */
+class Type_align_engraver: public Engraver
 {
-    Horizontal_group_item  * align_p_;
+  Horizontal_group_item  * align_p_;
 public:
+  TRANSLATOR_CLONE(Type_align_engraver);
     
-    const char* type_ch_C_;
-    int priority_i_;
-    Score_align_engraver();
-    DECLARE_MY_RUNTIME_TYPEINFO;
+  const char* type_ch_C_;
+  int priority_i_;
+  Type_align_engraver();
+  DECLARE_MY_RUNTIME_TYPEINFO;
 protected:
-    virtual void acknowledge_element(Score_elem_info);
-    virtual void do_pre_move_processing();
+  virtual void acknowledge_element (Score_elem_info);
+  virtual void do_pre_move_processing();
 };
 #endif // SCORE_ALIGN_GRAV_HH