From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Wed, 19 Jun 2002 19:39:44 +0000 (+0000)
Subject: release commit
X-Git-Tag: release/1.5.62
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2484f034c1e6604686b6b3bf53d4207255a09fd6;p=lilypond.git

release commit
---

diff --git a/ChangeLog b/ChangeLog
index 0ae10583e9..ce82c3ac89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -166,6 +166,8 @@
 
 2002-06-13  Han-Wen  <hanwen@cs.uu.nl>
 	
+	* VERSION: 1.5.61 released
+	
 	* Document/user/refman.itely: tablature doc and code updates by
 	Jean-Baptiste Lamy <jiba@tuxfamily.org>
 	
diff --git a/VERSION b/VERSION
index 44659dfc65..c773acb338 100644
--- a/VERSION
+++ b/VERSION
@@ -1,8 +1,8 @@
 PACKAGE_NAME=LilyPond
 MAJOR_VERSION=1
 MINOR_VERSION=5
-PATCH_LEVEL=61
-MY_PATCH_LEVEL=jcn5
+PATCH_LEVEL=62
+MY_PATCH_LEVEL=
 
 # Use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
diff --git a/lily/music.cc b/lily/music.cc
index ef5615524c..4c0fd48116 100644
--- a/lily/music.cc
+++ b/lily/music.cc
@@ -181,8 +181,6 @@ Music::internal_get_mus_property (SCM sym) const
   return (s == SCM_BOOL_F) ? SCM_EOL : ly_cdr (s); 
 }
 
-void paranoia_check (Music*);
-
 void
 Music::internal_set_mus_property (SCM s, SCM v)
 {
diff --git a/lily/musical-request.cc b/lily/musical-request.cc
index 6138a8daf9..4beca66cf7 100644
--- a/lily/musical-request.cc
+++ b/lily/musical-request.cc
@@ -38,8 +38,7 @@ Rhythmic_req::length_mom () const
   if (!d)
     {
       Moment m ;
-      //programming_error("Rhythmic_req has no duration");
-      origin ()->warning ("programming error: Rhythmic_req has no duration");
+      programming_error("Rhythmic_req has no duration");
       return m;
     }
   return d->length_mom ();