]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/voice-group-gravs.hh
release: 0.1.8
[lilypond.git] / lily / include / voice-group-gravs.hh
index cdac7076ce1484fd2c7d20f5a6bab68c9d6f4b60..38f57d574db6085b927b5292d1a03426541176ce 100644 (file)
@@ -13,7 +13,7 @@
 #include "engraver-group.hh"
 
 /**
-  A group of voices which share certain characteristics (such as beams. ).
+  A group of voices which share certain characteristics (such as beams.).
  */
 class Voice_group_engravers  : public Engraver_group_engraver {
     Moment termination_mom_;
@@ -21,13 +21,13 @@ class Voice_group_engravers  : public Engraver_group_engraver {
 
 protected:
     virtual void do_print() const;
-    virtual Scalar get_feature(String);
-    virtual bool do_try_request(Request*);
+    virtual Scalar get_feature (String);
+    virtual bool do_try_request (Request*);
 public:
     
     
-    NAME_MEMBERS();
-    static bool static_acceptable_request_b(Request*);
+    DECLARE_MY_RUNTIME_TYPEINFO;
+    static bool static_acceptable_request_b (Request*);
     Voice_group_engravers();
 };
 #endif // VOICEGROUPGRAVS_HH