]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/meter.hh
partial: 1.0.1.jcn
[lilypond.git] / lily / include / meter.hh
index b923785256de98a892d66f16efc07181505dc434..8347b3fa2d98befc3a1815dd65a955ac27d948bb 100644 (file)
@@ -22,8 +22,9 @@ class Meter: public Item {
 protected:
     Molecule*brew_molecule_p() const;
 public:
-    Meter(Array<Scalar> args) ;
-    NAME_MEMBERS(Meter);
+    Meter (Array<Scalar> args) ;
+    DECLARE_MY_RUNTIME_TYPEINFO;
+    SCORE_ELEM_CLONE(Meter);
 };
 #endif // METER_HH