]> git.donarmstrong.com Git - lilypond.git/blobdiff - sccol.hh
release: 0.0.5
[lilypond.git] / sccol.hh
index 9c22c277a1b6e2ed489d62f494fde368ee8d7d83..21a341d17f7ee810a7c7dbae17179ce144c69f2d 100644 (file)
--- a/sccol.hh
+++ b/sccol.hh
@@ -7,19 +7,18 @@
 #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);