]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.20
authorfred <fred>
Sun, 22 Dec 1996 23:34:26 +0000 (23:34 +0000)
committerfred <fred>
Sun, 22 Dec 1996 23:34:26 +0000 (23:34 +0000)
hdr/command.hh

index 26e47ffa1f244eb0b44ec0c987589be15a67632a..43d016bbeeaeb6c73fd64922db455cf1ef54b203 100644 (file)
@@ -16,7 +16,6 @@ enum Commandcode {
 struct Command {
     Commandcode code;
 
-//    Real when;
     /// analogous to argv[]
     svec<Scalar> args;
 
@@ -28,7 +27,7 @@ struct Command {
     /****************/
     
     Command();
-//    Command(Real w);
+//    Command(Moment w);
     bool isbreak()const;
     void print() const;
 };