]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/meter.hh
partial: 0.0.38.hanjan
[lilypond.git] / hdr / meter.hh
index a9db9c100a5399f549ff5e71f14c906f59d663d9..7de58e7c64748eafd1df71d03371f82c0af9c840 100644 (file)
@@ -1,19 +1,22 @@
 /*
-  meter.hh -- part of LilyPond
+  meter.hh -- declare Meter
 
-  (c) 1996 Han-Wen Nienhuys
+  (c) 1996,97 Han-Wen Nienhuys
 */
 
 #ifndef METER_HH
 #define METER_HH
 #include "item.hh"
-#include "vray.hh"
+#include "varray.hh"
+#include "scalar.hh"
 
 struct Meter: Item {
-    svec<Scalar> args;
+    Array<Scalar> args;
+    /* *************** */
+    const char * name() const;
     
-    Meter(svec<Scalar> args) ;
-    void preprocess();
+    Meter(Array<Scalar> args) ;
+    Molecule*brew_molecule_p() const;
 };
 #endif // METER_HH