]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.14
authorfred <fred>
Sun, 24 Mar 2002 20:14:32 +0000 (20:14 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:14:32 +0000 (20:14 +0000)
lib/include/duration-convert.hh
lib/include/moment.hh
lily/include/direction.hh

index fc7ee51d970b69a30e9a4b67cc083e93ba5cc563..e3489c535c40dce4e3ddfda177a2635a0c6e34e6 100644 (file)
@@ -34,7 +34,7 @@ struct Duration_convert {
        
   /* 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;
index 58e8a7ec963dc34cec4e3783ab99c828dbd53ae6..d578fbc59abc57fa971ac6158c64b4555588e44a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  (c) 1996,97 Han-Wen Nienhuys
+  (c) 1996--98 Han-Wen Nienhuys
 */
 
 #ifndef MOMENT_HH
@@ -8,6 +8,10 @@
 #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 // 
 
index 8afa94ce43eefad662952bb06e7dd55a64c8d705..e192dd35f353da444561e13141b028db57de73f3 100644 (file)
@@ -36,7 +36,7 @@ flip (Direction *i) {
    if d > 0: the max operator
    if d < 0: the min operator
  */
-template<class T> minmax (Direction d, T, T);
+template<class T> minmax (Direction d, T, T);
 
 String direction_str (Direction, Axis);