From: fred Date: Sun, 24 Mar 2002 19:26:53 +0000 (+0000) Subject: lilypond-0.0.19 X-Git-Tag: release/1.5.59~5668 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4ea712644655bb8cc0b05a4353b9c63f75d5cd5d;p=lilypond.git lilypond-0.0.19 --- diff --git a/hdr/inputcommands.hh b/hdr/inputcommands.hh index c5b594359b..527986e6ea 100644 --- a/hdr/inputcommands.hh +++ b/hdr/inputcommands.hh @@ -11,21 +11,15 @@ #include "proto.hh" #include "plist.hh" #include "real.hh" +#include "moment.hh" struct Commands_at : public IPointerList { - Real when; - - /// current measure info - Real whole_per_measure; - - /// where am i - Real whole_in_measure; - - /// idem + Moment moment_; - int bars; - /****************/ + + Real when(); + void parse(Staff_commands_at*); void print() const; Real barleft(); void add(Input_command*); diff --git a/hdr/proto.hh b/hdr/proto.hh index 09465e3e85..217b2f7f58 100644 --- a/hdr/proto.hh +++ b/hdr/proto.hh @@ -92,4 +92,8 @@ struct Input_command; struct Notename_tab; struct Input_file; struct Keyword_table; +struct Rhythmic_grouping; +struct Staff_commands_at ; +struct Commands_at ; +struct Moment; #endif // PROTO_HH