#ifndef MISC_HH
#define MISC_HH
-#include "mtime.hh"
+#include "real.hh"
int intlog2(int d);
-Real duration_to_idealspace(Mtime d,Real w);
+Real duration_to_idealspace(Real d,Real w);
#endif
#ifndef SCCOL_HH
#define SCCOL_HH
#include "pcol.hh"
-#include "mtime.hh"
struct Score_column {
PCol * pcol;
- svec<Mtime> durations;
- Mtime when;
+ svec<Real> durations;
+ Real when;
///
bool musical;
- Score_column(Mtime when);
+ Score_column(Real when);
static int compare(Score_column & c1, Score_column &c2) {
return sgn(c1.when - c2.when);
svec<Command *> s_commands;
Staff_column(Score_column*s);
- bool mus() const ;
+ bool mus() const;
Real when() const;
void add(Voice_element*ve);
/****************************************************************