/* Urgh. statics.
*/
- static bool const midi_as_plet_b_s = true;
+ static bool const midi_as_plet_b_s;
static bool no_quantify_b_s;
static bool no_double_dots_b_s;
static bool no_triplets_b_s;
/*
- (c) 1996,97 Han-Wen Nienhuys
+ (c) 1996--98 Han-Wen Nienhuys
*/
#ifndef MOMENT_HH
#include <limits.h>
#include "rational.hh"
+class String;
+typedef Rational Moment;
+
+
/**
A really big time-moment.
Can't we name this Saint_jut_mom (Sintjuttemis ?) */
-const infinity_mom = INT_MAX;
-
-class String;
-typedef Rational Moment;
-
+const Moment infinity_mom = INT_MAX;
#endif //
if d > 0: the max operator
if d < 0: the min operator
*/
-template<class T> minmax (Direction d, T, T);
+template<class T> T minmax (Direction d, T, T);
String direction_str (Direction, Axis);