lilypond-0.1.47
authorfred <fred>
Sun, 24 Mar 2002 20:06:06 +0000 (20:06 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:06:06 +0000 (20:06 +0000)
bin/ly2dvi.sh
flower/include/interval.hh
flower/interval.cc

index 2698d77d17951dc0ac5c2cd5b655e0bbe1ad2bf5..005a311196f7135bf23bcea57187971a36e1ae07 100644 (file)
@@ -14,6 +14,10 @@ IDENTIFICATION="$NAME $VERSION"
 NOW=`date`
 echo "$IDENTIFICATION" 1>&2
 
+# TODO
+
+# should detect crashing lilypond
+
 # NEWS
     
 # 0.6.hwn1.jaf
index 2fd76090a327ec3187352016d1c7fc94718ed6dd..d236759219e1f66887b988b4111cfb1739bda840 100644 (file)
@@ -83,6 +83,7 @@ struct Interval_t {
     return *this;
   }
   String str() const;    
+  void print () const;
   bool elt_b (T r);
 };
 
index f425bfd2951c22244d831b6d0870d9e59128faa5..7d2c0098393d7d5c5e29c7a660dd094e172d20b8 100644 (file)
@@ -14,6 +14,8 @@
 
 template INTERVAL__INSTANTIATE(Real);
 
+
+
 Real
 Interval_t<Real>::infinity() 
 {