]> git.donarmstrong.com Git - lilypond.git/blobdiff - request.hh
release: 0.0.5
[lilypond.git] / request.hh
index 79846e7e6947fdd1414e6e8d6d62d48a546deb92..f2dc5f7144f2c6eb3473f965ba9f78815a4df2e2 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "glob.hh"
 #include "string.hh"
-#include "mtime.hh"
+
 struct Request {
     Voice_element*elt;
 #if 0
@@ -172,7 +172,7 @@ struct Slur_req : Span_req {
 
 /// helper in the hierarchy
 struct Dynamic {
-    Mtime subtime;
+    Real subtime;
 };
 /** Each dynamic is bound to one note ( a crescendo spanning multiple
     notes is thought to be made of two "dynamics": a start and a stop).