From: fred Date: Sun, 24 Mar 2002 20:06:06 +0000 (+0000) Subject: lilypond-0.1.47 X-Git-Tag: release/1.5.59~3418 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5d171c7dd69320e36187ad406f6ede4348523108;p=lilypond.git lilypond-0.1.47 --- diff --git a/bin/ly2dvi.sh b/bin/ly2dvi.sh index 2698d77d17..005a311196 100644 --- a/bin/ly2dvi.sh +++ b/bin/ly2dvi.sh @@ -14,6 +14,10 @@ IDENTIFICATION="$NAME $VERSION" NOW=`date` echo "$IDENTIFICATION" 1>&2 +# TODO + +# should detect crashing lilypond + # NEWS # 0.6.hwn1.jaf diff --git a/flower/include/interval.hh b/flower/include/interval.hh index 2fd76090a3..d236759219 100644 --- a/flower/include/interval.hh +++ b/flower/include/interval.hh @@ -83,6 +83,7 @@ struct Interval_t { return *this; } String str() const; + void print () const; bool elt_b (T r); }; diff --git a/flower/interval.cc b/flower/interval.cc index f425bfd295..7d2c009839 100644 --- a/flower/interval.cc +++ b/flower/interval.cc @@ -14,6 +14,8 @@ template INTERVAL__INSTANTIATE(Real); + + Real Interval_t::infinity() {