]> git.donarmstrong.com Git - lilypond.git/blobdiff - command.hh
release: 0.0.4
[lilypond.git] / command.hh
index 353bf5d4bbb7cc4f3c26cbad8b53ad16aa52e66f..6b835e964bd8e307c5583aa6c9a85bd7ff9ec1a4 100644 (file)
@@ -3,11 +3,13 @@
 #include "glob.hh"
 #include "mtime.hh"
 #include "vray.hh"
+#include "string.hh"
+
 enum Commandcode {
        NOP,
        INTERPRET,
        TYPESET,
-       BREAK_PRE,BREAK_MIDDLE, BREAK_POST, BREAK_END
+       BREAK_PRE,BREAK_MIDDLE, BREAK_POST, BREAK_END
 };
 /// set a nonrythmical symbol
 struct Command {
@@ -16,6 +18,10 @@ struct Command {
     Mtime when;
     /// analogous to argv[]
     svec<String> args;
+    Command();
+    Command(Real w);
+    bool isbreak()const;
+    void print() const;
 };
 
 /**